ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security multi-admin-verify approval-group replace

    Add and/or remove approvers from the list

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The security multi-admin-verify approval-group replace command is used to replace the list of approvers of an approval group.

    Parameters

    -vserver <vserver> - Vserver

    This specifies the Vserver name to which the approval group is associated with. This is an optional parameter. This parameter defaults to Cluster server and supports only Cluster servers.

    -name <text> - Group Name

    This specifies the name of the approval group whose approvers are to be replaced.

    [-approvers-to-add <text>,…​] - New Approvers

    This specifies the list of ONTAP users that are to be added to the current list of approvers of the approval group.

    [-approvers-to-remove <text>,…​] - Existing Approvers

    This specifies the list of ONTAP users that are to be removed from the current list of approvers of the approval group.

    Examples

    The following example adds user admin2 and removes user admin from the current approvers list, while group1 is associated with the default Vserver:

    cluster1::> security multi-admin-verify approval-group replace -name group1 -approvers-to-add admin2 -approvers-to-remove admin.
    Top of Page