Operating System - HP-UX
1836456 Members
2677 Online
110101 Solutions
New Discussion

Re: How could I known the number of disk in a lvol with PVG-strict/distributed?

 
SOLVED
Go to solution
Carme Torca
Super Advisor

How could I known the number of disk in a lvol with PVG-strict/distributed?

Hi,

I would known the number of disk in a lvol with PVG-strict/distributed.
I have one lvol with this option.

And could I change it to add more disks?

Thanks!
Carmen.
Users are not too bad ;-)
4 REPLIES 4
Marvin Strong
Honored Contributor

Re: How could I known the number of disk in a lvol with PVG-strict/distributed?

lvdisplay -v /dev/vg??/lvol??

you can see all disks that this lvol is on.

Angus John-Phillips
Occasional Advisor

Re: How could I known the number of disk in a lvol with PVG-strict/distributed?

lvdisplay -v will provide this and also look at your /etc/fstab to see.

Regards,
Angus
john D_3
Frequent Advisor

Re: How could I known the number of disk in a lvol with PVG-strict/distributed?

you can try.

- lvdisplay -v /dev/vgxxxx/lvolxx
OR
strings /etc/lvmtab
Sandman!
Honored Contributor
Solution

Re: How could I known the number of disk in a lvol with PVG-strict/distributed?

lvdisplay -v

...will show all the PVs that make up this lvol, and yes you can add more disks to this VG as long as you are not running into one of the LVM limits like...max PVs per VG or max PEs per PV etc.

hope it helps!