Bernard Li wrote:
> Hi Steve: 
> 
>> 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.
> 
> As far as I know only si_prepareclient, you could also do a grep for
> "UseYourOwnKernel" in those scripts.
> 
>> 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?
> 
> I'm not familiar with LVM at all.  I don't know if the version of 3.6.3
> has support for it - the best person to ask is Andrea but I think he's
> on vacation this week.
> 

LVM is fully supported from 3.5.2. You don't need to populate /dev with
the lvm block files. They are created by the lvm binaries (see man
vgscan and lvscan) in the autoinstall script at runtime. And when the
image is installed the startup script is able to detect and create the
files in the installed /dev. This is valid for each distro.

Regards,
-Andrea


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to