HP Tru64 UNIX Release Notes for Version 5.1B-4 (13157)
Stop sendmail Before Installing Kit
Stop the sendmail mailer daemon before installing this kit. Failing to do so can lead to the loss
of queued mail. Lost mail cannot be recovered.
To stop the daemon, enter the following command:
# /sbin/init.d/sendmail stop
Run Commands on BIND Systems After Kit Installation
After installing this kit on a system configured to be BIND server, run the following command:
# rcmgr set BIND_SERVERARGS "-c /etc/namedb/named.conf"
On a cluster configured to be a BIND server, run the following command:
# rcmgr -c set BIND_SERVERARGS "-c /etc/namedb/named.conf"
Stop the named daemon and restart it in order to have the new named daemon take effect:
• For standalone systems:
# /sbin/init.d/named stop
# /sbin/init.d/named start
• For clusters:
# /sbin/init.d/named cluster_stop
# /sbin/init.d/named start
To verify that your configuration files are compatible with Bind 9, run the following commands:
# named-checkconf /etc/namedb/named.conf
# named-checkzone example.com /etc/namedb/hosts.db
NOTE: With BIND 9, CNAME entries no longer accept quotes. For example, "hosts-1" IN
CNAME A needs to be changed to hosts-1 IN CNAME A.
See “BIND Updated to Version 9.2.5 ” (page 7) for information about BIND 9.
inetd Daemon Restart Required
Because of changes made to the Internet services daemon introduced in this release, you need
to stop and then restart inetd after installing or removing this kit. You can do this from the
command line or by using the sysman application. From the command line, enter the following
commands:
# /sbin/init.d/inetd stop
# /sbin/init.d/inetd start
Failure to do this results in an older version of inetd running on your system.
Kit Installation Causes Configuration File Restoration Failure
After installing this kit, attempts to restore the configuration file (config.cdf) saved prior to
the installation of this patch will fail due to a checksum error. You can, however, force the
operation by using the following sysman command:
# sysman -clone -apply -force config.cdf
For more information, see the note titled Correction to Configuration Cloning Restrictions in the
“Corrections to Manuals” section of the online Technical Updates document for Version 5.1B.
The following link takes you to the Technical Updates document:
http://h30097.www3.hp.com/docs/updates/V51B/html/index.html
Run ipsec Command After Installing Kit
If you are running IP Security (ipsec) on your system, run the following command after installing
this kit to determine if any unsafe connections exist:
Installation Release Notes 21