Owner's Manual

332 Power Management
Using the Web Interface
You can enable power remote logging using the GUI. To do so, log in to the
GUI, and do the following:
1
Click
Chassis Overview
in the system tree.
2
Click
Power
Configuration
.
3
Select
Power Remote Logging, to enable you to log power events to a
remote host.
4
Specify the required logging interval (1–1440 minutes).
5
Click
Apply
to save changes.
Using RACADM
Open a serial, Telnet or SSH text console to CMC, log in, and configure
power remote logging as shown:
1
To enable the power remote logging feature, enter the following command:
racadm config -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingEnabled 1
2
To specify the desired logging interval, enter the following command:
racadm config -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingInterval n
where n is 1-1440 minutes.
3
To determine if the power remote logging feature is enabled, enter the
following command:
racadm getconfig -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingEnabled
4
To determine the power remote logging interval, enter the following
command:
racadm getconfig -g cfgRemoteHosts -o
cfgRhostsSyslogPowerLoggingInterval
NOTE: The power remote logging feature is dependent on remote syslog
hosts having been previously configured. Logging to one or more remote
syslog hosts must be enabled, otherwise power consumption is logged. This
can be done either through the web GUI or the RACADM CLI. See the remote
syslog configuration instructions for more details.