1833137 Members
3643 Online
110051 Solutions
New Discussion

Re: remsh res[onse

 
Tony Willis_1
Frequent Advisor

remsh res[onse

The key to remsh is that the scripts and their environments are set on the system that you wish for the command or scripts to run.
I always give the absolute PATH for an inoix command.
I always set a csh,sh, or ksh ENV file at the beginning of the script on the local system.

I have 7 servers and many workstations that perrform different tasks and use remsh everyday.
I have a simple script that executes the same command on ALL
systems when I need the same information fromm all systems.

Do not abandon remsh or rsh on Solaris.

"Not Today,Nice Try, Next Time"
1 REPLY 1
Rick Garland
Honored Contributor

Re: remsh res[onse

Yes, remsh is a definite timesaver - if you are in a trusted environment.

If you are not in a trusted environment, may want to look at ssh