- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hacl-cfg/udp: bind: Address already in use
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
08-02-2010 03:46 AM
08-02-2010 03:46 AM
hacl-cfg/udp: bind: Address already in use
hacl-cfg/udp: bind: Address already in use
thtat is lsof and netstat out.
root@brunhild[/]#lsof -i UDP:5302
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
cmclconfd 998 root 3u IPv4 0xe000000188ad2740 0t0 UDP *:hacl-cfg (Idle)
root@brunhild[/]#lsof -i TCP:5302
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
inetd 1461 root 12u IPv4 0xe0000001c6bc53c0 0t0 TCP *:hacl-cfg (LISTEN)
cmsnmpd 1986 root 8u IPv4 0xe00000018959b040 0t0 TCP localhost:49267->localhost:hacl-cfg (ESTABLISHED)
cmcld 3100 root 5u IPv4 0xe0000001893b7ac0 0t0 TCP localhost:49260->localhost:hacl-cfg (ESTABLISHED)
cmclconfd 3101 root 3u IPv4 0xe000000189119e40 0t0 TCP localhost:hacl-cfg->localhost:49260 (ESTABLISHED)
cmclconfd 3133 root 3u IPv4 0xe000000189837740 0t0 TCP localhost:hacl-cfg->localhost:49267 (ESTABLISHED)
cmgmsd 3145 root 6u IPv4 0xe000000189985580 0t0 TCP localhost:49275->localhost:hacl-cfg (ESTABLISHED)
cmclconfd 3156 root 3u IPv4 0xe000000189837ac0 0t0 TCP localhost:hacl-cfg->localhost:49275 (ESTABLISHED)
root@brunhild[/]#netstat -an | grep udp | grep 5302
udp 0 0 *.5302 *.*
udp 0 0 172.21.1.11.55302
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 04:24 AM
08-02-2010 04:24 AM
Re: hacl-cfg/udp: bind: Address already in use
Verify /etc/services and /etc/inetd.conf files.
# grep hacl /etc/services
# grep 5303 /etc/services
# grep cmcl /etc/inetd.conf
- Reconfigure "inetd"
#inetd -c
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2010 11:34 AM
08-03-2010 11:34 AM
Re: hacl-cfg/udp: bind: Address already in use
Maybe inetd -c but.
oracle RAC is running in this system.
is it (inetd -c) harmful?
Regards;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2010 11:48 PM
08-03-2010 11:48 PM
Re: hacl-cfg/udp: bind: Address already in use
No
# inetd -c
Reconfigure the Internet daemon; in other words, force the current inetd to reread /etc/inetd.conf. This option sends
the signal SIGHUP to the Internet daemon that is currently running. Any configuration errors that occur during the
reconfiguration are logged to the syslogd daemon facility.
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2010 05:05 AM
08-04-2010 05:05 AM
Re: hacl-cfg/udp: bind: Address already in use
My network connection is very high.I see at glance %67.
is it about that?
oracle have a inbound connection timed out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2010 12:26 AM
10-18-2010 12:26 AM