Operating System - HP-UX
1825764 Members
2053 Online
109687 Solutions
New Discussion

How find path to logical address?

 
Regina Taylor
Contributor

How find path to logical address?

How do you find the path to a logical address?
2 REPLIES 2
Devender Khatana
Honored Contributor

Re: How find path to logical address?

Hi,

If you are talking about path to a LDEV in some storage then it depends on your system config. For ex. In Vxvm you can use

#vxdmpadm listctlr all

It displays all available controllers in your system.
For a particular Disk you can use vxdisk command in following syntax.

#vxdisk list ( Gives you a list of all disk)
#vxdisk list cxtydz ( Details for a particular disk cxtydz)or grep output

#vxdisk list cxtydz |grep numpaths
numpaths: 2
( numpath two means you have two paths to that disk)

HTH,
Devender
Impossible itself mentions "I m possible"
Thayanidhi
Honored Contributor

Re: How find path to logical address?

Hi,

If you are using LVM and already configured,
vgdisplay will show the "alternate PV paths".
If you are using sam to configure the VG's it configures the PV paths automatically.
If you are securepathVA or EVA (on VA or EVA)
then run "spmgr display" to list them.
If none of the above is applicable for you,
elabrate what you are looking for?

Regds
TT
Attitude (not aptitude) determines altitude.