Please update and finalize this question. If you need Moderator assistance to split points or otherwise help with special handling, let us know via comment here or by posting a Zero point question with this question link in the Community Support topic area.
Thank you,
Moondancer - EE Moderator
Main Topics
Browse All Topics





by: BajwaPosted on 2002-05-03 at 08:27:49ID: 6988696
Run with debug on... which will produce trace for each channel allocated and a log file. MI_CONFIG= /usr/tivol i/tsm/clie nt/oracle/ bin/dsm.op t,DSMI_LOG =/adsm/log ,DSMI_ORC_ DIR=/usr/t ivoli/tsm/ client/ora cle/bin,DS MO_FS=adsm orc,DSMO_P SWDPATH=/u sr/tivoli/ tsm/client /oracle/bi n,DSMI_DIR =/usr/tivo _DEBUG=49) ';
Log will be in the path that you enter and trace in udump directory., then it will be easier to find the error.
rman target / catalog or nocatalog log=/path/filename.log
run
{allocate channel adsm1 type 'SBT_TAPE'
parms 'ENV= DSMO_NODE=mis_33_oracle,DS
li/tsm/client/api/bin,DSMO
debug on;
backup filesperset 1
format 'FULL_%d_%u'
(database include current controlfile);
debug off;
}