HP NetRAID-4M Controller User Manual
Page 76

4-26
Command Line Interface User’s Guide
Displaying and Setting the Exception Report Interval
The
interval timer
attribute indicates the frequency of
S.M.A.R.T. exception reporting for specified disks.
The CLI allows you to do the following:
■
Display the S.M.A.R.T. interval timer setting for your disks
■
Set the S.M.A.R.T. interval timer
To display the interval timer setting for exception reporting, use the
disk show smart
command, as in the following example. Note
that the Interval Timer column appears only if you specify the
/full
switch with the
disk show smart
command. In the
following example, the Interval Timer (secs.) column shows the
exception reporting interval in seconds. In the example, the interval
is set to 0 for devices (2,1,0) and (2,2,0). The value of 0 indicates that
the interval is set according to the vendor. (Note that the example
eliminates some items in the
disk show smart
display to make
the example readable on this page.)
HPN0> disk show smart /full=TRUE
Executing: disk show smart /full=TRUE
Smart
Capable Log Interval Report Error
C:ID:L Device Errors Timer (secs.) Count Count
------ ------- ------ ------------- ------ -----
2:01:0 Y N 0 1 0
2:02:0 Y N 0 1 0
To set the S.M.A.R.T. exception reporting interval, use the
disk
set smart
command with the
/interval_timer
switch. You set
the interval in increments of 100 seconds. Specifying 0 seconds
instructs S.M.A.R.T. to use the vendor’s default interval. The
following example shows how to set the interval to 200 seconds on
SCSI device (2,1,0):
HPN0> disk set smart /interval_timer=200 (2,1,0)
Executing: disk set smart /interval_timer=50
(CHANNEL=2,ID=1,LUN=0)
SMART parameters on disk (2,01,0) were successfully set.