Hi Bernard,
------------------------------ ----- Original Message ----- From: "Bernard Li" <[email protected]> To: <[email protected]> Sent: Thursday, April 28, 2011 2:25 PM Subject: Re: [sisuite-users] ip not set in pre-boot settings According to the code, that message just means it is going to try to DHCP the host: http://trac.systemimager.org/browser/branches/4.2.x/initrd_source/skel/etc/init.d/functions#L968 And it looks like it is trying to, but failed. Is dhcpd running on your server (did you run si_mkbootserver)? Did SystemImager correctly identify your nic and is using the correct one to DHCP? Any reason why you're using a bridge interface (br0) as opposed to standard ethernet interface? BTW, this is a quick start guide on how to use SystemImager: http://wiki.systemimager.org/index.php/Quick_Start_HOWTO Cheers, Bernard On Thu, Apr 28, 2011 at 10:07 AM, E-Blokos <[email protected]> wrote: > Hi Bernard, > > yesterday (all the night) I tried to install a new node > at the data center, but I stucked with "ip address not set in pre-boot > settings" > weird since I did this commands . > > on golden client . > si_prepareclient --server node250 --my-modules > > on server : > si_getimage --golden-client node132 --update-script YES --image my_image > --listing --autodetect-disks --ip-assignment static --post-install reboot > > and > > si_mkclientnetboot --verbose --netboot --clients > "10.10.10.140-10.10.10.158" > --flavor my_image --append "DEVICE=br0 IMAGESERVER=10.10.10.138 > GATEWAY=10.10.10.138 IMAGENAME=my_image" > > > I tried also > > si_mkclientnetboot --verbose --netboot --clients "node140" --flavor > my_image > --append "DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138 > IMAGENAME=my_image" > > si_mkclientnetboot --verbose --netboot --clients "node140" --flavor > my_image > --append "DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138 > IMAGENAME=my_image" > > > I have this in my dhcpd.conf > > subnet 10.10.10.128 netmask 255.255.255.224 { > range 10.10.10.140 10.10.10.158; > option domain-name "e-blokos.com"; > option routers 10.10.10.138; > } > host node140 { > fixed-address 10.10.10.140; > filename "pxelinux.0"; > next-server 10.10.10.138; > } > but the installer stops also at "ip address not set in pre-boot settings" > the installer shows also > dhclient.... > .... > DHCPDISCOVER port 67 interval 9 etc.... several times and it stops. > > the mobo is intel S5000PAL with xeon quadcore and 2 network ports. > > > Thanks for your help > > Franck So I retried to install a new node with UYOK with success after run all SI commands without some options, but : kernel panic at reboot (even with option --post-install reboot), sorry I forgot my camera, I saw errors like "nosemaphores etc.." I suspect this time the kernel itself since I use RT prempt patched kernel, what do you think ? suggestion . if run si_mkbootserver but cancel or interrupt it all the files but default are deleted, so if I run it again it complains that syslinux.cfg and other are missing, which is a little ennoying. maybe delete the file once it's installed ? Anyway, Great job as usual and thank you very much Bernard, Brian, Dann, Erich and Andrea Franck ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
