ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver object-store-server group modify

    Modify an Object Store Server Group

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

    Description

    The vserver object-store-server group modify command modifies an object store group.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    This parameter specifies the name of the Vserver for the object store group which you want to modify.

    -gid <integer> - Group ID

    This parameter specifies the ID of the object store group.

    [-name <TextNoCase>] - Group Name

    This parameter specifies the name of the object store group.

    [-users <TextNoCase>,…​] - List of Users Belonging to the Group

    Use this parameter to specify the list of object store users who belong to the object store group.

    [-policies <TextNoCase>,…​] - List of Policies Attached to the Group

    Use this parameter to specify the list of object store policies that are attached to the object store group.

    [-comment <text>] - Group Description

    This parameter specifies the text comment for the object store group.

    Examples

    The following example modifies the comment of the object store group for Vserver vs1:

    cluster1::> vserver object-store-server group modify -vserver vs1 -gid 3 -comment "UserGroup"
    Top of Page