Results 1 to 3 of 3
-
09-17-2012, 09:03 AM #1Member
- Join Date
- Aug 2012
- Posts
- 15
- Thanks
- 1
- Thanked 1 Time in 1 Post
Setting Up Monthly Backup for UNIX
Hi All,
I am wondering if anyone has any input on the following issue/configuration.
Essentially we have two UNIX systems that we backup, currently we backup each on a daily basis and we do a monthly backup which we have a seperate policy setup for. Currently to run the monthly backup we manually edit the dsm.sys to change the node-name as we have two nodes setup one for daily and one for monthly.
In the windows environment we can have the two dsm.opt files, one for daily and one for monthly and have them running without issues from the schedule. Prior to myself as administrator for TSM, we had been informed that for UNIX couldn't have the same setup as with windows in being able to have the two different schedular services running essentially each linked to a dsm.opt file. However in a recent health check we had with a TSM consultant from IBM we had asked the question and was informed that should be able to setup the two scheulding on UNIX to not have to manually intervene.
Just wondering if anyone could provide any information or good references to review for such configurations.
Thanks,
DaJ
-
09-17-2012, 09:33 AM #2
If Microsoft is the answer, I want my problem back!
-
09-17-2012, 04:28 PM #3Newcomer
- Join Date
- Sep 2012
- Posts
- 13
- Thanks
- 0
- Thanked 1 Time in 1 Post
Hi,
For monthly backup configuration, we have to mention 2 instance entry in dsm.sys and also have to create separate opt file(dsm_mo.opt) for monthly backup.
Step1:
In dsm.sys, have mention two stances like below
SErvername daily
NODename dailynodename
COMMmethod TCPip
TCPPort 1500
TCPServeraddress xx.xx.xx.xx.xx
compression no
passwordaccess generate
TCPWindowsize 64
TCPBuffsize 32
TCPNodelay Yes
TXNBytelimit 25600
LARGECOMmbuffers Yes
SCHEDLOGname /opt/tivoli/tsm/client/ba/bin/dsmsched.log
SCHEDLOGRetention 7,D
ERRORLOGname /opt/tivoli/tsm/client/ba/bin/dsmerror.log
ERRORLOGRetention 7,D
Schedmode Prompted
SErvername monthly
NODename monthlynodename
COMMmethod TCPip
TCPPort 1500
TCPServeraddress xx.xx.xx.xx.xx
compression no
passwordaccess generate
TCPWindowsize 64
TCPBuffsize 32
TCPNodelay Yes
TXNBytelimit 25600
LARGECOMmbuffers Yes
SCHEDLOGname /opt/tivoli/tsm/client/ba/bin/dsmsched.log
SCHEDLOGRetention 7,D
ERRORLOGname /opt/tivoli/tsm/client/ba/bin/dsmerror.log
ERRORLOGRetention 7,D
Schedmode Prompted
step 2:
create new opt file (dsm_mo.opt) with below line
SErvername monthly
step 3:
update tsm password
dsmc set password node_tsm_password node_tsm_passoword -se=monthly
step 4:
after password update, login to monthly node like below and take backup
dsmc -se=monthly
Thanks
Krish
http://www.tsmguide.co.cc
Similar Threads
-
Monthly Backup to Tape
By Drex in forum Backup / Archive DiscussionReplies: 4Last Post: 07-22-2011, 10:11 AM -
Monthly backup Query
By Nakeskannan in forum Backup / Archive DiscussionReplies: 1Last Post: 03-29-2011, 02:31 AM -
daily and monthly backup
By rakeshsinnya in forum TSM Installation, Upgrade and ConfigurationReplies: 5Last Post: 08-05-2010, 11:11 AM -
Monthly backup??
By Tyrael in forum Backup / Archive DiscussionReplies: 3Last Post: 11-19-2007, 05:18 AM -
Monthly backup/archive
By TCS in forum Backup / Archive DiscussionReplies: 0Last Post: 05-12-2006, 10:40 AM


Reply With Quote