1753787 Members
7537 Online
108799 Solutions
New Discussion

vgdisplay

 
SOLVED
Go to solution
Pete Randall
Outstanding Contributor

Re: vgdisplay

Oops! One more time:

for i in `ls -d /dev/vg* |grep -v vg00 |sed s"/\/dev\///g"| sed s"/\///"`
do
vgdisplay -v $i
done



Pete

Pete
Mark Grant
Honored Contributor

Re: vgdisplay

Pete

Why are you trying so hard to get rid of that "/dev", vgdisplay doesn't mind if it's there or not!
Never preceed any demonstration with anything more predictive than "watch this"