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

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

기존 스토리지 풀 가져오기(CLI)

가져오기를 통해 구성 해제된 스토리지 풀을 가져올 수 있습니다. 부주의한 작업, 공장 초기화 재설정 또는 서비스 작업이 발생한 경우 스토리지 풀을 구성 해제하여 사용자 데이터를 복구할 수 있습니다. 연결된 모든 스토리지 장치에 대해 스토리지 풀 가져오기를 반복하고 기존 상태를 검색해야 합니다. 이 작업에는 많은 시간이 소요될 수 있으며 작업을 진행하는 동안에는 다른 스토리지 구성 작업을 수행할 수 없습니다.

시작하기 전에

디스크 펌웨어 업그레이드가 수행되는 중에는 풀 구성 작업을 수행하지 마십시오. 업그레이드가 진행 중인지 확인하려면 maintenance system updates로 이동합니다.

  1. configuration storage로 이동합니다.
  2. import를 입력합니다.
    hostname:configuration storage (pool0)> import
    
    Search for storage. Begin the process of searching for existing storage pools.
    
    Subcommands that are valid in this context:
    
       help [topic]         => Get context-sensitive help. If [topic] is specified,
                               it must be one of "builtins", "commands", "general",
                               "help" or "script".
    
       show                 => Show information pertinent to the current context
    
       abort                => Abort this task (potentially resulting in a
                               misconfigured system)
    
       done                 => Finish operating on "discover"
    
    hostname:configuration storage (pool0) discover>
    
  3. done을 입력합니다.
  4. show를 입력합니다.
    hostname:configuration storage (pool0)> show
    Pools:
    
       POOL             OWNER         DATA PROFILE  LOG PROFILE  STATUS   ERRORS
    -> pool0          hostname        mirror        log_stripe   online   0
       pool1          hostname        -             -            exported -
    
    Properties:
                              pool = pool0
                            status = online
                            errors = 0
                             owner = hostname
                           profile = mirror
                       log_profile = log_stripe
                     cache_profile = cache_stripe
                             scrub = none requested
    
  5. set pool= 및 가져오려는 풀 이름을 입력합니다.

    주 -  풀이 하나만 있으면 풀 이름이 표시되지 않지만 선택됩니다.
    hostname:configuration storage select> set pool=pool1
                                pool = pool1

    스토리지가 제대로 연결되어 작동 중임을 확인하라는 메시지가 표시됩니다.

  6. done을 입력합니다.

관련 항목