![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing a script through GUI | snvijaysankar | UNIX for Dummies Questions & Answers | 2 | 06-02-2008 04:49 AM |
| [AIX] executing script | piooooter | UNIX for Dummies Questions & Answers | 1 | 05-26-2006 12:53 AM |
| executing script | big123456 | Shell Programming and Scripting | 1 | 06-03-2005 07:32 AM |
| Executing ksh script from cgi | hodges | Shell Programming and Scripting | 1 | 05-27-2003 10:57 AM |
| Executing Ps in script | Claude | Shell Programming and Scripting | 1 | 11-22-2001 02:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have a script on one server.. which I am trying to run remotely from another server using rsh....
The command that i use from my second server is as follows rsh /user_name="ops" /password="ops1" server1 "cd /users/ops ; ./script1" When I run this I receive an error containing the below errors: grc_error() says: GRC file /users/ops/.ops.rc open failed: No such file or directory (result 3) I can run the script with no problems on server1 but when I try remotely from another server using rsh I receive the error above.. Any help would be appreciated - Anyone know what this file is or needs to contain?? |
|
||||
|
A lot of variables, so I am going through one by one.. I will let you know...
I am using openvms 7.3-1 and it supports rsh no problem... and I am pretty sure anything from at least 7.2 up does, not sure to prior to those versions. |
|
|||||
|
Can the author of the script provide any guidance? There should be some documentation, even if it is only in comments inside the script.
This page seems to suggest that a perl module named named getrc might need RC_PATH. Could that be it? And understand that once you get past this error, you could encounter another error generated by a missing environment variable. You can eventually find them all by trial and error. But someone who understands the tools being used by the script can probably find them all in a few seconds. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|