Jason,
as I said in a previous mail you have to add manually the attribute
lvm_group="VolGroup00" to /dev/sda2 partition:
>> Here is the first problem: partition #2 must have the attribute
>> lvm_group="VolGroup00" that is missing. Adding it manually is the
>> quick & dirty solution to resolve this problem.
I mean you've to change the xml
/var/lib/systemimager/<image_name>/etc/systemimager/autoinstallscript.conf
as following:
<config>
<disk dev="/dev/sda" label_type="msdos" unit_of_measurement="MB">
<!--
This disk's output was brought to you by the partition tool
"parted",
and by the numbers 4 and 5 and the letter Q.
-->
<part num="1" size="101.944" p_type="primary" p_name="-"
flags="boot" />
<part num="2" size="*" p_type="primary" p_name="-"
flags="lvm" lvm_group="VolGroup00" />
</disk>
...
Then run again `si_mkautoinstallscript --image <image_name> --force`.
After this I hope it'll work... ;-)
Then we'll try to investigate why si_prepareclient in the golden client
has not correctly cloned your lvm config.
Regards,
-Andrea
Leidner, Jason (JLEIDNER) wrote:
> Andrea,
> I changed the "blockdev --rereadpt /dev/sda || shellout"
> Line to just "blockdev --rereadpt /dev/sda"
>
> This is the error I get after doing so...
> "<snip>
> Lvcreate -L211582976K -n LogVol00 VolGroup00 || shellout
> Volume group "VolGroup00" doesn't exist.
> "
> What should I try next? Is there somewhere else in the script that
> VolGroup00 was not put?
> Thanks again,
> Jason
>
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users