ONTAP Discussions

netapp nodes refresh, - need plan

KD2
289 Views

Hello All,

 

We are planning to do  the netapp node refresh, in our environment, the below steps suggested by some one else, who involved the discussion, but the resource moved out . so need help to complete the task.

 

1. add the new nodes to the cluster

2. volume migration

3. lif migration

 

Environment : one cluster 4 nodes, 2 AFF & 2 FAS (refresh to AFF), in the cluster all protocols used (NAS, ISCSI & FC)

 

Need clarity for the below points:

1. what are the steps need to follow the node addition, after node added to the cluster, data lif  need to create or existing data lifs will migrate

2. what is the steps & pr-requestee need to follow the migrate NAS, ISCSI & FC lif 's

2 REPLIES 2

pandeyji
22 Views

Preparation:

    • Check Cluster Health: Ensure all existing nodes in the cluster are healthy using the cluster show command
    • Gather Information: Collect the necessary information for the new node's management LIF, including port, IP address, netmask, and default gateway

 

.           Power On the New Node:

    • Boot the Node: Power on the new node and start the Node Setup wizard

 

.           Join the Cluster:

    • Cluster Setup Wizard: Use the cluster setup command to start the Cluster Setup wizard
    • Join Existing Cluster: When prompted, choose to join an existing cluster

.The Above Steps can be referred from the article below.

https://docs.netapp.com/us-en/ontap/system-admin/add-nodes-cluster-concept.html

            Add the Node:

                         

.

Data LIFs After Node Addition:

 

.

Example Command to Create a Data LIF:

network interface create -vserver <vserver_name> -lif <lif_name> -role data -data-protocol nfs -home-node <node_name> -home-port <port_name> -address <IP_address> -netmask <netmask> -firewall-policy data -auto-revert true

 

Public