<div>Hi...<br>The initrd nash script 'init' actually scans for logical volumes as follows:<br> </div>
<div>..... code snippet from 'init' script ............<br>echo Scanning logical volumes<br>lvm vgscan --ignorelockingfailure<br>echo Activating logical volumes<br>lvm vgchange -ay --ignorelockingfailure *<fixed volgroup name>*<br>
....... end of code snippet .....<br> </div>
<div>The volgroup name is fixed, it is written in the script itself.<br>How to change this script in order to activate the logical volume name<br>output of the 'vgscan' command?<br>Nash is not the same as bash and I don't know how to do something like this:</div>

<div>------------------------------------------------------------------------</div>
<div>volgroup_name=<font size="4">`</font>lvm vgscan --ignorelockingfailure<font size="4">`</font></div>
<div>lvm vgchange -ay --ignorelockingfailure $volgroup_name<br>------------------------------------------------------------------------</div>
<div> </div>
<div>Have you some suggestion ? ....</div>
<div><br>Thank you<br> </div>