- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- xinetd on HP-UX
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-22-2006 07:57 AM
05-22-2006 07:57 AM
Need help with xinetd!!!
I downloaded the binaries for xinetd from hp.software.com and installed using swinstall and it did not create the /sbin/init.d/xinetd script. I got xinetd script from a linux user and the script has LANG set to en_US. Since we do not have bash shell this en_US is not valid locale. Does anyone know what should be the LANG parameter on HP-UX 11.11?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 04:18 PM
05-22-2006 04:18 PM
Re: xinetd on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 12:15 AM
05-23-2006 12:15 AM
Re: xinetd on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 08:30 AM
05-23-2006 08:30 AM
SolutionIf your preferred LANG value is en_US, there should be no harm in leaving the LANG unset for xinetd.
What is the error message you're getting?
Could we have a look at the xinetd script you got? There may be other Linux-specific things in it which prevent it from working on HP-UX without changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 11:57 PM
05-23-2006 11:57 PM
Re: xinetd on HP-UX
May 20 13:51:10 warthog xinetd[3417]: warning: can't get client address: Socket is not connected
May 20 13:51:10 warthog xinetd[1453]: Deactivating service ident due to excessive incoming connections. Restarting in 10 seconds.
May 20 13:51:10 warthog cmclconfd[3367]: ERROR: The identd authenticated user name () did not match with the sender user name (root)
while querying for node warthog.bcbst.com. Exiting.
May 20 13:51:10 warthog CM-CMD[3365]: Request from root on node warthog to start the cluster on this node failed: not authorized.
May 20 13:51:20 warthog xinetd[1453]: Activating service ident
May 20 13:52:27 warthog xntpd[1872]: synchronized to 10.30.4.5, stratum=1
May 20 13:53:48 warthog xinetd[1453]: Unexpected signal 26
May 20 13:53:48 warthog xinetd[1453]: Exiting...
I noticed the in the xinetd.conf file the user for service ident is bin, should the user be root?
Thanks for helping!!!!