- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: problems rsh.exe on windows system
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-16-2012 01:41 AM
01-16-2012 01:41 AM
problems rsh.exe on windows system
Dear all
i have three system as below
1. linux : CentOS release 6.1
2. hp-ux : 11.23
3. windows : win 2008 r2 (ip 1.1.1.1)
i've got rsh.exe for win2008 r2 in web-site, and i've configured for linux, hp-ux server as below
#>vi .rhosts
1.1.1.1 Administrator
And I tried to connect to 1,2 hosts with rsh.exe command as below
C:\>rsh.exe hp-ux -l root "df -k"
==> OK
C:\>rsh.exe linux -l root "df -k"
==> error message : cannot connect to socket:
Please let me know.......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2012 06:15 AM
01-16-2012 06:15 AM
Re: problems rsh.exe on windows system
Hi Bangu,
Please refer this link:
http://www.symantec.com/business/support/index?page=content&id=TECH29790
HTH
Surendar
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2012 07:38 AM
01-16-2012 07:38 AM
Re: problems rsh.exe on windows system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2012 09:23 AM
01-16-2012 09:23 AM
Re: problems rsh.exe on windows system
Hello
First check if you have rsh and rsh-server in your linux box:
yum list | grep -i rsh
yum list | grep -i rsh-server
Then check if rsh and rsh-server are active at boot:
chkconfig --list | grep -i rsh-server
If not active them:
- chkconfig rsh on
- chkconfig rexec on
- chkconfig rlogin on
- service xinetd restart
Then check if they are running:
ps -ef | grep -i rsh
Then configure .rhosts
Then test
Then reply :)
Regards
- chkconfig rlogin on