Bernard Li wrote:
1) Can I use my existing systemimager install server (2.0.1-3woody0) with with an autoinstallCD created with the newest subversion release of systemimager? I figured since it is just rsync, it should work. Please correct me if I am wrong!

This can be a problem!  We have systemimager 2 in production now
and to find the systemimager server we threw the following global options in ISC DHCPD's configuration.
option systemimager-server code 100=text;
option systemimager-server "ip address of production server"

I don't want to touch our production server, but I need to test the latest release. It seems the new versions use code 140.

Will the following options work?

option systemimager-server code 100=text;
option systemimager-server "ip address of production server"
option systemimager-server3 code 140=text;
option systemimager-server3 "ip address of test server"

If that is incorrect, is there a dhcp based solution or should I rely on
a local.cfg instead?

That is generally not advised, since some times new features impact both
the server and the client, and thus you will get a mismatch of
functionalities and they might fail.


The code in SVN trunk is pretty stable, see:

http://svn.sisuite.org

On a related note, I think dann is trying to bring the debian package
release up to the latest version (perhaps after we release 3.7.3).



Thanks I am trying again from Wednesday release. I was working with the 4-20 release before (which could not find libresolv.so.2 when rsync was run).

There's a wiki at:

http://wiki.sisuite.org

There's also a lot of information captured in the sisuite-users and
sisuite-devel mailing-lists - searching through them is a good idea.

Thanks I will always try to reread the list first to avoid repeating questions.

Rohit


-------------------------------------------------------
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