- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to enable Remote execution RHEL5 ?
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-14-2010 04:23 AM
06-14-2010 04:23 AM
How to enable Remote execution RHEL5 ?
I want to be able to push some software agents to my RHEL5 without my RHEL5 requesting for username and password.
Please Advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2010 05:38 AM
06-14-2010 05:38 AM
Re: How to enable Remote execution RHEL5 ?
> agents [...]
What would an actual command look like?
> [...] to my RHEL5 [...]
From?
> [...] without my RHEL5 requesting for
> username and password.
What are you doing now which causes it to ask
for these things? Telnet? rsh? ssh? ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2010 06:12 AM
06-14-2010 06:12 AM
Re: How to enable Remote execution RHEL5 ?
I will assume you want to use openssh.
Here is a doc:
http://www.hpux.ws/?p=10
Enjoy.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2010 07:13 AM
06-14-2010 07:13 AM
Re: How to enable Remote execution RHEL5 ?
I am deploying HP Open View Storage Data Protector disk agent from its Installation server to another RHEL5 server. In the process, a pop-up screen is shown requesting for username and password. Even though the correct username and password is supplied, the process still reports INVALID USERNAME AND PASSWORD.
Whenever I have similar problem in HP Unix environment, I just play around files like .rhosts and host.equiv etc... and the agent is pushed successfully without even asking for username and password.
Please I need advice concerning the RHEL5 environment.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2010 09:10 AM
06-14-2010 09:10 AM
Re: How to enable Remote execution RHEL5 ?
So, you're running some (unspecified)
program, and it attempts (somehow) to connect
to a remote system, and that fails?
I don't know what it's doing, and the error
message doesn't say much. I'd guess that the
documentation for this (unspecified) program
explains how it tries to do things on a
remote system, and what you would need to do
to make that work.
> [...] I just play around files like .rhosts
> and host.equiv etc [...]
Those normally affect rsh/remsh. What
happens if you try a command like
rsh other_host
?
You may need to play around with the same
files on the Linux system, or you may need to
enable the RSH server on the Linux system, or
you may need to use SSH instead of RSH, or
any number of other things. You may even
need to read the instructions for the program
you're using.