계획된 업그레이드 전에 ONTAP 자동 업그레이드 사전 검사를 실행합니다
ONTAP 자동 업그레이드 사전 검사를 실행하기 위해 ONTAP 소프트웨어를 업그레이드하는 과정에 있을 필요가 없습니다. ONTAP의 자동화된 업그레이드 프로세스와 별도로 업그레이드 전 검사를 실행하면 클러스터에 대해 수행되는 검사를 확인하고 실제 업그레이드를 시작하기 전에 수정해야 하는 오류 또는 경고 목록을 확인할 수 있습니다. 예를 들어, 2주 후에 발생하도록 예정된 유지보수 기간 중에 ONTAP 소프트웨어를 업그레이드할 것으로 예상된다고 가정합니다. 예약된 날짜를 기다리는 동안 자동화된 업그레이드 사전 점검을 실행하고 유지보수 윈도우에 앞서 필요한 수정 조치를 취할 수 있습니다. 이렇게 하면 업그레이드를 시작한 후 예기치 않은 구성 오류의 위험이 줄어듭니다.
ONTAP 소프트웨어 업그레이드를 시작할 준비가 되었으면 이 절차를 수행할 필요가 없습니다. 를 따라야 합니다 "업그레이드 프로세스가 자동화되었습니다"에는 자동화된 업그레이드 사전 점검 실행이 포함됩니다.
MetroCluster 구성의 경우 먼저 클러스터 A에서 이러한 단계를 실행한 다음 클러스터 B에서 동일한 단계를 실행해야 합니다 |
당신은 해야 한다 "대상 ONTAP 소프트웨어 이미지를 다운로드합니다".
에 대한 자동 업그레이드 사전 검사를 실행하려면 "직접 멀티 홉 업그레이드"대상 ONTAP 버전에 대한 소프트웨어 패키지만 다운로드하면 됩니다. 실제 업그레이드를 시작하기 전에는 중간 ONTAP 버전을 로드할 필요가 없습니다. 예를 들어 9.7에서 9.11.1로 업그레이드하는 자동 업그레이드 사전 검사를 실행하는 경우 ONTAP 9.11.1용 소프트웨어 패키지를 다운로드해야 합니다. ONTAP 9.8.1용 소프트웨어 패키지는 다운로드할 필요가 없습니다.
-
ONTAP 대상 이미지를 검증합니다.
MetroCluster 구성을 업그레이드하는 경우 클러스터 A를 검증한 다음 클러스터 B에서 검증 프로세스를 반복해야 합니다 -
실행 중인 ONTAP 버전에 따라 다음 단계 중 하나를 수행합니다.
실행 중인 경우…
수행할 작업…
ONTAP 9.8 이상
클러스터 > 개요 * 를 클릭합니다.
ONTAP 9.5, 9.6 및 9.7
구성 * > * 클러스터 * > * 업데이트 * 를 클릭합니다.
ONTAP 9.4 이하
구성 * > * 클러스터 업데이트 * 를 클릭합니다.
-
개요 * 창의 오른쪽 모서리에서 를 클릭합니다 .
-
ONTAP 업데이트 * 를 클릭합니다.
-
클러스터 업데이트 * 탭에서 새 이미지를 추가하거나 사용 가능한 이미지를 선택합니다.
원하는 작업
그러면…
로컬 폴더에서 새 소프트웨어 이미지를 추가합니다
이미 있어야 합니다 "이미지를 다운로드했습니다" 로컬 클라이언트로.
-
Available Software Images * 아래에서 * Add from Local * 을 클릭합니다.
-
소프트웨어 이미지를 저장한 위치로 이동하여 이미지를 선택한 다음 * 열기 * 를 클릭합니다.
HTTP 또는 FTP 서버에서 새 소프트웨어 이미지를 추가합니다
-
서버에서 추가 * 를 클릭합니다.
-
새 소프트웨어 이미지 추가 * 대화 상자에서 NetApp Support 사이트에서 ONTAP 소프트웨어 이미지를 다운로드한 HTTP 또는 FTP 서버의 URL을 입력합니다.
익명 FTP의 경우 에서 URL을 지정해야 합니다 ftp://anonymous@ftpserver 형식.
-
추가 * 를 클릭합니다.
사용 가능한 이미지를 선택합니다
나열된 이미지 중 하나를 선택합니다.
-
-
업그레이드 전 확인 검사를 실행하려면 * Validate * 를 클릭합니다.
유효성 검사 중에 오류 또는 경고가 발견되면 시정 조치 목록과 함께 표시됩니다. 업그레이드를 진행하기 전에 모든 오류를 해결해야 합니다. 경고도 해결하는 것이 가장 좋습니다.
-
-
타겟 ONTAP 소프트웨어 이미지를 클러스터 패키지 저장소에 로드합니다.
cluster image package get -url location
cluster1::> cluster image package get -url http://www.example.com/software/9.15.1/image.tgz Package download completed. Package processing completed.
-
소프트웨어 패키지를 클러스터 패키지 리포지토리에서 사용할 수 있는지 확인합니다.
cluster image package show-repository
cluster1::> cluster image package show-repository Package Version Package Build Time ---------------- ------------------ 9.15.1 MM/DD/YYYY 10:32:15
-
자동화된 업그레이드 사전 검사 실행:
cluster image validate -version <package_version_number> -show-validation-details true
cluster1::> cluster image validate -version 9.15.1 -show-validation-details true It can take several minutes to complete validation... Validation checks started successfully. Run the "cluster image show-update-progress" command to check validation status.
-
검증 상태 확인:
cluster image show-update-progress
Status * 가 "In-progress"인 경우, 잠시 기다렸다가 명령이 완료될 때까지 명령을 다시 실행하십시오. cluster1::*> cluster image show-update-progress Update Phase Status Duration Duration -------------------- ----------------- --------------- --------------- Pre-update checks completed 00:10:00 00:01:03 Details: Pre-update Check Status Error-Action -------------------- ----------------- -------------------------------------- AMPQ Router and OK N/A Broker Config Cleanup Aggregate online OK N/A status and parity check Aggregate plex OK N/A resync status check Application OK N/A Provisioning Cleanup Autoboot Bootargs OK N/A Status Backend OK N/A ... Volume Conversion OK N/A In Progress Check Volume move OK N/A progress status check Volume online OK N/A status check iSCSI target portal OK N/A groups status check Overall Status Warning Warning 75 entries were displayed.
업그레이드 프로세스를 시작하기 전에 해결해야 할 오류나 경고와 함께 전체 자동 업그레이드 사전 검사 목록이 표시됩니다.
예제 출력
업그레이드 사전 검사의 전체 출력 예
cluster1::*> cluster image validate -version 9.14.1 -show-validation-details true It can take several minutes to complete validation... WARNING: There are additional manual upgrade validation checks that must be performed after these automated validation checks have completed successfully. Refer to the Upgrade Advisor Plan or the "What should I verify before I upgrade with or without Upgrade Advisor" section in the "Upgrade ONTAP" documentation for the remaining manual validation checks that need to be performed before update. Upgrade ONTAP documentation available at: https://docs.netapp.com/us-en/ontap/upgrade/index.html The list of checks are available at: https://docs.netapp.com/us-en/ontap/upgrade/task_what_to_check_before_upgrade.html Failing to do so can result in an update failure or an I/O disruption. Please use Interoperability Matrix Tool (IMT http://mysupport.netapp.com/matrix) to verify host system supportability configuration information. Validation checks started successfully. Run the "cluster image show-update-progress" command to check validation status. fas2820-2n-wic-1::*> cluster image show-update-progress Estimated Elapsed Update Phase Status Duration Duration -------------------- ----------------- --------------- --------------- Pre-update checks in-progress 00:10:00 00:00:42 Details: Pre-update Check Status Error-Action -------------------- ----------------- -------------------------------------- fas2820-2n-wic-1::*> cluster image show-update-progress Estimated Elapsed Update Phase Status Duration Duration -------------------- ----------------- --------------- --------------- Pre-update checks completed 00:10:00 00:01:03 Details: Pre-update Check Status Error-Action -------------------- ----------------- -------------------------------------- AMPQ Router and OK N/A Broker Config Cleanup Aggregate online OK N/A status and parity check Aggregate plex OK N/A resync status check Application OK N/A Provisioning Cleanup Autoboot Bootargs OK N/A Status Backend OK N/A Configuration Status Boot Menu Status Warning Warning: bootarg.init.bootmenu is enabled on nodes: fas2820-wic-1a, fas2820-wic-1b. The boot process of the nodes will be delayed. Action: Set the bootarg.init.bootmenu bootarg to false before proceeding with the upgrade. Broadcast Domain OK N/A availability and uniqueness for HA pair status CIFS compatibility OK N/A status check CLAM quorum online OK N/A status check CPU Utilization OK N/A Status Capacity licenses OK N/A install status check Check For SP/BMC OK N/A Connectivity To Nodes Check LDAP fastbind OK N/A users using unsecure connection. Check for unsecure OK N/A kex algorithm configurations. Check for unsecure OK N/A mac configurations. Cloud keymanager OK N/A connectivity check Cluster health and OK N/A eligibility status Cluster quorum OK N/A status check Cluster/management OK N/A switch check Compatible New OK N/A Image Check Current system OK N/A version check if it is susceptible to possible outage during NDU Data ONTAP Version OK N/A and Previous Upgrade Status Data aggregates HA OK N/A policy check Disk status check OK N/A for failed, broken or non-compatibility Duplicate Initiator OK N/A Check Encryption key OK N/A migration status check External OK N/A key-manager with legacy KMIP client check External keymanager OK N/A key server status check Fabricpool Object OK N/A Store Availability High Availability OK N/A configuration status check Infinite Volume OK N/A availibility check LIF failover OK N/A capability status check LIF health check OK N/A LIF load balancing OK N/A status check LIFs is on home OK N/A node status Logically over OK N/A allocated DP volumes check MetroCluster OK N/A configuration status check for compatibility Minimum number of OK N/A aggregate disks check NAE Aggregate and OK N/A NVE Volume Encryption Check NDMP sessions check OK N/A NFS mounts status Warning Warning: This cluster is serving NFS check clients. If NFS soft mounts are used, there is a possibility of frequent NFS timeouts and race conditions that can lead to data corruption during the upgrade. Action: Use NFS hard mounts, if possible. To list Vservers running NFS, run the following command: vserver nfs show Name Service OK N/A Configuration DNS Check Name Service OK N/A Configuration LDAP Check Node to SP/BMC OK N/A connectivity check OKM/KMIP enabled OK N/A systems - Missing keys check ONTAP API to REST Warning Warning: NetApp ONTAP API has been transition warning used on this cluster for ONTAP data storage management within the last 30 days. NetApp ONTAP API is approaching end of availability. Action: Transition your automation tools from ONTAP API to ONTAP REST API. For more details, refer to CPC-00410 - End of availability: ONTAPI https://mysupport.netapp.com/info/ communications/ECMLP2880232.html ONTAP Image OK N/A Capability Status OpenSSL 3.0.x OK N/A upgrade validation check Openssh 7.2 upgrade OK N/A validation check Platform Health OK N/A Monitor check Pre-Update OK N/A Configuration Verification RDB Replica Health OK N/A Check Replicated database OK N/A schema consistency check Running Jobs Status OK N/A SAN LIF association OK N/A status check SAN compatibility OK N/A for manual configurability check SAN kernel agent OK N/A status check Secure Purge OK N/A operation Check Shelves and Sensors OK N/A check SnapLock Version OK N/A Check SnapMirror OK N/A Synchronous relationship status check SnapMirror OK N/A compatibility status check Supported platform OK N/A check Target ONTAP OK N/A release support for FiberBridge 6500N check Upgrade Version OK N/A Compatibility Status Verify all bgp OK N/A peer-groups are in the up state Verify if a cluster OK N/A management LIF exists Verify that e0M is OK N/A home to no LIFs with high speed services. Volume Conversion OK N/A In Progress Check Volume move OK N/A progress status check Volume online OK N/A status check iSCSI target portal OK N/A groups status check Overall Status Warning Warning 75 entries were displayed.