Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

verify a rootvg is mirrored

Status
Not open for further replies.

urbanweasel

Technical User
Oct 25, 2002
6
US
How Can I verify that a rootvg was mirrored
on aix 4.3.3
Thanks
 
lsvg -l rootvg will give you a listing of all the LV on rootvg, along with the mount points. Also in the list are the number of Logical Partitions (LPs) and Physical Partitions (PPs). If the number of physical partitions in twice the number of logical partitions, then those LVs are mirrored.

However, you also have to make sure bosboot -a command has been executed after rootvg has been mirrored. Run it if you are not sure.

And, to make sure both disks would be available to boot from, you have to run the bootlist -m normal hdisk0 hdisk1 command and bootlist -m service hdisk0 hdisk1 cd0 rmt0 (or whatever you think you might have to boot from in service mode).
 
hi there,

try also lslv -m hd5 to check whether the two disks have its own boot image
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top