Oracle Solaris 11.2 でのシステム復旧とクローン

印刷ビューの終了

更新: 2014 年 7 月
 
 

統合アーカイブを管理する役割を構成する方法

役割の使用の詳細については、Oracle Solaris 11.2 でのユーザーとプロセスのセキュリティー保護 のユーザーへの権利の割り当てを参照してください。

  1. 管理者になります。

    詳細は、Oracle Solaris 11.2 でのユーザーとプロセスのセキュリティー保護 の割り当てられている管理権利の使用を参照してください。

  2. 新しい権利プロファイルを作成します。

    次の例では、新しいプロファイルに 2 つの既存の権利プロファイルを追加します。

    # profiles -p new-profile
    profiles:new-profile> set desc="description"
    profiles:new-profile> add profiles="Unified Archive Administration"
    profiles:new-profile> add profiles="Zone Security"
    profiles:new-profile> commit; end; exit
      
  3. 新しい権利プロファイルを使用する役割を作成します。

    このステップでは、新しい役割のパスワードも設定します。

    # roleadd -c "comment" -m -K profiles"new-profile" new-role
    # passwd new-role
    Password: xxxxxxxx
    Confirm password: xxxxxxxx
  4. ユーザーに新しい役割を割り当てます。
    # usermod -R +new-role user