TDPO lanfree backup using another management class for single-node backup

shadab

ADSM.ORG Member
Joined
Jun 17, 2007
Messages
36
Reaction score
0
Points
0
Dear All,
let me just explain my environment.

We are taking our oracle backups to a tape pool which will copy to copy_pool on daily weekly and monthly
basis. for a single database using a single nodename ( test_ora), we created 3 Rman scripts based on that Rman will retain the backup on tivoli for defined period.
its lan-free backup.

on daily basis Our all daily/weekly/monthly backup goes to common primary tape_pool to a common copy_pool.

Now ee need to take backup of our daily db files to a seperate newtape_pool and copy to newcopy_pool. and weekly and monthly files should run same as earlier.

currently oracle backup running a seperate domain , policyset, mgmt class and copyg.

iam confuse where to do the configuration changes.

should i need to create a new management class. and in copyg give the dest=newtape_pool. and set it as default?
should i need to create a new nodename for daily backup and send that db backup to newtape_pool and copy to newcopy_pool ?

in tdpo.opt file can i give the mgmtclassname newmanagmentclass?

on oracle config side:
/usr/tivoli/tsm/client/oracle/bin64>cat tdpo.opt

DSMI_ORC_CONFIG /usr/tivoli/tsm/client/oracle/bin64/dsm.opt
DSMI_LOG /usr/tivoli/tsm/client/oracle/bin64
TDPO_FS prodserver

/usr/tivoli/tsm/client/oracle/bin64>cat dsm.opt
servername server_o

ON lanfree side:
/usr/tivoli/tsm/client/api/bin64>cat dsm.opt
servername server_o

/usr/tivoli/tsm/client/api/bin64>cat dsm.sys
SErvername server_o
nodename test_ora
COMMMethod TCPip
TCPPort 1500
TCPServeraddress 192.168.10.10
passwordaccess generate
passworddir /usr/tivoli/tsm/client/oracle/bin64/security
enablelanfree yes
lanfreetcpport 1500
lanfreecommmethod tcpip
 
Hello,
the simplest way:
- create a new tapepool, copypool, MC in the same domain
- create a new tdpo.opt (tdpo_daily)
DSMI_ORC_CONFIG /usr/tivoli/tsm/client/oracle/bin64/dsm_daily.opt
DSMI_LOG /usr/tivoli/tsm/client/oracle/bin64
TDPO_FS prodserver
- create a new dsm.opt (dsm_daily.opt)
SErvername server_o_daily
- Add in dsm.sys the new serverename with the same definition as the previous.
- add include in dsm.sys (or client option set)
include * <your new MC>
- ask dba to use the new tdpo_daily.opt
 
I'm trying to do something similar. Can you specify in the include to have it run an archive instead of a standard backup through TDP?
 
I'm trying to do something similar. Can you specify in the include to have it run an archive instead of a standard backup through TDP?
Hello,
TDP manages only backup data type (no archive data as TSM concept).
You can setup a long backup retention.
 
Back
Top