HP Tru64 UNIX and TruCluster Server Version 5.1B-6 Patch Summary and Release Notes
8. Stop the prpasswdd daemon on every node in the cluster:
# /sbin/init.d/prpasswd stop
9. Force a checkpoint of db_checkpoint, using the db_checkpoint command with the -1
(number 1) option :
# /usr/tcb/bin/db_checkpoint -1 -h /var/tcb/files
Continue with the instructions even if this command fails.
10. Delete the files in the dblogs directory:
# rm -f /var/tcb/files/dblogs/*
11. Force a change to the auth database, as follows:
• 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.
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
Domain or filesystem name = /mnt
Server Status : Not Served
Prior Release Notes 159