- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: inetd / Unknown service
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
тАО01-29-2007 03:36 AM
тАО01-29-2007 03:36 AM
inetd / Unknown service
I encountered a strange problem with Unknown service inside syslog.
Example:
Jan 29 17:17:28 inetd[2177]: recserv/tcp: Unknown service
Jan 29 17:17:28 inetd[2177]: swat/tcp: Unknown service
Jan 29 17:17:28 inetd[2177]: sysmsg/tcp: Unknown service
Jan 29 17:17:28 inetd[2177]: instl_boots/udp: Unknown service
Jan 29 17:17:28 inetd[2177]: registrar/tcp: Unknown service
Lets take registrar:
/etc/inetd.conf:
registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar
/etc/services:
registrar 1712/tcp # resource monitoring service
registrar 1712/udp # resource monitoring service
I searched the forums and found that it could be due a corrupt nsswitch.conf, I removed it and rebooted to test if the hp_default kicks in. No luck there (the messages above are already after reboot).
File permissions:
-r--r--r-- 1 bin bin 11105 Jan 29 17:17 /etc/services
-rw-r--r-- 1 root sys 4778 Jan 29 14:58 /etc/inetd.conf
Running on:
HP-UX B.11.11 U 9000/800
Tell me if you need any more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2007 03:50 AM
тАО01-29-2007 03:50 AM
Re: inetd / Unknown service
I'm, not sure there is a relationship between /etc/services entries and what inetd.conf.
1) You need a valid nsswitch.conf file for yoursystem to function normally, including installation of patches and queries on the depot database.
2) Check the errors against /etc/service entires. There should be coresponding entries. If not, get the entries in from a system that is working correctly. Don't take the whole file from another system, this may make the problem worse.
3) Perhaps just restart inetd
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2007 03:50 AM
тАО01-29-2007 03:50 AM
Re: inetd / Unknown service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2007 04:05 AM
тАО01-29-2007 04:05 AM
Re: inetd / Unknown service
Was nsswitch.conf afterall. Had to change the services to be taken from files not from nis.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2007 04:37 AM
тАО01-29-2007 04:37 AM