Re: Open file for TSM

2002-01-08 Thread Zosimo Noriega

We can install SQL server but the problem is the configuration can be
different from the original. we looking forward if the base backup/archive
client and OFM can deliver the full image backup of SQL server (including
based applications and physical database files). So, incase of corruptions,
we can able to restore completely, then, restore using TDP of SQL the latest
backup of database/transaction logs.

is it possible? thanks


-Original Message-
From: Del Hoobler [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 07, 2002 5:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Open file for TSM


 Hi Andy,

 How about the SQL data files? There are open files when the SQL service
is
 started and the ADSM/TSM unable to backup the said files. How do you
recover
 if the SQL server crashed without installing the application and creating
 the databases?  Is this TDP for SQL Server can do the recover without
 installing the based application?

Zosimo,

TDP for SQL protects the database files and their transaction logs only.
It does not protect the SQL Server application files.
The base backup/archive client can be used to protect those files.
In the event of a disaster, where the SQL Server application is
corrupted, you can re-install SQL Server, and then restore your
databases via TDP for SQL.

Thanks,

Del



Del Hoobler
IBM Corporation
[EMAIL PROTECTED]

Celebrate we will. Life is short but sweet for certain...  -- Dave



Re: Open file for TSM

2002-01-08 Thread Del Hoobler

 We can install SQL server but the problem is the configuration can be
 different from the original. we looking forward if the base
backup/archive
 client and OFM can deliver the full image backup of SQL server (including
 based applications and physical database files). So, incase of
corruptions,
 we can able to restore completely, then, restore using TDP of SQL the
latest
 backup of database/transaction logs.

 is it possible? thanks

Zosimo,

In the situation where you are restoring from a disaster,
you will need to do a bare metal restore to restore the machine,
system state (like the registry), and its application files to a
good state. Then, you would use TDP for SQL to restore the databases
to a good state. The most important restore there is the master database.
(See the User's Guide for information on restoring the master database.)
Much of the SQL Server configuration is kept in the master database and
the Windows registry so you should make sure that TDP for SQL is
backing up the master database and that your backup/archive client
is backing up the registry.  I hope this helps.

Thanks,

Del



Del Hoobler
IBM Corporation
[EMAIL PROTECTED]

Celebrate we will. Life is short but sweet for certain...  -- Dave



Re: Open file for TSM

2002-01-07 Thread Del Hoobler

 Hi Andy,

 How about the SQL data files? There are open files when the SQL service
is
 started and the ADSM/TSM unable to backup the said files. How do you
recover
 if the SQL server crashed without installing the application and creating
 the databases?  Is this TDP for SQL Server can do the recover without
 installing the based application?

Zosimo,

TDP for SQL protects the database files and their transaction logs only.
It does not protect the SQL Server application files.
The base backup/archive client can be used to protect those files.
In the event of a disaster, where the SQL Server application is
corrupted, you can re-install SQL Server, and then restore your
databases via TDP for SQL.

Thanks,

Del



Del Hoobler
IBM Corporation
[EMAIL PROTECTED]

Celebrate we will. Life is short but sweet for certain...  -- Dave



Re: Open file for TSM

2002-01-04 Thread Zosimo Noriega

Hi Andy,

How about the SQL data files? There are open files when the SQL service is
started and the ADSM/TSM unable to backup the said files. How do you recover
if the SQL server crashed without installing the application and creating
the databases?  Is this TDP for SQL Server can do the recover without
installing the based application?

regards,

-Original Message-
From: Andrew Raibeck [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 31, 2001 5:08 PM
To: [EMAIL PROTECTED]
Subject: Re: Open file for TSM


There are two variants on open file issues that are pertinent to TSM:

1) The file is open by an application, but is available for read access
by other applications (such as TSM). Regardless of the TSM copy group
serialization setting, TSM can back up these files. The serialization
setting affects how TSM handles cases where the file has changed in the
middle of backing up the file. STATIC and SHRSTATIC will not store a
backup copy on the TSM server if the file changed in the middle of the
backup. DYNAMIC and SHRDYNAMIC will allow a backup copy of the file to be
stored on the TSM server even if the file has changed in the middle of the
backup.

When the file has changed in the middle of the backup, then the backup
copy is often called a fuzzy backup. Thus DYNAMIC and SHRDYNAMIC will
permit fuzzy backups to be stored on the TSM server.

Consider: A fuzzy backup means that the file was in one state when the
backup started, but in another state by the time the backup finished. As a
result, the backup copy may represent an inconsistent state for the file.
For certain files, such as message logs that gets appended with new
messages on a regular basis, a fuzzy backup may not be a problem. For
other files, such as databases, a fuzzy backup could be useless since a
restore of this backup would yield an inconsistent database.

Therefore, DYNAMIC or SHRDYNAMIC should be used with caution, and only for
those cases where you KNOW that restore of a fuzzy backup will result in a
usable file. For any file that you are unsure of, consult the owner of the
file or the vendor whose application uses that file to determine the
backup requirements.

St. Bernard's Open File Manager can eliminate fuzzy backup issues
because it not only permits access to locked files (see #2 below), but
it also presents a consistent image of the file to TSM. That is, even if
the file changes during the backup, Open File Manager presents TSM with
the unchanged version of the file, so a consistent backup is always taken.

2) The file is open by an application for exclusive use, and is therefore
unavailable for read access by any other application (i.e. the file is
locked). TSM can not back up files that are locked by another
application unless a product to manage open files (such as St. Bernard
Software's Open File Manager) is used. If someone told you otherwise,
then they are wrong: TSM can not open locked files without Open File
Manager (or similar product) regardless of the serialization setting.

Whether you require Open File Manager depends on your situation. In some
cases, you can use the TSM PRESCHEDULECMD option to shut down applications
that locks certain files before the backup starts. After the backup is
complete, you can use the TSM POSTSCHEDULECMD option to restart the
applications that lock the files.

In other cases, you may not care if TSM can back up the file. One trivial
example is the Windows pagefile.sys file. With a product like Open File
Manager, you could back up pagefile.sys. However, there is no point in
doing so since there is never any need to restore pagefile.sys.

As to whether you need a product like Open File Manager... well, there is
no simple yes or no answer. Most customers run TSM successfully
without Open File Manager. You should evaluate your particular situation,
i.e. use SHRSTATIC serialization, then see which files can not be backed
up because they changed during backup, or were locked. Review these
exceptions and evaluate your options for handling them. For some files,
you may not care whether they get backed up. For files that changed during
backup, determine whether DYNAMIC or SHRDYNAMIC would be appropriate, or
whether you can shut down the application that uses the files before
running the backup. For files that are locked but need backup, determine
whether you can shut down the application that uses the files before
running the backup. In the case of mission critical files for which none
of these options is viable, you may need to consider using Open File
Manager.

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED]

The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.




William SO Ng/Hong Kong/IBM@IBMHK
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
12/31/2001 00:39
Please respond

Open file for TSM

2001-12-31 Thread William SO Ng

Hello there,

I think this question had been asked before a thousand times but being a
new member to TSM, I'll still confused.

TSM does not has open file option and recommend to use Open File Manager
from St. Bernard Software to back up open file on NT.  My question is:

Does this means that TSM must use Open File Manager for a complete backup
solution on NT ?

The official answer from TSM is that we can use dynamic backup to backup
file even if it is locked.   But the result will not be guarentee.  Does it
means that we have to use Open File Manager to compensate it ?  Does anyone
use TSM alone and encounter problem on NT platform for open file ?

If the answer for the second question is no, then this Open File Manager
seems to be little of use.

Regards
William

Tivoli Software, IBM Software Group, IBM China/Hong Kong Limited
11/F, PCCW Tower, Taikoo Place, 979 King's Road, Hong Kong
Internet : [EMAIL PROTECTED]
Tel: 2825-7613Fax: 2825-0022



Re: Open file for TSM

2001-12-31 Thread Andrew Raibeck

There are two variants on open file issues that are pertinent to TSM:

1) The file is open by an application, but is available for read access
by other applications (such as TSM). Regardless of the TSM copy group
serialization setting, TSM can back up these files. The serialization
setting affects how TSM handles cases where the file has changed in the
middle of backing up the file. STATIC and SHRSTATIC will not store a
backup copy on the TSM server if the file changed in the middle of the
backup. DYNAMIC and SHRDYNAMIC will allow a backup copy of the file to be
stored on the TSM server even if the file has changed in the middle of the
backup.

When the file has changed in the middle of the backup, then the backup
copy is often called a fuzzy backup. Thus DYNAMIC and SHRDYNAMIC will
permit fuzzy backups to be stored on the TSM server.

Consider: A fuzzy backup means that the file was in one state when the
backup started, but in another state by the time the backup finished. As a
result, the backup copy may represent an inconsistent state for the file.
For certain files, such as message logs that gets appended with new
messages on a regular basis, a fuzzy backup may not be a problem. For
other files, such as databases, a fuzzy backup could be useless since a
restore of this backup would yield an inconsistent database.

Therefore, DYNAMIC or SHRDYNAMIC should be used with caution, and only for
those cases where you KNOW that restore of a fuzzy backup will result in a
usable file. For any file that you are unsure of, consult the owner of the
file or the vendor whose application uses that file to determine the
backup requirements.

St. Bernard's Open File Manager can eliminate fuzzy backup issues
because it not only permits access to locked files (see #2 below), but
it also presents a consistent image of the file to TSM. That is, even if
the file changes during the backup, Open File Manager presents TSM with
the unchanged version of the file, so a consistent backup is always taken.

2) The file is open by an application for exclusive use, and is therefore
unavailable for read access by any other application (i.e. the file is
locked). TSM can not back up files that are locked by another
application unless a product to manage open files (such as St. Bernard
Software's Open File Manager) is used. If someone told you otherwise,
then they are wrong: TSM can not open locked files without Open File
Manager (or similar product) regardless of the serialization setting.

Whether you require Open File Manager depends on your situation. In some
cases, you can use the TSM PRESCHEDULECMD option to shut down applications
that locks certain files before the backup starts. After the backup is
complete, you can use the TSM POSTSCHEDULECMD option to restart the
applications that lock the files.

In other cases, you may not care if TSM can back up the file. One trivial
example is the Windows pagefile.sys file. With a product like Open File
Manager, you could back up pagefile.sys. However, there is no point in
doing so since there is never any need to restore pagefile.sys.

As to whether you need a product like Open File Manager... well, there is
no simple yes or no answer. Most customers run TSM successfully
without Open File Manager. You should evaluate your particular situation,
i.e. use SHRSTATIC serialization, then see which files can not be backed
up because they changed during backup, or were locked. Review these
exceptions and evaluate your options for handling them. For some files,
you may not care whether they get backed up. For files that changed during
backup, determine whether DYNAMIC or SHRDYNAMIC would be appropriate, or
whether you can shut down the application that uses the files before
running the backup. For files that are locked but need backup, determine
whether you can shut down the application that uses the files before
running the backup. In the case of mission critical files for which none
of these options is viable, you may need to consider using Open File
Manager.

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED]

The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.




William SO Ng/Hong Kong/IBM@IBMHK
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
12/31/2001 00:39
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Open file for TSM



Hello there,

I think this question had been asked before a thousand times but being a
new member to TSM, I'll still confused.

TSM does not has open file option and recommend to use Open File Manager
from St. Bernard Software to back up open file on NT.  My question is:

Does this means that TSM must use Open File Manager for a complete backup
solution on NT ?

The official answer from TSM is that we

Re: Open file for TSM

2001-12-31 Thread Bill Mansfield

While OFM will allow open file backups from TSM's (and the backup admins)
point of view, it is not a panacea for in-use files.  Many applications
keep data cached in memory, and neither serialization nor OFM will capture
this data.  As a trivial example, a user might edit an Excel spreadsheet
for days on end without saving, and these mods will not be captured.  Some
applications (Microsoft Access, famously) allow the disk data to be stably
inconsistent, so that tedious manual recovery is required after restoring
the backup even if OFM is used.  In many cases, good backups are obtained
which, when restored, do not represent the true state of the data.

As Andy points out, many applications *require* application-specific
procedures to achieve usable backups.  OFM is no substitute for knowing
your data.

_
William Mansfield
Senior Consultant
Solution Technology, Inc




Andrew Raibeck
[EMAIL PROTECTED]   To: [EMAIL PROTECTED]
M.COM   cc:
Sent by: Subject: Re: Open file for TSM
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
IST.EDU


12/31/2001
07:08 AM
Please respond
to ADSM: Dist
Stor Manager






There are two variants on open file issues that are pertinent to TSM:

1) The file is open by an application, but is available for read access
by other applications (such as TSM). Regardless of the TSM copy group
serialization setting, TSM can back up these files. The serialization
setting affects how TSM handles cases where the file has changed in the
middle of backing up the file. STATIC and SHRSTATIC will not store a
backup copy on the TSM server if the file changed in the middle of the
backup. DYNAMIC and SHRDYNAMIC will allow a backup copy of the file to be
stored on the TSM server even if the file has changed in the middle of the
backup.

When the file has changed in the middle of the backup, then the backup
copy is often called a fuzzy backup. Thus DYNAMIC and SHRDYNAMIC will
permit fuzzy backups to be stored on the TSM server.

Consider: A fuzzy backup means that the file was in one state when the
backup started, but in another state by the time the backup finished. As a
result, the backup copy may represent an inconsistent state for the file.
For certain files, such as message logs that gets appended with new
messages on a regular basis, a fuzzy backup may not be a problem. For
other files, such as databases, a fuzzy backup could be useless since a
restore of this backup would yield an inconsistent database.

Therefore, DYNAMIC or SHRDYNAMIC should be used with caution, and only for
those cases where you KNOW that restore of a fuzzy backup will result in a
usable file. For any file that you are unsure of, consult the owner of the
file or the vendor whose application uses that file to determine the
backup requirements.

St. Bernard's Open File Manager can eliminate fuzzy backup issues
because it not only permits access to locked files (see #2 below), but
it also presents a consistent image of the file to TSM. That is, even if
the file changes during the backup, Open File Manager presents TSM with
the unchanged version of the file, so a consistent backup is always taken.

2) The file is open by an application for exclusive use, and is therefore
unavailable for read access by any other application (i.e. the file is
locked). TSM can not back up files that are locked by another
application unless a product to manage open files (such as St. Bernard
Software's Open File Manager) is used. If someone told you otherwise,
then they are wrong: TSM can not open locked files without Open File
Manager (or similar product) regardless of the serialization setting.

Whether you require Open File Manager depends on your situation. In some
cases, you can use the TSM PRESCHEDULECMD option to shut down applications
that locks certain files before the backup starts. After the backup is
complete, you can use the TSM POSTSCHEDULECMD option to restart the
applications that lock the files.

In other cases, you may not care if TSM can back up the file. One trivial
example is the Windows pagefile.sys file. With a product like Open File
Manager, you could back up pagefile.sys. However, there is no point in
doing so since there is never any need to restore pagefile.sys.

As to whether you need a product like Open File Manager... well, there is
no simple yes or no answer. Most customers run TSM successfully
without Open File Manager. You should evaluate your particular situation,
i.e. use SHRSTATIC serialization, then see which files can not be backed
up because they changed during backup, or were locked. Review these
exceptions and evaluate your options for handling them. For some files,
you may not care whether they get