Restoring tdp to alternate server

2017-10-16 Thread Michael Devenney
I had a Windows 2012 sql server crash. After restoring the drives, I did not 
have the sql database files show up. I checked the backup and no mdf or log 
files were backed up using the TSM client. I am now trying to restore the 
crashed server sql database files from the tdp for tsm to another server.
I followed the user manual and copied the dsm.opt file from the sql folder to 
the alternate server. I opened up the MMC and the config files are showing up 
with the info from the server I want to restore.
When I try to view the sql databases, I only see the sql databases that are on 
the current server. What am I doing wrong?
Crashed Server is Windows 2012
SQL DB is windows 2012
tdp for sql on the crashed server was 6.4.x
I am doing all legacy backups. On the server I am trying to restore to it has 
TDP for TSM 7.1.x.

Thanks

Michael Devenney



CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Re: question about command line backup syntax

2015-11-04 Thread Michael Devenney
Hello Andy

Thank You for the information. I will use your suggestion.

Regards

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Andrew 
Raibeck
Sent: November-04-15 11:25 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] question about command line backup syntax

Hi Michael,

You can only use wildcard characters on the file name portion of a backup 
specification; not directories.

One approach, as others have mentioned, is to use INCLUDE/EXCLUDE statements to 
handle this. For example, you could add these to the dsm.opt
file:

include D:\Folders\...\*
exclude D:\Folders\*
exclude.dir D:\Folders\[$0-9b-z]*

and then back up like this:

dsmc incremental D:\Folders\ -subdir=yes

The exclude.dir statement will prevent traversal and backup of all directories 
immediately below D:\Folders with names that begin wtih '$', the digits 0 - 9, 
and the letters b - z. If this directory happens to have subdirectories that 
begin with characters I did not mention, then  you can just add them to the 
character class between the '[' and ']'.

The exclude statement for D:\Folders\* will prevent backup of file objects that 
live directly in the D:\Folders directory, e.g., D:\Folders \somefile.txt.

The include statement will process all files and directories in D:\Folders 
except for the ones excluded as above.

Best regards,

- Andy



Andrew Raibeck | Tivoli Storage Manager Level 3 Technical Lead | 
stor...@us.ibm.com

IBM Tivoli Storage Manager links:
Product support:
http://www.ibm.com/support/entry/portal/Overview/Software/Tivoli/Tivoli_Storage_Manager

Online documentation:
http://www.ibm.com/support/knowledgecenter/SSGSG7/welcome
Product Wiki:
https://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli%20Storage%20Manager

"ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 2015-10-29
09:03:58:

> From: Michael Devenney <mdeven...@retsd.mb.ca>
> To: ADSM-L@VM.MARIST.EDU
> Date: 2015-10-29 09:04
> Subject: question about command line backup syntax Sent by: "ADSM:
> Dist Stor Manager" <ADSM-L@VM.MARIST.EDU>
>
> Hello
>
> I have a Windows server with the following file structure   D:\Folders\
>
> In this folder are A1folder, A2folder, A3folder, B1folder, C1folder
>
> I am trying to backup only the folders starting with the letter "A"
> and their subfolders using the command line backup dsmc  backup
> d:\folders\A* -subdirs=yes
>
> This is not backing up the folders starting with "A".
>
> Can someone help with the correct syntax.
>
> Thanks
>
> Michael Devenney CNE, MCTS, A+, Server+ Service Administrator River
> East Transcona School Division
>
>
> CONFIDENTIALITY NOTICE: This e-mail message, including any
> attachments, is for the sole use of the intended recipient(s), and may
> contain confidential and privileged information. Any unauthorized
> review, use, disclosure or distribution is prohibited.
> If you are not the intended recipient, please contact the sender by
> reply e-mail and destroy all copies of the original message.
>


CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


question about command line backup syntax

2015-10-29 Thread Michael Devenney
Hello

I have a Windows server with the following file structure   D:\Folders\

In this folder are A1folder, A2folder, A3folder, B1folder, C1folder

I am trying to backup only the folders starting with the letter "A" and their 
subfolders using the command line backup
dsmc  backup d:\folders\A* -subdirs=yes

This is not backing up the folders starting with "A".

Can someone help with the correct syntax.

Thanks

Michael Devenney CNE, MCTS, A+, Server+
Service Administrator
River East Transcona School Division


CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Backing up large folder

2015-10-01 Thread Michael Devenney
I am running TSM 6.3.5.0 on Windows 2008 R2. I have a Windows 2008 R2 file 
server that has a 4.3 TB user homedir folder. It is currently taking 22 hours 
to back it up. There are several folders located on this Drive. I have one 
schedule to backup most of the drive and I have created a separate schedule for 
the homedir backup and I back up using the share name. I set the resource 
utilization to 10 and I updated the TSM client to 7.1.3.0. This folder is on a 
Drive that is located on our SAN. Any suggestions on how to speed up the backup?

09/27/2015 16:07:20 --- SCHEDULEREC STATUS BEGIN
09/27/2015 16:07:20 Total number of objects inspected:   10,698,367
09/27/2015 16:07:20 Total number of objects backed up:  216,428
09/27/2015 16:07:20 Total number of objects updated:  0
09/27/2015 16:07:20 Total number of objects rebound:  0
09/27/2015 16:07:20 Total number of objects deleted:  0
09/27/2015 16:07:20 Total number of objects expired: 12,793
09/27/2015 16:07:20 Total number of objects failed:  19
09/27/2015 16:07:20 Total number of objects encrypted:0
09/27/2015 16:07:20 Total number of subfile objects:  0
09/27/2015 16:07:20 Total number of objects grew: 0
09/27/2015 16:07:20 Total number of retries: 28
09/27/2015 16:07:20 Total number of bytes inspected:   2.31 TB
09/27/2015 16:07:20 Total number of bytes transferred:84.47 MB
09/27/2015 16:07:20 Data transfer time:1.32 sec
09/27/2015 16:07:20 Network data transfer rate:   65,234.56 KB/sec
09/27/2015 16:07:20 Aggregate data transfer rate:  1.07 KB/sec
09/27/2015 16:07:20 Objects compressed by:0%
09/27/2015 16:07:20 Total data reduction ratio:  100.00%
09/27/2015 16:07:20 Subfile objects reduced by:   0%
09/27/2015 16:07:20 Elapsed processing time:   22:15:38

Thanks for your help.

Michael Devenney CNE, MCTS, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Re: Backing up large folder

2015-10-01 Thread Michael Devenney
Hello Erwann

I will install Journal based backup to see if it speeds up the backup time. I 
am currently using a share name to backup the homedir folder.

Thanks for the help.

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: October-01-15 9:04 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backing up large folder

Aou can follow this Andy Raibeck's tip :

http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/ibm-tsm-13/virtual-mount-points-for-windows-clients-101311/

For non-Unix/Linux operating systems, there is no virtualmountpoint feature in 
TSM. However, one way to accomplish what you want is to define shares for the 
directories you want to back up, then add the share names to your domain. For 
example:

On Windows machine "araibeck", create a share for the "andyr" and "storman"
user directories:

net share andyr=c:\users\andyr
net share storman=c:\users\storman

In dsm.opt specify:

domain \\araibeck\andyr \\araibeck\storman

If you also want to back up C:, but skip the andyr and storman directories when 
processing C:, then in dsm.opt specify:

domain c: \\araibeck\andyr \\araibeck\storman

exclude c:\users\andyr
exclude c:\users\storman 

--
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Erwann SIMON" <erwann.si...@free.fr>
À: "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU>
Envoyé: Jeudi 1 Octobre 2015 15:23:16
Objet: Re: [ADSM-L] Backing up large folder

Hello Charles,

Virtualmountpoint can't be used on Windows, it's an option that's only 
available Unix (and Linux).

--
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Charles D. Nixon (David)" <cdni...@carilionclinic.org>
À: ADSM-L@VM.MARIST.EDU
Envoyé: Jeudi 1 Octobre 2015 15:01:21
Objet: Re: [ADSM-L] Backing up large folder

Is it possible to organize the home directories into something like A-F, 
G-L,...  Then use virtual mount points so that the TSM client views each of 
these groupings as a separate volume and thus the worker threads will kick in 
as expected?

---
David Nixon
System Programmer II, Enterprise Storage Team Carilion Clinic | 451 Kimball 
Avenue | Roanoke, VA 24016
540.224.3903 (Work)
540.525.8000 (Mobile)

________
From: ADSM: Dist Stor Manager [ADSM-L@VM.MARIST.EDU] on behalf of Michael 
Devenney [mdeven...@retsd.mb.ca]
Sent: Thursday, October 01, 2015 8:43 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Backing up large folder

I am running TSM 6.3.5.0 on Windows 2008 R2. I have a Windows 2008 R2 file 
server that has a 4.3 TB user homedir folder. It is currently taking 22 hours 
to back it up. There are several folders located on this Drive. I have one 
schedule to backup most of the drive and I have created a separate schedule for 
the homedir backup and I back up using the share name. I set the resource 
utilization to 10 and I updated the TSM client to 7.1.3.0. This folder is on a 
Drive that is located on our SAN. Any suggestions on how to speed up the backup?

09/27/2015 16:07:20 --- SCHEDULEREC STATUS BEGIN
09/27/2015 16:07:20 Total number of objects inspected:   10,698,367
09/27/2015 16:07:20 Total number of objects backed up:  216,428
09/27/2015 16:07:20 Total number of objects updated:  0
09/27/2015 16:07:20 Total number of objects rebound:  0
09/27/2015 16:07:20 Total number of objects deleted:  0
09/27/2015 16:07:20 Total number of objects expired: 12,793
09/27/2015 16:07:20 Total number of objects failed:  19
09/27/2015 16:07:20 Total number of objects encrypted:0
09/27/2015 16:07:20 Total number of subfile objects:  0
09/27/2015 16:07:20 Total number of objects grew: 0
09/27/2015 16:07:20 Total number of retries: 28
09/27/2015 16:07:20 Total number of bytes inspected:   2.31 TB
09/27/2015 16:07:20 Total number of bytes transferred:84.47 MB
09/27/2015 16:07:20 Data transfer time:1.32 sec
09/27/2015 16:07:20 Network data transfer rate:   65,234.56 KB/sec
09/27/2015 16:07:20 Aggregate data transfer rate:  1.07 KB/sec
09/27/2015 16:07:20 Objects compressed by:0%
09/27/2015 16:07:20 Total data reduction ratio:  100.00%
09/27/2015 16:07:20 Subfile objects reduced by:   0%
09/27/2015 16:07:20 Elapsed processing time:   22:15:38

Thanks for your help.

Michael Devenney CNE, MCTS, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may 

Restoring single mailbox TDP for Exchange

2012-08-28 Thread Michael Devenney
Hello

I am running TSM 6.2.3.0 on Windows 2008 R2, TDP for Exchange version 6.1.3.2 
and Exchange 2010. I need to recover a single user's mailbox from August 17th 
2012. When I try this through the TDP GUI (I select the user's name from the 
list and enter in the time and date to restore from as August 17 2012 at 
8:00pm), I get the following error:
ACN5924E No usable backups found on the TSM server.
I checked the log from August 17th 2012 and the Exchange databases backed up 
successfully. Does anyone have any ideas on what is happening and how to fix 
it? I tried to research the error and found basically nothing.

Thanks

Michael Devenney CNE, MCP, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Re: Restoring single mailbox TDP for Exchange

2012-08-28 Thread Michael Devenney
Hello Gary

The email backup retention is set to 21 days. The Management class has the 
following settings; Different versions - no limit, number of days to keep 
inactive versions - 30 days.

Thanks

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, 
Gary
Sent: August-28-12 8:01 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

What are your retention settings on the copygroup in the management class for 
email backups?

Gary Lee
Senior System Programmer
Ball State University
phone: 765-285-1310


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 8:51 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello

I am running TSM 6.2.3.0 on Windows 2008 R2, TDP for Exchange version 6.1.3.2 
and Exchange 2010. I need to recover a single user's mailbox from August 17th 
2012. When I try this through the TDP GUI (I select the user's name from the 
list and enter in the time and date to restore from as August 17 2012 at 
8:00pm), I get the following error:
ACN5924E No usable backups found on the TSM server.
I checked the log from August 17th 2012 and the Exchange databases backed up 
successfully. Does anyone have any ideas on what is happening and how to fix 
it? I tried to research the error and found basically nothing.

Thanks

Michael Devenney CNE, MCP, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Re: Restoring single mailbox TDP for Exchange

2012-08-28 Thread Michael Devenney
We are using Exchange 2010 Update 4. I have an account I use that has the 
rights to do the backup and restores and is a member of the Exchange Admins.


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, 
Gary
Sent: August-28-12 9:06 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

What version of exchange, and, are you going in as an exchange admin?

Gary Lee
Senior System Programmer
Ball State University
phone: 765-285-1310



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 9:16 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello Gary

The email backup retention is set to 21 days. The Management class has the 
following settings; Different versions - no limit, number of days to keep 
inactive versions - 30 days.

Thanks

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, 
Gary
Sent: August-28-12 8:01 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

What are your retention settings on the copygroup in the management class for 
email backups?

Gary Lee
Senior System Programmer
Ball State University
phone: 765-285-1310


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 8:51 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello

I am running TSM 6.2.3.0 on Windows 2008 R2, TDP for Exchange version 6.1.3.2 
and Exchange 2010. I need to recover a single user's mailbox from August 17th 
2012. When I try this through the TDP GUI (I select the user's name from the 
list and enter in the time and date to restore from as August 17 2012 at 
8:00pm), I get the following error:
ACN5924E No usable backups found on the TSM server.
I checked the log from August 17th 2012 and the Exchange databases backed up 
successfully. Does anyone have any ideas on what is happening and how to fix 
it? I tried to research the error and found basically nothing.

Thanks

Michael Devenney CNE, MCP, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Re: Restoring single mailbox TDP for Exchange

2012-08-28 Thread Michael Devenney
Hello Jim

I open the GUI, select Utilities - Restore Mailbox. I select the user's name, 
and underneath this is a line that says: Backup Date. I put in August 17 2012 
and left the time as is. I clicked on clear filters and clicked on restore.  I 
still get the ACN5924e error. I am wondering if it could be a permissions issue?

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Schneider, Jim
Sent: August-28-12 9:30 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Michael,

From the Recover tab, Mailbox Restore option click Show Filter Options click 
Add Row The Column Name drop-down lets you select 'Backup Date'
The only Operator available is =
Under Value enter the backup date.
Note:  after you enter the backup date, press the tab key.  Won't work if you 
don't hit the tab key.  (This little step stopped us for a while).

The Exchange admin was able to recover a single email from a prior backup.

Hope this helps,
Jim Schneider

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 8:16 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello Gary

The email backup retention is set to 21 days. The Management class has the 
following settings; Different versions - no limit, number of days to keep 
inactive versions - 30 days.

Thanks

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, 
Gary
Sent: August-28-12 8:01 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

What are your retention settings on the copygroup in the management class for 
email backups?

Gary Lee
Senior System Programmer
Ball State University
phone: 765-285-1310


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 8:51 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello

I am running TSM 6.2.3.0 on Windows 2008 R2, TDP for Exchange version 6.1.3.2 
and Exchange 2010. I need to recover a single user's mailbox from August 17th 
2012. When I try this through the TDP GUI (I select the user's name from the 
list and enter in the time and date to restore from as August 17 2012 at 
8:00pm), I get the following error:
ACN5924E No usable backups found on the TSM server.
I checked the log from August 17th 2012 and the Exchange databases backed up 
successfully. Does anyone have any ideas on what is happening and how to fix 
it? I tried to research the error and found basically nothing.

Thanks

Michael Devenney CNE, MCP, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.

**
Information contained in this e-mail message and in any attachments thereto is 
confidential. If you are not the intended recipient, please destroy this 
message, delete any copies held on your systems, notify the sender immediately, 
and refrain from using or disclosing all or any part of its content to any 
other person.
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


Re: Restoring single mailbox TDP for Exchange

2012-08-28 Thread Michael Devenney
Hello Jim

I got it to work. We have a company that looks after our Exchange environment. 
I had them login as the Exchange Admin, and do the mailbox restore, pressing 
the tab key after selecting the date. They were able to restore the account. I 
will fix the permissions on the backup account. Thanks for the help.

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Schneider, Jim
Sent: August-28-12 10:47 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Why clear the filters?  I think the filter restricts the restore to the 
selected date.  And, while you probably did so, make sure to use the tab key 
after entering the date.

Jim

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 10:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello Jim

I open the GUI, select Utilities - Restore Mailbox. I select the user's name, 
and underneath this is a line that says: Backup Date. I put in August 17 2012 
and left the time as is. I clicked on clear filters and clicked on restore.  I 
still get the ACN5924e error. I am wondering if it could be a permissions issue?

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Schneider, Jim
Sent: August-28-12 9:30 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Michael,

From the Recover tab, Mailbox Restore option click Show Filter Options click 
Add Row The Column Name drop-down lets you select 'Backup Date'
The only Operator available is =
Under Value enter the backup date.
Note:  after you enter the backup date, press the tab key.  Won't work if you 
don't hit the tab key.  (This little step stopped us for a while).

The Exchange admin was able to recover a single email from a prior backup.

Hope this helps,
Jim Schneider

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 8:16 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello Gary

The email backup retention is set to 21 days. The Management class has the 
following settings; Different versions - no limit, number of days to keep 
inactive versions - 30 days.

Thanks

Michael Devenney

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, 
Gary
Sent: August-28-12 8:01 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Restoring single mailbox TDP for Exchange

What are your retention settings on the copygroup in the management class for 
email backups?

Gary Lee
Senior System Programmer
Ball State University
phone: 765-285-1310


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Devenney
Sent: Tuesday, August 28, 2012 8:51 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Restoring single mailbox TDP for Exchange

Hello

I am running TSM 6.2.3.0 on Windows 2008 R2, TDP for Exchange version 6.1.3.2 
and Exchange 2010. I need to recover a single user's mailbox from August 17th 
2012. When I try this through the TDP GUI (I select the user's name from the 
list and enter in the time and date to restore from as August 17 2012 at 
8:00pm), I get the following error:
ACN5924E No usable backups found on the TSM server.
I checked the log from August 17th 2012 and the Exchange databases backed up 
successfully. Does anyone have any ideas on what is happening and how to fix 
it? I tried to research the error and found basically nothing.

Thanks

Michael Devenney CNE, MCP, A+, Server+
Service Administrator
River East Transcona School Division
589 Roch Street
Winnipeg, Mb. R2K 2P7
Canada

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s), and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.

**
Information contained in this e-mail message and in any attachments thereto is 
confidential. If you are not the intended recipient, please destroy this 
message, delete any copies held on your systems, notify the sender