Re: [adsm] Re: TSM v6.2 Diaster Recovery Restore

2011-09-07 Thread Ehresman,David E.
DRM restore script needs a LOT of work. David -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lloyd Dieter Sent: Tuesday, September 06, 2011 7:03 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] [adsm] Re: TSM v6.2 Diaster Recovery Restore See

Re: [adsm] Re: TSM v6.2 Diaster Recovery Restore

2011-09-06 Thread Lloyd Dieter
See: http://publib.boulder.ibm.com/infocenter/tsminfo/v6/index.jsp?topic=%2Fcom.ibm.itsm.tshoot.doc%2Fr_pdg_cmonerrsbkupdbrstordb.html A "106" seems to indicate a permissions problem. -Lloyd On 09/06/2011 10:44 AM, Ehresman,David E. wrote: I am trying to do a DR type restore of a TSM 6.2 DB

Re: TSM v6.2 Diaster Recovery Restore

2011-09-06 Thread Ehresman,David E.
I am trying to do a DR type restore of a TSM 6.2 DB onto a tsm instance on a different machine. After the DB backup tape mounts, I get a "Database restore terminated. DB2 sqlcode: -2033. DB2 sqlerrmc: 106.". What are the DB2 codes trying to tell me?

Re: TSM v6.2 Diaster Recovery Restore

2011-09-05 Thread Ian Smith
David, make sure that the new instance user has the same group name as the old: i.e. as old instance user do: ' db2 get dbm cfg ' and examine the value for SYSADM group name. If it is different, update it to the new value with 'db2 upd dbm cfg using SYSADM_GROUP xx' - otherwise you will get

Re: TSM v6.2 Diaster Recovery Restore

2011-09-02 Thread Remco Post
Hi, On 2 sep. 2011, at 21:44, Ehresman,David E. wrote: > Can I restore a TSM v6.2 database to a tsm instance with a different name? > That is, could I restore a db backup from a tsm with a instance user id of > libmgr1 to a new machine which has been configured with a instance user id of > li