Software Distributor Administration Guide (March 2009)

Table Of Contents
3. Make install-sd executable:
# chmod +x /var/tmp/install-sd
4. Execute install-sd:
# /var/tmp/install-sd -s /SD_CDROM
The SW-DIST product then installs itself onto your system from the CD-ROM.
C.3 Installing a Newer Version of SD-UX
If you want to install a newer version of SD-UX on your system
and/usr/sbin/install-sd is not yet on your system, use this procedure.
(In both steps, source_depot_location is the absolute path to the depot or media
that contains the newer version of SD-UX.)
1. As root, enter:
# /usr/sbin/swinstall -r -s \
source_depot_location\SW-DIST.SD-UPDATE \
@ /var/adm/sw/install-sd.root 2>/dev/null
2. Install the newer version:
# /usr/sbin/install-sd -s source_depot_location
NOTE: This install-sd command will not be available in future releases.
C.3 Installing a Newer Version of SD-UX 345