ADD_DEVICE_LOCKING_POLICY procedure
The ADD_DEVICE_LOCKING_POLICY procedure adds a specific NVMe device, or all eligible NVMe devices, to the password policy.
Authorization: The caller must have *IOSYSCFG and *SERVICE special authorities.
The schema is QSYS2.
- policy-password
- A character string that contains the policy password. It must be at least 8 characters long and cannot exceed 32 characters.
- resource-name
- A character string that contains the resource name of the NVMe device to be added to the locking policy.
Example
- Add a new device to the locking policy.
CALL QSYS2.ADD_DEVICE_LOCKING_POLICY(POLICY_PASSWORD => 'My0dev9pw!', RESOURCE_NAME => 'UNIT2');