- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "rlogin" problem.
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
08-07-2006 10:23 PM
08-07-2006 10:23 PM
"rlogin" problem.
When i try to "rlogin" into another system, i get the following error:
Name does not resolve to supplied parameters; neither nodename nor servname were passed
Can anyone through some light on this ?
NOTE: I have already put the entry of the server in the .rhosts file
Thanks & Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:31 PM
08-07-2006 10:31 PM
Re: "rlogin" problem.
In order tgo get normal name resolution, the target host's hostname and IP-address must be in /etc/hosts file and not in .rhosts.
Firstly check
#>rlogin ip-address
and if it works, put the data into /etc/hosts.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:25 AM
08-08-2006 12:25 AM
Re: "rlogin" problem.
Check the /etc/nsswitch.conf file.
Check the following line
hosts: files --> if you are using /etc/hosts for resolving hostnames
or
hosts: dns files --> for using DNS & hosts file.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 01:03 AM
08-08-2006 01:03 AM
Re: "rlogin" problem.
Check nslookup with hostname and IP address whether it is resolving correctly or not.
Check /etc/hosts file for any discripencies.
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:28 PM
08-08-2006 12:28 PM
Re: "rlogin" problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 10:01 PM
08-09-2006 10:01 PM
Re: "rlogin" problem.
Regards,
Ramesh