Reference Guide

clearpending
Description Deletes the pending values of all the attributes (objects) in the device (NIC, BIOS, FC, and Storage).
NOTE: If any attribute is not modied or a job is already scheduled for the same device, then the
pending state is not cleared or deleted.
Synopsis
racadm clearpending <FQDD>
Input <FQDD> — The values are:
BIOS FQDD
NIC FQDD
FC FQDD
Storage controller FQDD
Output A message is displayed indicating that the pending state is cleared or deleted.
Example
racadm clearpending NIC.Integrated.1-1
closessn
Description Closes a communication session on the device. Use getssninfo to view a list of sessions that can be closed
using this command.
To run this subcommand, you must have the Administrator permission.
NOTE: This subcommand ends all the sessions other than the current session.
Synopsis
racadm closessn –i <session_ID>
racadm closessn -a
racadm closessn -u <username>
Input
—i <session_ID> — The session ID of the session to close, which can be retrieved using RACADM
getssninfo subcommand.
Session running this command cannot be closed.
—a — Closes all sessions.
—u <username> — Closes all sessions for a particular user name.
Output
Successful or error message is displayed.
Example
Closes the session 1234.
racadm closessn -i 1234
Closes all the sessions other then the active session for root user.
racadm closessn –u root
Closes all the sessions.
racadm closessn –a
clrsel
Description
Removes all the existing records from the System Event Log (SEL).
23