1834566 Members
3566 Online
110069 Solutions
New Discussion

Re: stripping

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

stripping

How do I find out if stripping is turn on in the HP box? How do I find out what disks my volume groups are on?
5 REPLIES 5
John Poff
Honored Contributor

Re: stripping

Hello,

Use the lvdisplay command to see if your logical volumes are striped, and 'vgdisplay -v' to see which disks are in a volume group. The man pages on both these commands should help.

JP
harry d brown jr
Honored Contributor
Solution

Re: stripping

lvdisplay -v /dev/vg*/l*|grep -e "LV Name" -e "Stripes" | more

If any of the LV's have a number other than 0, then they are striped (and the number represents the number of stripes).
Live Free or Die
Magdi KAMAL
Respected Contributor

Re: stripping

Hi Jeff,

How do I find out if stripping is turn on in the HP box? How do I find out what disks my volume groups are on?

1. To find out if striping, issue the following command :

#lvdisplay -v /dev/vg??/lv* ? more

and see the line starting with "Stripes" :
Value 0 = No
Value 1 = YES

2. To find out what disks in your volume group, issue the following command :

#vgdisplay -v vg?? ? more

go to the end till :

----- Physical volumes -----

after you will find all your disks in that volume group.

Magdi
MANOJ SRIVASTAVA
Honored Contributor

Re: stripping

Hi Jeff

The simple command is

lvdisplay < /dev/vgXX/lvolXX> | grep Stripes

if the value is zero it is not striped otherwise the no say the volumes the filesystem is striped across.


Manoj Srivastava
Richard Darling
Trusted Contributor

Re: stripping

only do it among close friends, and never at work, or you could have a sexual harassment case on your hands...sorry...having a long day and needed some relief...
Richard