Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.24 KB

task_system_manage_fips_check_the_fips_drive_status.adoc

File metadata and controls

30 lines (25 loc) · 1.24 KB
permalink sidebar keywords summary
storage/task_system_manage_fips_check_the_fips_drive_status.html
sidebar
fips, security, federal information processing standards, 140-2, drive, enable
You can check whether the FIPS drives feature is enabled on the cluster by using the NetApp Element software GetFeatureStatus API method, which shows whether the FIPS Drives Enabled Status is true or false.

Check the FIPS drive status

You can check whether the FIPS drives feature is enabled on the cluster by using the NetApp Element software GetFeatureStatus API method, which shows whether the FIPS Drives Enabled Status is true or false.

  1. Using the Element API, check the FIPS drives feature on the cluster by entering:

    GetFeatureStatus

  2. Review the results of the GetFeatureStatus API call. If the FIPS Drives enabled value is True, the FIPS drives feature is enabled.

    {"enabled": true,
    "feature": "FipsDrives"
    }