ONTAP Discussions
ONTAP Discussions
Hi all,
I've configured cluster management ports on the same lif where data is being transfered. but I've associated the cluster management port with node admin vserver.
Also what I did is that I've created A-records and ptr for the cluster management port so that I can have one dns entry for two ports(ip addresses)
Cluster management port was working fine but a day later they stopped working. Neither me nor the other teams made any changes.
I have to do this because, I have just 2 ports per controller on my fas2520 dual controller system switch-less cluster. if I dedicate a0a for cluster management, then I will be left with e0b (1gb), thats just one port.
I cannot use e0c (no 10gb capable switch)
Please let me know if you notice something wrong in my configuration. I ran it through config advisor and everything passed.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
abcnpnas01::network interface> show
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
abcnpnas01-01_clus1
up/up aa.bb.cc.d1/v3 abcnpnas01-01
e0d true
abcnpnas01-01_clus2
up/up aa.bb.cc.d2/v3 abcnpnas01-01
e0f true
abcnpnas01-02_clus1
up/up aa.bb.cc.d3/v3 abcnpnas01-02
e0d true
abcnpnas01-02_clus2
up/up aa.bb.cc.d4/v3 abcnpnas01-02
e0f true
abcfiler01.abc.local
lif-n01data01
up/up 10.1.1.x1/yy abcnpnas01-01
a0a-110 true
lif-n02data01
up/up 10.1.1.x2/yy abcnpnas01-01
a0a-110 false
abcnpnas01
abcnpnas01-01_mgmt1
up/up 10.1.0.x3/yy abcnpnas01-01
e0M true
abcnpnas01-02_mgmt1
up/up 10.1.0.x4/yy abcnpnas01-02
e0M true
lif-n01mgt01 up/up 10.1.1.x5/yy abcnpnas01-01
e0M false
lif-n02mgt01 up/up 10.1.1.x6/yy abcnpnas01-02
e0M false
10 entries were displayed.
abcnpnas01::network port> show
Speed (Mbps)
Node Port IPspace Broadcast Domain Link MTU Admin/Oper
------ --------- ------------ ---------------- ----- ------- ------------
abcnpnas01-01
a0a Default - up 1500 auto/1000
a0a-110 Default Default up 1500 auto/1000
e0M Default Default up 1500 auto/1000
e0a Default - up 1500 auto/1000
e0b Default - up 1500 auto/1000
e0c Default Default down 1500 auto/10
e0d Cluster Cluster up 9000 auto/10000
e0e Default Default down 1500 auto/10
e0f Cluster Cluster up 9000 auto/10000
abcnpnas01-02
a0a Default - up 1500 auto/1000
a0a-110 Default Default up 1500 auto/1000
e0M Default Default up 1500 auto/1000
e0a Default - up 1500 auto/1000
e0b Default - up 1500 auto/1000
e0c Default Default down 1500 auto/10
e0d Cluster Cluster up 9000 auto/10000
e0e Default Default down 1500 auto/10
e0f Cluster Cluster up 9000 auto/10000
18 entries were displayed.
abcnpnas01::vserver services name-service dns> show
Name
Vserver State Domains Servers
--------------- --------- ----------------------------------- ----------------
abcnpfile01.abcdefg.local
enabled abcdefg.local 10.1.1.Z1,
10.1.1.Z2
abcnpnas01 enabled abcdefg.local 10.1.1.Z1,
10.1.1.Z2
2 entries were displayed.
abcnpnas01::network route> show-lifs
Vserver: abcnpfile01.abcdefg.local
Destination Gateway Logical Interfaces
---------------------- ---------------------- ------------------------------
0.0.0.0/0 10.1.1.z lif-n01data01, lif-n02data01
Vserver: abcnpnas01
Destination Gateway Logical Interfaces
---------------------- ---------------------- ------------------------------
0.0.0.0/0 10.1.0.w abcnpnas01-01_mgmt1,
abcnpnas01-02_mgmt1
0.0.0.0/0 10.1.1.z lif-n01mgt01, lif-n02mgt01
3 entries were displayed.
abcnpnas01::network port ifgrp> show
Port Distribution Active
Node IfGrp Function MAC Address Ports Ports
-------- ---------- ------------ ----------------- ------- -------------------
abcnpnas01-01
a0a ip 02:a0:98:96:cb:ab full e0a, e0b
abcnpnas01-02
a0a ip 02:a0:98:96:c9:71 full e0a, e0b
2 entries were displayed.
abcnpnas01::network port vlan> show
Network Network
Node VLAN Name Port VLAN ID MAC Address
------ --------- ------- -------- -----------------
abcnpnas01-01
a0a-110
a0a 110 02:a0:98:96:cb:ab
abcnpnas01-02
a0a-110
a0a 110 02:a0:98:96:c9:71
2 entries were displayed.
Solved! See The Solution
hi there,
sorry it has been a while...
I fixed the problem by reconfiguring the entire setup. It was because I was given a bad gateway ip address. once replaced it, everything started to work.
I dont see a cluster management LIF in this output at least the way it looks like in standard deployments. Did you rename the LIF after creation?
Can you post the output of the following command?
cluster::> net interface show -role cluster-mgmt
hi there,
sorry it has been a while...
I fixed the problem by reconfiguring the entire setup. It was because I was given a bad gateway ip address. once replaced it, everything started to work.