ONTAP Scheduled restart procedure
Clustered Data ONTAP procedure to bring system down
1. disconnect and shut down all the connected CIFS/NFS clients
2. if there are any hosts that have FCP or iSCSI-based LUNS, shut them down before shutting down NetAPP
3. for 2-node cluster (useful for us)
::> cluster ha modify –configured false
::> storage failover modify –node * -enabled false
for 4 +-node cluster
::> storage failover modify -node * -enabled false
4. halt node
: : > system node halt -node trustnetic-cluster-01 -inhibit-takeover true -skip-lif-migration-before-shutdown true -reason "power maintenance"
: : > system node halt -node trustnetic-cluster-02 -inhibit-takeover true -skip-lif-migration-before-shutdown true -reason "power maintenance"
5. Physically power down the head, then all the attached disk shelves as needed.
6. Physically unplug the cables from power supplies on the back of the storage systems and shelves, to avoid any electrical issues when external power is restored.
Procedure to bring the system back online
1. Reconnect all the power cables if previously disconnected.
2. Power on core switches.
3. Physically power up all disk shelves first. Wait until 30 seconds after the last disk shelf is powered on, then power on the storage system head so that all disks will be available when they are required by Data ONTAP.
4. Verify the storage system is up, all services are running, and network connectivity is present.
5. For clustered ONTAP systems, check cluster show and storage failover show to confirm CFO/SFO is configured/enabled. - If on version prior to 8.2 in which cluster ha and/or storage failover were disabled, run the following commands:
::> cluster ha modify –configured true ::> storage failover modify –node * –enabled true
Verify and check status
cluster show
aggr show
lun show
system node show
vserver show
cifs show
volume show
igroup show
cf status
system health status show
system health subsystem show
本文采用 知识共享署名 4.0 国际许可协议(CC-BY 4.0)进行许可。转载请注明来源: https://snowfrs.com/2020/04/20/ONTAP-scheduled-restart-procedure.html 欢迎对文中引用进行考证,欢迎指出任何不准确和模糊之处。