|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I am trying to execute a command in the remote machine using rsh. But it is giving the following error
Command: rsh -l sombe ssappeai002 /opt/telstra/sombe/tibco/im/bin/imctl status Error: "/opt/telstra/sombe/tibco/im/bin/imctl.4[326]: whoami: not found This script must be run as sombe. Aborting" Eventhough i am logging as sombe it is giving this error. When i execute other commands like pwd, cat is working fine.. please help me... Regards, Manoj |
|
#2
|
|||
|
|||
|
Some interactive programs (like vi) cannot works with rsh.
Don't have a clue what imctl does, but it could be interactive (see also man rsh). Hope this helps. |
|
#3
|
||||
|
||||
|
Quote:
rsh is happy, but it's imctl (whatever that is) which is complaining, because it doesn't recognise you as user 'sombe' - so what happens if you run the rsh -l without giving a password, but then provide the password when you're asked for it? christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > rsh command |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|