A SERVICE OF

logo

Chapter 3 System Configuration 37
4. Type the setdate command:
where date is the date and time you want to set. For more information on the
setdate command, refer to the setdate(8) man page or to the Reference Manual.
5. After specifying the date, you are prompted to reset the Service Processor, so
that the date and time become effective. Type Y to reset the Service Processor.
6. To verify the operation, type the showdate command.
To Create a USM User Known to the SNMP
Agent
A USM user known to the SNMP agent is not required to have a regular user
account on the Service Processor.
1. Log in to the XSCF console with platadm privileges.
2. Type the setsnmpusm command.
You can use one of two methods to add USM users, as follows:
To add a new user, use the create argument:
where authentication_protocol is either MD5 or SHA, authentication_password is the
authentication password (must be equal to or greater than 8 characters),
encryption_password is the encryption password, and
user is the user name to be
known to the agent for subsequent SNMP communication. If you do not specify
the passwords, you are prompted to enter them.
To add a new user with the same settings as an existing user, use the clone
argument:
where
clone_user is a valid user name known to the SNMP agent, and user is the
user name to be created with the same settings as the valid
clone_user. Use the
setsnmpusm password command to change either or both passwords for the
cloned user, if desired.
XSCF> setdate -s date
XSCF> showdate
XSCF> setsnmpusm create -a authentication_protocol[-p authentication_password]
[-e encryption_password] user
XSCF> setsnmpusm clone -u clone_user user