Hello all :)

We have some problems with si_pushupdate command. We can't get the update to 
work and we have tried most combinations that we can think of.

We have successfully pulled data from a golden client to the server, and 
succesfully booted an client with a boot floppy. But now when we try to use 
pushupdate to an installed client we run into some problem. You can read the 
command lines we have tried further down in this letter. You can see some fakts 
below.

Questions:
What is the correct syntax we should use?
Do we have to have rsync up and running on all clients?

Some fakts:
The image is called exx and is placed at /root/exx on the image server.
The ip address of the client we wanna update is 192.168.1.29 (e02) and it exist 
in the hosts file:

cat /var/lib/systemimager/scripts/hosts
127.0.0.1 localhost localhost.localdomain localhost
192.168.1.1 imageserver.test.net imageserver
192.168.1.30 e01.test.net e01
192.168.1.29 e02.test.net e02
192.168.1.28 e03.test.net e03
192.168.1.27 e04.test.net e04
192.168.1.26 e05.test.net e05
192.168.1.25 e06.test.net e06
192.168.1.24 e07.test.net e07
192.168.1.23 e08.test.net e08
192.168.1.22 e09.test.net e09

[EMAIL PROTECTED] log]# ll /var/lib/systemimager/scripts/
totalt 18
-rw-r--r-- 1 root root 21 5 okt 17.08 client-file
lrwxrwxrwx 1 root root 10 5 okt 16.40 e01.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.40 e02.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.40 e03.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.40 e04.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.40 e05.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.41 e06.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.41 e07.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.41 e08.sh -> exx.master
lrwxrwxrwx 1 root root 10 5 okt 16.41 e09.sh -> exx.master
-rw-r--r-- 1 root root 12928 5 okt 16.40 exx.master
-rw-r--r-- 1 root root 527 9 okt 15.46 hosts

Server:
Redhat Enterprise 3, WS, Update 5

Installed rpm:s on image server:
-rw-r--r-- 1 root root 23083 5 okt 13.38 flamethrower-0.1.6-1.noarch.rpm
-rw-r--r-- 1 root root 60039 5 okt 13.38 perl-AppConfig-1.52-4.noarch.rpm
-rw-r--r-- 1 root root 14634 5 okt 13.38 perl-MLDBM-2.01-1.noarch.rpm
-rw------- 1 root root 5399739 5 okt 13.38 perl-Tk-804.027-3.1.el3.rf.i386.rpm
-rw------- 1 root root 68316 5 okt 13.38 
perl-XML-Simple-2.14-2.1.el3.rf.noarch.rpm
-rw------- 1 root root 256507 5 okt 13.38 rsync-2.6.6-1.1.el3.rf.i386.rpm
-rw-r--r-- 1 root root 96246 5 okt 13.38 systemconfigurator-2.2.2-1.noarch.rpm
-rw-r--r-- 1 root root 54216 5 okt 13.38 systemimager-client-3.4.1-1.noarch.rpm
-rw-r--r-- 1 root root 54918 5 okt 13.38 systemimager-common-3.4.1-1.noarch.rpm
-rw-r--r-- 1 root root 38823 5 okt 13.38 
systemimager-flamethrower-3.4.1-1.noarch.rpm
-rw-r--r-- 1 root root 5473230 5 okt 13.38 
systemimager-i386boot-standard-3.4.1-1.noarch.rpm
-rw-r--r-- 1 root root 150559 5 okt 13.38 systemimager-server-3.4.1-1.noarch.rpm
-rw-r--r-- 1 root root 120186 5 okt 13.38 systeminstaller-1.04-1.noarch.rpm
-rw-r--r-- 1 root root 23022 5 okt 13.38 systeminstaller-x11-1.04-1.noarch.rpm
-rw------- 1 root root 53686 5 okt 13.38 
udpcast-0.0.20050226-1.1.el3.rf.i386.rpm

Installed rpm:s on goldenklient:
-rw-r--r-- 1 root root 60039 Okt 5 14:43 perl-AppConfig-1.52-4.noarch.rpm
-rw-r--r-- 1 root root 96246 Okt 5 14:44 systemconfigurator-2.2.2-1.noarch.rpm
-rw-r--r-- 1 root root 54216 Okt 5 14:40 systemimager-client-3.4.1-1.noarch.rpm
-rw-r--r-- 1 root root 54918 Okt 5 14:44 systemimager-common-3.4.1-1.noarch.rpm

Lets test some command strings.
1:
/usr/sbin/si_pushupdate --client 192.168.1.29 --continue-install 
--updateclient-options "--server 192.168.1.1 --image exx --autoinstall --reboot"

Error message:
si_pushupdate: Must also specify -image.
Try "si_pushupdate --help" for more options.

2:
/usr/sbin/si_pushupdate --image exx --client 192.168.1.29 --continue-install 
--updateclient-options "--server 192.168.1.1 --image exx --autoinstall --reboot"

Error message:
Unknown option: image
si_pushupdate (part of SystemImager) version 3.4.1

3:
/usr/sbin/si_pushupdate --client 192.168.1.29 --continue-install --image exx

Error message:
Unknown option: image
si_pushupdate (part of SystemImager) version 3.4.1

Thanks in advance
//Bjorn Lindberg



===================================
From:
Björn Lindberg
[EMAIL PROTECTED]
===================================




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to