- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Rlogin with ServiceGuard
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
12-04-2006 11:06 PM
12-04-2006 11:06 PM
Rlogin with ServiceGuard
I am having some difficulties rlogin into packages on my service guard cluster. I have set up my .rhosts file with the package name and given access to root. I can rlogin into the nodes of the server without a problem. However when I try to rlogin to my package (mv36a) it prompts me for a password.
I have read that SG uses cmnodelist ahead of rhosts? If this is the case what needs to re added to this file. I also have kerberos auth running, but have stopped this as this was loaded as part of my HPUX build but I am not planning on using it. I have currently disabled it by running the command inetsvcs_sec disable on both nodes.
Any ideas why I can't rlogin into my packages? They are in both hosts tables as well, however I have no hosts.equiv file.
Any help would be great,
Many thanks
Gavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 01:47 AM
12-05-2006 01:47 AM
Re: Rlogin with ServiceGuard
Try putting fully qualified names in your .hosts file.
steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 01:54 AM
12-05-2006 01:54 AM
Re: Rlogin with ServiceGuard
Gavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 01:56 AM
12-05-2006 01:56 AM
Re: Rlogin with ServiceGuard
s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 02:20 AM
12-05-2006 02:20 AM
Re: Rlogin with ServiceGuard
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 03:11 AM
12-06-2006 03:11 AM
Re: Rlogin with ServiceGuard
In the .rhosts file of the **target user on the target remote host**:
... The hostname field must match the result of the above reverse lookup.
... The username field must match the **requesting user of the *connecting* machine**.
So, e.g., if your are connecting from 1.2.3.4 to the remote host, **on the remote host**, do a:
nslookup 1.2.3.4 # (or dig -x 1.2.3.4)
... Name: pine3.tst.com
the result (in this example, "pine3.tst.com") is the name to put into .rhosts **on the remote host**. Depending on how the /etc/nsswitch.conf and /etc/hosts files are set up, you may get a FQDN or a simple hostname. If you get a simple name, do a nslookup on that to get the FQDN:
nslookup 1.2.3.5
... Name: pine6
nslookup 1.2.3.5
... Name: pine6.tst.com
bv