1830598 Members
2303 Online
110015 Solutions
New Discussion

rlvol's

 
jeevarajkn
Frequent Advisor

rlvol's

Dear Guru's

Os--HP-UX 11.23

How we can display the existing rlvol's and its size.
5 REPLIES 5
Jaime Bolanos Rojas.
Honored Contributor

Re: rlvol's

jeevarajkn,

Given that you care about the lvol, you might want to check with the lvdisplay command, and refer to the block device file instead of the raw one, given that the lvdisplay command is not going to work with raw devices.

lvdisplay -v /dev/vgXX/lvolXX

Regards,

Jaime.
Work hard when the need comes out.
Ganesan R
Honored Contributor

Re: rlvol's

Hi Jeevaraj,

What do you mean by rlvol's and it's size?

rlvols are logical raw device files and doesn't consume any space.

If you want to know the list of available rlovls use #ll /dev/*/r*

If you want to know the existing logical volumes and it's sizes then use vgdisplay

#vgdisplay -v |more
or
#vgdisplay -v |egrep -i '(LV Name|LV Size)'
Best wishes,

Ganesh.
Grayh
Trusted Contributor

Re: rlvol's

I thought the following doc should help u out...

http://docs.hp.com/en/B2355-90672/index.html
Adam W.
Valued Contributor

Re: rlvol's

rlvols don't have a "size". I think you probably mean just Lvols. which would be lvdisplay -v

or to get lvols vgdisplay -v
There are two types of people in the world, Marines and those who wish they were.
jeevarajkn
Frequent Advisor

Re: rlvol's

Dear Guru's

Thanx for the support.Iam closing this threds.