- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: service entry in /etc/services not resolving
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
05-11-2006 12:48 AM
05-11-2006 12:48 AM
20:18:56-756c4-06175- ERROR: A wrong ipaddr or servicename line exists in HORCM_MON: line 10
When i replace the service name 'horcm0' with the port number assigned in the services folder all works just fine. I've checked both the conf file and service file for hidden characters without any luck. Looks as though it just doesn't resolve the service name. Any input would be great.
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 01:01 AM
05-11-2006 01:01 AM
Solutioncheck for the name resolution in /etc/nsswitch.conf
fgrep service /etc/nsswitch.conf
services: nis files
In this case the NIS map is checked for the service name. Add the line with the new service definition to the file on the NIS master used for building the
service.by* maps, rebuild them and the resolution of the new service name will work.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 01:03 AM
05-11-2006 01:03 AM
Re: service entry in /etc/services not resolving
I assume you are saying service name and not server name.
Please ensure you are entering the server name and service name correctly.
Also make sure that the server name entry exists in /etc/hosts and the service name entry exists in the /etc/services
e.g.
/etc/hosts
ip_address servername
in /etc/services
horcm0 11000/udp # RAID-Manager instance 0
horcm1 11001/udp # RAID-Manager instance 1
horcm2 11002/udp # RAID-Manager instance 2
And if you are using DNS that the dns entry for the server name is there. try ping to the server using the server name to ensure this.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 01:19 AM
05-11-2006 01:19 AM
Re: service entry in /etc/services not resolving
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 04:39 AM
05-11-2006 04:39 AM
Re: service entry in /etc/services not resolving
your profile states
I have assigned points to 0 of 4 responses to my questions.
Perhaps take a look at
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
and assign some points...
mfG Peter