HP Tru64 UNIX and TruCluster Server Version 5.1B-5 Patch Summary and Release Notes (March 2009)

Use the edauth command to add a harmless field to an account, the exact
commands depend on your editor. For example, pick an account that does
not have a vacation set and enter the following:
# edauth
s/:u_lock@:/u_vacation_end#0:u_lock@:/
w
q
Check to see that the u_vacation_end#0 field was added to the account:
# edauth -g
Use the edauth command to remove the u_vacation_end#0 field from
the account.
Warning!
If the edauth command fails, do not proceed further. Contact HP support.
12. If the edauth command was successful, perform one of the following actions:
If PRPASSWDD_ARGS did not exist before this upgrade (that is, if rcmgr get
PRPASSWDD_ARGS at this point shows only -disable), then delete
PRPASSWDD_ARGS:
# rcmgr -c delete PRPASSWDD_ARGS
If PRPASSWDD_ARGS existed before this upgrade, then reset PRPASSWDD_ARGS
to the original string:
# rcmgr -c set PRPASSWDD_ARGS \
"`rcmgr get PRPASSWDD_ARGS | sed 's/ -disable//'`"
13. Check that PRPASSWDD_ARGS is now set to what you expect:
# rcmgr get PRPASSWDD_ARGS
14. Start the prpasswdd daemon on every node in the cluster:
# /sbin/init.d/prpasswd start
15. Re-enable logins on the cluster by deleting the file /etc/nologin:
# rm /etc/nologin
16. Check to see if the problem has been resolved. If it has not, contact HP support.
4.2.14 File System Unmount Recommended if Message Is Displayed
Under certain error conditions, the following message may be seen during a relocation
or failover, or during the boot of a member:
WARNING: Unable to failover /mnt: pfs and cfs fsids differ
The result is that the fileset in question is now unserved in the cluster. For example:
# cfsmgr /mnt
4.2 Prior Release Notes 213