Operating System - HP-UX
1834058 Members
2447 Online
110063 Solutions
New Discussion

How to check the size of block / raw Logical volume.

 
Viswanadhan
Regular Advisor

How to check the size of block / raw Logical volume.

Hi All,

How to check the size of block / raw logical volume size.

For exm :

# ls -l
brw-r----- 1 sybase10 sybase 64 0x03000b Jul 21 06:20 lv11b

Here I want to check the size of "lv11b", is there any command to check ?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: How to check the size of block / raw Logical volume.

vgdisplay -v /dev/vg03 will list the sizes of all the LVOL's under /dev/vg03. Man vgdisplay for details. There is also an lvdisplay command.
If it ain't broke, I can fix that.
Viswanadhan
Regular Advisor

Re: How to check the size of block / raw Logical volume.

Hi Clay,

Thanks for ur Info.

Regards,
Viswanadhan.