sldus version 3.1

sldus.exe is the local upgrade server executable that will
recognize .sbin upgrade file to be used by Cisco IP Phone
7902/7905/7912 whenever manual upgrade procedure is available
(NOTE: currently, manual upgrade procedure are not available
on most protocol images on 7902/7905/7912 -- instead TFTP
upgrade procedure is the only recommended way to upgrade the
firmware).

To invoke it do

    C> sldus -any -d1 <upgradefile>

where <upgradefile> is either .sbin or .zup file.

If it is one of the .sbin file signed by dev/release key of 7902/7905/7912,
it will verify the signature, and say so. Otherwise, it will give a warning,
e.g.
    "xxx.sbin: signature not verifiable with this tool!"

sldus version 3.1
usage: sldus {-h[host_ip]} {-p[port]} {-quiet} <imageFile>
	-h[host_ip]  Set host IP to specific IP (in the case where there
	               are more than one IP addresses for the host.
	               Default use 1st IP address obtained by gethostbyname).
	-p[port]     Set server port to specific port (default is 8000,
	               use different port only if you are setting up an IP
	               directed upgrade server other than the default).
	-quiet         quiet mode, send all output to log file named
	               as [port].log (useful when running the upgrade
	               server as a deamon).
	-any         Allow upgrade even if software version is less
	               than or equal to those of client box.
	-any2        Allow upgrade regardless of software type and version.
	-d1,-d2,-d3  Set verbose level for debugging.
	imageFile    Image file is file with a '.zup' or '.kup' extension.
e.g.
	sldus -any -d1 test.zup
	sldus -h192.168.2.170 -p8002 -quiet test.zup
