Operating System - HP-UX
1840009 Members
1980 Online
110158 Solutions
New Discussion

remsh from 11i system to 11 system does not exit

 
Philip Kernohan
Advisor

remsh from 11i system to 11 system does not exit

Scenerio:

script on 11i system performs the following as remsh to 11.0 system

#!/usr/bin/sh
remsh 11system /usr/bin/rm /tmp/file

When I execute the script the remsh simply hangs and does not return.

I've heard that others have seen similar problems - any ideas on how to resolve this one?

Is there a patch I require somewhere?

All help appreciated.

Regards,
PK
It's nice to be important but it's more important to be nice
3 REPLIES 3
Steve Steel
Honored Contributor

Re: remsh from 11i system to 11 system does not exit

Hi

To do this you need to use the .rhosts file to avoid a passwd request


try
remsh 11system

If it logs in then the rm should work. else make it login then test again.


steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Steve Steel
Honored Contributor

Re: remsh from 11i system to 11 system does not exit

Hi

1)try it on a command line

2)remsh 11system

When logged in try remove


Maybe file removal generates dialogue which must be answered


Steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
harry d brown jr
Honored Contributor

Re: remsh from 11i system to 11 system does not exit

Check these two patches out for your 11.00 machine:

PHNE_26771 & PHNE_23003

live free or die
harry

Live Free or Die