RE: [Sisuite-users] Can't Mount Floppy - codepage 437 not supported
Title: [Sisuite-users] Can't Mount Floppy - codepage 437 not supported Okay I updated a bunch of configs for the kernels (linux.x86_64.config was one of them) with CONFIG_NLS_CODEPAGE_437=y in trunk, hopefully this solves the problem. Any chance you can test it out? Thanks, Bernard From: [EMAIL PROTECTED] on behalf of David ElliottSent: Fri 28/04/2006 09:59To: sisuite-users@lists.sourceforge.netSubject: [Sisuite-users] Can't Mount Floppy - codepage 437 not supported Hello,We're running systemimager 3.6.3 on redhat as 4 , and have a problemwith the boot process during imagingWe boot from a cdrom , and it detects all the hardware ok , but failswhen trying to mount the floppy for the local.cfg with an errorFAT : codepage cp437 not foundI've tried the latest code from the oscar repository(http://svn.oscar.openclustergroup.org/oscar/trunk/packages/), and havethe same problem with that.Previously we'd worked around this problem by rebuilding the kernel - asit seems the 437 codepage is ommitted from the default config in patches(linux.x86_64.config)Has anyone come across this problem before?CheersDave---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 easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Sisuite-users mailing listSisuite-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/sisuite-users
Re: [Sisuite-users] Newly imaged computer has file system damage
Remove the LABEL's from the fstab(ie hard code the devices for boot, home etc) and you should be okay. David K Livingstone CN Signals and Communications 10229 127 Avenue floor 2 Edmonton, AB, T5E 0B9 Ph : 780 472-3959 Fax : 780 472-3050 Email: [EMAIL PROTECTED] "Timothy J. Wielgos" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2006/04/28 09:34 Please respond to sisuite-users To: sisuite-users@lists.sourceforge.net cc: Subject: [Sisuite-users] Newly imaged computer has file system damage Hey all-- I have been searching for two days now to find an answer to my problem, with little luck. Hopefully, someone on this list will know what's going on. I am running the latest sisuite, the server is running on Fedora Core 5. The golden client is a Red Hat AS3 Update 6 box. After I bring the image down on a box, the /etc/fstab looks like: LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 LABEL=/home /home ext3 defaults 1 2 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/var /var ext3 defaults 1 2 /dev/hda5 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 And see the disk layout: [EMAIL PROTECTED] tmp]# fdisk -l /dev/hda Disk /dev/hda: 20.0 GB, 200 bytes 255 heads, 63 sectors/track, 2431 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 16 122070 83 Linux Partition 1 does not end on cylinder boundary. /dev/hda2 16 514 3999023+ 83 Linux Partition 2 does not end on cylinder boundary. /dev/hda3 514 1011 3998047 83 Linux Partition 3 does not end on cylinder boundary. /dev/hda4 1011 2432 11412371 f Win95 Ext'd (LBA) /dev/hda5 1011 1136 1003905+ 83 Linux /dev/hda6 1136 2432 10408464+ 83 Linux The problem is, after I bring the image down on a new box, the file system will not mount as read-write. The first failure I see at boot time is a message: Remounting root filesystem in read-write mode: mount: no such partition found then the failures just cascade from there. Does anyone have any idea what might be going on? Thanks, Tim __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- 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
RE: [Sisuite-users] Newly imaged computer has file system damage
Hi Tim: I think this is because SystemConfigurator specifically cannot handle the LABEL format. Take a look at your grub menu.lst (if you're using grub) and compare the one from an imaged node with a node that is installed manually - you should be able to see the difference. Cheers, Bernard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Timothy J. Wielgos > Sent: Friday, April 28, 2006 11:49 > To: sisuite-users@lists.sourceforge.net > Subject: RE: [Sisuite-users] Newly imaged computer has file > system damage > > That seems to have fixed my problem. Once I rewrote > my fstab, the system was beautiful. > > The only question I have now is, why did the fstab > break it after imaging the box, when it worked just > fine on the golden client? > > Thanks for your help with this! > > --Tim > > --- Bernard Li <[EMAIL PROTECTED]> wrote: > > > Possibly because of the LABELs - can you try to > > remove those and see if > > it works? > > > > Cheers, > > > > Bernard > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > On Behalf > > > Of Timothy J. Wielgos > > > Sent: Friday, April 28, 2006 8:33 > > > To: sisuite-users@lists.sourceforge.net > > > Subject: [Sisuite-users] Newly imaged computer has > > file system damage > > > > > > Hey all-- > > > > > > I have been searching for two days now to find an > > > answer to my problem, with little luck. > > Hopefully, > > > someone on this list will know what's going on. > > > > > > I am running the latest sisuite, the server is > > running > > > on Fedora Core 5. The golden client is a Red Hat > > AS3 > > > Update 6 box. After I bring the image down on a > > box, > > > the /etc/fstab looks like: > > > > > > LABEL=/ / ext3defaults1 1 > > > LABEL=/boot /boot ext3defaults1 > > > > > 2 > > > none/dev/ptsdevpts gid=5,mode=620 0 > > > > > 0 > > > LABEL=/home /home ext3defaults1 > > > > > 2 > > > none/proc procdefaults0 0 > > > none/dev/shmtmpfs defaults0 > > > > > 0 > > > LABEL=/var /varext3defaults1 > > > > > 2 > > > /dev/hda5 swapswapdefaults0 > > > > > 0 > > > /dev/cdrom /mnt/cdrom udf,iso9660 > > > noauto,owner,kudzu,ro 0 0 > > > /dev/fd0/mnt/floppy auto > > > noauto,owner,kudzu 0 0 > > > > > > And see the disk layout: > > > > > > [EMAIL PROTECTED] tmp]# fdisk -l /dev/hda > > > Disk /dev/hda: 20.0 GB, 200 bytes > > > 255 heads, 63 sectors/track, 2431 cylinders > > > Units = cylinders of 16065 * 512 = 8225280 bytes > > > > > >Device BootStart EndBlocks Id > > > System > > > /dev/hda1 * 116122070 83 > > > Linux > > > Partition 1 does not end on cylinder boundary. > > > /dev/hda216 514 3999023+ 83 > > > Linux > > > Partition 2 does not end on cylinder boundary. > > > /dev/hda3 514 1011 3998047 83 > > > Linux > > > Partition 3 does not end on cylinder boundary. > > > /dev/hda4 1011 2432 11412371f > > > Win95 Ext'd (LBA) > > > /dev/hda5 1011 1136 1003905+ 83 > > > Linux > > > /dev/hda6 1136 2432 10408464+ 83 > > > Linux > > > > > > > > > > > > The problem is, after I bring the image down on a > > new > > > box, the file system will not mount as read-write. > > > > > The first failure I see at boot time is a message: > > > > > > Remounting root filesystem in read-write mode: > > mount: > > > no such partition found > > > > > > then the failures just cascade from there. > > > > > > Does anyone have any idea what might be going on? > > > > > > Thanks, > > > Tim > > > > > > > > > __ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > > http://mail.yahoo.com > > > > > > > > > > > > --- > > > 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 > > > > > > > > > > --- > > 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 WebSpher
RE: [Sisuite-users] Newly imaged computer has file system damage
That seems to have fixed my problem. Once I rewrote my fstab, the system was beautiful. The only question I have now is, why did the fstab break it after imaging the box, when it worked just fine on the golden client? Thanks for your help with this! --Tim --- Bernard Li <[EMAIL PROTECTED]> wrote: > Possibly because of the LABELs - can you try to > remove those and see if > it works? > > Cheers, > > Bernard > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > On Behalf > > Of Timothy J. Wielgos > > Sent: Friday, April 28, 2006 8:33 > > To: sisuite-users@lists.sourceforge.net > > Subject: [Sisuite-users] Newly imaged computer has > file system damage > > > > Hey all-- > > > > I have been searching for two days now to find an > > answer to my problem, with little luck. > Hopefully, > > someone on this list will know what's going on. > > > > I am running the latest sisuite, the server is > running > > on Fedora Core 5. The golden client is a Red Hat > AS3 > > Update 6 box. After I bring the image down on a > box, > > the /etc/fstab looks like: > > > > LABEL=/ / ext3defaults1 1 > > LABEL=/boot /boot ext3defaults1 > > > 2 > > none/dev/ptsdevpts gid=5,mode=620 0 > > > 0 > > LABEL=/home /home ext3defaults1 > > > 2 > > none/proc procdefaults0 0 > > none/dev/shmtmpfs defaults0 > > > 0 > > LABEL=/var /varext3defaults1 > > > 2 > > /dev/hda5 swapswapdefaults0 > > > 0 > > /dev/cdrom /mnt/cdrom udf,iso9660 > > noauto,owner,kudzu,ro 0 0 > > /dev/fd0/mnt/floppy auto > > noauto,owner,kudzu 0 0 > > > > And see the disk layout: > > > > [EMAIL PROTECTED] tmp]# fdisk -l /dev/hda > > Disk /dev/hda: 20.0 GB, 200 bytes > > 255 heads, 63 sectors/track, 2431 cylinders > > Units = cylinders of 16065 * 512 = 8225280 bytes > > > >Device BootStart EndBlocks Id > > System > > /dev/hda1 * 116122070 83 > > Linux > > Partition 1 does not end on cylinder boundary. > > /dev/hda216 514 3999023+ 83 > > Linux > > Partition 2 does not end on cylinder boundary. > > /dev/hda3 514 1011 3998047 83 > > Linux > > Partition 3 does not end on cylinder boundary. > > /dev/hda4 1011 2432 11412371f > > Win95 Ext'd (LBA) > > /dev/hda5 1011 1136 1003905+ 83 > > Linux > > /dev/hda6 1136 2432 10408464+ 83 > > Linux > > > > > > > > The problem is, after I bring the image down on a > new > > box, the file system will not mount as read-write. > > > The first failure I see at boot time is a message: > > > > Remounting root filesystem in read-write mode: > mount: > > no such partition found > > > > then the failures just cascade from there. > > > > Does anyone have any idea what might be going on? > > > > Thanks, > > Tim > > > > > > __ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > > > --- > > 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 > > > > > --- > 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&kid0709&bid&3057&dat1642 > ___ > Sisuite-users mailing list > Sisuite-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sisuite-users > __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- 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 maili
RE: [Sisuite-users] Can't Mount Floppy - codepage 437 not supported
Hi David: If you have a patch against linux.x86_64.config that fixes this problem, I can apply it. Cheers, Bernard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of David Elliott > Sent: Friday, April 28, 2006 10:00 > To: sisuite-users@lists.sourceforge.net > Subject: [Sisuite-users] Can't Mount Floppy - codepage 437 > not supported > > Hello, > > We're running systemimager 3.6.3 on redhat as 4 , and have a problem > with the boot process during imaging > > We boot from a cdrom , and it detects all the hardware ok , but fails > when trying to mount the floppy for the local.cfg with an error > > FAT : codepage cp437 not found > > I've tried the latest code from the oscar repository > (http://svn.oscar.openclustergroup.org/oscar/trunk/packages/), > and have > the same problem with that. > > Previously we'd worked around this problem by rebuilding the > kernel - as > it seems the 437 codepage is ommitted from the default config > in patches > (linux.x86_64.config) > > Has anyone come across this problem before? > > Cheers > Dave > > > --- > 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 > --- 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&kid0709&bid&3057&dat1642 ___ Sisuite-users mailing list Sisuite-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-users
[Sisuite-users] Can't Mount Floppy - codepage 437 not supported
Hello, We're running systemimager 3.6.3 on redhat as 4 , and have a problem with the boot process during imaging We boot from a cdrom , and it detects all the hardware ok , but fails when trying to mount the floppy for the local.cfg with an error FAT : codepage cp437 not found I've tried the latest code from the oscar repository (http://svn.oscar.openclustergroup.org/oscar/trunk/packages/), and have the same problem with that. Previously we'd worked around this problem by rebuilding the kernel - as it seems the 437 codepage is ommitted from the default config in patches (linux.x86_64.config) Has anyone come across this problem before? Cheers Dave --- 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
RE: [Sisuite-users] Newly imaged computer has file system damage
Possibly because of the LABELs - can you try to remove those and see if it works? Cheers, Bernard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Timothy J. Wielgos > Sent: Friday, April 28, 2006 8:33 > To: sisuite-users@lists.sourceforge.net > Subject: [Sisuite-users] Newly imaged computer has file system damage > > Hey all-- > > I have been searching for two days now to find an > answer to my problem, with little luck. Hopefully, > someone on this list will know what's going on. > > I am running the latest sisuite, the server is running > on Fedora Core 5. The golden client is a Red Hat AS3 > Update 6 box. After I bring the image down on a box, > the /etc/fstab looks like: > > LABEL=/ / ext3defaults1 1 > LABEL=/boot /boot ext3defaults1 > 2 > none/dev/ptsdevpts gid=5,mode=620 0 > 0 > LABEL=/home /home ext3defaults1 > 2 > none/proc procdefaults0 0 > none/dev/shmtmpfs defaults0 > 0 > LABEL=/var /varext3defaults1 > 2 > /dev/hda5 swapswapdefaults0 > 0 > /dev/cdrom /mnt/cdrom udf,iso9660 > noauto,owner,kudzu,ro 0 0 > /dev/fd0/mnt/floppy auto > noauto,owner,kudzu 0 0 > > And see the disk layout: > > [EMAIL PROTECTED] tmp]# fdisk -l /dev/hda > Disk /dev/hda: 20.0 GB, 200 bytes > 255 heads, 63 sectors/track, 2431 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > >Device BootStart EndBlocks Id > System > /dev/hda1 * 116122070 83 > Linux > Partition 1 does not end on cylinder boundary. > /dev/hda216 514 3999023+ 83 > Linux > Partition 2 does not end on cylinder boundary. > /dev/hda3 514 1011 3998047 83 > Linux > Partition 3 does not end on cylinder boundary. > /dev/hda4 1011 2432 11412371f > Win95 Ext'd (LBA) > /dev/hda5 1011 1136 1003905+ 83 > Linux > /dev/hda6 1136 2432 10408464+ 83 > Linux > > > > The problem is, after I bring the image down on a new > box, the file system will not mount as read-write. > The first failure I see at boot time is a message: > > Remounting root filesystem in read-write mode: mount: > no such partition found > > then the failures just cascade from there. > > Does anyone have any idea what might be going on? > > Thanks, > Tim > > > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > --- > 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 > --- 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&kid0709&bid&3057&dat1642 ___ Sisuite-users mailing list Sisuite-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-users
[Sisuite-users] Newly imaged computer has file system damage
Hey all-- I have been searching for two days now to find an answer to my problem, with little luck. Hopefully, someone on this list will know what's going on. I am running the latest sisuite, the server is running on Fedora Core 5. The golden client is a Red Hat AS3 Update 6 box. After I bring the image down on a box, the /etc/fstab looks like: LABEL=/ / ext3defaults1 1 LABEL=/boot /boot ext3defaults1 2 none/dev/ptsdevpts gid=5,mode=620 0 0 LABEL=/home /home ext3defaults1 2 none/proc procdefaults0 0 none/dev/shmtmpfs defaults0 0 LABEL=/var /varext3defaults1 2 /dev/hda5 swapswapdefaults0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0/mnt/floppy auto noauto,owner,kudzu 0 0 And see the disk layout: [EMAIL PROTECTED] tmp]# fdisk -l /dev/hda Disk /dev/hda: 20.0 GB, 200 bytes 255 heads, 63 sectors/track, 2431 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device BootStart EndBlocks Id System /dev/hda1 * 116122070 83 Linux Partition 1 does not end on cylinder boundary. /dev/hda216 514 3999023+ 83 Linux Partition 2 does not end on cylinder boundary. /dev/hda3 514 1011 3998047 83 Linux Partition 3 does not end on cylinder boundary. /dev/hda4 1011 2432 11412371f Win95 Ext'd (LBA) /dev/hda5 1011 1136 1003905+ 83 Linux /dev/hda6 1136 2432 10408464+ 83 Linux The problem is, after I bring the image down on a new box, the file system will not mount as read-write. The first failure I see at boot time is a message: Remounting root filesystem in read-write mode: mount: no such partition found then the failures just cascade from there. Does anyone have any idea what might be going on? Thanks, Tim __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- 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
Re: [Sisuite-users] no volume groups found after reboot
I just wanted to post the solution to this issue: I had to add the -M1 option to the pvcreate and vgcreate commands to force them to use LVM1 instead of LVM2. My golden client has LVM1 logical volumes and for some reason, it was trying to create LVM2 volumes on the new system. Maybe because my SI server is RedHat 4 which uses LVM2? Amanda Andrea Righi wrote: Amanda, are you trying to use lvm over software raid? In this case have you already seen the following howto? http://wiki.sisuite.org/SoftwareRAID#head-8a021864a4988ace0b6ba383018a982dd6f8f103 SystemImager is able to automatically generates the autoinstall script, so try to modify the autoinstallscript.conf (looking at the howto) and recreate the script with si_mkautoinstallscript... Moreover if the root filesystem is on a lvm over raid volume the initrd in the image must contain both lvm and raid modules.. in the following output it seems that no raid module is loaded during the boot... Regards, -Andrea Amanda Holloway wrote: I am using SI 3.6.3 to image a redhat linux machine using raid & lvm. I added the following to the golden client master script to create the volume group and logical volumes: ### BEGIN LVM initialization commands -AR- ### pvcreate -ff -y /dev/sda3 ### END LVM initialization commands ### ### BEGIN LVM groups creation commands -AR- ### vgscan vgcreate -s 8MB -v Volume00 /dev/sda3 ### END LVM groups creation commands ### ### BEGIN LVM volumes creation commands -AR- ### lvcreate --verbose --size 2.5G --name LogVol00 Volume00 lvcreate --verbose --size 3.0G --name LogVol03 Volume00 lvcreate --verbose --size 1008M --name LogVol05 Volume00 lvcreate --verbose --size 8.0G --name LogVol04 Volume00 lvcreate --verbose --size 5.0G --name LogVol01 Volume00 lvcreate --verbose --size 6.0G --name LogVol02 Volume00 ### END LVM volumes creation commands ### The install process completes (and I see the volume group and logical volumes being created), but when I reboot, the kernel does not find the volume group Volume00. Since my root filesystem is on a logical volume, the server will not boot and I get the following messages: ... Partition check: sda: sda1 sda2 sda3 Loading lvm-mod.o module LVM version 1.0.8-2 (26/05/2004) module loaded Loading jbd.o module Creating block devices Scanning logical volumes vgchange -- no volume groups found Mounting root filesystem mount: error 2 mounting ext3 pivotroot: pivot_root (/sysroot, /sysroot/initrd) failed: 2 umount /initrd/proc failed: 2 Freeing unused kernel memory: 232k freed kernel panic: No init found. Try passing init= option to kernel. - I tried reimaging with "vgchange -y a" added into the install script after the vgcreate command, but the volume group was still not found by the kernel when rebooting. I would appreciate any suggestions! Thanks! --- 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 --- 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