I'm new to NetApp and I'm looking for the procedure to change the IP address of the cluster network on a NetApp FAS 2552.
now cluster IP address:169.254.0.0/16
new cluster IP address:192.168.10.0/24
The problem is the following.
===
FAS2552-02-cluster::*> network interface modify -vserver Cluster -lif FAS2552-02-cluster-01_clus1 -address 192.168.10.0 -netmask 255.255.255.0
Warning: Changes to a cluster LIF can affect the health of the Cluster. Are you sure you want to
continue? {y|n}: y
Error: command failed: Since masking an address with a netmask represents an entire IP subnet, the
masked and unmasked IP addresses cannot be the same.
===
===
FAS2552-02-cluster::*> network interface show -role cluster
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
FAS2552-02-cluster-01_clus1
up/up 169.254.107.231/16 FAS2552-02-cluster-01
e0f false
FAS2552-02-cluster-01_clus2
up/up 169.254.72.160/16 FAS2552-02-cluster-01
e0f true
FAS2552-02-cluster-02_clus1
up/up 169.254.142.171/16 FAS2552-02-cluster-02
e0f false
FAS2552-02-cluster-02_clus2
up/up 169.254.249.1/16 FAS2552-02-cluster-02
e0f true
4 entries were displayed.
===
Is there a way to achieve my goal?
Thank you in advance.