Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNIX RSH COMMAND HELP?!?!?!

Status
Not open for further replies.

Scunningham99

Programmer
Sep 20, 2001
815
GB
I have a problem with Sun Solaris rsh command.

When a simple command is kicked off using rsh, rsh does not finnish once the command has. ie when i do a ps -ef|grep rsh, the programme is still there with a PID.

I have read the man pages for rsh which say the rsh command should quit once the programme has finnished!!!!

IS THERE ANYONE OUT THERE THAT CAN HELP ME?????
 
I have just created an executable file as a test to print out directory structure ie

!#/bin/ksh

ls -R /user01 lsi /simon.bat


---
This works fine but when the directory listing has finnished
the rsh command is still there doing nothing. i need it to quit out of the rsh on the server that kicked the rsh off!!!

This is only a test as in one of our backup scripts on server A at the bottom once it has finnished i am telling it to kick off a backup script on server b, which it does so fine, but does not quit out of the rsh, and subsequently left the rsh command running on server A.
 
I have just created an executable file as a test to print out directory structure ie

!#/bin/ksh

ls -R /user01 lsi /simon.bat


---
This works fine but when the directory listing has finnished
the rsh command is still there doing nothing. i need it to quit out of the rsh on the server that kicked the rsh off!!!

This is only a test as in one of our backup scripts on server A at the bottom once it has finnished i am telling it to kick off a backup script on server b, which it does so fine, but does not quit out of the rsh, and subsequently left the rsh command running on server A.

Thanks in advance!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top