ONTAP Discussions
ONTAP Discussions
Hey Everyone,
I'm fairly new to c-mode, and i have 2 - 4 node clusters that i've got set up and running great on 8.1.2.
Now i need to change management IP addresses for each node and also the cluster management IP addresses and i can't seem to find the commands to do it. (for the nodes i tried to do it at the node shell and that also did not work.)
Any help would be appreciated!
-Michael
Solved! See The Solution
I forgot that the node is also considered a vserver and I was failing to reference the node vserver to change that node managment IP.
cmode::> network interface modify
I forgot that the node is also considered a vserver and I was failing to reference the node vserver to change that node managment IP.
Hi Can u please share me the details. how did u change the cluster managment IP and Node managment IP to a different subnet. Appriciate your kind co-operation.
Are the new addresses on the same IP network/subnet as the old ones?
Just an update on this - for cDOT 8.3. I had some issues finding the correct command with NetApp documentation. You can change the e0M network interface IP/subnet with the following command (Run this from console connection)
CLUSTER::> network interface show -curr-port e0M
displays entries that can be modified for the e0M management port for proper command syntax
CLUSTER::> set advance
advance command structure - approve
CLUSTER::> network interface modify -vserver -lif LIFNAME -home-node HOMENODE -home-port e0M -address IPADDRESS -netmask NETMASK
you may have to include -force-subnet-assocation
The subnet should be created prior to moving IPs from my experience.
network interface modify -vserver <XXXXXXX> -home-node <XXXXXXX> -home-port e0M -address <ip-address> -netmask <mask> -lif <LIF-ID>
How can we set the gateway?
jvalluvan,
Check this documentation :
It looks like you may just be able to enter the -gateway option for this. Let us know if you continue to have issues.
-xcaliber