Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.7.0

印刷ビューの終了

更新: 2017 年 3 月
 
 

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.fishworks.com
    
    Children:
                              domain => Join an Active Directory domain
                           workgroup => Join a Windows workgroup
    
  3. アプライアンスが現在、ドメイン eng.fishworks.com で動作していることを確認してください。

    次の例では、そのドメインを切り離し、ワークグループに参加します。

    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.168.3.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=fishworks.com
    hostname:configuration services ad domain> set user=Administrator
    hostname:configuration services ad domain> set password=*******
    hostname:configuration services ad domain> commit
    hostname:configuration services ad domain> done
    hostname:configuration services ad> show
    Properties:
                         <status> = online
                             mode = domain
                           domain = fishworks.com
    

関連トピック