SET APPROVERSREQUIREAPPROVAL (Specifies whether approval administrators require approval)

Use this command to specify whether approval administrators require approval from a different administrator to issue restricted commands when command approval is enabled.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagramSet APPROVERSRequireapprovalONSet APPROVERSRequireapprovalONOFf

Parameters

ON
Specifies that restricted commands that are issued by approval administrators require approval by a different approval administrator when command approval is enabled. This is the default value. Approval administrators are specified by using the CMDAPPROVER parameter on the UPDATE ADMIN and REGISTER ADMIN commands.
When the SET APPROVERSREQUIREAPPROVAL command is set to ON and an approval administrator issues a restricted command, the command is added to a queue of commands that are pending approval. Pending commands will not run until approved by an approval administrator. After a pending command request is approved, the command runs immediately.
OFf
Specifies that restricted commands that are issued by approval administrators do not require approval by a different approval administrator, even when command approval is enabled.

Example: Specify that command approval is required for approval administrators

Specify that restricted commands that are issued by approval administrators require approval before they run.
set approversrequireapproval on

Example: Specify that approval administrators do not require approval

Specify that when approval administrators issue restricted commands, the commands are run without approval.
set approversrequireapproval off

Related commands

Table 1. Commands related to SET CMDAPPROVAL
Command Description
APPROVE PENDINGCMD Approve commands that are pending approval.
QUERY PENDINGCMD Display a list of commands that are pending approval.
REGISTER ADMIN Defines a new administrator.
REJECT PENDINGCMD Reject commands that are pending approval.
SET COMMANDAPPROVAL Specifies whether command approval is required.
UPDATE ADMIN Changes the password or contact information associated with any administrator.
WITHDRAW PENDINGCMD Withdraw commands that are pending approval.