How to identify which HDD is allocated to VIO server


 
Thread Tools Search this Thread
Operating Systems AIX How to identify which HDD is allocated to VIO server
# 1  
Old 05-11-2009
How to identify which HDD is allocated to VIO server

Hello All,

I am new to AIX VIO LPAR server. We have VIO 1.5 server installed with few logical valumes and 3-4 Virtual machines running.

I wanted to restructer the space allocation to logical values. but don't know which harddisk, hold VIO server installation.

Can someone please help to me to identify which harddisk is allocated to VIO server installation?

Thanks

Kishor
# 2  
Old 05-11-2009
I'm not sure I understand what you mean by 'VIO server installation'. Do you mean rootvg on the VIO? Or do you mean which hdisk is allocated to which vhost/lpar?
# 3  
Old 05-12-2009
I mean base VIO server, which enables to create/launch LPAR servers.

I am searching for which harddisk is allocated to this VIO server.
# 4  
Old 05-12-2009
Log in to your VIO Server

list all the disk in VIO Server
#lspv

you should see something like
hdisk0___________ PVID_ID_______volume_group_it_belongs_to


list it here ...

thanks
# 5  
Old 05-12-2009
$ lspv
NAME PVID VG STATUS
hdisk0 0006a881c0e19a7a datavg active
hdisk1 0006a881c0e19b88 datavg active
hdisk2 0006a881c0e19cdb datavg active
hdisk3 0006a881c0e19e43 datavg active
hdisk4 0006a881bbfa0363 vg_client_mir active
hdisk5 0006a881bbf66858 vg_client active
hdisk6 0006a881bba6464f rootvg active
hdisk7 0006a8813cdb233a rootvg active

I got above result. but out of above 8 harddisks, on which harddisk vio server is installed?
# 6  
Old 05-12-2009
looks like your rootvg is mirrored

hdisk6 0006a881bba6464f rootvg active
hdisk7 0006a8813cdb233a rootvg active
# 7  
Old 05-12-2009
I think yes,

And if I delete all vgs :
$ lsvg
rootvg
vg_client_mir
vg_client
datavg


I will lost my vio server?

Please confirm.

Kishor
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to identify the blade from VIO server?

Hello, I would like to identify the blade or/and bladecenter from the hosted VIO server. I prefer the "command line" solution. May be kdb. Like, I want to ask the child about his father. Thank you (1 Reply)
Discussion started by: x41
1 Replies

2. AIX

Replacing HBA in the VIO server

Hi Experts, Kind of embarrassed to ask this , it's been a while I've done this . Can anyone verify below procedure to replace HBA in the VIO server. Many client LPARs are using this HBA for NPIV . Please correct me if I am wrong . Thanks in Advanced Identify the HBA (did that) Unconfigure the... (2 Replies)
Discussion started by: JME2015
2 Replies

3. AIX

VSwitch not showing up on VIO Server

Want to run this by you all before opening a PMR with IBM Support. It's been a few weeks since I have done this so I can't be 100% sure of how I think it worked in the previous version. We upgraded our HMC's yesterday to 7.7.9 SP2 in hopes of fixing some issues we were having. Today I needed... (4 Replies)
Discussion started by: juredd1
4 Replies

4. AIX

network interfaces on vio server

Hi, I would like to know after the installation of vio server. how many logical network interfaces will be created on vio server if I am having two physical interfaces on vio server. I am asking this question because I would like know to on the basis of logical network interfaces creation on... (0 Replies)
Discussion started by: manoj.solaris
0 Replies

5. AIX

VIO Server

Hi, I am facing an issue in vio server. When I run bosboot -ad /dev/hdisk0 I am getting an error trustchk: Verification of attributes failed: /usr/sbin/bootinfo : accessauths regards, vjm Please use code tags next time for your code and data. (8 Replies)
Discussion started by: vjm
8 Replies

6. AIX

Mirroring vio server

Hi, I would like to know installing vio server on local disk and mirroring rootvg, if I am creating AIX VIO CLIENT(lpar), and any of single local hard disk failuare. will it affect lpars? will lpars able to boot. what needs to be done? (1 Reply)
Discussion started by: manoj.solaris
1 Replies

7. AIX

PowerHA Disk on VIO Server

Hello AIX GURU's Can anybody tell me the steps to crate shared VG (enhanced concurent) for my Lpars from VIO server? my questions are: 1. Should I crate Enhanced Concurent VG in VIO and map it using virtual Scsi to Lpar? or 2. Can I just create virtual SCSI in VIO and map to Lpar and... (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

8. AIX

vio server ethernet to vio client ethernet(concepts confusing)

Hi In the vio server when I do # lsattr -El hdisk*, I get a PVID. The same PVID is also seen when I put the lspv command on the vio client partition. This way Im able to confirm the lun using the PVID. Similarly how does the vio client partition gets the virtual ethernet scsi client adapter... (1 Reply)
Discussion started by: newtoaixos
1 Replies

9. AIX

VIO server on p520

trying to put VIO server software into this p520, firmware upgraded to the latest and greatest..SF240_415_318 , I think a few questions, on this practice AIX machine on AIX 7.1 VIO can only be installed if ASMI or HMC is running ??? if so, perhaps ASMI is much simpler, since I will need to... (2 Replies)
Discussion started by: ppchu99
2 Replies

10. AIX

vio server and vio client

Hi, I want to know wheather partition size for installation of vio client can be specified on vio server example If I am installing vio server on blade with 2*300gb hard disk,after that I want to create 2 vio client (AIX Operating system) wheather I can specify hard disk size while... (1 Reply)
Discussion started by: manoj.solaris
1 Replies
Login or Register to Ask a Question