Go to main content
Oracle® ZFS Storage Appliance 관리 설⁠명⁠서, 릴⁠리⁠스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

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
    

관련 항목