On top of Stef's advice (and if you're still stuck), I would suggest: * cd into the directory where the script exists and run it; that is, make sure the script itself runs correctly (if you haven't already done this).
* Verify that the account under which the scheduler runs has proper permissions (including 'x') to run the script. Regards, Andy ____________________________________________________________________________ Andrew Raibeck | IBM Spectrum Protect Level 3 | [email protected] IBM Tivoli Storage Manager links: Product support: https://www.ibm.com/support/entry/portal/product/tivoli/tivoli_storage_manager Online documentation: http://www.ibm.com/support/knowledgecenter/SSGSG7/landing/welcome_ssgsg7.html Product Wiki: https://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli%20Storage%20Manager "ADSM: Dist Stor Manager" <[email protected]> wrote on 2016-07-12 16:48:07: > From: Jeanne Bruno <[email protected]> > To: [email protected] > Date: 2016-07-12 16:49 > Subject: Re: need help with TSM for nz backup > Sent by: "ADSM: Dist Stor Manager" <[email protected]> > > Hello. yes, the first line of the .sh file is #!/bin/sh > > I will try with no quotes and no 'sh'. > > Will let you know.... > > -----Original Message----- > From: ADSM: Dist Stor Manager [mailto:[email protected]] On > Behalf Of Stef Coene > Sent: Tuesday, July 12, 2016 4:40 PM > To: [email protected] > Subject: Re: [ADSM-L] need help with TSM for nz backup > > > ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / > attachments. Never supply UserID/PASSWORD information. > > > On 07/12/2016 10:26 PM, Jeanne Bruno wrote: > > Hello. I will try that.... > > I read on one of the ibm tsm sites to use the single quotes. > > Let me try double.... > Just remove all the quotes and 'sh'. > Just specify the script, but the first line of the script should be #!/bin/sh > > > Stef >
