Results 1 to 9 of 9
-
05-13-2012, 01:16 PM #1Member
- Join Date
- Jun 2010
- Posts
- 59
- Thanks
- 1
- Thanked 0 Times in 0 Posts
TSM - data protection for MS Exchange not working (freshly installed)
Greetings!
Fresh Exchange 2010 server installation:
Download & installed:
6.2.3.0-TIV-TSMBAC-WinX64.exe
6.1.3.3-TIV-TSMEXC-WinX64.exe
When I click Ecxhange client GUI I receive bunch of messages and client does not opens:
1st message:
ANS0101E Unable to open English message repository 'tdpeslv.xt'.
2nd message:
ANS0102W Unable to open the message repository tdpeslv.txt
The American English repository will be used instead.
3rd message:
ANS0113E Message repository 'tdpeenu.txt' has an invalid control record.
4th message:
Starting the client using default English language
5th
s Re0053E
-
05-14-2012, 11:00 AM #2Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,300
- Thanks
- 2
- Thanked 137 Times in 135 Posts
The English repository reference should be in the TDP for Exchange and BA client directories. Double check you installation. If needed, reinstall.
Ed
-
05-17-2012, 03:11 AM #3Member
- Join Date
- Jun 2010
- Posts
- 59
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Unbelivable.
http://publib.boulder.ibm.com/infoce...langpacks.html
does not give me any good information.
A lots of Googling gave me a current conclusion that we need to install first :
Tivoli Storage Manager for MAIL version 6.1.0.0 (CZ1Q8ML.exe)
and then we need to push the fixpack (6.1.3.3-TIV-TSMEXC-WinX64). I was soo unhappy when I have installed firstly 6.1.0.0 version and ran the Exchange Client - GUI. I got an error there's no dsm.opt file? Ok why is there no DSM.OPT? What about any wizards or sth similiar?
I have installed/reinstalled/uninstalled million of times soo I'm not quite sure what would be the right approach.
Imagine you have a fresh Exchange 2010 and you wish to make TSM backup, what would be the right steps?
* First I have installed: Tivoli storage manager backup client Version 6, release 2, Level.300
* But when I needed to instal tsm for exchange I'm just stucked.
Is CZ1Q8ML.exe even the right installation pack? There are no license key in it.
Can someone please give me the right hyperlink where can I download the right version as an IBM partner?
Giving me some tutorial, step by step instructions would be more than appreciated.
-
05-21-2012, 02:25 PM #4Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,300
- Thanks
- 2
- Thanked 137 Times in 135 Posts
The DSM.OPT file must be created first in the BA client side, then use the sample for the TDP side
You need to use the CD to install the TDP for Exchange to get the license agent. Downloads do not have the file agent.lic (or similar).I have installed/reinstalled/uninstalled million of times soo I'm not quite sure what would be the right approach.
Imagine you have a fresh Exchange 2010 and you wish to make TSM backup, what would be the right steps?
* First I have installed: Tivoli storage manager backup client Version 6, release 2, Level.300
* But when I needed to instal tsm for exchange I'm just stucked.
Is CZ1Q8ML.exe even the right installation pack? There are no license key in it.
Can someone please give me the right hyperlink where can I download the right version as an IBM partner?
Giving me some tutorial, step by step instructions would be more than appreciated.Ed
-
05-21-2012, 02:46 PM #5Member
- Join Date
- Jun 2010
- Posts
- 59
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Thank you for your answers.
I have managed to install and configure this version.
Although I found something new and that is, that Exchange 2010 does not support Legacy backup anymore and we will need to use VSS backup.
In previous Exchange 2007 version TSM SERVER "called" a scheduled event on client. This scheduled event was calling two bat scripts.
One was
excfull_LEGACY.BAT
set exc_dir="C:\Program Files\Tivoli\TSM\TDPExchange"
cd /d %exc_dir%
echo Current date is: >> excfull_LEGACY.log
date /t < NUL >> excfull_LEGACY.log
echo Current time is: >> excfull_LEGACY.log
time /t < NUL >> excfull_LEGACY.log
tdpexcc backup * full /backupdestination=TSM /backupmethod=LEGACY /tsmoptfile=dsm.opt /logfile=excsch.log >> excfull_LEGACY.log
And the other was excincr_LEGACY.bat
set exc_dir="C:\Program Files\Tivoli\TSM\TDPExchange"
cd /d %exc_dir%
echo Current date is: >> excincr_LEGACY.log
date /t < NUL >> excincr_LEGACY.log
echo Current time is: >> excincr_LEGACY.log
time /t < NUL >> excincr_LEGACY.log
tdpexcc backup * incr /backupdestination=TSM /backupmethod=LEGACY /tsmoptfile=dsm.opt /logfile=excsch.log >> excincr_LEGACY.log
I was wondering if we could do it the same for VSS Backup in other words, that we would have also two bat scripts:
VSS_Full.bat
and
VSS_Incremental.bat ?
Can you please be soo kind and give me a hint how could we achive creating thoose batch files or is it even possible?
I saw there's an tdpexc.smp file in TSM Exchange folder. Ok sorry for a noob question and not reading manual (pdf 300+ pages).... Can we achieve calling full and incremental scheduled with this smp file? Or we can still make two bat scripts?
************************************************** ********************
* Server Object Name BU Type BU Dest. Mgmt Class
* ------ ------------------ ------------- ------- ----------
*VSSPOLICY * * * * MCLASS11
*VSSPOLICY * * DIFFERENTIAL LOCAL MCLASS10
*VSSPOLICY * * COPY LOCAL MCLASS9
*VSSPOLICY * * FULL LOCAL MCLASS8
*VSSPOLICY * * INCREMENTAL TSM MCLASS7
*VSSPOLICY * * COPY TSM MCLASS6
*VSSPOLICY * * FULL TSM MCLASS5
*VSSPOLICY * "Human Resources" COPY LOCAL MCLASS4
*VSSPOLICY * "Human Resources" FULL LOCAL MCLASS3
*VSSPOLICY SERVER1 "Accounting" * LOCAL MCLASS2
*VSSPOLICY SERVER1 "Accounting" * TSM MCLASS1
With best regards,
-
05-23-2012, 08:36 AM #6Senior Member
- Join Date
- Apr 2006
- Location
- Beograd, Serbia
- Posts
- 484
- Thanks
- 1
- Thanked 2 Times in 2 Posts
Since there is no legacy method any more, you do not need /backupmethod switch.
You need to set few things between BA client and TDP, since actually BA does the VSS, so it must be granted proxy authority.
I believe rest of script will work as is.
-
05-24-2012, 03:06 PM #7Member
- Join Date
- Jun 2010
- Posts
- 59
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Hi there.
Proxy is already set up. But I still don't understand which script for incremental and full backup of VSS should I use.
Can you please give me some quick-step-guide.
Thank you
-
05-25-2012, 04:58 AM #8Senior Member
- Join Date
- Apr 2006
- Location
- Beograd, Serbia
- Posts
- 484
- Thanks
- 1
- Thanked 2 Times in 2 Posts
Try your existing scripts, just remove "/backupmethod=LEGACY"
-
05-25-2012, 05:22 AM #9Member
- Join Date
- Jun 2010
- Posts
- 59
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Mita201 you are geniuss. That is exactly what I needed.
I have already tried manually running incr legacy script without parameter backup=legacy and it works.
Similar Threads
-
Problem with backup using Data Protection for Exchange Server
By Bolito in forum TSM OperationReplies: 1Last Post: 09-21-2011, 01:31 PM -
How to restore contact in Public Folder from Data Protection for Microsoft Exchange?
By johnx in forum Restore / Recovery DiscussionReplies: 2Last Post: 12-13-2010, 11:21 PM -
Data Protection for Exchange
By amanoux in forum Exchange / OutlookReplies: 4Last Post: 02-28-2009, 03:54 AM -
ANE4993E-Data Protection for Exchange failed
By adsm04 in forum Backup / Archive DiscussionReplies: 4Last Post: 09-21-2006, 09:29 AM -
ACN3502 Data Protection for Exchange
By tdp_ora in forum TDP/Application Layer BackupReplies: 0Last Post: 07-21-2005, 04:45 AM



