- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to enable rsh on linux
Operating System - Linux
1822542
Members
2992
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО05-13-2008 06:05 PM
тАО05-13-2008 06:05 PM
How to enable rsh on linux
I am installing Veritas Backup Exec Remote Agent on linux Server and I getting the below message:
Verify communication with (Hostname)....ping successful.....is an unsupported platform
Attempting rsh with (Hostname)....rsh on (Hostname) results in extraneous characters
CPI WARNING V-9-10-1020
mail cannot communicate with or does not have rsh
permissions with the following system (Hostname)
I've attempted by adding 'rsh', 'rlogin', 'rexec' in /etc/securetty
I get:
Trying krb4 rsh...
connect to address (Hostname): Connection refused
trying normal rsh (/usr/bin/rsh)
(Hostname): Connection refused
Can anyone help me to solve this problem...
Thanks & Regards
Kumar
Verify communication with (Hostname)....ping successful.....is an unsupported platform
Attempting rsh with (Hostname)....rsh on (Hostname) results in extraneous characters
CPI WARNING V-9-10-1020
mail cannot communicate with or does not have rsh
permissions with the following system (Hostname)
I've attempted by adding 'rsh', 'rlogin', 'rexec' in /etc/securetty
I get:
Trying krb4 rsh...
connect to address (Hostname): Connection refused
trying normal rsh (/usr/bin/rsh)
(Hostname): Connection refused
Can anyone help me to solve this problem...
Thanks & Regards
Kumar
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2008 10:23 PM
тАО05-13-2008 10:23 PM
Re: How to enable rsh on linux
On the Linux backup client:
1. Add a file /root/.rhosts with the IP of the backup server.
2. Execute 'chkconfig rsh on'
1. Add a file /root/.rhosts with the IP of the backup server.
2. Execute 'chkconfig rsh on'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2008 05:59 AM
тАО06-06-2008 05:59 AM
Re: How to enable rsh on linux
1) Install rsh-server package on the linux machine.
2) Add the ip address and the user of the backup server to .rhosts:
# echo "192.168.100.100 root" >> ~/.rhosts
3) Start required services:
# chkconfig xinetd on
# chkconfig rsh on
# chkconfig rexec on
# chkconfig rlogin on
# service xinetd restart
2) Add the ip address and the user of the backup server to .rhosts:
# echo "192.168.100.100 root" >> ~/.rhosts
3) Start required services:
# chkconfig xinetd on
# chkconfig rsh on
# chkconfig rexec on
# chkconfig rlogin on
# service xinetd restart
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP