Start of change

DELETE_LOCKING_POLICY procedure

The DELETE_LOCKING_POLICY procedure deletes the password policy for all NVMe devices.

The password policy will be removed from all NVMe devices that are currently part of the policy. It will also remove the policy itself.

Authorization: The caller must have *IOSYSCFG and *SERVICE special authorities.

Read syntax diagramSkip visual syntax diagram DELETE_LOCKING_POLICY ( POLICY_PASSWORD =>  policy-password )

The schema is QSYS2.

policy-password
A character string that contains the policy password.

Example

  • Delete the password policy for all NVMe devices.
    
    CALL QSYS2.DELETE_LOCKING_POLICY(POLICY_PASSWORD => 'My0dev9pw!'); 
End of change