ADSM-L

Re: [ADSM-L] backup db2 on ms cluster (active/active)

2010-10-13 02:53:09
Subject: Re: [ADSM-L] backup db2 on ms cluster (active/active)
From: TSM <tsm AT PROFI-AG DOT DE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 13 Oct 2010 08:51:00 +0200
hello,


if you want to backup db2 on microsoft cluster, you have to
work with "proxynode" and "proxyagent" relationship

grant proxynode target=proxytarget agent=clusternodeA
grant proxynode target=proxytarget agent=clusternodeB



every db2 database which can failover to another clusternode has to be
updated like

db2 update db cfg for sample using vendoropt "'-asnodename=proxytarget'"

db2 update db cfg for sample using LOGARCHMETH1 TSM:DB2 logarchopt1 "’-
asnodename=proxytarget’"


clusternodeA = DSMI_CONFIG on node A
ClusternodeB = DSMI_CONFIG ion node B


you can read more on SC12-4282-02


with best regards
stefan savoric
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [ADSM-L] backup db2 on ms cluster (active/active), TSM <=