Technical data
66 Chapter 3
Updating HP-UX
Updating SD-UX Before Installing/Updating Software
Further examples are in the next section. After you have updated
SD-UX, you can use swinstall to update your system to HP-UX 10.20.
CAUTION Do not reboot your system after running swgettools and before you run
swinstall or swcluster to update HP-UX.
If you do reboot, you must run swgettools again before updating
HP-UX.
SW-DIST Installation
From CD-ROM To install the new SW-DIST product from CD-ROM at /SD_CDROM, enter
the following:
cp /SD_CDROM/catalog/SW-DIST/pfiles/swgettools /var/tmp
/var/tmp/swgettools -s /SD_CDROM
From Tape To install the new SW-DIST product from tape at /dev/rmt/0m, enter
the following:
cd /var/tmp
tar -xvf /dev/rmt/0m catalog/SW-DIST/pfiles/swgettools
cp /var/tmp/catalog/SW-DIST/pfiles/swgettools /var/tmp/swgettools
rm -rf /var/tmp/catalog
/var/tmp/swgettools -s /dev/rmt/0m
From Remote Depot To install the new SW-DIST from a remote depot on system swperf at
/var/spool/sw, enter the following:
rcp swperf:/var/spool/sw/catalog/SW-DIST/pfiles/swgettools /var/
tmp
/var/tmp/swgettools -s swperf:/var/spool/sw
Updating SD-UX Without Root Access to the
Remote Depot
Option 1: If you are a system administrator, you can instruct your users to use this
procedure or Option 2 (below) for more restricted access, if you do not
want to grant the users rcp (.rhosts) access as root to the server.