- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin : Solaris
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-09-2004 03:42 PM
06-09-2004 03:42 PM
rlogin : Solaris
Sorry guy's.But I don't know where to turn to for help on solaris.
Basically I need to root rlogin from machine A to machine B witout prompting for password.
In machine B,I already create /.rhosts which contain machine A name.Also I have created /etc/hosts.equiv in machine B which contain machine A name.
But still whenever I do rlogin it still prompt for password.
any hint ?.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:48 PM
06-09-2004 03:48 PM
Re: rlogin : Solaris
If this is a multihomed node, you may be getting connected via a diffrent interface which is not defined in .rhosts.
Also are you sure root's home directory is "/" ?. In AIX root 's home directory is "/root"
Good Luck .. i am online for some more time .. let me know if u need help
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:53 PM
06-09-2004 03:53 PM
Re: rlogin : Solaris
Yap I pretty sure that the home directory is /.
Here are the result of echo $HOME:
# echo $HOME
/
Also I have checked the /etc/passwd file to double confirm on the home directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:57 PM
06-09-2004 03:57 PM
Re: rlogin : Solaris
can u do an "ftp B &" from A and check netstat -a|grep ftp on B to find out what interface is used and add that in the .rhosts of B ?.
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:33 PM
06-09-2004 04:33 PM
Re: rlogin : Solaris
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 05:35 PM
06-09-2004 05:35 PM
Re: rlogin : Solaris
check the protections of your .rhosts. Should be for example 400 (r--------).
Remove the hosts.equiv.
Add IP addresses of A to .rhosts on B i.s.o. names. If this helps, you have a DNS problem.
You can remote login as root, so root access is not blocked?
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 05:57 PM
06-09-2004 05:57 PM
Re: rlogin : Solaris
Just for future reference, have a look at these Sun sites:
http://forum.sun.com/
http://supportforum.sun.com/
http://www.sun.com/bigadmin/discussions
www.sunmanagers.org
You may have to register as well.
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 05:58 PM
06-09-2004 05:58 PM
Re: rlogin : Solaris
hawaii.us.earth.com
Even I put IP address it still not working.Thanks.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 06:29 PM
06-09-2004 06:29 PM
Re: rlogin : Solaris
This is the only reason why asked you to establish a session with System B from A and check netstat -an which would tell you what hostname it is being used while making a socket.
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 06:33 PM
06-09-2004 06:33 PM
Re: rlogin : Solaris
regards
mB