- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RLOGIN : ERROR
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
09-28-2005 12:54 AM
09-28-2005 12:54 AM
RLOGIN : ERROR
When i try to execute , superdome to N-4000, i receive the error :
# rlogin n4000
rlogind: Host address mismatch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:58 AM
09-28-2005 12:58 AM
Re: RLOGIN : ERROR
rlogin ip
Can you show uses the files
/etc/hosts
/etc/resolv.conf
/etc/nsswitch.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:59 AM
09-28-2005 12:59 AM
Re: RLOGIN : ERROR
You have name resolution problems
The server checks the client's source address and requests the cor-
responding host name (see getnameinfo(3), hosts(5), and named(8)).
If the hostname cannot be determined, the dot-notation representa-
tion of the host address is used. If the hostname is in the same
domain as the server (according to the last two components of the
domain name), or if the -a option is given, the addresses for the
hostname are requested, verifying that the name and address corre-
spond. If address verification fails, the connection is aborted
with the message ``Host address mismatch.''
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:00 AM
09-28-2005 01:00 AM
Re: RLOGIN : ERROR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:01 AM
09-28-2005 01:01 AM
Re: RLOGIN : ERROR
Is your n4000 hostname registered in superdome's /etc/hosts and you superdome's hostname registered in your n-4000's /etc/hosts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:01 AM
09-28-2005 01:01 AM
Re: RLOGIN : ERROR
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:02 AM
09-28-2005 01:02 AM
Re: RLOGIN : ERROR
what s the result of : rlogin ip_address?
Ziad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:03 AM
09-28-2005 01:03 AM
Re: RLOGIN : ERROR
See the following link. The same problem solved .
http://www.darklab.net/resources/hpux-mailinglist/0137.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:07 AM
09-28-2005 01:07 AM
Re: RLOGIN : ERROR
Actually ruserok() calls gethostbyname(host) with "host" passed from rlogind
This "host" can be the result of a hp = gethostbyaddr() call and it is really
host == hp->h_name!
When that happens, and we have a /etc/hosts lookup the same local buffer
(hostbuf) from gethostnameaddr is used to place the result, and hp->h_name
is now trashed!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 07:18 AM
09-28-2005 07:18 AM
Re: RLOGIN : ERROR
1-) In both servers, I fixed ./rhosts , /etc/hosts and /etc/hosts.equiv.
2-) When I execute
# rlogin n4000 or ip_address_n4000 return the error the same error.
# ping n4000
PING n4000: 64 byte packets
64 bytes from 10.170.10.36: icmp_seq=0. time=0. ms
----n4000 PING Statistics----
1 packets transmitted, 1 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
# rlogin 10.170.10.36
rlogind: Host address mismatch..
#
3- I donâ t use the file etc/nsswitch.conf
4- I am not using DNS .
I Think that this problem is missing the patch really .
Thank for all .
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 10:28 PM
10-06-2005 10:28 PM
Re: RLOGIN : ERROR
I have assigned points to 0 of 15 responses