- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bootps/udp in my syslog
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-13-2010 05:19 AM
тАО10-13-2010 05:19 AM
bootps/udp in my syslog
i have a weird error in my syslog.log
"bootps/udp: bind: address already in use"
"bootps/udp: service enable"
the result of that is that i can't do a rlogin to that server and my inetd keeps crashing.
I've checked my inted.conf file and all is ok.
I also have Data Protector running on that server and when i try to connect with my client, i get the message:
"cannot reach CRS on the cell manager system"
"CRS on the cell manager host is not reachable"
Could my weekend backup be the cause of this?
Thanks.
PB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2010 06:31 AM
тАО10-13-2010 06:31 AM
Re: bootps/udp in my syslog
Hi can you give us how is configured bootp service in your inetd ?
What is the value of bootps in you /etc/services ?
This error seems indicate that the port reserved to udp is already use before you lauch inetd .
Could you stop inetd , and try to look if bootps is used via netstat -a |grep -i bootps ?
Regards ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2010 11:08 AM
тАО10-13-2010 11:08 AM
Re: bootps/udp in my syslog
when i run netstat -a|grep -i bootps i get
udp 0 0 *.bootps *.*
PB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2010 12:57 AM
тАО10-14-2010 12:57 AM
Re: bootps/udp in my syslog
>the result of that is that i can't do a rlogin to that server
>and my inetd keeps crashing.
Are you sure that it's because of
"bootps/udp: bind: address already in use"?
I have the same messages, nevertheless I can rlogin.
Maybe you have to look at another detail ...
Only a hint
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2010 01:07 AM
тАО10-14-2010 01:07 AM
Re: bootps/udp in my syslog
perhaps V. Nyga had right , can you try to comment the configuration of bootps in you inetd.cond and stop/start inetd and see what happened .
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2010 06:37 AM
тАО10-18-2010 06:37 AM
Re: bootps/udp in my syslog
found my problem.
when i looked into the nettl.LOG000 file,
i saw that there was another device using the ip address of my server.
When i checked my arp table, there was another MAC address linked with my server's IP address.
Changed the IP of the device and all is working ok now.
Thanks for all the info you provided.
Regards.
PB