- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rlogin stop working
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
06-04-2008 08:48 AM
06-04-2008 08:48 AM
rlogin stop working
Today on a HP-UX 11iv3 the rlogin daemon suddenly stopped working.
I had to restart the inetd daemon make it work again.
This server is a ServiceGuard cluster node.
No modification on the config files has been done and on the syslog no messages appeared. I'm trying to figure out what it could be the root cause.. any suggestion?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 09:20 AM
06-04-2008 09:20 AM
Re: rlogin stop working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 10:11 AM
06-04-2008 10:11 AM
Re: rlogin stop working
I did reviewed the syslog, but i didn't see any error. Service Guard kept querying the the host, and at a certain point there were no more connections entries on the syslog.
Then, I tested manually and I have notice the rlogin was not working properly, and I had to restart the inetd to make it working again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 10:21 AM
06-04-2008 10:21 AM
Re: rlogin stop working
I've seen that problem with inetd, no kidding, since HPUX 8.x! It was much more common back then for HPUX 8.x and 9.x. But, I've seen it from time to time on HPUX 10 and 11.0 and 11.1.
2 things to remember
1) if youv'e got a console hooked up, that won't be affected because that is run by getty from inittab.
2) Way back when I used to see it often, I would just keep a login open on my computer that I could "su" to root as needed. That way, I had my connection regardless of inetd being up or down, and I could just restart it.
Of course, nowadays I see the problem extremely rarely, in which years and years go by without seeing it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 10:40 AM
06-04-2008 10:40 AM
Re: rlogin stop working
We have a critical application which use rlogin.
I would propose to switch to ssh, having the feeling that it would be more stable.
But.. is there any way to know why the service crashed? I have found no logged information so far.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 11:09 AM
06-04-2008 11:09 AM
Re: rlogin stop working
Re: rlogin. Yeah, you need to get away from that. I've not had any trouble what so ever on sshd. It runs independent of inetd. But mainly, from a security standpoint - you need to quit using rlogin and telnet. That is, don't use the unencrypted login programs any longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2008 09:13 AM
06-05-2008 09:13 AM
Re: rlogin stop working
inetd -l
You'd have to make in the change in the init startup file.
If you want to just do it now from the command line:
$> inetd -l -c
The above will force inetd to reread the inetd config files, and start everything up with logging.
-- short term solution - you *could* just create a cron job to restart inetd every 5 minutes or so, by the running the command above. This would restart it if already running (won't affect anything already running), and if it is dead already - then it will just start it up.
Maybe turning on logging will tell you more.