Operating System - HP-UX
1825801 Members
2317 Online
109687 Solutions
New Discussion

Re: how to check alternate links.

 
SOLVED
Go to solution
fizan
Super Advisor

how to check alternate links.

how to check the alternate links in hp-ux 11iv2
=============================================
1.uname -a
HP-UX db11401 B.11.11 U 9000/800 547591 unlimited-user license
$
=============================================
2.
HP-UX pitu03 B.11.23 U ia64 635336 unlimited-user license
=============================================
plz let me know how to check in 11.23 & 11.11

Thanks
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor

Re: how to check alternate links.

Hi:

# vgdisplay -v /dev/

Regards!

...JRF...
fizan
Super Advisor

Re: how to check alternate links.

if i want to check for 15 vg's in single command is it possible.
James R. Ferguson
Acclaimed Contributor

Re: how to check alternate links.

Hi (again):

# vgdisplay -v

...will report on all LVM volume groups on your system.

If this is too encompassing, you can do:

# vgdisplay -v /dev/vg01 /dev/vg03 /dev/vg05

...etc.

Regards!

...JRF...
fizan
Super Advisor

Re: how to check alternate links.

Thanks James. go it.
Kapil Jha
Honored Contributor
Solution

Re: how to check alternate links.

If you have powerpath installed or some other multi pathing software installed you can see the alternate links via those commands.

powerpath
powermt display dev=all

For normal LVM

vgdisplay -v VG_Name

would give you the list and in front of PV there would 2 worlds alternate link.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
fizan
Super Advisor

Re: how to check alternate links.

Thanks got it. kapil.