Operating System - HP-UX
1821248 Members
2680 Online
109632 Solutions
New Discussion юеВ

Ports used by Veritas admin tools

 
SOLVED
Go to solution
Ralph Grothe
Honored Contributor

Ports used by Veritas admin tools

Hi,

though this isn't strictly HP-UX stuff, I know quite a few of you also deal with Veritas Volume Manager.
Since I don't know of such a forum for Veritas related stuff, and haven't found the answer in the Veritas manuals (yet), and the manpages of Veritas commands,
I dare to post this here.

I need to propagate tcp/udp ports urgently needed for our sysadmin tasks with Veritas admin tools to our firewallers so that they open these.

Despite my strong aversion against GUIs I do need these tools at least during the learning phase for admin and config work with Veritas Cluster Server.
Later I will switch to the ha* commands on the shell.

Does anyone know the standard ports used by these tools?

Veritas Cluster Server Manager
Veritas Web Console
Veritas Admin Env aka VEA

Tunnelling the GUIs' streams through SSH is prohibitive as far as screen build up speed is concerned.

Rgds
Ralph
Madness, thy name is system administration
3 REPLIES 3
Jeff Schussele
Honored Contributor
Solution

Re: Ports used by Veritas admin tools

Hi Ralph,

Here's all the Veritas ports I find on iana.org

vrts-ipcserver 1317/tcp vrts-ipcserver
vrts-ipcserver 1317/udp vrts-ipcserver
# Bruce Hestand
enl 1804/tcp ENL
enl 1804/udp ENL
# Brian Olson
vrtstrapserver 1885/tcp Veritas Trap Server
vrtstrapserver 1885/udp Veritas Trap Server
# Russell Thrasher
veritas-ucl 2148/tcp VERITAS UNIVERSAL COMMUNICATION LAYER
veritas-ucl 2148/udp VERITAS UNIVERSAL COMMUNICATION LAYER
# Songlin Ren
vrts-registry 2410/tcp VRTS Registry
vrts-registry 2410/udp VRTS Registry
# Pranay Varma
veritas-tcp1 2802/tcp Veritas TCP1
veritas-udp1 2802/udp Veritas UDP1
# Russ Thrasher
vrts-at-port 2821/tcp VERITAS Authentication Service
vrts-at-port 2821/udp VERITAS Authentication Service
# Stefan Winkel
veritas-vis1 2993/tcp VERITAS VIS1
veritas-vis1 2993/udp VERITAS VIS1
veritas-vis2 2994/tcp VERITAS VIS2
veritas-vis2 2994/udp VERITAS VIS2
# Dinkar Chivaluri
vx-auth-port 3207/tcp Veritas Authentication Port
vx-auth-port 3207/udp Veritas Authentication Port
# Senthil Ponnuswamy
ecmport 3524/tcp ECM Server port
ecmport 3524/udp ECM Server port
eisport 3525/tcp EIS Server port
eisport 3525/udp EIS Server port
# Paul Kraus June 2002
beserver-msg-q 3527/tcp VERITAS Backup Exec Server
beserver-msg-q 3527/udp VERITAS Backup Exec Server
# Katherine Wattwood June 2002
vxcrnbuport 3652/tcp VxCR NBU Default Port
vxcrnbuport 3652/udp VxCR NBU Default Port
# Boris Star January 2003
vrts-auth-port 4032/tcp VERITAS Authorization Service
vrts-auth-port 4032/udp VERITAS Authorization Service
# Stefan Winkel
vvr-control 4145/tcp VVR Control
vvr-control 4145/udp VVR Control
# Ming Xu
park-agent 5431/tcp PARK AGENT
park-agent 5431/udp PARK AGENT
# John Clifford
vvr-data 8199/tcp VVR DATA
vvr-data 8199/udp VVR DATA
# Ming Xu
visd 9284/tcp VERITAS Information Serve
visd 9284/udp VERITAS Information Serve
# Ravi Tavakely February 2002
bprd 13720/tcp BPRD Protocol (VERITAS NetBackup)
bprd 13720/udp BPRD Protocol (VERITAS NetBackup)
bpdbm 13721/tcp BPDBM Protocol (VERITAS NetBackup)
bpdbm 13721/udp BPDBM Protocol (VERITAS NetBackup)
# Jeff Holmbeck
bpjava-msvc 13722/tcp BP Java MSVC Protocol
bpjava-msvc 13722/udp BP Java MSVC Protocol
# Tim Schmidt
# 13723 Unassigned
vnetd 13724/tcp Veritas Network Utility
vnetd 13724/udp Veritas Network Utility
# Jeff Holmbeck
bpcd 13782/tcp VERITAS NetBackup
bpcd 13782/udp VERITAS NetBackup
vopied 13783/tcp VOPIED Protocol
vopied 13783/udp VOPIED Protocol
# Jeff Holmbeck
vcs-app 14141/tcp VCS Application
vcs-app 14141/udp VCS Application
# Ming Xu
gcm-app 14145/tcp GCM Application
gcm-app 14145/udp GCM Application
# Ming Xu
vrts-tdd 14149/tcp Veritas Traffic Director
vrts-tdd 14149/udp Veritas Traffic Director
# Sameer Deokule March 2002

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: Ports used by Veritas admin tools

Hi (again) Ralph,

I checked one of my systems running VxVM 3.5 & connected to another system via VEA & the connection was established on 2148 - so that's definitely the port for VEA.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Ralph Grothe
Honored Contributor

Re: Ports used by Veritas admin tools

Jeff,

I should have checked the IANA port list myself, because me idiot had bookmarked it already in my browser:

http://www.iana.org/assignments/port-numbers

You seem to be right about Port 2148,
at least I found this entry in the VEA GUI's config file:

# grep -i port /opt/VRTSob/config/Registry
[REG_INT] "CSPort" = 2148;
Madness, thy name is system administration