Re: [Sisuite-users] si_mkbootserver: PXE daemon not found

2006-07-06 Thread Richard Arkner
  Hi Richard:

  I presume you are using the latest development release (3.7.3)?

  Thanks,

  Bernard

Bernard-

No, I'm using 3.6.3.


BTW (for anyone else seeking answers to this) I've found the  
following info promising:

General info about PXE:
http://en.wikipedia.org/wiki/Preboot_Execution_Environment

SISuite-specific info:
http://wiki.sisuite.org/NetworkBoot
ftp://ftp.fysik.dtu.dk/pub/SystemImager/systemimager-3.5.howto  from  
Ole Holm Nielsen

and searching for network boot as well as pxe helps.

Richard Arkner
[EMAIL PROTECTED]




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=lnkkid=120709bid=263057dat=121642
___
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [Sisuite-users] 3.7.3-1 no floppy drive found

2006-07-06 Thread john . debella

Hi Dave,

When attempting to enter the linux
 I get Could not find kernel image linux. It does
look as though the append parameters I've added to the iso file are there
however. I've tried to create a new iso file with all of the append parameters
I need but it fails with what looks to be a limit to the number of append
statements you can add.

-John






David Elliott [EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
07/05/2006 05:41 PM



Please respond to
sisuite-users@lists.sourceforge.net





To
sisuite-users@lists.sourceforge.net


cc



Subject
Re: [Sisuite-users] 3.7.3-1 no floppy
drive found








Hi John

The linux  is entered at the boot prompt, that's right.

Can you give any detail of the error you are seeing?

I have had cases with the append values not being correctly parsed - if

you hit the pause key straight after it actually starts to boot the 
kernel you'll see these append values at the top as kernel
boot 
arguments, and will be able to see whether it has picked them up as 
expected

You might try modifying the --append syntax when you boot off the iso
try

linux --append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP
linux -append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP
linux -append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP

also, if you mount your boot iso - what contents do you see in the

isolinux/syslinux.cfg file - are the append values you entered when you

created your iso listed correctly?

Dave

[EMAIL PROTECTED] wrote:


 Hi David,

 Thanks. I'm having problems appending the remaining values after 
 rebooting from the cd, ( I created the cd with the append paramaters

 as you suggested). I'm assuming that you are typing this at the boot

 prompt?

 -John



 *David Elliott [EMAIL PROTECTED]*
 Sent by: [EMAIL PROTECTED]

 07/05/2006 11:58 AM
 Please respond to
 sisuite-users@lists.sourceforge.net


 
 To
 sisuite-users@lists.sourceforge.net
 cc
 
 Subject
 Re:
[Sisuite-users] 3.7.3-1 no floppy drive found



 





 Hi

 we've had the same problem here, as the floppy support is absent from
 atleast some of the stock rpms used to make the boot cds

 you could rebuild a kernel from the svn source with it built in

 alternatively as a workaround here , we have also created the
boot iso
 with the majority of the settings that would normally be in the local.cfg

 si_mkautoinstallcd --arch i386 --append ramdisk_size=8
 DOMAINNAME=$domain DEVICE=eth0 NETMASK=255.255.255.0 \
 NETWORK=192.168.1.0 BROADCAST=192.168.1.255 IMAGESERVER=192.168.1.54
\
 --out-file $PATH_TO_ISO

 and when we boot off this, append the remaining values

 linux --append HOSTNAME=$SCRIPT --append IPADDR=$CLIENT_IP

 Cheers,
 Dave




 [EMAIL PROTECTED] wrote:

 
  Hi,
 
  I've created a boot CD from the 3.7.3-1 server and am using a
flopy to
  maintain the local.cfg. Everything seems fine until it attempts
to
  mount the floppy which fails and complains that there is no floppy
  found. I've attempted to format the floppy with different formats
that
  we've used in the past but no luck. Has anyone else run into
this?
 
 
 
 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=lnkkid=120709bid=263057dat=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=lnkkid=120709bid=263057dat=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=lnkkid=120709bid=263057dat=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

Re: [Sisuite-users] 3.7.3-1 no floppy drive found

2006-07-06 Thread john . debella

Hi Dave,

OK. I've got it working now. I trimmed
out the append statements and created a new iso with what I need. Now it
gets to the point where it gets the appropriate script however it can't
stat device /dev/sda. I'm trying to install a Dell2850 and have been able
to do so until recently. Has anyone been able to install a Dell2850 using
systemimager in the last 3 - 4 months?

-John






[EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
07/06/2006 09:34 AM



Please respond to
sisuite-users@lists.sourceforge.net





To
sisuite-users@lists.sourceforge.net


cc



Subject
Re: [Sisuite-users] 3.7.3-1 no floppy
drive found









Hi Dave, 

When attempting to enter the linux  I get Could not
find kernel image linux. It does look as though the append parameters
I've added to the iso file are there however. I've tried to create a new
iso file with all of the append parameters I need but it fails with what
looks to be a limit to the number of append statements you can add.


-John 





David Elliott [EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]

07/05/2006 05:41 PM





Please respond to
sisuite-users@lists.sourceforge.net





To
sisuite-users@lists.sourceforge.net



cc



Subject
Re: [Sisuite-users] 3.7.3-1 no floppy
drive found










Hi John

The linux  is entered at the boot prompt, that's right.

Can you give any detail of the error you are seeing?

I have had cases with the append values not being correctly parsed - if

you hit the pause key straight after it actually starts to boot the 
kernel you'll see these append values at the top as kernel
boot 
arguments, and will be able to see whether it has picked them up as 
expected

You might try modifying the --append syntax when you boot off the iso
try

linux --append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP
linux -append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP
linux -append HOSTNAME=$SCRIPT IPADDR=$CLIENT_IP

also, if you mount your boot iso - what contents do you see in the

isolinux/syslinux.cfg file - are the append values you entered when you

created your iso listed correctly?

Dave

[EMAIL PROTECTED] wrote:


 Hi David,

 Thanks. I'm having problems appending the remaining values after 
 rebooting from the cd, ( I created the cd with the append paramaters

 as you suggested). I'm assuming that you are typing this at the boot

 prompt?

 -John



 *David Elliott [EMAIL PROTECTED]*
 Sent by: [EMAIL PROTECTED]

 07/05/2006 11:58 AM
 Please respond to
 sisuite-users@lists.sourceforge.net


 
 To
 sisuite-users@lists.sourceforge.net
 cc
 
 Subject
 Re:
[Sisuite-users] 3.7.3-1 no floppy drive found



 





 Hi

 we've had the same problem here, as the floppy support is absent from
 atleast some of the stock rpms used to make the boot cds

 you could rebuild a kernel from the svn source with it built in

 alternatively as a workaround here , we have also created the
boot iso
 with the majority of the settings that would normally be in the local.cfg

 si_mkautoinstallcd --arch i386 --append ramdisk_size=8
 DOMAINNAME=$domain DEVICE=eth0 NETMASK=255.255.255.0 \
 NETWORK=192.168.1.0 BROADCAST=192.168.1.255 IMAGESERVER=192.168.1.54
\
 --out-file $PATH_TO_ISO

 and when we boot off this, append the remaining values

 linux --append HOSTNAME=$SCRIPT --append IPADDR=$CLIENT_IP

 Cheers,
 Dave




 [EMAIL PROTECTED] wrote:

 
  Hi,
 
  I've created a boot CD from the 3.7.3-1 server and am using a
flopy to
  maintain the local.cfg. Everything seems fine until it attempts
to
  mount the floppy which fails and complains that there is no floppy
  found. I've attempted to format the floppy with different formats
that
  we've used in the past but no luck. Has anyone else run into
this?
 
 
 
 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=lnkkid=120709bid=263057dat=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=lnkkid=120709bid=263057dat=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 

[Sisuite-users] Sachio Iwamoto/Markham/IBM is out of the office.

2006-07-06 Thread Sachio Iwamoto




I will be out of the office starting  05/07/2006 and will not return until
08/08/2006.

For urgent inquiry, please contact Sai Naidu ([EMAIL PROTECTED]) for SMB
project related, or Bogdan Stanescu ([EMAIL PROTECTED]) for the other
accounts. For any other urgent inquiry, please contact my PDM, Donna
Mitchell ([EMAIL PROTECTED]).

Thank you,


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=lnkkid=120709bid=263057dat=121642
___
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users