Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

smart-check

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
smart-check {
    ssd-series ssd-series-name {
        id id-num {
            id-threshold id-threshold-value;
            id-value (norm | raw);
            id-flag (high | low);
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit chassis routing-engine disk]

Description

Configure the device to perform health monitoring on the Routing Engine disk and raise alarm when an error occurs. You can specify threshold value for each smart attribute of the solid-state drive (SSD). The device raises an alarm when the threshold is breached. You can view the alarms by using the command show chassis alarms.

Options

disk

Configure health check parameters for the SSD.

ssd-series ssd-series-name

Specify the SSD series name.

id id-num

Specify the ID of the SSD smart attribute for which you are configuring the health check. You can view the smart attributes and their IDs of an SSD by using the command show vmhost hard-disk-test status disk /dev/sda.

  • Range: 1 - 255

id-threshold

Specify the SSD smart attribute threshold, breaching which will result in the device logging a health event or raising an alarm.

id-value

Choose the attribute value type from the following options:

  • norm—Use this option to instruct the device to consider normalized value for the specified smart attribute.

  • raw—Use this option to instruct the device to consider raw value for the specified smart attribute.

id-flag

Choose the attribute value flag from the following options:

  • high—The software considers the threshold to be breached if the value is greater than smart threshold.

  • low—The software considers the threshold to be breached if the value is less than smart threshold.

smart-check

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 19.2R1.

footer-navigation