| Quick start Data Protector for Sybase ASE |
|
|
|
| Written by Tomas Dalebjörk | |||||
| Friday, 01 May 2009 06:42 | |||||
Quick Start Guidefor Data Protector for Sybase ASE using IBM Tivoli Storage Manager
LinuxSybase serverInstall the Sybase server binaries# rpm -i XX TSM ClientInstall the Tivoli Storage Manager (Backup Archive Client) # rpm -i XXX Install the Data Protector for Sybase# rpm -i XXX Configure the TSM serverSetup the copygroups, policysets, domains, and retention times. Create the backup schedule # dsmadmc tsmserv>define domain sybase tsmserv>def sched sybase full action=command objects="/usr/local/bin/backup.sh" startt=21:00 startd=today dur=2 duru=hour Configure the TSM clientFilesystem setup # vi /opt/tivoli/tsm/client/ba/bin/dsm.opt
# vi /opt/tivoli/tsm/client/ba/bin/dsm.sys
# ln -s /opt/tivol/tsm/client/ba/bin/dsm.sys /opt/tivoli/tsm/client/api/bin/dsm.sys # vi /opt/tivoli/tsm/client/ba/bin/dsm.opt
Try a connectivity test to the TSM server # dsmc -se=sybase Create the backup scripts # vi /usr/local/bin/backup.sh
# chmod a+x /usr/local/bin/backup.sh Try to do a backup # /usr/local/bin/backup.sh Create the scheduler startup # vi /etc/init.d/tsmsyb
# chmod a+x /etc/init.d/tsmsyb # ln -s /etc/init.d/tsmsyb /etc/rc2.d/S99tsmsyb Startup the service, and verify that the service gets a schedule # /etc/init.d/tsmsyb start # cat /var/log/dsmsched_sybase.log
|



