- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- auth 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
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-29-2007 01:54 AM
07-29-2007 01:54 AM
auth service
I'm installing serviceguard in an itanium server with HP-UX 11.23
When running "cmquerycl -v -C /etc/cmcluster/hpsg01.config -n jerry" I got the message:
Error: Node jerry is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
jerry through either file-based access (pre-A.11.16 version) or role-based
access (version A.11.16 or higher) and/or that the host name lookup
on node jerry resolves the IP address correctly.
Failed to gather configuration information.
host.equiv, .rhosts and hosts files are configured properly.
I think that the problem is with the auth service. It doesn't run when the server starts up but is configured in inetd.conf:
auth stream tcp wait bin /usr/lbin/identd identd
In the syslog I got:
Jul 29 13:29:40 jerry inetd[2940]: auth/tcp: Unknown service
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2007 06:28 AM
07-29-2007 06:28 AM
Re: auth service
Make sure that your '/etc/services' contains:
ident 113/tcp authentication
...The 'auth' service is a deprecated name for 'ident'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2007 07:20 AM
07-29-2007 07:20 AM
Re: auth service
:root [/root] uname -a
HP-UX hostname B.11.23 U ia64 1539718563 unlimited-user license
tned33n:root [/root] grep auth /etc/inetd.conf
auth stream tcp6 wait bin /usr/lbin/identd identd
tned33n:root [/root] grep auth /etc/services
auth 113/tcp authentication # Authentication Service
tned33n:root [/root] telnet tned33n 113
Trying...
Connected to tned33n.adr.alcoa.com.
Escape character is '^]'.
telnet> close
Connection closed.
if you still have problem try this entry as JRF also suggested.
rep auth /etc/services
ident 113/tcp authentication # RFC1413
Still the problem exists modify the hacl-cfg entry (stream/tcp) entry as below whihc will bypass/avoid the coomunication/authentication happening using identd.i had implemented this in one of our HP-UX 11.11 cluster.
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c -i
BTW , what sendmail version do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 02:24 AM
07-30-2007 02:24 AM
Re: auth service
nsswitch.conf filer was not configured to search in the /etc/services filer.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 08:19 AM
07-30-2007 08:19 AM
Re: auth service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 06:55 PM
07-30-2007 06:55 PM