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

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

데이터 인터페이스 잠금 해제(CLI)

  1. configuration cluster resources로 이동합니다.
    hostname:> configuration cluster resources
  2. show를 입력합니다.

    모든 데이터 인터페이스는 TYPE(유형)이 싱글톤으로 설정되어 있어야 합니다.

    hostname:configuration cluster resources> show
    Resources:
    
    RESOURCE            OWNER        TYPE        LABEL        CHANGES        DETAILS
    net/vnic2           zs34-02      private     mgmt-02      no             10.80.218.170
    net/vnic3           zs34-02      private     data-01      no             10.80.216.46
    net/vnic4           zs34-02      singleton   data-02      no             10.80.216.47
    zfs/pool-01         zs34-01      singleton                no             
    zfs/pool-02         zs34-02      singleton                no              53.5T
  3. 데이터 인터페이스 유형이 개인으로 설정된 경우, 리소스를 선택하고 유형을 싱글톤으로 설정합니다.
    hostname:configuration cluster resources> select net/vnic3
    hostname:configuration cluster resources net/vnic3> set type=singleton
                                                    type = singleton
  4. commit을 입력합니다.
    hostname:configuration cluster resources> commit