![]() |
|
|
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 |
| Minutes from the Bankruptcy Hearing, an Order on 1st Omnibus Objections, and Other Fi | iBot | UNIX and Linux RSS News | 0 | 03-01-2009 04:05 PM |
| Does Active Directory top Linux authentication options? - Search Enterprise Linux | iBot | UNIX and Linux RSS News | 0 | 11-01-2007 02:00 AM |
| Does Active Directory top Linux authentication options? - Search Enterprise Linux | iBot | UNIX and Linux RSS News | 0 | 10-29-2007 06:20 AM |
| Sun Sparc defectors tap Transitive for Linux migrations - Search Enterprise Linux | iBot | UNIX and Linux RSS News | 0 | 08-16-2007 07:10 PM |
| Hovespian cites four vehicles to broaden Linux adoption - Search Enterprise Linux | iBot | UNIX and Linux RSS News | 0 | 08-08-2007 08:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SSH, IBM Omnibus, And Linux
I am running into a small issue and not sure how to fix it or where to even look at this point. I have a shell script on a a box called bluezebra. On this box I have a very small shell script. Code:
#!/bin/ksh ssh bluemarron "/lcl/apps/Tivoli/netcool/omnibus/bin/TESTING/TEST.sh" & This script attempts to connect tothe box bluemarron and then run the script over there called TEST.sh. Code:
#!/bin/ksh echo "Tested Worked!" >/lcl/apps/Tivoli/netcool/omnibus/bin/TESTING/CONNECTION_MADE.log Here is the issue. If I log in as user tivoli to my machine and run the script on bluezebra by hand it works perfectly. Example: ./TEST.sh If I allow our software package, IBM Omnibus on bluezebra to run the same script using the same user which is tivoli the script does run however it seems to never SSH to bluemarron. I get an exit code of 255. I have given both scripts full perms. Any ideas? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|