HP Tru64 UNIX Release Notes for Version 5.1B-5 (AA-RVGEE-TE, March 2009)

# /sbin/init.d/sendmail stop
3.1.3 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.8” (page 12) for information about BIND 9.
3.1.4 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.
3.1.5 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
26 Release Notes