ONTAP 9.12.1 commands

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

    Display Object Store Server Groups

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

    Description

    The vserver object-store-server group show command displays information about the object store group.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <Vserver Name>] - Vserver Name

    If you specify this parameter, the command displays information on the object store server groups for the specified Vserver.

    [-gid <integer>] - Group ID

    If you specify this parameter, the command displays information on the object store server group that match the specified group ID.

    [-name <TextNoCase>] - Group Name

    If you specify this parameter, the command displays information on the object store server groups that match the specified group name.

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

    If you specify this parameter, the command displays information on the object store server groups that match the specified user.

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

    If you specify this parameter, the command displays information on the object store server groups that match the specified policy.

    [-comment <text>] - Group Description

    If you specify this parameter, the command displays information on the object store server groups that match the specified comment.

    Examples

    The following example displays information for all object store groups in admin privilege:

    cluster1::> vserver object-store-server group show
    Vserver     Group ID  Group Name     Users            Policies
    ----------- --------- -------------- ---------------- -------------------
    vs1                 3 UserGroup      user1, user2     policy1, policy2
       Comment: User_Privileges
    vs1                 4 AdminGroup     admin1, admin2   policy1, policy2
       Comment: Admin_Privileges
        2 entries were displayed.

    The following example displays information for a particular object store group associated with vserver vs1:

    cluster1::> vserver object-store-server group show -vserver vs1 -gid 5
    Vserver Name    :vs1
           Group ID        :5
           Group Name      :User-Group
           Users           :user_1, user_2
           Policies        :Policy1, Policy2, Policy3
           Comment         :User group
    Top of Page