Oracle® ZFS Storage Appliance 관리 설명서, 릴리스 2013.1.5.0

인쇄 보기 종료

업데이트 날짜: 2016년 2월
 
 

CLI를 사용하여 Active Directory 구성

  1. 기존 구성을 봅니다.
    twofish:> configuration services ad
    twofish: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
    
    
  2. 도메인 "eng.fishworks.com"에서 어플라이언스가 현재 작동 중인지 살펴봅니다. 다음은 해당 도메인을 그대로 두고 작업 그룹을 연결하는 예입니다.
    twofish:configuration services ad> workgroup
    twofish:configuration services ad workgroup> set workgroup=WORKGROUP
    twofish:configuration services ad workgroup> commit
    twofish:configuration services ad workgroup> done
    twofish:configuration services ad> show
    Properties:
                         <status> = disabled
                             mode = workgroup
                        workgroup = WORKGROUP
    
  3. 다음은 다른 도메인 연결을 준비하기 위해 사이트 및 선호 도메인 컨트롤러를 구성하는 예입니다.
    twofish:configuration services ad> done
    twofish:> configuration services smb
    twofish:configuration services smb> set ads_site=sf
    twofish:configuration services smb> set pdc=192.168.3.21
    twofish:configuration services smb> commit
    twofish:configuration services smb> show
    Properties:
                         <status> = online
                     lmauth_level = 4
                              pdc = 192.168.3.21
                         ads_site = sf
    twofish:configuration services smb> done
    
  4. 다음은 등록 정보를 구성한 후에 새 도메인을 연결하는 예입니다. AD 도메인을 연결할 때는 노드를 커밋할 때마다 사용자 및 암호를 설정해야 합니다.
    twofish:> configuration services ad
    twofish:configuration services ad> domain 
    twofish:configuration services ad domain> set domain=fishworks.com
    twofish:configuration services ad domain> set user=Administrator
    twofish:configuration services ad domain> set password=*******
    twofish:configuration services ad domain> set searchdomain=it.fishworks.com
    twofish:configuration services ad domain> commit
    twofish:configuration services ad domain> done
    twofish:configuration services ad> show
    Properties:
                         <status> = online
                             mode = domain
                           domain = fishworks.com