Hello,

I use the version 3.1.4. My server hat two volume group, but after a
restore, the systemimager don't create it and hang.

In the master-file of the host, I only the parted command, but there aren't
vgcreate command.

After booting the server the error message is:
Could not stat /dev/vg00/lvol1 -- No such file or directory

Could someboy help me?

Best regards,
Harald

Master-File:
echo "Creating partition /dev/sdc5."
START_MB=$END_OF_LAST_LOGICAL
END_MB=$(( $DISK_SIZE - 0 ))
echo "parted -s -- /dev/sdc mkpart logical ext2 $START_MB $END_MB ||
shellout"
parted -s -- /dev/sdc mkpart logical ext2 $START_MB $END_MB || shellout
END_OF_LAST_LOGICAL=$END_MB
echo parted -s -- /dev/sdc set 5 lvm on || shellout
parted -s -- /dev/sdc set 5 lvm on || shellout
...
echo "mke2fs -j /dev/vg00/lvol1 || shellout"
mke2fs -j /dev/vg00/lvol1 || shellout
echo "mkdir -p /a/ || shellout"
mkdir -p /a/ || shellout
echo "mount /dev/vg00/lvol1 /a/ -t ext3 -o defaults || shellout"
mount /dev/vg00/lvol1 /a/ -t ext3 -o defaults || shellout


-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to