<div>Hello all...</div>
<div>The initrd nash script 'init' actually scans for logical volumes as follows:</div>
<div>..... code snippet from 'init' 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><fixed volgroup name></strong></font></div>
<div>....... 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 'vgscan' command?</div>
<div> </div>
<div>Thank you</div>