ontap icon indicating copy to clipboard operation
ontap copied to clipboard

Ports missing on "ONTAP internal ports"

Open nuonce opened this issue 1 year ago • 1 comments

Page URL

https://docs.netapp.com/us-en/ontap/networking/ontap_internal_ports.html

Page title

ONTAP internal ports

Summary

The internal ports listed on this page do not properly reflect the output generated using How do I check whether a port is listening in ONTAP 9 knowledge base article.

node run -node <node_name> netstat -an

Based on digging thru the shell (system node systemshell -node <node>), and running "rpcinfo -p", it would appear the NetApp Cluster RPC starts at 900 and goes thru 1024 maybe?

Example, I had this port show up in my netstat output 943/TCP4

Not in the list (this page); however, it does show up in the rpcinfo output:

rpcinfo -p | grep 943
 536873540    1   tcp    943  cphm
 536873540    2   tcp    943  cphm
 536873541    1   tcp    943  cphm_reg

Other missing items in the netstat output also show up;

 536873328    1   tcp  11632  vldb_cache
 536873344    1   tcp  11634  spinnp_ping
 536873312    1   tcp  11636  nblade_nfsoptions
 536872196    1   tcp  11638  nitro_cifs_config

All total, 237 entries missing, many ports appear in well defined ranges and most appear in the Cluster IPSpace section.

Col1 Col 2 Col 3 Col 4 Col 5 Col 6
179/TCP4 12477/TCP4 20423/TCP4 21190/TCP4 21239/TCP4 21506/TCP4
612/TCP4 13033/TCP4 20425/TCP4 21191/TCP4 21240/TCP4 21507/TCP4
613/TCP4 13076/TCP4 20427/TCP4 21192/TCP4 21241/TCP4 21508/TCP4
903/TCP4 13123/TCP4 20429/TCP4 21193/TCP4 21242/TCP4 21509/TCP4
922/TCP4 13124/TCP4 20431/TCP4 21194/TCP4 21243/TCP4 21510/TCP4
930/TCP4 13230/TCP4 20433/TCP4 21195/TCP4 21244/TCP4 21511/TCP4
943/TCP4 13707/TCP4 20435/TCP4 21196/TCP4 21245/TCP4 21512/TCP4
970/TCP4 14448/TCP4 20437/TCP4 21197/TCP4 21246/TCP4 21513/TCP4
971/TCP4 14548/TCP4 20439/TCP4 21198/TCP4 21247/TCP4 21514/TCP4
975/TCP4 14575/TCP4 20441/TCP4 21199/TCP4 21248/TCP4 24576/TCP4
976/TCP4 14724/TCP4 20443/TCP4 21200/TCP4 21251/TCP4 24577/TCP4
985/TCP4 14725/TCP4 20445/TCP4 21201/TCP4 21259/TCP4 24578/TCP4
1023/TCP4 14726/TCP4 20447/TCP4 21204/TCP4 21263/TCP4 26835/TCP4
5667/TCP4 14727/TCP4 20449/TCP4 21212/TCP4 21266/TCP4 32169/TCP4
5671/TCP4 14746/TCP4 20451/TCP4 21213/TCP4 21268/TCP4 35644/TCP4
5672/TCP4 14749/TCP4 20453/TCP4 21214/TCP4 21287/TCP4 37309/TCP4
7700/TCP4 14758/TCP4 20455/TCP4 21215/TCP4 21288/TCP4 42998/TCP4
9099/TCP4 14761/TCP4 20457/TCP4 21216/TCP4 21289/TCP4 42999/TCP4
10515/TCP4 14762/TCP4 20459/TCP4 21217/TCP4 21290/TCP4 43000/TCP4
11632/TCP4 14769/TCP4 20461/TCP4 21218/TCP4 21291/TCP4 44155/TCP4
11634/TCP4 14770/TCP4 20463/TCP4 21219/TCP4 21292/TCP4 44459/TCP4
11636/TCP4 14771/TCP4 20465/TCP4 21220/TCP4 21293/TCP4 47891/TCP4
11638/TCP4 14773/TCP4 20467/TCP4 21221/TCP4 21294/TCP4 49000/TCP4
11701/TCP4 14775/TCP4 20469/TCP4 21222/TCP4 21295/TCP4 51301/TCP4
11735/TCP4 14776/TCP4 20471/TCP4 21223/TCP4 21296/TCP4 51418/TCP4
11746/TCP4 14777/TCP4 20473/TCP4 21224/TCP4 21297/TCP4 51440/TCP4
11751/TCP4 14778/TCP4 20475/TCP4 21225/TCP4 21298/TCP4 51482/TCP4
11816/TCP4 14779/TCP4 20477/TCP4 21226/TCP4 21392/TCP4 56071/TCP4
11817/TCP4 15377/TCP4 20479/TCP4 21227/TCP4 21494/TCP4 60381/TCP4
11866/TCP4 17272/UDP4 20481/TCP4 21228/TCP4 21495/TCP4 60472/TCP4
11872/TCP4 19286/TCP4 20483/TCP4 21229/TCP4 21496/TCP4 65199/TCP4
12063/TCP4 20405/TCP4 20485/TCP4 21230/TCP4 21497/TCP4 65200/TCP4
12154/TCP4 20407/TCP4 20487/TCP4 21231/TCP4 21498/TCP4 65432/TCP4
12155/TCP4 20409/TCP4 20489/TCP4 21232/TCP4 21499/TCP4 65508/TCP4
12162/TCP4 20411/TCP4 20491/TCP4 21233/TCP4 21500/TCP4 65509/TCP4
12199/TCP4 20413/TCP4 20493/TCP4 21234/TCP4 21501/TCP4 65530/TCP4
12302/TCP4 20415/TCP4 20495/TCP4 21235/TCP4 21502/TCP4 65531/TCP4
12372/TCP4 20417/TCP4 20497/TCP4 21236/TCP4 21503/TCP4
12463/TCP4 20419/TCP4 20499/TCP4 21237/TCP4 21504/TCP4
12467/TCP4 20421/TCP4 21103/TCP4 21238/TCP4 21505/TCP4

Public issues must not contain sensitive information

  • [X] This issue contains no sensitive information.

nuonce avatar Sep 12 '24 12:09 nuonce

Thank you for this feedback. I'm working with someone to enhance the ONTAP port documentation and will incorporate this topic as well.

netapp-barbe avatar Sep 17 '24 01:09 netapp-barbe

After consulting with Engineering, we have decided not to make any changes to the topic. The topic covers the ports used to establish intracluster LIF communication. Many network ports can be used temporarily, but we do not track those in our documentation as they are picked randomly. That said, thank you for the feedback.

netapp-barbe avatar Feb 05 '25 16:02 netapp-barbe