Volume group are those LUNs?

In HP-UX, VLM: what volume group, are these LUNs? anyone know ?

objecthexuid .........................: 6005-08b4-0001-529c-0005-6000-45d6-0000 
objecthexuid .........................: 6005-08b4-0001-529c-0005-6000-45d9-0000
objecthexuid .........................: 6005-08b4-0001-529c-0005-7000-0018-0000

Thanks your,

Hello,

Which version of HP-UX are you using?

Hello,

</># uname -ra

HP-UX B.11.23 U ia64

Can I know where you got this output you are referring to? Also, what do you mean by HP-UX VLM?

-DB

It is show by SW Storagetek manager of LUN

those LUNs seems to be HP EVA storage LUNs.
if you have the evainfo utility installed, you can do:

ioscan
insf -e -C disk
evainfo -a > evainfo
grep -i 6005-08b4-0001-529c-0005-6000-45d6-0000 evainfo --> should get a DSF (/dev/rdsk/c1t1d1)
strings /etc/lvmtab and search there for that DSF. 

On top of it you should have the VG that is using that disk.
If you dont find it in lvmtab, then that disk is not used in any VG on your system.

PS: /etc/lvmtab_p is for LVM v2. search there too