Operating System - HP-UX
1832864 Members
2728 Online
110048 Solutions
New Discussion

Re: mc/service guard use of udp port 5302

 
Daniel Pinolini
Frequent Advisor

mc/service guard use of udp port 5302

I have a 2 node cluster in my DMZ running OVO7. Our firewll shows the physical address of the primary node sending out udp broadcasts to 255.255.255.255 for port 5302 which is set up in /etc/services for hacl-cfg. What is this broadcast trying to do?

thanks
4 REPLIES 4

Re: mc/service guard use of udp port 5302

Daniel,

you can read ITRC article:

-----------------------------------------

Date: 5/9/03
Document description: HP-UX ServiceGuard: "cmviewcl -c cluster" issues udp broadcast messages
Document id: 4000057019


HTH

Duncan


I am an HPE Employee
Accept or Kudo
Sridhar Bhaskarla
Honored Contributor

Re: mc/service guard use of udp port 5302

Hi,

When you run "Cmviewcl" with -c option to find out the status of a remote cluster, it uses the UDP port 5302 (hacl-cfg) to query the remote nodes on the subnet by issuing a broadcast. So anytime this command is run with that option, it would generate traffic.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
melvyn burnard
Honored Contributor

Re: mc/service guard use of udp port 5302

port 5302 is used by the hacl-cfg to check and distribute configuration information.
Every time you do a cmviewcl , for example, you will fire off a cmclconfd process on each node, and the connection between nodes is via this 5302 port.
Do not try to block any of the hacl ports in the 53xx range, or your cluster will have problems.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Daniel Pinolini
Frequent Advisor

Re: mc/service guard use of udp port 5302

Thanks for the responses all, I have 1 follow up question. My firewall guy says he sees this traffic all day long. I am not aware of anyone running cmviewcl -c on the dmz cluster. What would be generating this traffic? Is it part of the heartbeat processing?

Thanks