ONTAP Discussions
ONTAP Discussions
Hi,
I've got an interesting trouble with FAS2650 SVM configuration, I can't assign IP Address to the SVM through OnCommand Manager:
but it's working perfect through CLI.
Any ideas?
Solved! See The Solution
Hi there,
I would say it is "common knowledge" - it is described as a “management” port, this topic is also covered in all of our training courses, and at a minimum here, page 32 - https://www.netapp.com/us/media/tr-4182.pdf
On some of our platforms this port has only been 100Mbit in the past, and due to the physical port also hosting the service processor, it cannot support VLAN tags, or mtu other than 1500
Edit: Is it possible this system has SFP to RJ45 adapters in slots e0a and e0b? I see admin speed is set to 1GB instead of 10GB. Normally you would use twinax cables to plug e0a to e0a and e0b to e0b, and then use the SFP to RJ45 ethernet adapters in e0c and e0d to plug in regular ethernet (it looks like e0e and e0f are set to FC personality)
Hi there,
Can you please post the output of these commands:
network port show network port broadcast-domain show network subnet show
Here you go:
fas2650::> network port show
Node: fas2650-n1
Speed(Mbps) Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status
--------- ------------ ---------------- ---- ---- ----------- --------
e0M Default Management up 1500 auto/1000 healthy
e0a Cluster Cluster up 9000 1000/10000 healthy
e0b Cluster Cluster up 9000 1000/10000 healthy
e0e Default - down 1500 auto/- -
e0f Default - down 1500 auto/- -
Node: fas2650-n2
Speed(Mbps) Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status
--------- ------------ ---------------- ---- ---- ----------- --------
e0M Default Management up 1500 auto/1000 healthy
e0a Cluster Cluster up 9000 1000/10000 healthy
e0b Cluster Cluster up 9000 1000/10000 healthy
e0e Default - down 1500 auto/- -
e0f Default - down 1500 auto/- -
10 entries were displayed.
fas2650::> network port broadcast-domain show
IPspace Broadcast Update
Name Domain Name MTU Port List Status Details
------- ----------- ------ ----------------------------- --------------
Cluster Cluster 9000
fas2650-n2:e0a complete
fas2650-n2:e0b complete
fas2650-n1:e0a complete
fas2650-n1:e0b complete
Default Management 1500
fas2650-n2:e0M complete
fas2650-n1:e0M complete
2 entries were displayed.
fas2650::> network subnet show
IPspace: Default
Subnet Broadcast Avail/
Name Subnet Domain Gateway Total Ranges
--------- ---------------- --------- --------------- --------- ---------------
mgm 10.112.0.0/16 Management
10.112.0.1 1/4 10.112.5.202-10.112.5.204,
10.112.5.207
Hi there,
Is it common knowlege? I don't see anything about it at the docs.netapp.com
Hi there,
I would say it is "common knowledge" - it is described as a “management” port, this topic is also covered in all of our training courses, and at a minimum here, page 32 - https://www.netapp.com/us/media/tr-4182.pdf
On some of our platforms this port has only been 100Mbit in the past, and due to the physical port also hosting the service processor, it cannot support VLAN tags, or mtu other than 1500
Edit: Is it possible this system has SFP to RJ45 adapters in slots e0a and e0b? I see admin speed is set to 1GB instead of 10GB. Normally you would use twinax cables to plug e0a to e0a and e0b to e0b, and then use the SFP to RJ45 ethernet adapters in e0c and e0d to plug in regular ethernet (it looks like e0e and e0f are set to FC personality)
Hi,
"Is it possible this system has SFP to RJ45 adapters in slots e0a and e0b?" - no, there was a misconfiguration, I've changed admin speed:
Node: fas2650-n1
Speed(Mbps) Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status
--------- ------------ ---------------- ---- ---- ----------- --------
e0M Default Management up 1500 auto/1000 healthy
e0a Cluster Cluster up 9000 10000/10000 healthy
e0b Cluster Cluster up 9000 10000/10000 healthy
e0e Default - down 1500 auto/- -
e0f Default - down 1500 auto/- -
Node: fas2650-n2
Speed(Mbps) Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status
--------- ------------ ---------------- ---- ---- ----------- --------
e0M Default Management up 1500 auto/1000 healthy
e0a Cluster Cluster up 9000 10000/10000 healthy
e0b Cluster Cluster up 9000 10000/10000 healthy
e0e Default - down 1500 auto/- -
e0f Default - down 1500 auto/- -
"connect more ports and try again" - thanks for the advice, i'm gonna test it out