SlideShare a Scribd company logo
1 of 12
1
How to Shutdown Netapp Cluster Mode Storage System with
Multi-Node Cluster (6 nodes cluster with ontap version 9.1P14
with model FAS8200, AFF8040 & AFF8020)
[if any command is not executing then you need to use the advance mode to execute them
and sometimes you need to type the command instead of simple copy and paste]
Action Items for powering down of Netapp SAN-:
 Take the backup of the NetApp configurations files for the future reference.
 Trigger the ASUP, for the starting of the maintenance activity.
 Shutdown all the connected CIFS/NFS clients and hosts that have FCP or iSCSI-based
LUNs. (All the host machine if you have a plan for Data Center maintenance or power
down activity)
 Shutdown the controllers first and wait for 1-2 mins.
 Shutdown all the disk-shelves one by one, by removing the power cords from the
respective shelves.
 Shutdown the network switches (if you have a plan to shut-down your Data Center)
1.Pre-checks
As a part of pre-checks,you can take the couple of commands out put into your notepad for the
future reference ifsomethingmissmatched after the poweringup the Netapp cluster.
 network interface show
 vserver show
 volumeshow
 system node show
 lunshow
 igroupshow -vserver *
 iscsi show
 iscsi security show
 iscsi sessionshow
 storage aggregate show
 storage diskshow
 storage shelfshow
2
 df -g
 cifsshow
 nfsshow
 sp show
 system service-processorshow
 cluster peer show
 cluster ha show
 license show
 ntp server show
 timezone -version
 network interface show-vserver Cluster
 cluster show
 cifsshare show
 ipspaceshow
 system service-processornetwork show
 cluster identityshow
 cluster ha show
 storage failovershow
 storage failoverhwassistshow
 autosupportshow
 storage shelfshow
 storage aggregate show-spare-disks
 storage aggregate show-status
 diskshow -fieldsnode,aggregate
 network interface failover-groupsshow
 iscsi connectionshow
 system node hardwareunified-connectshow
 network port show
 acp show
 vserver services name-servicednsshow
 cluster time-servicentp server show
 system healthstatus show
 system healthconfigshow
 network route show
 network port broadcast-domainshow
 network subnet show
 system cluster-switchshow
2. Take Configuration Backup by executing the below command-:
Note- You needswitchto advanced mode and execute the belowcommand to take the configuration
backup as belowis the one example,the same way you needto take the backup for all the nodes.
3
Live Example-:
clus-prod-1::*> set-privilege advanced
Warning:These advancedcommands are potentiallydangerous;use them onlywhen directedto do
so by NetApp
personnel.
Do you want to continue?{y|n}: y
Syntax-:
#systemconfigurationbackupcreate -node <node name> -backup-type cluster -
backup-name <Name of the backup file>
clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n1-backup-type cluster -backup-
name Backup_Before_shutdown_clus-prod-1n1
[Job 77985] Job is queued:ClusterBackup OnDemand Job.
To see the job status as below-:
Syntax-
#Job show-id<job ID>
Live example-:
clus-prod-1::*>jobshow -id77985
Owning
Job ID Name Vserver Node State
------ ------------------------------ -------------- ----------
77985 CLUSTER BACKUP ONDEMAND
clus-prod-1 clus-prod-1n1 Running
Description:ClusterBackup Job
Now you can take the cluster configurationbackupfor all the nodes by
executing the commands as below.
4
clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n2-backup-type cluster -backup-
name Backup_Before_shutdown_clus-prod-1n2
clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n3-backup-type cluster -backup-
name Backup_Before_shutdown_clus-prod-1n3
clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n4-backup-type cluster -backup-
name Backup_Before_shutdown_clus-prod-1n4
clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n5-backup-type cluster -backup-
name Backup_Before_shutdown_clus-prod-1n5
clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n5-backup-type cluster -backup-
name Backup_Before_shutdown_clus-prod-1n6
To check the backup is taken or not by executing the belowcommand-:
clus-prod-1::*>systemconfigurationbackup show
3. Trigger the Autosupport, that you are doing some maintenance
activity so Netapp support can be aware of your activity.
clus-prod-1::>autosupport invoke -node * -type test -message “Power_down_Activity_started”
Note- * in the above command is for all the nodesASUP is triggering.
4. shut down all the connected CIFS and NFS clients. (If you wanted to
shutdown for the entire data center then do shutdown all the
connected CIFS and NFS clients)
If only needto shut down the Netappstorage system, thenexecutethe below
command-:
clus-prod-1::>cifssessionclose
5
clus-prod-1::>cifsstop -vserver*
clus-prod-1::>nfs stop -vserver*
Note – In above commands * representsfor all the Vservesin the storage system.
5.If your storage system is serving the SAN (FCP and ISCIS) LUNs, then
shutdown all the connected hosts before shutting down the storage
system.
6.Stop Vservers execute the below command-:
clus-prod-1::>vserver stop -vserver* -foregroundtrue
Note- It will show you the message of stoppingthe Vservers,ifyou will use the command -background
then it will be not visible inthe console.
Live example snapshot as below-:
clus-prod-1::>vserver show -fieldsvserver
Note- onlydata vserversare goingto stop, so if some vserveris not stopping thenplease ignore them
as they are offline vserveror clustervserver.
7. Identify Primary and Secondary Nodes
clus-prod-1::*> clusterring show
6
Note- This command will be executedin advancedmode and we can see the one node will be the
master and others will be the secondary nodes.
Live example-:Small portion of the snapshot as below.
Note-Nowyouhave identifiedwhichone isMaster and whichnodes are secondary.
Note-Checkfewthingsifyou wanted to rebootthe clusternodes but it isnot requiredto shutdown
the clusteras below.
clus-prod-1::> cf status
Takeover
7
Node Partner TakeoverPossible State Description
-------------- ---------------------- -------------------------------------
clus-prod-1n1 clus-prod-1n2 true Connectedto clus-prod-1n2
clus-prod-1n2 clus-prod-1n1 true Connectedto clus-prod-1n1
clus-prod-1n3 clus-prod-1n4 true Connectedto clus-prod-1n4
clus-prod-1n4 clus-prod-1n3 true Connectedto clus-prod-1n3
clus-prod-1n5 clus-prod-1n6 true Connectedto clus-prod-1n6
clus-prod-1n6 clus-prod-1n5 true Connectedto clus-prod-1n5
6 entrieswere displayed.
Collectclusterstatus information-:
clus-prod-1::> storage failovershow-giveback
Partner
Node Aggregate GivebackStatus
-------------- ----------------- ---------------------------------------------
clus-prod-1n1 No aggregatesto give back
clus-prod-1n2 No aggregatesto give back
clus-prod-1n3 No aggregatesto give back
clus-prod-1n4 No aggregatesto give back
clus-prod-1n5 No aggregatesto give back
clus-prod-1n6 No aggregates to give back
6 entrieswere displayed.
clus-prod-1::> storage failovershow-takeover
Node Node Status Aggregate Takeover Status
---------- --------------------- -------------- -------------------------------
clus-prod-1n1 Takeover not
attempted.
- -
8
clus-prod-1n2 Takeovernot
attempted.
- -
clus-prod-1n3 Takeover not
attempted.
- -
clus-prod-1n4 Takeover not
attempted.
- -
clus-prod-1n5 Takeovernot
attempted.
- -
clus-prod-1n6 Takeover not
attempted.
- -
6 entrieswere displayed.
clus-prod-1::> storage aggregate show -fieldsha-policy
aggregate ha-policy
--------------- ---------
n1_aggr11t_mroot cfo
n1_aggr31t_0 sfo
n1_aggr31t_2 sfo
n1_aggr41t_0 sfo
n2_aggr11t_mroot cfo
n2_aggr11t_sas_0 sfo
n2_aggr31t_0 sfo
n2_aggr41t_0 sfo
n2_aggr41t_1 sfo
9
n3_aggr810g_mroot
cfo
n3_aggr810g_ssd_1
sfo
n4_aggr41t_ssd sfo
n4_aggr810g_mroot
cfo
n5_aggr810g_ssd_mroot
cfo
n5aggr810g_ssd_1
sfo
n6_aggr810g_0 sfo
n6_aggr810g_ssd_mroot
cfo
17 entrieswere displayed.
Note- Inabove the command output of “storage aggregate show -fields ha-
policy”you can have the aggregate status informationoncluster failover (CFO)
and storage failover (SFO). If you do manual cluster failover thenCFO
aggregates will be migrating fromnode to takeover node.
SFO = Storage Failover
CFO = ClusterFailover
RDB = ReplicatedDatabase
8.Disable Failover
Failoverdisablingwill helpwhenyou start the nodesthey juststart as it is,do not look for other
nodes’takeoveror givebackprocess.
if you have two nodesthendisable HA more than two nodesdisable failover
10
clus-prod-1::> storage failovermodify-node clus-prod-1n*-enabledfalse
HALT Each Node in NetappClusterone by one but needto halt the secondary nodesfirst then the last
one would be the primary node.
To halt each node,loginto any one of the SP/RLM IP address thenhalt othernodes from master node.
Rememberto halt secondary nodesfirst. Ring show command will give more detailson node roles
which we have already executedthe command and taken the output.
hrz-na-1::> sp show
IP Firmware
Node Type Status Configured Version IP Address
------------- ---- ----------- ------------ --------- -------------------------
clus-prod-1n1 SP online true 5.1P1 10.190.17.170
clus-prod-1n2 SP online true 5.1P1 10.190.17.171
clus-prod-1n3 SP online true 3.3P3 10.190.17.172
clus-prod-1n4 SP online true 3.3P3 10.190.17.173
clus-prod-1n5 SP online true 3.3P3 10.190.17.174
clus-prod-1n6 SP online true 3.3P3 10.190.17.175
6 entrieswere displayed.
9.HALT the Nodes by executing the below command-:
clus-prod-1::>halt -node clus-prod-1n6-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif-
migration-before-shutdowntrue -reason "Maintenance Activityplanned"
clus-prod-1::>halt -node clus-prod-1n5-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif-
migration-before-shutdowntrue -reason "Maintenance Activityplanned"
clus-prod-1::>halt -node clus-prod-1n4-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif-
migration-before-shutdowntrue -reason "Maintenance Activityplanned"
11
clus-prod-1::>halt -node clus-prod-1n3-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif-
migration-before-shutdowntrue -reason "Maintenance Activityplanned"
clus-prod-1::>halt -node clus-prod-1n2-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif-
migration-before-shutdowntrue -reason "Maintenance Activityplanned"
clus-prod-1::>halt -node clus-prod-1n1-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif-
migration-before-shutdowntrue -reason "Maintenance Activityplanned"
Action Items for powering up of Netapp SAN-:
 Power up ofall the network switches.(Incase of Data Centerpower up/down activity)
 Power up ofall the disk-shelves,thenwait5 to 10Mins, ifall looks good thenjump to the next
step.
 Power up ofall the controllers.
 Logging into the Netapp and needto do the post check validation.
Note-Like execute all the commands which we have executedbefore shutdownofthe Netapp
clusterand enable the cluster failoverby executingthe belowcommand.
 clus-prod-1::>storage failovermodify-node clus-prod-1n* -enabledtrue
 Trigger the ASUPas maintenance activityis completed
Thank you so much!!
Saroj Kumar Sahu
NCDA, NetappEngineer
Sarojmsc@gmail.com
YouTube channel-:
https://www.youtube.com/channel/UCNVRwl2kYmNWojAAkGBZmQA
SlideShare-:
https://www.slideshare.net/SarojSahu14/edit_my_uploads
12

More Related Content

What's hot

Nick Fisk - low latency Ceph
Nick Fisk - low latency CephNick Fisk - low latency Ceph
Nick Fisk - low latency CephShapeBlue
 
Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...
Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...
Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...Databricks
 
Linux Memory Management with CMA (Contiguous Memory Allocator)
Linux Memory Management with CMA (Contiguous Memory Allocator)Linux Memory Management with CMA (Contiguous Memory Allocator)
Linux Memory Management with CMA (Contiguous Memory Allocator)Pankaj Suryawanshi
 
Scaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN FabricScaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN FabricScaleway
 
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsiRoom 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsiVietnam Open Infrastructure User Group
 
Twitter - Architecture and Scalability lessons
Twitter - Architecture and Scalability lessonsTwitter - Architecture and Scalability lessons
Twitter - Architecture and Scalability lessonsAditya Rao
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratopSandesh Rao
 
Lacp Agreement
Lacp AgreementLacp Agreement
Lacp AgreementPLVision
 
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...confluent
 
Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...
Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...
Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...Vietnam Open Infrastructure User Group
 
Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...
Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...
Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...Vietnam Open Infrastructure User Group
 
Understanding Open vSwitch
Understanding Open vSwitch Understanding Open vSwitch
Understanding Open vSwitch YongKi Kim
 
Process Scheduler and Balancer in Linux Kernel
Process Scheduler and Balancer in Linux KernelProcess Scheduler and Balancer in Linux Kernel
Process Scheduler and Balancer in Linux KernelHaifeng Li
 
OVN - Basics and deep dive
OVN - Basics and deep diveOVN - Basics and deep dive
OVN - Basics and deep diveTrinath Somanchi
 
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDNOpenStack Korea Community
 
Blazing Performance with Flame Graphs
Blazing Performance with Flame GraphsBlazing Performance with Flame Graphs
Blazing Performance with Flame GraphsBrendan Gregg
 
Routed networks sydney
Routed networks sydneyRouted networks sydney
Routed networks sydneyMiguel Lavalle
 
OTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOMEOTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOMEnetworkershome
 
Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017Netgate
 

What's hot (20)

Nick Fisk - low latency Ceph
Nick Fisk - low latency CephNick Fisk - low latency Ceph
Nick Fisk - low latency Ceph
 
Deadlocks
DeadlocksDeadlocks
Deadlocks
 
Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...
Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...
Dynamic DDL: Adding Structure to Streaming Data on the Fly with David Winters...
 
Linux Memory Management with CMA (Contiguous Memory Allocator)
Linux Memory Management with CMA (Contiguous Memory Allocator)Linux Memory Management with CMA (Contiguous Memory Allocator)
Linux Memory Management with CMA (Contiguous Memory Allocator)
 
Scaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN FabricScaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN Fabric
 
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsiRoom 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
 
Twitter - Architecture and Scalability lessons
Twitter - Architecture and Scalability lessonsTwitter - Architecture and Scalability lessons
Twitter - Architecture and Scalability lessons
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratop
 
Lacp Agreement
Lacp AgreementLacp Agreement
Lacp Agreement
 
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
 
Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...
Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...
Room 1 - 7 - Lê Quốc Đạt - Upgrading network of Openstack to SDN with Tungste...
 
Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...
Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...
Room 3 - 6 - Nguyễn Văn Thắng & Dzung Nguyen - Ứng dụng openzfs làm lưu trữ t...
 
Understanding Open vSwitch
Understanding Open vSwitch Understanding Open vSwitch
Understanding Open vSwitch
 
Process Scheduler and Balancer in Linux Kernel
Process Scheduler and Balancer in Linux KernelProcess Scheduler and Balancer in Linux Kernel
Process Scheduler and Balancer in Linux Kernel
 
OVN - Basics and deep dive
OVN - Basics and deep diveOVN - Basics and deep dive
OVN - Basics and deep dive
 
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
 
Blazing Performance with Flame Graphs
Blazing Performance with Flame GraphsBlazing Performance with Flame Graphs
Blazing Performance with Flame Graphs
 
Routed networks sydney
Routed networks sydneyRouted networks sydney
Routed networks sydney
 
OTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOMEOTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOME
 
Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017
 

Similar to How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6 nodes cluster with ontap version 9.1P14 with model FAS8200, AFF8040 & AFF8020)

How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1Saroj Sahu
 
SiteGround Tech TeamBuilding
SiteGround Tech TeamBuildingSiteGround Tech TeamBuilding
SiteGround Tech TeamBuildingMarian Marinov
 
Advanced percona xtra db cluster in a nutshell... la suite plsc2016
Advanced percona xtra db cluster in a nutshell... la suite plsc2016Advanced percona xtra db cluster in a nutshell... la suite plsc2016
Advanced percona xtra db cluster in a nutshell... la suite plsc2016Frederic Descamps
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseNikhil Kumar
 
Perf stat windows
Perf stat windowsPerf stat windows
Perf stat windowsAccenture
 
Replacing the motherboard_tray_on_a_60xx_system
Replacing the motherboard_tray_on_a_60xx_systemReplacing the motherboard_tray_on_a_60xx_system
Replacing the motherboard_tray_on_a_60xx_systemmanasonline
 
3. configuring a compute node for nfv
3. configuring a compute node for nfv3. configuring a compute node for nfv
3. configuring a compute node for nfvvideos
 
Vagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptopVagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptopLorin Hochstein
 
Add and configure lu ns in solaris
Add and configure lu ns in solarisAdd and configure lu ns in solaris
Add and configure lu ns in solarisAmrita Dey
 
Qemu - Raspberry | while42 Singapore #2
Qemu - Raspberry | while42 Singapore #2Qemu - Raspberry | while42 Singapore #2
Qemu - Raspberry | while42 Singapore #2While42
 
Troubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTroubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTanel Poder
 
Linux Crash Dump Capture and Analysis
Linux Crash Dump Capture and AnalysisLinux Crash Dump Capture and Analysis
Linux Crash Dump Capture and AnalysisPaul V. Novarese
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)Gustavo Rene Antunez
 
Making MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid InfrastructureMaking MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid InfrastructureIlmar Kerm
 

Similar to How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6 nodes cluster with ontap version 9.1P14 with model FAS8200, AFF8040 & AFF8020) (20)

How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1
 
SiteGround Tech TeamBuilding
SiteGround Tech TeamBuildingSiteGround Tech TeamBuilding
SiteGround Tech TeamBuilding
 
Advanced percona xtra db cluster in a nutshell... la suite plsc2016
Advanced percona xtra db cluster in a nutshell... la suite plsc2016Advanced percona xtra db cluster in a nutshell... la suite plsc2016
Advanced percona xtra db cluster in a nutshell... la suite plsc2016
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and Database
 
Perf stat windows
Perf stat windowsPerf stat windows
Perf stat windows
 
Replacing the motherboard_tray_on_a_60xx_system
Replacing the motherboard_tray_on_a_60xx_systemReplacing the motherboard_tray_on_a_60xx_system
Replacing the motherboard_tray_on_a_60xx_system
 
Juniper Trouble Shooting
Juniper Trouble ShootingJuniper Trouble Shooting
Juniper Trouble Shooting
 
3. configuring a compute node for nfv
3. configuring a compute node for nfv3. configuring a compute node for nfv
3. configuring a compute node for nfv
 
Vagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptopVagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptop
 
Add and configure lu ns in solaris
Add and configure lu ns in solarisAdd and configure lu ns in solaris
Add and configure lu ns in solaris
 
Kdump
KdumpKdump
Kdump
 
Qemu - Raspberry | while42 Singapore #2
Qemu - Raspberry | while42 Singapore #2Qemu - Raspberry | while42 Singapore #2
Qemu - Raspberry | while42 Singapore #2
 
Ass hđh
Ass hđhAss hđh
Ass hđh
 
Lab 1 my sql tutorial
Lab 1 my sql tutorial Lab 1 my sql tutorial
Lab 1 my sql tutorial
 
Ass OS
Ass OSAss OS
Ass OS
 
Troubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTroubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contention
 
Linux Crash Dump Capture and Analysis
Linux Crash Dump Capture and AnalysisLinux Crash Dump Capture and Analysis
Linux Crash Dump Capture and Analysis
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)
 
Making MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid InfrastructureMaking MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid Infrastructure
 
Rac introduction
Rac introductionRac introduction
Rac introduction
 

More from Saroj Sahu

Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-Saroj Sahu
 
How to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.XHow to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.XSaroj Sahu
 
How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 Saroj Sahu
 
Use of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.xUse of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.xSaroj Sahu
 
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
Different type of shells In Netapp Cluster mode 8.X  and how to access them t...Different type of shells In Netapp Cluster mode 8.X  and how to access them t...
Different type of shells In Netapp Cluster mode 8.X and how to access them t...Saroj Sahu
 
How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)Saroj Sahu
 
Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...Saroj Sahu
 
Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...Saroj Sahu
 
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...Saroj Sahu
 
How to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and againHow to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and againSaroj Sahu
 
How to enable efficiency (deduplication and compression in netapp cluster mod...
How to enable efficiency (deduplication and compression in netapp cluster mod...How to enable efficiency (deduplication and compression in netapp cluster mod...
How to enable efficiency (deduplication and compression in netapp cluster mod...Saroj Sahu
 
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...Saroj Sahu
 
Snapshot technology Netapp storage
Snapshot technology Netapp storageSnapshot technology Netapp storage
Snapshot technology Netapp storageSaroj Sahu
 
SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage) SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage) Saroj Sahu
 
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SANSaroj Sahu
 
Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode Saroj Sahu
 
Storage Area Network (SAN session Day-2)
Storage Area Network (SAN session Day-2)Storage Area Network (SAN session Day-2)
Storage Area Network (SAN session Day-2)Saroj Sahu
 
San1 cifs nfs_snapshot
San1 cifs nfs_snapshotSan1 cifs nfs_snapshot
San1 cifs nfs_snapshotSaroj Sahu
 
SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?Saroj Sahu
 
Netapp Deduplication concepts
Netapp Deduplication conceptsNetapp Deduplication concepts
Netapp Deduplication conceptsSaroj Sahu
 

More from Saroj Sahu (20)

Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-
 
How to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.XHow to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.X
 
How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3
 
Use of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.xUse of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.x
 
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
Different type of shells In Netapp Cluster mode 8.X  and how to access them t...Different type of shells In Netapp Cluster mode 8.X  and how to access them t...
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
 
How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)
 
Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...
 
Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...
 
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
 
How to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and againHow to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and again
 
How to enable efficiency (deduplication and compression in netapp cluster mod...
How to enable efficiency (deduplication and compression in netapp cluster mod...How to enable efficiency (deduplication and compression in netapp cluster mod...
How to enable efficiency (deduplication and compression in netapp cluster mod...
 
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
 
Snapshot technology Netapp storage
Snapshot technology Netapp storageSnapshot technology Netapp storage
Snapshot technology Netapp storage
 
SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage) SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage)
 
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
 
Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode
 
Storage Area Network (SAN session Day-2)
Storage Area Network (SAN session Day-2)Storage Area Network (SAN session Day-2)
Storage Area Network (SAN session Day-2)
 
San1 cifs nfs_snapshot
San1 cifs nfs_snapshotSan1 cifs nfs_snapshot
San1 cifs nfs_snapshot
 
SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?
 
Netapp Deduplication concepts
Netapp Deduplication conceptsNetapp Deduplication concepts
Netapp Deduplication concepts
 

Recently uploaded

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6 nodes cluster with ontap version 9.1P14 with model FAS8200, AFF8040 & AFF8020)

  • 1. 1 How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6 nodes cluster with ontap version 9.1P14 with model FAS8200, AFF8040 & AFF8020) [if any command is not executing then you need to use the advance mode to execute them and sometimes you need to type the command instead of simple copy and paste] Action Items for powering down of Netapp SAN-:  Take the backup of the NetApp configurations files for the future reference.  Trigger the ASUP, for the starting of the maintenance activity.  Shutdown all the connected CIFS/NFS clients and hosts that have FCP or iSCSI-based LUNs. (All the host machine if you have a plan for Data Center maintenance or power down activity)  Shutdown the controllers first and wait for 1-2 mins.  Shutdown all the disk-shelves one by one, by removing the power cords from the respective shelves.  Shutdown the network switches (if you have a plan to shut-down your Data Center) 1.Pre-checks As a part of pre-checks,you can take the couple of commands out put into your notepad for the future reference ifsomethingmissmatched after the poweringup the Netapp cluster.  network interface show  vserver show  volumeshow  system node show  lunshow  igroupshow -vserver *  iscsi show  iscsi security show  iscsi sessionshow  storage aggregate show  storage diskshow  storage shelfshow
  • 2. 2  df -g  cifsshow  nfsshow  sp show  system service-processorshow  cluster peer show  cluster ha show  license show  ntp server show  timezone -version  network interface show-vserver Cluster  cluster show  cifsshare show  ipspaceshow  system service-processornetwork show  cluster identityshow  cluster ha show  storage failovershow  storage failoverhwassistshow  autosupportshow  storage shelfshow  storage aggregate show-spare-disks  storage aggregate show-status  diskshow -fieldsnode,aggregate  network interface failover-groupsshow  iscsi connectionshow  system node hardwareunified-connectshow  network port show  acp show  vserver services name-servicednsshow  cluster time-servicentp server show  system healthstatus show  system healthconfigshow  network route show  network port broadcast-domainshow  network subnet show  system cluster-switchshow 2. Take Configuration Backup by executing the below command-: Note- You needswitchto advanced mode and execute the belowcommand to take the configuration backup as belowis the one example,the same way you needto take the backup for all the nodes.
  • 3. 3 Live Example-: clus-prod-1::*> set-privilege advanced Warning:These advancedcommands are potentiallydangerous;use them onlywhen directedto do so by NetApp personnel. Do you want to continue?{y|n}: y Syntax-: #systemconfigurationbackupcreate -node <node name> -backup-type cluster - backup-name <Name of the backup file> clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n1-backup-type cluster -backup- name Backup_Before_shutdown_clus-prod-1n1 [Job 77985] Job is queued:ClusterBackup OnDemand Job. To see the job status as below-: Syntax- #Job show-id<job ID> Live example-: clus-prod-1::*>jobshow -id77985 Owning Job ID Name Vserver Node State ------ ------------------------------ -------------- ---------- 77985 CLUSTER BACKUP ONDEMAND clus-prod-1 clus-prod-1n1 Running Description:ClusterBackup Job Now you can take the cluster configurationbackupfor all the nodes by executing the commands as below.
  • 4. 4 clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n2-backup-type cluster -backup- name Backup_Before_shutdown_clus-prod-1n2 clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n3-backup-type cluster -backup- name Backup_Before_shutdown_clus-prod-1n3 clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n4-backup-type cluster -backup- name Backup_Before_shutdown_clus-prod-1n4 clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n5-backup-type cluster -backup- name Backup_Before_shutdown_clus-prod-1n5 clus-prod-1::*>systemconfigurationbackup create -node clus-prod-1n5-backup-type cluster -backup- name Backup_Before_shutdown_clus-prod-1n6 To check the backup is taken or not by executing the belowcommand-: clus-prod-1::*>systemconfigurationbackup show 3. Trigger the Autosupport, that you are doing some maintenance activity so Netapp support can be aware of your activity. clus-prod-1::>autosupport invoke -node * -type test -message “Power_down_Activity_started” Note- * in the above command is for all the nodesASUP is triggering. 4. shut down all the connected CIFS and NFS clients. (If you wanted to shutdown for the entire data center then do shutdown all the connected CIFS and NFS clients) If only needto shut down the Netappstorage system, thenexecutethe below command-: clus-prod-1::>cifssessionclose
  • 5. 5 clus-prod-1::>cifsstop -vserver* clus-prod-1::>nfs stop -vserver* Note – In above commands * representsfor all the Vservesin the storage system. 5.If your storage system is serving the SAN (FCP and ISCIS) LUNs, then shutdown all the connected hosts before shutting down the storage system. 6.Stop Vservers execute the below command-: clus-prod-1::>vserver stop -vserver* -foregroundtrue Note- It will show you the message of stoppingthe Vservers,ifyou will use the command -background then it will be not visible inthe console. Live example snapshot as below-: clus-prod-1::>vserver show -fieldsvserver Note- onlydata vserversare goingto stop, so if some vserveris not stopping thenplease ignore them as they are offline vserveror clustervserver. 7. Identify Primary and Secondary Nodes clus-prod-1::*> clusterring show
  • 6. 6 Note- This command will be executedin advancedmode and we can see the one node will be the master and others will be the secondary nodes. Live example-:Small portion of the snapshot as below. Note-Nowyouhave identifiedwhichone isMaster and whichnodes are secondary. Note-Checkfewthingsifyou wanted to rebootthe clusternodes but it isnot requiredto shutdown the clusteras below. clus-prod-1::> cf status Takeover
  • 7. 7 Node Partner TakeoverPossible State Description -------------- ---------------------- ------------------------------------- clus-prod-1n1 clus-prod-1n2 true Connectedto clus-prod-1n2 clus-prod-1n2 clus-prod-1n1 true Connectedto clus-prod-1n1 clus-prod-1n3 clus-prod-1n4 true Connectedto clus-prod-1n4 clus-prod-1n4 clus-prod-1n3 true Connectedto clus-prod-1n3 clus-prod-1n5 clus-prod-1n6 true Connectedto clus-prod-1n6 clus-prod-1n6 clus-prod-1n5 true Connectedto clus-prod-1n5 6 entrieswere displayed. Collectclusterstatus information-: clus-prod-1::> storage failovershow-giveback Partner Node Aggregate GivebackStatus -------------- ----------------- --------------------------------------------- clus-prod-1n1 No aggregatesto give back clus-prod-1n2 No aggregatesto give back clus-prod-1n3 No aggregatesto give back clus-prod-1n4 No aggregatesto give back clus-prod-1n5 No aggregatesto give back clus-prod-1n6 No aggregates to give back 6 entrieswere displayed. clus-prod-1::> storage failovershow-takeover Node Node Status Aggregate Takeover Status ---------- --------------------- -------------- ------------------------------- clus-prod-1n1 Takeover not attempted. - -
  • 8. 8 clus-prod-1n2 Takeovernot attempted. - - clus-prod-1n3 Takeover not attempted. - - clus-prod-1n4 Takeover not attempted. - - clus-prod-1n5 Takeovernot attempted. - - clus-prod-1n6 Takeover not attempted. - - 6 entrieswere displayed. clus-prod-1::> storage aggregate show -fieldsha-policy aggregate ha-policy --------------- --------- n1_aggr11t_mroot cfo n1_aggr31t_0 sfo n1_aggr31t_2 sfo n1_aggr41t_0 sfo n2_aggr11t_mroot cfo n2_aggr11t_sas_0 sfo n2_aggr31t_0 sfo n2_aggr41t_0 sfo n2_aggr41t_1 sfo
  • 9. 9 n3_aggr810g_mroot cfo n3_aggr810g_ssd_1 sfo n4_aggr41t_ssd sfo n4_aggr810g_mroot cfo n5_aggr810g_ssd_mroot cfo n5aggr810g_ssd_1 sfo n6_aggr810g_0 sfo n6_aggr810g_ssd_mroot cfo 17 entrieswere displayed. Note- Inabove the command output of “storage aggregate show -fields ha- policy”you can have the aggregate status informationoncluster failover (CFO) and storage failover (SFO). If you do manual cluster failover thenCFO aggregates will be migrating fromnode to takeover node. SFO = Storage Failover CFO = ClusterFailover RDB = ReplicatedDatabase 8.Disable Failover Failoverdisablingwill helpwhenyou start the nodesthey juststart as it is,do not look for other nodes’takeoveror givebackprocess. if you have two nodesthendisable HA more than two nodesdisable failover
  • 10. 10 clus-prod-1::> storage failovermodify-node clus-prod-1n*-enabledfalse HALT Each Node in NetappClusterone by one but needto halt the secondary nodesfirst then the last one would be the primary node. To halt each node,loginto any one of the SP/RLM IP address thenhalt othernodes from master node. Rememberto halt secondary nodesfirst. Ring show command will give more detailson node roles which we have already executedthe command and taken the output. hrz-na-1::> sp show IP Firmware Node Type Status Configured Version IP Address ------------- ---- ----------- ------------ --------- ------------------------- clus-prod-1n1 SP online true 5.1P1 10.190.17.170 clus-prod-1n2 SP online true 5.1P1 10.190.17.171 clus-prod-1n3 SP online true 3.3P3 10.190.17.172 clus-prod-1n4 SP online true 3.3P3 10.190.17.173 clus-prod-1n5 SP online true 3.3P3 10.190.17.174 clus-prod-1n6 SP online true 3.3P3 10.190.17.175 6 entrieswere displayed. 9.HALT the Nodes by executing the below command-: clus-prod-1::>halt -node clus-prod-1n6-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif- migration-before-shutdowntrue -reason "Maintenance Activityplanned" clus-prod-1::>halt -node clus-prod-1n5-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif- migration-before-shutdowntrue -reason "Maintenance Activityplanned" clus-prod-1::>halt -node clus-prod-1n4-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif- migration-before-shutdowntrue -reason "Maintenance Activityplanned"
  • 11. 11 clus-prod-1::>halt -node clus-prod-1n3-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif- migration-before-shutdowntrue -reason "Maintenance Activityplanned" clus-prod-1::>halt -node clus-prod-1n2-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif- migration-before-shutdowntrue -reason "Maintenance Activityplanned" clus-prod-1::>halt -node clus-prod-1n1-inhibit-takeovertrue -ignore-quorum-warningstrue -skip-lif- migration-before-shutdowntrue -reason "Maintenance Activityplanned" Action Items for powering up of Netapp SAN-:  Power up ofall the network switches.(Incase of Data Centerpower up/down activity)  Power up ofall the disk-shelves,thenwait5 to 10Mins, ifall looks good thenjump to the next step.  Power up ofall the controllers.  Logging into the Netapp and needto do the post check validation. Note-Like execute all the commands which we have executedbefore shutdownofthe Netapp clusterand enable the cluster failoverby executingthe belowcommand.  clus-prod-1::>storage failovermodify-node clus-prod-1n* -enabledtrue  Trigger the ASUPas maintenance activityis completed Thank you so much!! Saroj Kumar Sahu NCDA, NetappEngineer Sarojmsc@gmail.com YouTube channel-: https://www.youtube.com/channel/UCNVRwl2kYmNWojAAkGBZmQA SlideShare-: https://www.slideshare.net/SarojSahu14/edit_my_uploads
  • 12. 12