Setting Device Monitoring Configuration Properties

Note:

The Device Monitor feature is not available for configuration on all Oracle Servers. This feature applies to supported Oracle storage controllers, such as the Oracle Flash Accelerator F640 PCIe Card and 6.4 TB NVMe SSD device.

As of Oracle ILOM firmware version 4.0.3, administrators can optionally choose to enable or disable device monitoring. Device monitoring is enabled by default.

Before updating RAID HBA, NVMe, or other optional device firmware, it is recommended to suspend the Oracle ILOM Device Monitor feature if it is applicable for the server and if the feature is enabled. Monitored upgradable devices can create FMA faults if the firmware update contains updates for these devices. After the device firmware update has completed, re-enable device monitoring. If the SP reboots after the firmware update procedure or the server is power cycled, device monitoring is reset to the enabled state, which is the default setting. If the firmware update procedure cannot be modified within a workflow, mitigate the FMA fault first on the monitored device and then on Oracle ILOM before proceeding with the update.

For a description of the device monitoring configuration properties, see the following table:

Table 10-2 Configurable Device Monitoring Properties

User Interface Configurable Target and User Role:
  • CLI: /SP/services/device_monitor
  • Web: System Management > Device Monitor
  • User Role: admin (a) (required for all property modifications)
System Management Policy Description
Service State

(servicestate=)

Note: The Device Monitor feature is not available for configuration on all Oracle Servers.

Enabled (Default) | Disabled | Suspended

  • Enabled – Select Enabled to enable the device monitoring mode in Oracle ILOM. When enabled, Oracle ILOM will manage the supported device(s) at the set polling interval, as well as report errors and faults detected for these devices in the Open Problems web page and CLI target (show /System/Open_Problems).
  • Disabled – Select Disabled to disable the device monitoring mode in Oracle ILOM.
  • Suspended – Select Suspended to temporarily suspend the device monitoring mode in Oracle ILOM. When this mode is suspended, device monitoring will remain in a suspended state until after the SP reboots or the Service State is set to Enabled. During this time period, all alert and error notifications generated by device monitoring are also suspended.

CLI Syntax for Device Monitor Service State:

set /SP/services/device monitor servicestate= enabled | disabled | suspended

Diagnosis

(diagnosis=)

Enabled (default) | Disabled

Note: The Diagnosis feature is not supported on all Oracle Servers that support Device Monitoring configurations.

The Diagnosis property indicates whether issues detected by the device monitoring service should be diagnosed into faults or alerts under Open Problems. This property is only in effect when the Service State property is enabled.

  • Enabled — Select Enabled to enable diagnosis of issues to Open Problems.
  • Disabled — Select Disabled to disable diagnosis of issues to Open Problems.

CLI Syntax for Device Monitoring Diagnosis :

set /SP/services/device_monitor diagnosis= [enabled | disabled]

Polling Interval

(polling_interval=)

60 seconds (Default)

The Polling Interval property indicates how frequently Oracle ILOM will poll the supported device(s). This property is only in effect when the Service State property is enabled.

Seconds (60 default) – Enter a value from 30 to 600 to specify the number of seconds Oracle ILOM will wait before repolling the supported device(s).

CLI Syntax for Device Monitor Polling Interval:

set /SP/services/device_monitor polling interval= [30 to 600]

Mode

(mode=)

Possible values: basic | cavium | gpu | mctp| ncsi | mpt |

The Mode property identifies the communication mode that is used by Oracle ILOM to monitor the supported devices.

Note: The Mode property is not supported on all Oracle Servers that support Device Monitoring configurations.

One or more of the following options might be configurable on an Oracle Server that supports the Mode configuration property.

  • Basic — Select Basic to monitor devices which support NVME-MI Basic.
  • Cavium — Select Cavium to monitor Cavium cards.
  • GPU — Select GPU to monitor GPUs.
  • MCTP — Select MCTP to monitor devices which support MCTP.
  • NCSI — Select NCSI to monitor devices which support MCTP-NCSI.
  • MPT — Select MPT to monitor devices which support MPT.

CLI Syntax to Configure Mode Property

set /SP/services/device_monitor mode= [basic|caviumgpu|mctp|ncsi|mpt]

Note: As of Oracle ILOM firmware release 5.1.x, you can:

  • Set more than one Mode value at a time by including a plus (+) sign , for example:
    set mode=+basic,+cavium,+mctp,+mpt,+gpu
  • Remove one or more Mode values by specifying a minus (-) sign, for example:
    set mode=-basic,-cavium