ADSM-L

Re: FIVE questions for TSM 4.1.2 (server on AIX, clients on Windo ws)

2001-02-23 15:18:06
Subject: Re: FIVE questions for TSM 4.1.2 (server on AIX, clients on Windo ws)
From: Del Hoobler <hoobler AT US.IBM DOT COM>
Date: Fri, 23 Feb 2001 15:18:40 -0500
Team,

Just thought I'd add something I had learned about this....
The following info is from one of my Microsoft contacts:

 ==============================================================================
The filesystem unfortunately does not support "transactioning"
and so if we let someone copy the file while it is open, they
are highly likely to end up with a "corrupted" version of the file.

The Outlook client can be configured to release the PST file
after some period of inactivity so that another application
can open and read it, even though the Outlook client is running:

I did some checking and you are right the default is 15min.  It is
apparently configurable via a "MSPST.INI" file too.

This is what you want to put in the mspst.ini file to control this.

[ndb]
DisconnectDelay=60        // seconds till disconnect, default is 15min
DisconnectDisable=2        // 0 = disallow disconnect to occur, 2 = allow
disconnect, default is 2
 ==============================================================================

I am not an expert in this area, but I wanted to pass the above information
on to all of you if it can help solve an issue.

Thanks,

Del

----------------------------------------------------
Del Hoobler
Del Hoobler
IBM Corporation
hoobler AT us.ibm DOT com


"Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>@VM.MARIST.EDU> on 02/23/2001
01:27:12 PM

Please respond to "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>

Sent by:  "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>


To:   ADSM-L AT VM.MARIST DOT EDU
cc:
Subject:  Re: FIVE questions for TSM 4.1.2 (server on AIX,
      clients on Windo ws)



1.      When TSM performs incremental backups, does it backup the ENTIRE
file (at a file level) or does it only backup the CHANGES to the file (at a
binary level)?  EXAMPLE: When backing up our primary file server that
contains users' home directories with MS Exchange *.pst and *.pab files
that
may be quite large, will it only backup the small changes to those large
files?

2.      When backing up MS Exchange files such as *.pst and *.pab, does it
require them to be closed so that it can have access, or will it back them
up while they are opened?  EXAMPLE: When (using the above example) TSM runs
it's backups, will the "Access Denied" message appear when it tries to
backup "user123.pst" because the user stayed logged in over night.

We have lots of large .pst files.  I mean REALLY large.  And yes, Microsoft
locks them while in use, and TSM can't back them up.

TSM can back up files that are OPEN, but Microsoft has two kinds of locks,
OPEN and OPEN EXCLUSIVE, and TSM can't get past an OPEN EXCLUSIVE.  Neither
can anything else, short of some 3rd party open file manager.  If a Windows
application can't copy the file, TSM can't copy it, period.  However, we
have found that with Outlook, Outlook does release the locks periodically.
You can have Outlook open, and your .pst files won't stay always locked if
they are not actively in use.  (The .pab file is always in use.)

We even experiemented with a C program invoked from PRESCHEDCMD to try and
force Exchange to shut down before the TSM backup, but never got one that
would work reliably.  The only guarantee is to set up your backup schedules
for overnight and tell your users to LOG OFF (or at least shutdown
Exchange)
before they leave.

Or another thing you could do, if you really wanted to, is to create an
autoexec.bat (or whatever that equivalent thing is on Win2K, I don't
recall)
that would run a dsmc selective backup on your .pst files when the user
starts up, then open EXCHANGE for them after the backup is done.  Or
something like that.

FWIW,
At least with the old Exchange client (as opposed to the new OUTLOOK),
Exchange used to compress the .pst files regularly while you weren't
looking.  So I think even if you used the TSM 4.x feature to back up only
at
the byte level, it wouldn't help because more of the file would change than
you expect.  I had thought about trying it because we have people backing
up
.pst files that are 1GB plus (yep, GIGABYTES of old mail...).  But I but
have never gotten further than musing about it.

************************************************************************
Wanda Prather
The Johns Hopkins Applied Physics Lab
443-778-8769
wanda_prather AT jhuapl DOT edu

"Intelligence has much less practical application than you'd think" -
Scott Adams/Dilbert
************************************************************************