roles コマンド
役割を表示または構成するには、このコマンドを使用します。
次の表は、オプションの引数を示しています。
| オプション | 説明 | 値 | 
|---|---|---|
| -n | 構成する役割 | 32 文字に制限される | 
| -p | 特権の設定 | カスタム: am | rca | rcvma | pr | cel | bc | nsc | ac | us 
 注 上記のカスタム許可フラグは、どの組み合わせでも使用できます | 
| d | 行を削除する | 
構文
   roles [-options] - display/configure roles
   - role_account -role number[3-31]
options:
   -n       - role name (limited to 32 characters)
   -p       - privilege (custom:am|rca|rcvma|pr|cel|bc|nsc|ac|us)
      am    - User account management access
      rca   - Remote console access
      rcvma - Remote console and remote disk (virtual media) access
      pr    - Remote server power/restart access
      cel   - Ability to clear event logs
      bc    - Adapter Configuration (basic)
      nsc   - Adapter Configuration (network and security)
      ac    - Adapter Configuration (advanced)
      us    - UEFI Security
      Note: the above custom permission flags can be used in any combination
   -d       - delete a row
例
system> roles -3 -n test1 -p custom:am|rca|rcvma
ok
system> roles
Account              Role                             Privilege                     Assigned To
------- ----------------------------------   -------------------------     -------------------------------
    0                   Administrator                    all                         USERID
    1                        ReadOnly                     none
    2                        Operator          custom:pr|cel|bc|nsc
    3                           test1          custom:am|rca|rcvma
フィードバックを送る