Re: v6.3.5 backup/restore question

2016-05-12 Thread Rhodes, Richard L.
We got it working.  We were getting a sql error 2033 with a return code of 50.  
To resolve I did exactly what I list below.  

I'd be curious about about how others setup a DR server.
A DR server being a AIX system at a 2nd datacenter configured ready to have a 
restore run.
In our case, the db backup, recplan, and other pieces/parts is saved to a 
DataDomain that replicates to the 2nd datacenter.

Here is how I've been setting up a DR server:
- config AIX just like prod (storage, users, sftw(tsm, other))
- create a NEW/Clean TSM instance via dsmicftgx that is just like the prod 
instance
- run a "dsmserv removed tsmdb1"
- run a /opt/Tivoli/tsm/db2/instance/db2iset -d 
It's all ready now to unpack the recplan and perform a restore.
(I call this "priming" the DR server.)

I'd be interested in thoughts/comments and what you  do.

Thanks

Rick


 


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Sheridan, Peter T.
Sent: Thursday, May 12, 2016 10:57 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: v6.3.5 backup/restore question

I have successfully restored a 6.3.5 server with BA client version 7.1.0 ? Are 
u sure the BA client matches between prod server and DR server ? What error 
messages you getting ?  

Peter Sheridan
CUNA Mutual Group 
608-577-0539
peter.sheri...@cunamutual.com

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Rhodes, Richard L.
Sent: Thursday, May 12, 2016 9:37 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] v6.3.5 backup/restore question

We've been trying to restore a v6.3.5 TSM server onto a DR server with no 
success.

The PROD server is TSM v6.3.5 but the BA client is v7.1.4.
The DR serve is the same, TSM v6.3.5 with BA client v7.1.4.
Is this allowed?  Doesn't the API client have to match the TSM server level?

Thanks

Rick







-

The information contained in this message is intended only for the personal and 
confidential use of the recipient(s) named above. If the reader of this message 
is not the intended recipient or an agent responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any review, dissemination, distribution, or copying 
of this message is strictly prohibited. If you have received this communication 
in error, please notify us immediately, and delete the original message.


-
The information contained in this message is intended only for the personal and 
confidential use of the recipient(s) named above. If the reader of this message 
is not the intended recipient or an agent responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any review, dissemination, distribution, or copying 
of this message is strictly prohibited. If you have received this communication 
in error, please notify us immediately, and delete the original message.


Re: v6.3.5 backup/restore question

2016-05-12 Thread Sheridan, Peter T.
I have successfully restored a 6.3.5 server with BA client version 7.1.0 ? Are 
u sure the BA client matches between prod server and DR server ? What error 
messages you getting ?  

Peter Sheridan
CUNA Mutual Group 
608-577-0539
peter.sheri...@cunamutual.com

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Rhodes, Richard L.
Sent: Thursday, May 12, 2016 9:37 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] v6.3.5 backup/restore question

We've been trying to restore a v6.3.5 TSM server onto a DR server with no 
success.

The PROD server is TSM v6.3.5 but the BA client is v7.1.4.
The DR serve is the same, TSM v6.3.5 with BA client v7.1.4.
Is this allowed?  Doesn't the API client have to match the TSM server level?

Thanks

Rick







-

The information contained in this message is intended only for the personal and 
confidential use of the recipient(s) named above. If the reader of this message 
is not the intended recipient or an agent responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any review, dissemination, distribution, or copying 
of this message is strictly prohibited. If you have received this communication 
in error, please notify us immediately, and delete the original message.


v6.3.5 backup/restore question

2016-05-12 Thread Rhodes, Richard L.
We've been trying to restore a v6.3.5 TSM server onto a DR server with no 
success.

The PROD server is TSM v6.3.5 but the BA client is v7.1.4.
The DR serve is the same, TSM v6.3.5 with BA client v7.1.4.
Is this allowed?  Doesn't the API client have to match the TSM server level?

Thanks

Rick







-
The information contained in this message is intended only for the personal and 
confidential use of the recipient(s) named above. If the reader of this message 
is not the intended recipient or an agent responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any review, dissemination, distribution, or copying 
of this message is strictly prohibited. If you have received this communication 
in error, please notify us immediately, and delete the original message.


TDP Oracle backup/restore question

2003-08-21 Thread Sambasiva Chebrolu
Our environment:
   IBM AIX 4.3.3
   TDP- Oracle 2.2.0
   Oracle Database 8.1.7.4

Question:

We are using Oracle RMAN with Tivoli for our backups. In our RMAN scripts
we defined 5 Channels to use for backups. It takes about one and half hours
to complete the backups.
During the Database recovery process, we are using 5 channels. All the time
only one channel is active restoring files and rest of the channels will be
waiting on the current active channel to complete. It's taking about six to
seven hours for the database restore to complete.

Any one had previous experience with RMAN/Tivoli, waiting for allocating
channels during the restore process?

RMAN backup script:
===
   run {
   sql 'alter system archive log current';
   allocate channel t1 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t2 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t3 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t4 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t5 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   backup tag='UFOM_20030731164207' filesperset 3
   format dbase%d_%u
   (database);
   backup current controlfile;
   sql 'alter system archive log current';
   backup filesperset 10 archivelog all delete input ;
   backup current controlfile;
   }

RMAN Restor script:
==
   run {
 set until logseq 5029 thread 1;
allocate channel t1 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t2 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t3 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t4 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t5 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
restore controlfile;
alter database mount;
restore database;
recover database;
alter database open resetlogs;
release channel t1;
release channel t2;
release channel t3;
release channel t4;
release channel t5;
   }


   Thanks,
   Samba Chebrolu,
   Senior Oracle DBA,
   Technical Services
   FDC Enterprise Systems
   402-222-5662


Re: TDP Oracle backup/restore question

2003-08-21 Thread David Longo
Most likely the backed up data is all on one tape, and could therefore
be considered a single threaded process (my analogy).

To be able to multiple simultaneous restore sessions, the client
must be sent to a storage pool with collocation, or in the case of
RMAN which is just ONE filespace to TSM server, go directly to
tape - and you must have enough tape drives etc to do this.

Quick answer.



David B. Longo
System Administrator
Health First, Inc.
3300 Fiske Blvd.
Rockledge, FL 32955-4305
PH  321.434.5536
Pager  321.634.8230
Fax:321.434.5509
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 08/21/03 03:55PM 
Our environment:
   IBM AIX 4.3.3
   TDP- Oracle 2.2.0
   Oracle Database 8.1.7.4

Question:

We are using Oracle RMAN with Tivoli for our backups. In our RMAN scripts
we defined 5 Channels to use for backups. It takes about one and half hours
to complete the backups.
During the Database recovery process, we are using 5 channels. All the time
only one channel is active restoring files and rest of the channels will be
waiting on the current active channel to complete. It's taking about six to
seven hours for the database restore to complete.

Any one had previous experience with RMAN/Tivoli, waiting for allocating
channels during the restore process?

RMAN backup script:
===
   run {
   sql 'alter system archive log current';
   allocate channel t1 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t2 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t3 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t4 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   allocate channel t5 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
   backup tag='UFOM_20030731164207' filesperset 3
   format dbase%d_%u
   (database);
   backup current controlfile;
   sql 'alter system archive log current';
   backup filesperset 10 archivelog all delete input ;
   backup current controlfile;
   }

RMAN Restor script:
==
   run {
 set until logseq 5029 thread 1;
allocate channel t1 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t2 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t3 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t4 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
allocate channel t5 type 'sbt_tape' parms
   'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/ufom/tdpo.opt)';
restore controlfile;
alter database mount;
restore database;
recover database;
alter database open resetlogs;
release channel t1;
release channel t2;
release channel t3;
release channel t4;
release channel t5;
   }


   Thanks,
   Samba Chebrolu,
   Senior Oracle DBA,
   Technical Services
   FDC Enterprise Systems
   402-222-5662

##
This message is for the named person's use only.  It may 
contain confidential, proprietary, or legally privileged 
information.  No confidentiality or privilege is waived or 
lost by any mistransmission.  If you receive this message 
in error, please immediately delete it and all copies of it 
from your system, destroy any hard copies of it, and notify 
the sender.  You must not, directly or indirectly, use, 
disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.  Health First reserves
the right to monitor all e-mail communications through its
networks.  Any views or opinions expressed in this message
are solely those of the individual sender, except (1) where
the message states such views or opinions are on behalf of 
a particular entity;  and (2) the sender is authorized by 
the entity to give such views or opinions.
##


Multi session backup restore question

2003-07-17 Thread MC Matt Cooper (2838)
Hello all,
I am trying to work in a multi session backup and be able to use a
multi session restore.  What I have found is that with the
maxresourceutilization set to 8 that my 350GB 8 processor AIX client is
using only 4 data sessions and 4 control sessions.   The data all goes to
the disk pool and then the migration will use only 1 tape drive for this
data.  I then assume a multi session restore is not going to work.

1)  how can I get this backup to use more sessions for data transfer?
2)  Am I correct in believing that the multi-session restore is out
because of the actions of the migration process?  MUST this go direct to
tape to have multi session backup and RESTORE?

Thanks in advance,
Matt


Re: Multi session backup restore question

2003-07-17 Thread Ford, Phillip
One way to get multi-restore to work is to collocate on filesystems in the
tape pool.  If one collocates to the node then the problem that your
discussed happens.  This is a designation of the pool so all nodes going to
this tape pool will be collocated by filesspace and that can eat a lot of
tapes.  Another way is to logically break up your server into say four
nodes.  Each node has a domain/excludes/includes that limits it to certain
set of filesystems.  As long as the pool that they are going to is
collocated by node, they can go to the same tape pool.  Now during restores
there is no contention for the same tape.

Hope that helps


--
Phillip Ford
Senior Software Specialist
Corporate Computer Center
Schering-Plough Corp.
(901) 320-4462
(901) 320-4856 FAX
[EMAIL PROTECTED]





-Original Message-
From: MC Matt Cooper (2838) [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 8:48 AM
To: [EMAIL PROTECTED]
Subject: Multi session backup restore question


Hello all,
I am trying to work in a multi session backup and be able to use a
multi session restore.  What I have found is that with the
maxresourceutilization set to 8 that my 350GB 8 processor AIX client is
using only 4 data sessions and 4 control sessions.   The data all goes to
the disk pool and then the migration will use only 1 tape drive for this
data.  I then assume a multi session restore is not going to work.

1)  how can I get this backup to use more sessions for data transfer?
2)  Am I correct in believing that the multi-session restore is out
because of the actions of the migration process?  MUST this go direct to
tape to have multi session backup and RESTORE?

Thanks in advance,
Matt


*
This message and any attachments are solely for the intended recipient. If you are not 
the intended recipient, disclosure, copying, use or distribution of the information 
included in this message is prohibited -- Please immediately and permanently delete.


Re: Multi session backup restore question

2003-07-17 Thread David Longo
In order to have multi session simultaneous restore from tape pool
then you must have this data in a pool that has collocation by filespace.
If you have a big enough disk pool such that if you did a restore
before migration had moved the data, then a multi session restore
would use the disk pool and be multi session.



David B. Longo
System Administrator
Health First, Inc.
3300 Fiske Blvd.
Rockledge, FL 32955-4305
PH  321.434.5536
Pager  321.634.8230
Fax:321.434.5509
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 07/17/03 09:48AM 
Hello all,
I am trying to work in a multi session backup and be able to use a
multi session restore.  What I have found is that with the
maxresourceutilization set to 8 that my 350GB 8 processor AIX client is
using only 4 data sessions and 4 control sessions.   The data all goes to
the disk pool and then the migration will use only 1 tape drive for this
data.  I then assume a multi session restore is not going to work.

1)  how can I get this backup to use more sessions for data transfer?
2)  Am I correct in believing that the multi-session restore is out
because of the actions of the migration process?  MUST this go direct to
tape to have multi session backup and RESTORE?

Thanks in advance,
Matt

##
This message is for the named person's use only.  It may 
contain confidential, proprietary, or legally privileged 
information.  No confidentiality or privilege is waived or 
lost by any mistransmission.  If you receive this message 
in error, please immediately delete it and all copies of it 
from your system, destroy any hard copies of it, and notify 
the sender.  You must not, directly or indirectly, use, 
disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.  Health First reserves
the right to monitor all e-mail communications through its
networks.  Any views or opinions expressed in this message
are solely those of the individual sender, except (1) where
the message states such views or opinions are on behalf of 
a particular entity;  and (2) the sender is authorized by 
the entity to give such views or opinions.
##


Re: Multi session backup restore question

2003-07-17 Thread Conko, Steven
We have a similar issue too. Is collocation of filespaces the only way
(besides carving your system up in to multiple nodes) to acheive multiple
restore sessions? Will it occur autmatically from a singe dsmc restore or do
you need to manually invoke multiple sessions?

Steve

-Original Message-
From: David Longo [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Multi session backup restore question


In order to have multi session simultaneous restore from tape pool
then you must have this data in a pool that has collocation by filespace.
If you have a big enough disk pool such that if you did a restore
before migration had moved the data, then a multi session restore
would use the disk pool and be multi session.



David B. Longo
System Administrator
Health First, Inc.
3300 Fiske Blvd.
Rockledge, FL 32955-4305
PH  321.434.5536
Pager  321.634.8230
Fax:321.434.5509
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 07/17/03 09:48AM 
Hello all,
I am trying to work in a multi session backup and be able to use a
multi session restore.  What I have found is that with the
maxresourceutilization set to 8 that my 350GB 8 processor AIX client is
using only 4 data sessions and 4 control sessions.   The data all goes to
the disk pool and then the migration will use only 1 tape drive for this
data.  I then assume a multi session restore is not going to work.

1)  how can I get this backup to use more sessions for data transfer?
2)  Am I correct in believing that the multi-session restore is out
because of the actions of the migration process?  MUST this go direct to
tape to have multi session backup and RESTORE?

Thanks in advance,
Matt

##
This message is for the named person's use only.  It may
contain confidential, proprietary, or legally privileged
information.  No confidentiality or privilege is waived or
lost by any mistransmission.  If you receive this message
in error, please immediately delete it and all copies of it
from your system, destroy any hard copies of it, and notify
the sender.  You must not, directly or indirectly, use,
disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.  Health First reserves
the right to monitor all e-mail communications through its
networks.  Any views or opinions expressed in this message
are solely those of the individual sender, except (1) where
the message states such views or opinions are on behalf of
a particular entity;  and (2) the sender is authorized by
the entity to give such views or opinions.
##


AW: Multi session backup restore question

2003-07-17 Thread Stefan Holzwarth
Hello,

I'm not sure i understand that feature, therefore the following question:

1 Filespace with 100 GByte active data spread over 10 tapes and 10
tapedrives available.
Can you restore this filespace from all 10 tapes at the same time or should
the tapes belong to different filespaces?

Kind Regards
Stefan Holzwarth



-Ursprüngliche Nachricht-
Von: David Longo [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 17. Juli 2003 16:25
An: [EMAIL PROTECTED]
Betreff: Re: Multi session backup restore question


In order to have multi session simultaneous restore from tape pool
then you must have this data in a pool that has collocation by filespace.
If you have a big enough disk pool such that if you did a restore
before migration had moved the data, then a multi session restore
would use the disk pool and be multi session.



David B. Longo
System Administrator
Health First, Inc.
3300 Fiske Blvd.
Rockledge, FL 32955-4305
PH  321.434.5536
Pager  321.634.8230
Fax:321.434.5509
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 07/17/03 09:48AM 
Hello all,
I am trying to work in a multi session backup and be able to use a
multi session restore.  What I have found is that with the
maxresourceutilization set to 8 that my 350GB 8 processor AIX client is
using only 4 data sessions and 4 control sessions.   The data all goes to
the disk pool and then the migration will use only 1 tape drive for this
data.  I then assume a multi session restore is not going to work.

1)  how can I get this backup to use more sessions for data transfer?
2)  Am I correct in believing that the multi-session restore is out
because of the actions of the migration process?  MUST this go direct to
tape to have multi session backup and RESTORE?

Thanks in advance,
Matt

##
This message is for the named person's use only.  It may 
contain confidential, proprietary, or legally privileged 
information.  No confidentiality or privilege is waived or 
lost by any mistransmission.  If you receive this message 
in error, please immediately delete it and all copies of it 
from your system, destroy any hard copies of it, and notify 
the sender.  You must not, directly or indirectly, use, 
disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.  Health First reserves
the right to monitor all e-mail communications through its
networks.  Any views or opinions expressed in this message
are solely those of the individual sender, except (1) where
the message states such views or opinions are on behalf of 
a particular entity;  and (2) the sender is authorized by 
the entity to give such views or opinions.
##


Re: AW: Multi session backup restore question

2003-07-17 Thread Richard Sims
I'm not sure i understand that feature...

I recommend the TSM 5.1 Technical Guide redbook, which as the doc introducing the
feature, nicely described it.

  Richard Sims, BU


Re: AW: Multi session backup restore question

2003-07-17 Thread David Longo
If it's 1 filespace, then just one restore session no matter how
much data.  Well, let me modify that.  If you have filespace say
/test and then have say ten folders under it such that you have
/test/dir1, /test/dir2, etc.  then you can do multiple restore sessions
with each specifying a separate one of these, I believe.  Haven't tried
it but should work.  However there will most likely be times where
several sessions are waiting on same tape.

David Longo

 [EMAIL PROTECTED] 07/17/03 10:36AM 
Hello,

I'm not sure i understand that feature, therefore the following question:

1 Filespace with 100 GByte active data spread over 10 tapes and 10
tapedrives available.
Can you restore this filespace from all 10 tapes at the same time or should
the tapes belong to different filespaces?

Kind Regards
Stefan Holzwarth



-Ursprüngliche Nachricht-
Von: David Longo [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 17. Juli 2003 16:25
An: [EMAIL PROTECTED] 
Betreff: Re: Multi session backup restore question


In order to have multi session simultaneous restore from tape pool
then you must have this data in a pool that has collocation by filespace.
If you have a big enough disk pool such that if you did a restore
before migration had moved the data, then a multi session restore
would use the disk pool and be multi session.



David B. Longo
System Administrator
Health First, Inc.
3300 Fiske Blvd.
Rockledge, FL 32955-4305
PH  321.434.5536
Pager  321.634.8230
Fax:321.434.5509
[EMAIL PROTECTED] 


 [EMAIL PROTECTED] 07/17/03 09:48AM 
Hello all,
I am trying to work in a multi session backup and be able to use a
multi session restore.  What I have found is that with the
maxresourceutilization set to 8 that my 350GB 8 processor AIX client is
using only 4 data sessions and 4 control sessions.   The data all goes to
the disk pool and then the migration will use only 1 tape drive for this
data.  I then assume a multi session restore is not going to work.

1)  how can I get this backup to use more sessions for data transfer?
2)  Am I correct in believing that the multi-session restore is out
because of the actions of the migration process?  MUST this go direct to
tape to have multi session backup and RESTORE?

Thanks in advance,
Matt

##
This message is for the named person's use only.  It may 
contain confidential, proprietary, or legally privileged 
information.  No confidentiality or privilege is waived or 
lost by any mistransmission.  If you receive this message 
in error, please immediately delete it and all copies of it 
from your system, destroy any hard copies of it, and notify 
the sender.  You must not, directly or indirectly, use, 
disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.  Health First reserves
the right to monitor all e-mail communications through its
networks.  Any views or opinions expressed in this message
are solely those of the individual sender, except (1) where
the message states such views or opinions are on behalf of 
a particular entity;  and (2) the sender is authorized by 
the entity to give such views or opinions.
##

##
This message is for the named person's use only.  It may 
contain confidential, proprietary, or legally privileged 
information.  No confidentiality or privilege is waived or 
lost by any mistransmission.  If you receive this message 
in error, please immediately delete it and all copies of it 
from your system, destroy any hard copies of it, and notify 
the sender.  You must not, directly or indirectly, use, 
disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.  Health First reserves
the right to monitor all e-mail communications through its
networks.  Any views or opinions expressed in this message
are solely those of the individual sender, except (1) where
the message states such views or opinions are on behalf of 
a particular entity;  and (2) the sender is authorized by 
the entity to give such views or opinions.
##


Re: backup/restore question

2001-08-30 Thread Robin Sharpe

Paul,

Our NT admins did just that by doing an archive followed by a retrieve.
They were moving to a new machine.  You could also do it with backups,
probably several ways... here are two off the top of my head:

1. Change the backup copy group to MODE=ABSOLUTE.  Do your backup.  Mode
absolute will cause all data to be backed up again, changed or not, so it
should all go on one tape.  I did this for a disaster recovery test once.
Don't forget to change back to MODE=MODIFIED when you're done.

2. Register a new node, if you have anavailable license.  Now run your
backup using -virtualnodename={the new node}.  Do your restore with the
same -virtualnodename parameter.  When you're all done, delete the
filespace and the node.

HTH

Robin Sharpe
Berlex Laboratories




Coviello,
Paul
PCoviello@CM To:[EMAIL PROTECTED]
C-NH.ORG cc:(bcc: Robin Sharpe/WA/USR/SHG)
  Subject:
08/28/01 backup/restore question
01:36 PM
Please
respond to
ADSM: Dist
Stor Manager







Hi,

We need to restore an NT machine, in testing this, it takes approximately
30
hours.
this machine has 27 gb's of data, it is the users X: drive.

is there a way to do a backup to a specific tape and then restore from
there?

we are doing this for growth and replication purposes.

thanks
pc

Paul J Coviello
Sr Systems Analyst
Catholic Medical Center
2456 Brown Ave
Manchester NH 03103
(603) 663-5326
[EMAIL PROTECTED]



backup/restore question

2001-08-28 Thread Coviello, Paul

Hi,

We need to restore an NT machine, in testing this, it takes approximately 30
hours.
this machine has 27 gb's of data, it is the users X: drive.

is there a way to do a backup to a specific tape and then restore from
there?

we are doing this for growth and replication purposes.

thanks
pc

Paul J Coviello
Sr Systems Analyst
Catholic Medical Center
2456 Brown Ave
Manchester NH 03103
(603) 663-5326
[EMAIL PROTECTED]



Re: backup/restore question

2001-08-28 Thread Joshua S. Bassi

The easiest solution to reduce your restore times is to turn
'collocation' on for the storage pool this backup is going to.


--
Joshua S. Bassi
Independent IT Consultant
IBM Certified - AIX/HACMP, SAN, Shark
Tivoli Certified Consultant- ADSM/TSM
Cell (408)(831) 332-4006
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Coviello, Paul
Sent: Tuesday, August 28, 2001 10:37 AM
To: [EMAIL PROTECTED]
Subject: backup/restore question

Hi,

We need to restore an NT machine, in testing this, it takes
approximately 30
hours.
this machine has 27 gb's of data, it is the users X: drive.

is there a way to do a backup to a specific tape and then restore from
there?

we are doing this for growth and replication purposes.

thanks
pc

Paul J Coviello
Sr Systems Analyst
Catholic Medical Center
2456 Brown Ave
Manchester NH 03103
(603) 663-5326
[EMAIL PROTECTED]



Re: backup/restore question

2001-08-28 Thread Maurice van 't Loo

You can make a Backupset.
This is an internal TSM procedure, it makes a tape with the needed
databaseinfo and active data. You can use the tape also on the client,
without a tsm-server or keep it in the library and use it for a faster
restore.

Greetings,
  Maurice van 't Loo
  Compare Computers
  The Netherlands

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
 Coviello, Paul
 Sent: Tuesday, August 28, 2001 10:37 AM
 To: [EMAIL PROTECTED]
 Subject: backup/restore question

 Hi,

 We need to restore an NT machine, in testing this, it takes
 approximately 30
 hours.
 this machine has 27 gb's of data, it is the users X: drive.

 is there a way to do a backup to a specific tape and then restore from
 there?

 we are doing this for growth and replication purposes.

 thanks
 pc

 Paul J Coviello
 Sr Systems Analyst
 Catholic Medical Center
 2456 Brown Ave
 Manchester NH 03103
 (603) 663-5326
 [EMAIL PROTECTED]