- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to rlogin
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
01-04-2002 05:12 AM
01-04-2002 05:12 AM
I've posted here in the past and received outstanding support so I'm hoping that someone can help me again. We have five HP-UX chpj200 systems that are running v9.05. Some of our users require rlogin (no password)capability in order to do distributed builds across each system. They initiate a script which executes rlogin and they are able to accomplish their tasks. This feature was working properly over the holiday but we had to shut down the systems on New Years Eve. Upon bringing the systems back online, everything seems to work fine, however, the users are no longer able to rlogin without supplying a password. I've researched their .rhosts files and they are correctly configured. I've also checked to ensure that the inetd daemon is running. In addition, I noticed that there was no hosts.equiv file in /etc on none of the systems. I'm not sure if this file even existed but I created one using SAM to include the users that need this service. Unfortunately, it's still not working. I'm certain that something is just not set correctly but I'm not sure where else to look. Any assistance is appreciated. Thanks.
Andre
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:32 AM
01-04-2002 05:32 AM
Re: Unable to rlogin
Are all users unable to do a rlogin or only a few of them. Is root able to do a rlogin ?.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:33 AM
01-04-2002 05:33 AM
Re: Unable to rlogin
Make sure that /etc/passwd entry is on the remote for user.
Make sure that rlogin is in /etc/services.
Make sure there is nothing stopping it like an entry in /var/adm/inetd.sec.
Make sure the full name and alias of the remote is correct in the /etc/hosts on all affected systems.
Make sure the rlogin is correctly configured in the /etc/inetd.conf file.
Just a couple things to rule out...hope they help,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:34 AM
01-04-2002 05:34 AM
Re: Unable to rlogin
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:59 AM
01-04-2002 05:59 AM
Re: Unable to rlogin
just a thought
check the rlogin entry in /etc/inetd.conf
and run #inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:07 AM
01-04-2002 06:07 AM
Re: Unable to rlogin
We added an additional network card to a machine giving it two network cards. Rlogin and remsh functionality stoped because it connected to the new cards IP address instead of the old one. When we added the network card address to .rhost it started working again.
We found this out by doing a traceroute between the boxes in question and found it would stop at the first response from the box.
I.E. Hostname 1 ip 1.2.3.4 original ip
ip 5.6.7.8 new ip
did traceroute from hostname 2 to hostname 1
and the route stopped at 5.6.78 even though there was no entry for 5.6.7.8 in a host file or DNS and we used the name of host1 that was in a host file and DNS.
Either way trace running traceroute to see if you are getting to the box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:08 AM
01-04-2002 06:08 AM
Re: Unable to rlogin
Please clarify: can the users rlogin with a password? If so, it's may be a host name resolution issue as others have mentioned.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:17 AM
01-04-2002 06:17 AM
Re: Unable to rlogin
rlogin, supply the password then run 'last -R
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:24 AM
01-04-2002 06:24 AM
Re: Unable to rlogin
You need to check your DNS entries to see if everything matches.
The entries in the .rhosts file must be the exact domain name if DNS is used.
You can do a who -a on the remote machine to see what it thinks your original machine's name is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 07:30 AM
01-04-2002 07:30 AM
Re: Unable to rlogin
Rita - In /etc/services, there is an entry as follows:
login 513/tcp # remote login
Didn't see one for 'rlogin'. Have a similar entry in /etc/inetd.conf:
login stream tcp nowait root /etc/tcpd rlogin
Harry - Don't have the users workstation info in the /etc/hosts file but I added it and called the user back and he's still unable to rlogin without a password.
Ravi - Tried running inetd -c but still no luck
Ron - No network cards were changed or added.
John P - Ran last -R
I've only been working with HP-UX since May (been out of Unix for almost seven years) but things seem to work fine. unfortunately, we can't upgrade since we have to mirror the environment that our clients work in.
The one thing that I did notice was that the .rhosts files did not contain the full name as listed in /etc/hosts. I will make those changes and give it try. I really appreciate all of the assistance. I'll let you know what happens. Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 07:37 AM
01-04-2002 07:37 AM
Re: Unable to rlogin
Try putting "+ +" in your .rhosts file (JUST AS A QUICK TEST) while removing everything else. Make sure to copy your original .rhosts file first!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 07:53 AM
01-04-2002 07:53 AM
Re: Unable to rlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:38 AM
01-04-2002 11:38 AM
Re: Unable to rlogin
Rlogin is now working properly. After modifying the /etc/hosts file, the client called back saying that everything was working. I am very grateful for all of your assistance. I find this forum extremely helpful and very professional. Again, thank you all for everything!
Andre