<div>Hello all...</div>
<div>The initrd nash script &#39;init&#39; actually scans for logical volumes as follows:</div>
<div>..... code snippet from &#39;init&#39; script ............</div>
<div>echo Scanning logical volumes</div>
<div>lvm vgscan --ignorelockingfailure</div>
<div>echo Activating logical volumes</div>
<div>lvm vgchange -ay --ignorelockingfailure <font color="#ff0000"><strong>&lt;fixed volgroup name&gt;</strong></font></div>
<div>.......&nbsp;end of code snippet .....</div>
<div>The volgroup name is fixed, it is written in the script itself.</div>
<div>Howto change this script in order to activate the logical volume name </div>
<div>output of the &#39;vgscan&#39; command?</div>
<div>&nbsp;</div>
<div>Thank you</div>