Oracle® ZFS Storage Appliance 고객 서⁠비⁠스 설명서

인쇄 보기 종료

업데이트 날짜: 2016년 7월
 
 

컨트롤러 B 업그레이드(CLI)

다음 절차를 수행하여 클러스터화된 어플라이언스의 두번째 컨트롤러(컨트롤러 B)를 업그레이드할 수 있습니다.

  1. maintenance system reboot로 이동하고 y를 입력하여 어플라이언스를 재부트합니다.
    controller-b:> maintenance system reboot
    This will reboot the appliance. Are you sure? (Y/N) y
  2. 재부트가 완료된 후 CLI에 다시 로그인하고 configuration cluster show를 입력하여 컨트롤러 B가 수동 상태인지 확인합니다.

    아래의 예에서 컨트롤러 B의 상태는 수동 상태인 AKCS_STRIPPED입니다.

    controller-b:> configuration cluster show
        state = AKCS_STRIPPED
        ...
        peer_state = AKCS_OWNER
        peer_description = Active

    클러스터화된 상태에 대한 자세한 내용은 Oracle ZFS Storage Appliance 관리 설명서, 릴리스 OS8.6.0 의 클러스터 인계 및 페일백을 참조하십시오.

  3. maintenance system updates로 이동하고 show를 입력하여 사용 가능한 업데이트를 확인합니다.
    controller-b:> maintenance system updates
    hostname:maintenance system updates> show
    Updates:
    
    UPDATE                                DATE                    STATUS
    ak-nas@2013.06.05.1.1,1-1.2           2013-12-6  23:37:50     previous
    ak-nas@2013.06.05.2.0,1-1.9           2014-5-28  15:20:06     current
    ak-nas@2013.06.05.3.0,1-1.14          2014-12-19  14:31:49    waiting
  4. select 및 설치할 업데이트의 이름을 입력합니다.
    controller-b:maintenance system updates> select ak-nas@2013.06.05.3.0,1-1.14
  5. (옵션) check를 입력한 다음 y를 입력하여 상태 검사를 수행합니다.
    controller-b:maintenance system updates ak-nas@2013.06.05.3.0,1-1.14> check
    You have requested to run checks associated with waiting upgrade media. This
    will execute the same set of checks as will be performed as part of any upgrade
    attempt to this media, and will highlight conditions that would prevent
    successful upgrade. No actual upgrade will be attempted, and the checks
    performed are of static system state and non-invasive. Do you wish to continue?
    
    Are you sure? (Y/N) y
  6. upgrade를 입력한 다음 y를 입력하여 업데이트 프로세스를 시작합니다.

    주 -  CLI에서 Ctrl-C를 눌러 언제든지 업데이트를 취소할 수 있습니다.

    업데이트 진행 중 컨트롤러 B가 자동으로 재부트됩니다.

    controller-b:maintenance system updates ak-nas@2013.06.05.3.0,1-1.14> upgrade
    This procedure will consume several minutes and requires a system reboot upon
    successful update, but can be aborted with [Control-C] at any time prior to 
    reboot. A health check will validate system readiness before an update is
    attempted, and may also be executed independently using the check command.
    
    Are you sure? (Y/N) y
  7. 컨트롤러 A에 로그인하고 configuration cluster failback을 입력한 다음 y를 입력하여 클러스터를 Active/Active(활성/활성) 구성으로 변경합니다.

    주 -  Active/Passive(활성/수동) 구성을 원할 경우 이 작업은 필요하지 않습니다.
    controller-a:> configuration cluster failback
    Continuing will immediately fail back the resources assigned to the cluster
    peer. This may result in clients experiencing a slight delay in service.
    
    Are you sure? (Y/N) y
  8. 클러스터 B에 로그인하고 maintenance hardware show로 이동하여 모든 디스크가 온라인 상태인지 확인합니다.
    controller-b:> maintenance hardware show
    Chassis:
             NAME    STATE  MANUFACTURER  MODEL            SERIAL                 RPM
    ...
    disk-000 HDD 0   ok     SEAGATE       ST330057SSUN300G  001117G1G929 6SJ1G929 15000
    disk-001 HDD 1   ok     SEAGATE       ST330057SSUN300G  001117G1GA8Y 6SJ1GA8Y 15000
    disk-002 HDD 2   ok     SEAGATE       ST330057SSUN300G  001117G1KDPZ 6SJ1KDPZ 15000
    ...
  9. configuration storage show로 이동하여 풀 오류가 없는지 확인합니다.

    풀은 온라인 상태이고 오류가 없어야 합니다.

    controller-b:> configuration storage show
    Pools:
    
       POOL     OWNER         DATA PROFILE     LOG PROFILE     STATUS     ERRORS
    -> pool25   brm7320-250   -                -               online     0
       pool26   brm7320-260   -                -               online     0
    

    컨트롤러 B가 이제 업그레이드되었습니다.