Could not stats /dev/1/cciss/c0d1/part1 --- No such file or directory The device apparently does not exist; did you specify it correctrly?
I took a look at the autoinstall.conf for this image and compared it to one for installing other images that do successfully install on the same box. The difference is indeed in the name of the device in the 2 'conf' files. specifically, the good one shows a line that looks like this:
<fsinfo line="10" real_dev="/dev/cciss/c0d0p3" mount_dev="LABEL=/" mp="/" fs="ext3" options="defaults" du
mp="1" pass="1" />
while the one with problems has
<fsinfo line="10" real_dev="/dev/1/cciss/c0d1p1" mount_dev="LABEL=/" mp="/" fs="ext3" options="defaults,
node=1" dump="1" pass="1" />
mainly differing in the embedded '1/' in the name. Is this the problem? Is it something OpenSSI has done to the configuration that confuses SystemImager? It also has addtional entries with embedded /3, /4, /5, /6 and /7 which just happen to be the other node numbers in my OpenSSI cluster!
-mark
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
