- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to do a remsh from hpux to linux machine
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
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
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
тАО02-26-2008 07:17 PM
тАО02-26-2008 07:17 PM
How to do a remsh from hpux to linux machine
We have some script implemented in one Hp-UX server which check for health of every server through remsh .We do have linux servers also that need to be checked but this remsh command is not working .Please give some suggestions.
--Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2008 09:08 PM
тАО02-26-2008 09:08 PM
Re: How to do a remsh from hpux to linux machine
> [...]
Which "remsh command is not working"?
What does "not working" mean, exactly, in
this case?
> Please give some suggestions.
Here's the most important one: Please show
the actual command which you are using, and
the actual output you get when you use it.
Others:
Reveal the HP-UX version, and identify the
Linux system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2008 12:04 AM
тАО02-27-2008 12:04 AM
Re: How to do a remsh from hpux to linux machine
Most modern Linux distributions won't have the rsh service enabled by default. If you need it, you must first install it using the package management system of your Linux distribution.
After the installation, the rsh service (rshd) may need to be enabled using the standard service manipulation tools of your Linux distribution.
This is to prevent the service from being enabled accidentally and/or without understanding its security implications: the rsh service is not secure if a hostile host can assume the IP address of a trusted host.
The requirement to explicitly enable the service is there to protect the newbies who might select "install everything" when setting up the OS, then connect the computer to Internet without a properly-configured firewall.
Without knowing the name and version of your Linux distribution, I cannot give you any more detailed instructions.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2008 12:07 AM
тАО02-27-2008 12:07 AM
Re: How to do a remsh from hpux to linux machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2008 01:56 AM
тАО02-27-2008 01:56 AM
Re: How to do a remsh from hpux to linux machine
The Linux community (and all distributors) have relinquished all r* commands for years.
That's why it isn't working out of the box
but requires extra effort from the admin to enable it.
This is a safeguard to distract the unwary.
Also, if you really want to use r* commands,
note that by now the distributors often ship kerborized versions.
Of course you can also find non-kerborized versions but it is usually more hassle setting those up then using SSH.