Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure an AD Administrator Group (Oracle ILOM CLI)

The switch supports administrator groups (admin groups). For information about configuring an admin group, see AD Groups (Oracle ILOM CLI).

  1. Type:
    -> set /SP/clients/activedirectory/admingroups/X name=name
    ->
    

    where:

    • X is a number from 1 to 5 for the admin group.

    • name is the name for the admin group that you are configuring.

    For example, to configure admin group 1 and assign it the name edradmins, type:

    ->set /SP/clients/activedirectory/admingroups/1/name=edradmins
    Set 'name' to 'edradmins'
    ->
    
  2. Assign a default role to members of the admin group.
    -> set /SP/clients/activedirectory/customgroups/X roles=role
    ->
    

    where:

    • X is a number from 1 to 5 for the custom group.

    • role is the role that you are configuring for the custom group.

    For example, to configure custom group 1 and assign it the service role, type:

     -> set /SP/clients/activedirectory/customgroups/1/ roles=s
    Set 'roles' to 's'
    ->
    

    For the role, you can use the characters of the aucros string to enable the respective abilities. See User Roles and Permissions. Any member of this custom group receives the service role by default.

Related Information