Sponsored Content
Operating Systems AIX LPAR missing virtual interface Post 303027831 by bakunin on Tuesday 25th of December 2018 07:52:41 PM
Old 12-25-2018
Hmmmm,
the "PVID" is the "physical volume ID" and is the property of a (physical or virtual) disk - it has absolutely nothing to do with networks at all. It is an identifier of the disk, quite like the UUID in Linux, by which the device is identified in the volume group.

Show the profile (from the HMC) of the new lpar. I suppose it doesn't have a virtual network adapter as resource. You need to create this on the VIOS first, then add it to the LPAR profile. only then you can start and install the system successfully. I suggest you read the IBM documentation, i.e. these articles:

Configuring a virtual Ethernet adapter
Configuring virtual Ethernet on the Virtual I/O Server
Virtual adapters

It is simply to complex to walk you through the whole process via a forum without knowing all the details of your environment because there are so many ifs and buts and althoughs involved. So, if you have some specific questions after reading up about the IBM virtualisation or if you need some general principles explained i'd be glad to help but what i think your problem is would be best solved by hiring a knowledgeable person and let this person do it for you, eventually teaching you about how it is done in the process.

To get you some further pointers on where you (presumably) stand: You have probably a SEA (shared ethernet adapter) configured on the VIOS (this is the common setup i talked of before). You need to base the virtual adapter on this. There is a HMC screen where you can do that - depending on which HMC version you use because the menus changed between the "classic" and the "enhanced" version ("enhanced" being an euphemism for "nearly unusable", but that is another story) you will find it in different panels. Honestly, i have no HMC at hand and can't you talk you through the menus off the top of my head.

Once you have this adapter defined (you need to do it for both VIOS) you need to add it to the profile of the LPAR, then start the LPAR anew. Notice that rebooting is NOT sufficient. You need to shutdown -h, then start it again.

I hope this helps.

bakunin

Last edited by bakunin; 12-25-2018 at 09:06 PM..
This User Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

Help urgent : vio server - add extral disk on virtual lpar

Hi, I define 2 new LV on the vio server and run a cfgmgr on the partition and see my 2 new hdisk (hdisk6 and hdisk7). I extend my vg vg000 (on the partition) and add the 2 hdisks. I had a filesystem on the vg000 and when I added the disk I would like to increase the filesystem. But I cannot do a... (0 Replies)
Discussion started by: touny
0 Replies

2. HP-UX

Adding virtual Interface on HP UX

Hello all, I want to add a new virtual interface on HP-UX B.11.11 U 9000/800 box. I know that ifconfig can be used to add the Virtual interface. BUt i do not know the exact syntax. it some times gives plumb error if i try to add # ifconfig vif0 10.1.10.1 up plumb error: No such file... (3 Replies)
Discussion started by: supersumanth
3 Replies

3. HP-UX

Traceroute on virtual interface

Hello all, I have configured a virtual interface using ifconfig on HP UX 11.11. When i try to do traceroute with -i option i get * * * from traceroute. i use $traceroute -i lan0:1 my-gateway traceroute to my-gateway (15.70.180.1), 30 hops max, 40 byte packets 1 * * * 2 * * * 30 * *... (2 Replies)
Discussion started by: supersumanth
2 Replies

4. Shell Programming and Scripting

virtual interface

How would i create virtual interface in linux to configure more than one IP address for a physical interface? any help wll be appreciated. https://www.unix.com/images/misc/progress.gif (1 Reply)
Discussion started by: salil2012
1 Replies

5. AIX

Virtual interface on AIX

Hi, I am totally new to AIX. I would like to know how to create virtual interface on AIX machine. Thanks, Pooja (4 Replies)
Discussion started by: pooja84k
4 Replies

6. AIX

How to open multiple virtual terminals to a single LPAR

I just wondering if there are ways to open multiple virtual terminal to a single LPAR. After I have use putty to login to the VIOS. I will use mkvt -id <LPAR id> to open console but if my friend want to open 2 second one, it will say, VT already connected. IS there a way to work this around ? ... (1 Reply)
Discussion started by: wingcross
1 Replies

7. AIX

Adding Virtual Adapter to LPAR

Hello, hopefully someone can help me out with this, I have created a virtual Ethernet adapter on the VIO but would like to add it to my new LPAR. On my VIO only my disk is mapped. $ lsmap -all SVSA Physloc Client Partition ID --------------- --------------------------------------------... (5 Replies)
Discussion started by: audis$
5 Replies

8. AIX

LPAR tab missing in nmon

Hi, When i'am taking nmon report I am missing the LPAR tab that shows CPU and Shared CPU utilization. My OS version is 6100-06-05-1115 Topas_nmon Kindly suggest and help me to sort out this issue. (3 Replies)
Discussion started by: Mohamed Thamim
3 Replies

9. AIX

VIOS: Extend virtual disk assigned to running lpar?

Hello, VIOS 2.2.1.4 using IVM. I'm trying to extend a virtual disk assigned to a running lpar so that I can expand the lpar's datavg and grow some filesystems for the user. Storage admin expanded the lun and new size was reflected in VIO right away. I then needed the storage pool to... (2 Replies)
Discussion started by: j_aix
2 Replies

10. AIX

Startx xclock on virtual lpar

Hello, Is there a way to run xclock or startx on LPAR, since LPAR doesn't have any console or it is connected to HMC usually the way is to export the display to some PC which has Xmanager running on it, but in my case, I want to run xmanager on the AIX Lpar and run on it the... (2 Replies)
Discussion started by: filosophizer
2 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.18.2 2012-02-11 URI::URL(3)
All times are GMT -4. The time now is 02:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy