1753259 Members
5675 Online
108792 Solutions
New Discussion юеВ

Powerpath

 
SOLVED
Go to solution
Bunty..
Occasional Advisor

Powerpath

Are there some PowerPath commands that we can run to validate that disk is down hard.


#vgdisplay -v /dev/vg73 | more
--- Physical volumes ---
PV Name /dev/dsk/c26t4d1
PV Name /dev/dsk/c29t4d1 Alternate Link
PV Status unavailable
Total PE 9726
Free PE 0
Autoswitch On

PV Name /dev/dsk/c26t4d2
PV Name /dev/dsk/c29t4d2 Alternate Link
PV Status available
Total PE 9726
Free PE 3577
Autoswitch On


4 REPLIES 4
john kingsley
Honored Contributor
Solution

Re: Powerpath

Try running:
powermt display dev=all

This will give the status of all your paths.
Geoff Wild
Honored Contributor

Re: Powerpath

Only one I know of is powermt:

powermt display dev=all|more

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Deoncia Grayson_1
Honored Contributor

Re: Powerpath

you can also try running

powermt display dev=c26t4d1

powermt display dev=c26t4d2


The powermt utility is used to configure and restore paths to logical devices, validate and check logical device serial numbers, display information about HBAs and PowerPath devices, and set load-balancing
and failover policies.
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Bunty..
Occasional Advisor

Re: Powerpath

Thanks