Bernard:
When does the UseYourOwnKernel.pm get called? Is that during the 
si_prepareclient
stage, the si_getimage stage, or when I run si_mkbootserver? I need to know 
which step
I need to repeat after making the change to the MAKEDEV call to add devices.

Also I have a system image that uses volume groups or lvm. This needs 
/dev/vg0/BLAH
device files but in looking at the various versions of MAKEDEV I have here 
(SuSE-10.0
and RHEL4) I don't see a way short of creating custom files on RHEL4 in 
/etc/makedev.d
to make files for vg0 or lvm devices. I know people have reported success using 
system
imager to image LVM based systems. How is this handled?
--
Steve

-----Original Message-----
>From: Bernard Li <[EMAIL PROTECTED]>
>Sent: Apr 17, 2006 7:16 PM
>To: sisuite-users@lists.sourceforge.net, sisuite-users@lists.sourceforge.net
>Subject: RE: [Sisuite-users] UYOK in 3.6.3 does not have /dev entries for 
>second scsi disk
>
>Hi Steve:
> 
>If you take a look at the UseYourOwnKernel.pm, you'll notice that MAKEDEV only 
>creates hda and sda.  This is because I hardcoded those.
> 
>I'm not sure how the official releases of 3.6.3 takes care of that.  If I 
>remember correctly it simply copies the /dev from the running system to the 
>initrd.img, however the problem is when it comes time to do parted, it'll 
>complain that the files are in use (since they were copied from a live system).
> 
>For the time being you can just manually modify the MAKEDEV line to suit your 
>needs.
> 
>Cheers,
> 
>Bernard
>
>________________________________
>
>From: [EMAIL PROTECTED] on behalf of Steven A. DuChene
>Sent: Mon 17/04/2006 18:45
>To: sisuite-users@lists.sourceforge.net
>Subject: [Sisuite-users] UYOK in 3.6.3 does not have /dev entries for second 
>scsi disk
>
>
>
>So I finally was able to get past my "not finding master script" issues by
>fixing some naming convention issues here. I am now booting the system
>I am trying to install but it halts at the root prompt in the 
>/scripts/pre-install
>directory. It seems that the initrd.img created during the UYOK process on
>my golden client did not contain any entries in the /dev directory for the
>second scsi disk (/dev/sdb*). The golden-client I pulled the image from
>definately has two scsi disks and the appropriate entries in /dev and the
>entries did end up in the /dev directory in the image that got pulled to the
>image server during the si_getimage process.
>
>I was able to temporarily solve this issue by creating the needed entries in
>/dev on the system I was trying to image when it halted at a root prompt
>in the /scripts/pre-install directory during the failed boot and then executed
>the master script by hand. This let the install continue but I don't understand
>why these /dev entries for the appropriate sdb devices did not get created
>in the initrd.img file during the UYOK / si_prepareclient process.
>--
>Steve
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by xPML, a groundbreaking scripting language
>that extends applications into web and mobile media. Attend the live webcast
>and join the prime developer group breaking into this new coding territory!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>_______________________________________________
>Sisuite-users mailing list
>Sisuite-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/sisuite-users
>
>





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to