メインコンテンツまでスキップ

ONTAP クラスタシェルの変更設定はリブート後も維持されますか。

Views:
5
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

ONTAP 9

回答

○設定を変更 system services firewall modifystorage raid-options modifyするクラスタシェルコマンド(、など)はリブート後も維持されます。

追加情報

cluster shell modify コマンドは、リレーショナルデータベース( RDB )テーブルを更新し、クラスタインターコネクトを介して同期することで、設定が永続的で一貫した状態に維持されます。

例:

cluster::> system services firewall show
Node       Enabled Logging
-------------- ------- -------
cluster-1a   true  false
cluster-1b   true  false
2 entries were displayed.

cluster::> system services firewall modify -node * -enabled false
2 entries were modified.

cluster::> system services firewall show
Node       Enabled Logging
-------------- ------- -------
cluster-1a   false  false
cluster-1b   false  false
2 entries were displayed.

cluster::> storage failover takeover -ofnode aff200-rtp-1b

System rebooting...
login: admin
Password:

cluster::> system services firewall show
Node       Enabled Logging
-------------- ------- -------
cluster-1a   false  false
cluster-1b   false  false
2 entries were displayed.

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.