Go to main content

Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.8.x

印刷ビューの終了

更新: 2021 年 8 月
 
 

Active Directory の構成 (CLI)

  1. configuration services ad に移動します。
    hostname:> configuration services ad
  2. 既存の構成を表示するには、show と入力します。
    hostname:configuration services ad> show
    Properties:
                         <status> = online
                             mode = domain
                           domain = eng.test.com
    
    Children:
                              domain => Join an Active Directory domain
                           workgroup => Join a Windows workgroup

    アプライアンスが現在、ドメイン eng.test.com で動作していることを確認してください。

  3. ドメインモードから離れ、Windows ワークグループに参加するには、次のコマンドを入力します。
    hostname:configuration services ad> workgroup
    hostname:configuration services ad workgroup> set workgroup=WORKGROUP
    hostname:configuration services ad workgroup> commit
    hostname:configuration services ad workgroup> done
    hostname:configuration services ad> show
    Properties:
                         <status> = disabled
                             mode = workgroup
                        workgroup = WORKGROUP
  4. 別のドメインに参加する準備として、サイトおよび優先ドメインコントローラを構成するには、次のコマンドを入力します。
    hostname:configuration services ad> done
    hostname:> configuration services smb
    hostname:configuration services smb> set ads_site=sf
    hostname:configuration services smb> set pdc=192.0.2.21
    hostname:configuration services smb> commit
    hostname:configuration services smb> show
    Properties:
                         <status> = online
                     lmauth_level = 4
                              pdc = 192.168.3.21
                         ads_site = sf
    hostname:configuration services smb> done
  5. プロパティーの構成後に新しいドメインに参加するには、次のコマンドを入力します。

    AD ドメインへの参加時は、ノードをコミットするたびにユーザーおよびパスワードを設定する必要があります。

    hostname:> configuration services ad
    hostname:configuration services ad> domain
    hostname:configuration services ad domain> set domain=example.com
    hostname:configuration services ad domain> set user=Administrator
    hostname:configuration services ad domain> set password=(set)
    hostname:configuration services ad domain> commit
    hostname:configuration services ad domain> done
    hostname:configuration services ad> show
    Properties:
                         <status> = online
                             mode = domain
                           domain = example.com

関連トピック