- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mc/service guard use of udp port 5302
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 11:52 AM
07-09-2003 11:52 AM
mc/service guard use of udp port 5302
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:29 PM
07-09-2003 12:29 PM
Re: mc/service guard use of udp port 5302
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:30 PM
07-09-2003 12:30 PM
Re: mc/service guard use of udp port 5302
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 11:11 PM
07-09-2003 11:11 PM
Re: mc/service guard use of udp port 5302
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:18 AM
07-10-2003 07:18 AM
Re: mc/service guard use of udp port 5302
Thanks