List LPAR from VIOS


 
Thread Tools Search this Thread
Operating Systems AIX List LPAR from VIOS
# 1  
Old 11-19-2012
List LPAR from VIOS

Hi guys,

does anyone know how to get a list of the LPAR running on VIOS?

Thanks!
# 2  
Old 11-19-2012
What layout do you have?

If your partitioned with an HMC it will give you a nice view straight away.

If you used IVM of VIO (i.e. a single VIO is running natively on the server and you have VIO guests) then there should be a https GUI you can get at. It is possible to do it through line commands too, but it's a bit ugly.




Robin
Liverpool/Blackburn
UK
# 3  
Old 11-19-2012
Quote:
Originally Posted by rbatte1
What layout do you have?

If your partitioned with an HMC it will give you a nice view straight away.

If you used IVM of VIO (i.e. a single VIO is running natively on the server and you have VIO guests) then there should be a https GUI you can get at. It is possible to do it through line commands too, but it's a bit ugly.




Robin
Liverpool/Blackburn
UK

..and the only way I have is CLI..

Murphy rules... Smilie
# 4  
Old 11-19-2012
Okay, well, assuming that it is a single VIO server with guests, you can get a great splurge of output by running:-
Code:
lssyscfg -r lpar

within the IOSCLI (restricted shell) of the VIO. One line per lpar, but it's a big line.



I hope that this helps. Sorry if I've missed the point and given you something totally erroneous.




Robin
Liverpool/Blackburn
UK
# 5  
Old 11-19-2012
Hi,

if your are using NPIV and the LPARs are up and running you may try this:

padmin@VIO
Code:
lsmap -npiv -all -field ClntName -fmt ":"

OR
play around with Smilie
hscroot@hmc
Code:
lssyscfg -r prof -m <Managed System>

# 6  
Old 11-19-2012
Thank you guys!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Unable to install client AIX LPAR to vscsi hdisk provided from VIOS

Hi everybody, I have Power5 server with 4 internal hdisks each of 70Gb. VIOS server was installed via Virtual I/O Server Image Repository on the HMC. HMC release - 7.7.0 VIOS rootvg installed on 2 disk(these disks merged to one storage pool during VIOS install process),and 2 others hdisks... (2 Replies)
Discussion started by: Ravil Khalilov
2 Replies

2. 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

3. AIX

Moving VIOS, LPAR's, HMC to different subnet

Hi, Just joined to new company with one Power 720 Express (8202-E4C) server and have no much experience with IBM systems. I am trying to move everything I mentioned to different subnet as required by customer contract (currently sitting on same subnet as company lan). Access to this subnet will... (8 Replies)
Discussion started by: spricer
8 Replies

4. AIX

VIOS LPAR Error 0518

I am trying to install AIX 5.3 on one of the LPARs through VIOS but I get this error 0518 Reference Code Selection 0518 (Time stamp: 12/18/12 12:10:20 AM UTC) Starting kernel (Time stamp: 12/18/12 12:10:15 AM UTC) AIX is starting. (Time stamp: 12/18/12 12:10:15 AM... (10 Replies)
Discussion started by: filosophizer
10 Replies

5. AIX

VIOS IP address - separate vlan for vios servers ?

Hello, Lets say for simplicity that I do not use any vlan config inside my server - one lpar group use hea physical port1, another group hea physical port2. Physical port1 configured as vlan1 on external switch, physical port2 as vlan2. What is the common practice - should I isolate my vios... (0 Replies)
Discussion started by: vilius
0 Replies

6. AIX

What's the difference between VIOS and LPAR?

Hi All, Besides the licenses on VIO and LPAR. What's the main difference with the two? I have installed VIO, my manager told me so, because it's like a free hypervisor but I never installed LPAR before. How do you install it? And if you can give more info on the two, that would be great. ... (5 Replies)
Discussion started by: itik
5 Replies

7. AIX

LPAR freezes after switching of storage (lpar is mirrored)

Hi all, I have the following configuration 2 ds3524 storage disk systems located over 2 locations 2 P720 server located over 2 locations DS3524 are connected to san switch. Each vio server has 1 fc adapter attached to a san switch. per p720 server 2 virtual io servers. Vio 1 has 1 lun... (2 Replies)
Discussion started by: markiemark
2 Replies

8. AIX

VIOS to lpar Mapping

Hello, I have created mapping of 2 virtual adapters for Lpars using following command: mkvdev -vdev ipanalyzerlv1 -vadapter vhost11 mkvdev -vdev ipanalyzerlv -vadapter vhost13 The above two commands were succesfull but when I want to map the third virtual device to the same Lpar than... (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies

9. AIX

DUAL VIOS & Client LPAR hangs at 25b3

I have a DUAL VIO ( IBM Virtual I/O ) setup on p 570. Two Vio server ( VIOS ) and many LPAR clients. VIO ( latest version + service pack + applied the fix ) and AIX 6.1 ML2 When both VIOs are running, and if I turn on a Client LPAR, the LPAR hangs at LED 25b3 for more than 1 hour then it... (2 Replies)
Discussion started by: filosophizer
2 Replies

10. AIX

Problem mapping LUN disk from VIOS to the LPAR

Hello guys, It would be so nice of you if someone can provide me with these informations. 1) My SAN group assigned 51G of LUN space to the VIO server.I ran cfgdev to discover the newly added LUN. Unfortunately most of the disks that are in VIO server is 51G. How would I know which is the newly... (3 Replies)
Discussion started by: solaix14
3 Replies
Login or Register to Ask a Question