HP XC System Software Administration Guide Version 3.2

3. Use the text editor of your choice as follows:
a. Open the temporary file.
b. Append the following lines to the temporary file:
# Download NIS maps according to update frequency.
20 * * * * /usr/lib/yp/ypxfr_1perhour
40 6 * * * /usr/lib/yp/ypxfr_1perday
55 6,18 * * * /usr/lib/yp/ypxfr_2perday
c. Save your changes and exit the text editor.
4. Replace the existing root user's crontab file with the temporary file:
# crontab /tmp/root_crontab
5. Remove the temporary file:
# rm -f /tmp/root_crontab
6. Verify the changes you made to the root user's crontab file:
# crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/root_crontab installed on date time year)
# (Cron version -- $Id: crontab.c,v 2.13 vixie Exp $)
.
.
.
20 * * * * /usr/lib/yp/ypxfr_1perhour
40 6 * * * /usr/lib/yp/ypxfr_1perday
55 6,18 * * * /usr/lib/yp/ypxfr_2perday
14.8 Changing Administrative Passwords
This section describes the procedures for changing the following administrative passwords on
an HP XC system:
“Changing the Superuser Password” (page 162)
“Changing the CMDB Password” (page 163)
“Changing the Interconnect Password” (page 163)
“Changing the Console Port Password” (page 165)
“Changing the Nagios Administrator Password” (page 166)
“Changing the LSF Administrator Password” (page 166)
14.8.1 Changing the Superuser Password
The following procedure describes how to change the root password and propagate that change
throughout the HP XC system:
1. Log in as superuser on the head node.
2. Use the passwd command to change the password locally on the head node.
At this time, the root password is changed only on the head node.
3. Update the golden image to ensure that the root password change is propagated the next
time the nodes are reinstalled:
# updateimage --gc `hostname` --no-netboot
For additional information on updating the golden image, see “Updating the Golden Image”
(page 146).
162 Managing Local User Accounts and Passwords