ADSM-L

Re: [ADSM-L] Selective backup completed with 0 error but backup status Failed 4

2007-10-29 09:26:58
Subject: Re: [ADSM-L] Selective backup completed with 0 error but backup status Failed 4
From: Andrew Raibeck <storman AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 29 Oct 2007 07:26:26 -0600
Also take a look at the way you coded the -QUIET option in your script, it
doesn't look right.

Best regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Product Development
Level 3 Team Lead
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

IBM Tivoli Storage Manager support web page:
http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageManager.html

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.

"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU> wrote on 10/29/2007
06:07:12 AM:

> Hi TSMer,
>
>
>
> TSM Server AIX 5.2
>
> TSM Server Ver 5.3.0
>
> Client 5.3.4 (windows)
>
>
>
> I have a question on these matters.
>
>
>
> I perform selective backup on TSM Client and exclude some files.
>
>
>
> I got backup status Failed 4 even though no error encountered.
>
>
>
> dsm schedule error shows.
>
> ==============
>
> 10/29/2007 13:46:36 ANS1909E The scheduled command failed.
>
> 10/29/2007 13:46:36 ANS1512E Scheduled event 'PC_SEL' failed.  Return
code =
> 4
>
> ==============
>
>
>
> I understand that while exclude some files in dsm.opt will result to
this
> errors.
>
> I tried to add this statement to cmd file (quiet)
>
>
>
> =============================
>
> cd C:\Program Files\Tivoli\TSM\baclient\
>
> dsmc selective -subdir=yes D:\SATJE\  quiet >> "C:\Program
> Files\Tivoli\TSM\baclient\logs\inc_daily.log"
>
> exit
>
> =============================
>
> It seems that noti
>
> ng happened beside less information in the log files.
>
>
>
> So I tried to add "exit 0" at the end of cmd file and it does work. The
> backup status in completed.
>
> The question arise here, what is the impact of putting "exit 0" while
the
> backup is having an error and beside doing this, what is the correct
> approach to eliminate Failed  4.
>
>
>
> Tq.