HP Tru64 UNIX and TruCluster Server Version 5.1.B-4 Patch Summary and Release Notes (13156)

# /usr/sbin/rcmgr set ADVFSD "no"
Run the following command on any cluster member to disable the advfsd daemon at boot
time on all members of a cluster:
# /usr/sbin/rcmgr -c set ADVFSD "no"
Run the following command to enable the advfsd daemon at boot time on a stand-alone
system:
# /usr/sbin/rcmgr delete ADVFSD
Run the following command on any cluster member to enable the advfsd daemon at boot
time on all members of a cluster:
# /usr/sbin/rcmgr -c delete ADVFSD
1.21 New ftpd Command Option Prevents Login Delays
A new option to the File Transfer Protocol server daemon, (ftpd -n ), can prevent login delays
and time-outs in an environment where host name resolution is sluggish. It does this by disabling
reverse lookups of remote host names.
This option is documented in the revised ftpd(8) included in this kit.
1.22 New Features Added to kdbx Debugger
The kdbx command has been enhanced in several ways:
A new cluster alias extension, clua, has been added to provide information about cluster
aliases.
New options, -s and -v, have been added to the netstat extension to expand it usefulness:
The -s option, when used alone, displays protocol statistics for all configured interfaces.
When used with the -i option, -s displays interface statistics for all configured interfaces.
— The -v option displays verbose information (including hardware addresses) about all
interfaces that are configured on a system.
A new option, -p has been added to the inpcb extension to display process ID (PID)
information for each connection.
The revised kdbx reference page included in this kit describes the new clua cluster alias extension
and the other new options.
1.23 Modified rmvol Utility Allows Multiple Volume Removal
Modifications to the AdvFS rmvol utility now allow it to accept more than one volume for
removal on the command line. In the following example, rmvol removes three volumes from a
domain:
# rmvol dsk5b dsk3a dsk4a rmvol_dmn1
rmvol: Removing 3 volume(s) from domain 'rmvol_dmn1'
rmvol: Removing volume '/dev/disk/dsk5b' from domain 'rmvol_dmn1'
rmvol: Removed volume '/dev/disk/dsk5b' from domain 'rmvol_dmn1'
rmvol: Removing volume '/dev/disk/dsk3a' from domain 'rmvol_dmn1'
rmvol: Removed volume '/dev/disk/dsk3a' from domain 'rmvol_dmn1'
rmvol: Removing volume '/dev/disk/dsk4a' from domain 'rmvol_dmn1'
rmvol: Removed volume '/dev/disk/dsk4a' from domain 'rmvol_dmn1'
rmvol: Removed 3 volume(s) from domain 'rmvol_dmn1'
22 Enhancements, Improvements, and Features