Operating System - Tru64 Unix
1748247 Members
3739 Online
108760 Solutions
New Discussion юеВ

Re: how can I see all partitions of my server?

 
Bulent Kolay
Occasional Advisor

how can I see all partitions of my server?

I use advFS on tru64.
I want to see the server's partitions as /dev/rz8...

Which command do I have to use?

Thanks
4 REPLIES 4
Rob Leadbeater
Honored Contributor

Re: how can I see all partitions of my server?

Hi,

# disklabel -r rz8

Will show you the partitions that are on the disk. You'll be able to match this to the filesystems by looking at the directories and links under /etc/fdmns

Cheers,
Rob
Kapil Jha
Honored Contributor

Re: how can I see all partitions of my server?

Apart from what Rob suggested, i think u want to see the mount points as /dev/rz* , as you must be using LSM you will have to see the

#vxdisk list which would suggest which partition belong to which dg
and
ls -lRt /etc/fdmns

would show you the exact link.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Martin Moore
HPE Pro

Re: how can I see all partitions of my server?

> #vxdisk list which would suggest which partition belong to which dg

"vxdisk" is not a Tru64 command. I believe you mean "volprint -Aht" and/or "voldisk list" to show the LSM configuration.

Martin
I work for HPE
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details

Accept or Kudo

Kapil Jha
Honored Contributor

Re: how can I see all partitions of my server?

thanks martin for pointing
i almost always do it for vxvm and LSM
vx....vol....vx....vol :)

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