Using the HP DTC 16RX Manager
22
About upgrades
3
About upgrades
The installation utility automatically performs all tasks related to upgrading your
system to the new version. Once the installation procedure is finished, the new
version of DTC Manager software will be operational on your server and you can
use it to manage your DTCs. This is true even if your DTCs are currently running a
previous version of the DTC code software.
To take full advantage of new software functionality (on a DTC that runs a previous
version of the DTC code) you must reprogram the DTC with the rdtcreprog
command.
Note You can display the list of currently managed DTCs with the rdtclist -d
command.
For more information about upgrades refer to Upgrading from HP-UX 9.x to 10.0
(order number B2355-90050).
Installing the software on HP-UX 9.X systems
These instructions assume that an HP-UX 9.X operating system, LAN/9000, and
Internet Services are installed and operational on your system.
Verify tftp values before you run update
You should verify certain tftp values before you run the installation utility.
Make sure that the following three files contain lines with the exact values shown
below:
/etc/services
tftp 69/udp #Trivial File Transfer Protocol
/etc/inetd.conf
tftp dgram udp wait root tftpd tftpd
/etc/passwd
tftp:*:510:1:Trivial_tftp_user:/usr/tftpdir:/bin/false
Note If you modified the inetd.conf file you must restart the Internet daemon with the
command: inetd -c.