計画的アップグレードの前にONTAPの自動アップグレード前チェックを実行
ONTAPの自動アップグレードの事前チェックを実行するために、ONTAPソフトウェアをアップグレードする必要はありません。アップグレード前チェックをONTAPの自動アップグレードプロセスとは別に実行すると、どのチェックがクラスタに対して実行されたかを確認し、実際のアップグレードを開始する前に修正する必要があるエラーや警告のリストを表示できます。たとえば、2週間後に予定されているメンテナンス時間中にONTAPソフトウェアをアップグレードするとします。スケジュールされた日付を待っている間に、自動アップグレードの事前チェックを実行し、メンテナンス時間に先立って必要な修正措置を講じることができます。これにより、アップグレードの開始後に予期しない設定エラーが発生するリスクを軽減できます。
ONTAPソフトウェアのアップグレードを開始する準備ができている場合は、この手順を実行する必要はありません。に従う必要があり"自動アップグレードプロセス"ます。この手順には、自動アップグレードの事前チェックが実行されます。
|
|
MetroCluster構成の場合は、最初にクラスタAでこれらの手順を実行してから、クラスタBで同じ手順を実行する必要があります。 |
の自動アップグレードの事前チェックを実行するには"直接マルチホップアップグレード"、目的の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
[* Configuration * (設定 * ) ] > [* Cluster * (クラスタ * ) ] > [* Update * (アップデート *
ONTAP 9 .4以前
[* Configuration * (構成 * ) ] > [* Cluster Update (クラスタの更新) ] を
-
[Overview]*ペインの右隅で、をクリックします
。 -
ONTAPアップデート*をクリックします。
-
[クラスタの更新]*タブで、新しいイメージを追加するか使用可能なイメージを選択します。
状況
そしたら…。
ローカル フォルダーから新しいソフトウェア イメージを追加します。
すでにローカルクライアントに接続されている必要があります"イメージをダウンロードしました"。
-
で、[ローカルから追加]*をクリックします。
-
ソフトウェアイメージを保存した場所を参照し、イメージを選択して、 * 開く * をクリックします。
HTTPサーバまたはFTPサーバから新しいソフトウェアイメージを追加する
-
[ サーバーから追加 ] をクリックします。
-
[新しいソフトウェアイメージの追加]ダイアログボックスで、NetApp Support SiteからONTAPソフトウェアイメージをダウンロードしたHTTPサーバまたはFTPサーバのURLを入力します。
匿名FTPのURLは、の形式で指定する必要があります ftp://anonymous@ftpserver。
-
[追加]*をクリックします。
使用可能なイメージを選択
リストされている画像のいずれかを選択します。
-
-
[検証]*をクリックして、アップグレード前の検証チェックを実行します。
検証中にエラーや警告が検出された場合は、対処方法のリストとともに表示されます。アップグレードを続行する前に、すべてのエラーを解決する必要があります。警告も解決することを推奨します。
-
-
ターゲットのONTAPソフトウェアイメージをクラスタパッケージリポジトリにロードします。
cluster image package get -url locationcluster1::> 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-repositorycluster1::> 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 truecluster1::> 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ステータス*が「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.
Use the 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.