Re: A simple question but trouble me these days

2003-08-21 Thread Andrew Raibeck
Questions are almost always simple. It is the answers that are usually not
trivial.

The short, inferior answer to your question: use the RESTORE DB command.
However, this does not sufficiently cover the subject.

The longer (and better) answer to your question: I would *strongly*
recommend that you carefully read chapter 23 in the TSM Administrator's
Guide, "Protecting and Recovering Your Server". This chapter describes the
TSM features that enable you to protect and recover your server, and
includes recovery scenarios. Also, as the commands are discussed in the
Admin Guide, look them up in the TSM Administrator's Reference. The Admin
Reference provides syntax for the commands, but the Admin Guide provides a
context in which to use them.

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/[EMAIL PROTECTED]
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.




TechnicalLib <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
08/21/2003 19:25
Please respond to "ADSM: Dist Stor Manager"

To: [EMAIL PROTECTED]
cc:
Subject:A simple question but trouble me these days


Hello , All

I am a newer of TSM . as we know , to backup the TSM database we do like
the following

tsm: TSM>backup db devclass=file_device_class
ANR2281I Incremental database backup started as process 4.
ANS8003I Process number 4 started.

my question is :
how to restore the TSM database ??


Thank you  in advance !

Best Regards,
Eric




--

Eric Zhang (Yongsheng Zhang)

Beijing Visionsky Information Technology Co.,Ltd.
Tel: 8610-88091533/4/5 Ext. 212
Fax: 8610-88091539
Mobile Phone: 13601030319
E-mail: [EMAIL PROTECTED]
Web Site: http://www.visionsky.com.cn

Room 830,Building B,Corporate Squrare,
NO.35 Finance Street Xicheng district,
Beijing, 100032, P.R.China


TDP for Oracle on Linux 6.2 or 7.3

2003-08-21 Thread Le Minh Hieu
Hi everybody !
We know that TSM 5.1.5 only support TDP for Oracle on Linux Advanced Server 2.1. But 
did anyone test TDP for Oracle on Linux 6.2 or 7.3 ?
Does it run properly ?
I hope to hear from you soon.
Best regards,


Le Minh Hieu
FPT Software Solution, FPT Corp.
Phone:  +(84) 4 9745451
Mobile: +(84) 912461062
Fax: +(84) 4 9745475
Email: [EMAIL PROTECTED]


A simple question but trouble me these days

2003-08-21 Thread TechnicalLib
Hello , All

I am a newer of TSM . as we know , to backup the TSM database we do like the following

tsm: TSM>backup db devclass=file_device_class
ANR2281I Incremental database backup started as process 4.
ANS8003I Process number 4 started.

my question is :
how to restore the TSM database ??


Thank you  in advance !

Best Regards,
Eric




--

Eric Zhang (Yongsheng Zhang)

Beijing Visionsky Information Technology Co.,Ltd.
Tel: 8610-88091533/4/5 Ext. 212
Fax: 8610-88091539
Mobile Phone: 13601030319
E-mail: [EMAIL PROTECTED]
Web Site: http://www.visionsky.com.cn

Room 830,Building B,Corporate Squrare,
NO.35 Finance Street Xicheng district,
Beijing, 100032, P.R.China







Disk Storage Volume Pool Sizing

2003-08-21 Thread Mitch Sako
Simple Question:

In a disk storage pool which migrates to LTO tape, what is the optimal size for
the volumes to be?

Let's assume the following:
Fast network connection(s)
1-to-many clients (depending on the time of day)
1000GB of fast local storage (SAN, SCSI, Fiber, etc.)
UNIX/Linux/AIX/Solaris (not Win32) server

1000x1GB volumes?
500x2GB volumes?
100x10GB volumes?
10x100GB volumes?
1x1000GB volume?

I have done extensive testing in the lab with this but have not really reached
any consistent conclusions.  Does it matter?

Mitch


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.
##


Re: How much active data is allocated for a client?

2003-08-21 Thread Richard Sims
>I am looking for a select SQL statement  that will allow me to this similar
>to "export node NONENAME filedata=backupactive preview=yes"   I am trying
>to find out how much active backup data is allocated for a client.  In my
>case for several  nodes.  I can run export all day, but I figure if there
>must be a easier way.

This was discussed about 10 days ago, and there was an excellent and logical
response which I immortalized in http://people.bu.edu/rbs/ADSM.QuickFacts
under "Active files, number and bytes".  By definition, Active files are
those still on the client, and Filespace numbers reflect the current
state of the client file system.

  Richard Sims, http://people.bu.edu/rbs


Re: Write errors to a DLT1 drive using TSM 5.2 on Windows2003

2003-08-21 Thread Hector Chan
You should be O.K. using the command line with the admin client label
libv LIBRARYname VOLUMEname overwrite=yes
We had this problem and took us 5 days to figure it out. That's a feature in
5.2

/hector

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Scott McCambly
Sent: August 21, 2003 3:28 PM
To: [EMAIL PROTECTED]
Subject: Write errors to a DLT1 drive using TSM 5.2 on Windows2003


Hello all,

I try to avoid coming to the forum when I'm having what looks like
software/hardware errors, but this one really has me (and support) stumped.
We have installed a new TSM 5.2.0.0 server on Win2003 with a standalone
DELL PowerVault 110T DLT1 VS80 tape drive.
Testing the drive with Windows utilities and NT Backup prove that the
drive and tape cartridge work fine. We were even able to use DSMLABEL to
label a cartridge while still using the vendor provided device driver.

As soon as we switch to use the TSM 5.2 TSMSCSI.SYS device driver, we
are able to read from the tape (the label at least), but we are not able
to re-label it or write to it in any way.  All TSM tells us is
unfortunately "Write Error" (see messages below from DSMLABEL and the
ACTLOG during our attempted migration to tapepool):

DSMLABEL OUTPUT:
ANR9722I Insert a new volume in drive 'MT6.0.0.2', then enter the name (1-6
characters) to be used for its label; or just press ENTER to quit this
program:
MTL001
ANR9743I Attempting to label volume 'MTL001' using drive 'MT6.0.0.2'...
ANR9726E I/O error writing label for volume 'MTL001' in drive 'MT6.0.0.2'.

ACTLOG OUTPUT:
07/31/2003 15:08:59  ANR0984I Process 9 for MIGRATION started in the
BACKGROUND
   at 15:08:59.
07/31/2003 15:08:59  ANR1000I Migration process 9 started for storage pool
   DISKPOOL.
07/31/2003 15:08:59  ANR8326I 001: Mount DLT volume SCRTCH R/W in drive
   EXT-DRIVE (MT6.0.0.2) of library MANUAL within 120
   minutes.
07/31/2003 15:09:02  ANR8328I 001: DLT volume MTL001 mounted in drive
EXT-DRIVE
   (MT6.0.0.2).
07/31/2003 15:09:02  ANR1340I Scratch volume MTL001 is now defined in
storage
   pool TAPEPOOL.
07/31/2003 15:09:02  ANR1411W Access mode for volume MTL001 now set to
   "read-only" due to write error.
07/31/2003 15:09:07  ANR8360I Volume MTL001 has been deleted from MANUAL
   library MANUAL.
07/31/2003 15:09:07  ANR1341I Scratch volume MTL001 has been deleted from
   storage pool TAPEPOOL.
07/31/2003 15:09:32  ANR8468I DLT volume MTL001 dismounted from drive
EXT-DRIVE
   (MT6.0.0.2) in library MANUAL.
07/31/2003 15:09:35  ANR8317I The volume in DLT drive EXT-DRIVE (MT6.0.0.2)
   must be manually ejected.
07/31/2003 15:09:35  ANR8326I 002: Mount DLT volume SCRTCH R/W in drive
   EXT-DRIVE (MT6.0.0.2) of library MANUAL within 120
   minutes.

Has anyone experienced this, or does anyone have a similar environment
that is working?
Any suggestions would be appreciated.

Thanks in advance.
Scott.


How much active data is allocated for a client?

2003-08-21 Thread Sung Y Lee
Hi everyone,

I am looking for a select SQL statement  that will allow me to this similar
to "export node NONENAME filedata=backupactive preview=yes"   I am trying
to find out how much active backup data is allocated for a client.  In my
case for several  nodes.  I can run export all day, but I figure if there
must be a easier way.

Thanks

Sung Y. Lee
E-mail  [EMAIL PROTECTED]


IBM is not eating their own dog food

2003-08-21 Thread Zlatko Krastev
I am not asking for advice or help but want to discuss am I the only
person seeing the symptom.
Today I've got it trying to look different libraries. Supported devices
list does not require authorization but library element addresses are
protected (maybe again SCO is having IP claims :-)).
Visiting IBM support site (not only for TSM) every now and then I am
facing an ugly message:
"We apologize for this inconvenience. Please wait a few minutes and then
try your request again. If the problem persists, please use our Customer
assistance page to report it. "

It seems that with introduction of single-logon and single-id ideology IBM
introduced another bottleneck or single point of failure. And recalling a
2-3 years old analysis I can remember a statement that IBM is one of the
companies which do not eat their own dog food - in this case IBM is
selling high-performance and high-availability solutions to customers but
their own systems are not in this class.

BTW: for all IBMers reading the list - I am sick to death of IBM web site
support irresponsibility and abandoned any attempts to report web-related
problems. This one also will *not* receive my click on that stupid link
:-

Zlatko Krastev
IT Consultant


Re: dsmserv.dsk?

2003-08-21 Thread Zlatko Krastev
Each route has to start from some well known point and follow the signs
further.
The starting point for TSM server is fixed name file (dsmserv.dsk) in
predefined directory (directory where the binary resides). The file
contents serve as directions for the next hop and first DB volume accessed
provides information for the further route.
Same is happening on OS bootstrap process - boot information is always
looked at predefined place (boot list) for the first step (boot device)
and only afterwards all is read and known.

Zlatko Krastev
IT Consultant






Lawrence Clark <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
21.08.2003 18:11
Please respond to "ADSM: Dist Stor Manager"


To: [EMAIL PROTECTED]
cc:
Subject:dsmserv.dsk?


Is dsmserv.dsk the only place TSM uses to locate DB and log disk on
startup?


Re: opinions on disk partitioning

2003-08-21 Thread Zlatko Krastev
Many many times beaten to dead on this forum. You can find tons of
discussions and valuable information in the archives.
IM(ns)HO the database will feel more comfortable on RAID 1/10 or software
mirrored volumes. RAID 5 will suffer from random writes and the problem
grows with number of disks. 8 disks are a way too much for heavily used
RAID 5 if big memory cache (at least 8 GB in IBM ESS) is not available.

Zlatko Krastev
IT Consultant






Leonard Lauria <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
21.08.2003 15:53
Please respond to "ADSM: Dist Stor Manager"


To: [EMAIL PROTECTED]
cc:
Subject:opinions on disk partitioning


I would like to get opinions on disk configurations for a new platform.

I am installing my TSM server on an aix platform, with FASTT700 disk.

The FASTT700 has (28) 73 GB, 15K disks, of which 23 are available for this
application.

I am considering the following 2 setups, but please feel free to make
other
suggestions!

1)  12 drives for the TSM DB, raid 10.  I only need 100 GB, plus room to
grow,
   perhaps double, so this wastes a lot of space, but I get needed
spindles.
   Remaining 11 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 570 GB disk pool
 200 GB disk pool
   20 GB disk pool
   13 GB TSM log

2)  8 drives for the TSM DB, raid 5.  I only need 100 GB, plus room to
grow,
   perhaps double, so this is less space, but fewer spindles and
no
mirror.
   Remaining 15 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 500 GB disk pool
 500 GB disk pool
   82 GB disk pool
   13 GB TSM log

#2 gives me more spindles for the disk pools, by using only raid5 for the
database partitions.

Another concern is having the disk pools compete with each other on the
same disks.  Would
it be better to have fewer spindles per disk pools, but have disk pools
seperate from each other,
or all the disk pools spread over the same larger number of spindles?

Also, I have had a lot of conflicting information regarding TSM doing
mirrors of the DB and LOG
versus letting the FASTT hardware do raid protection.  It seems the
hardware implementation would
be faster, and just as safe, as letting TSM do mirrors...not to mention
allowing me to spread things
out a bit more.

Any opinions on my options?

Thanks!

leonard


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


Write errors to a DLT1 drive using TSM 5.2 on Windows2003

2003-08-21 Thread Scott McCambly
Hello all,

I try to avoid coming to the forum when I'm having what looks like
software/hardware errors, but this one really has me (and support) stumped.
We have installed a new TSM 5.2.0.0 server on Win2003 with a standalone
DELL PowerVault 110T DLT1 VS80 tape drive.
Testing the drive with Windows utilities and NT Backup prove that the
drive and tape cartridge work fine. We were even able to use DSMLABEL to
label a cartridge while still using the vendor provided device driver.
As soon as we switch to use the TSM 5.2 TSMSCSI.SYS device driver, we
are able to read from the tape (the label at least), but we are not able
to re-label it or write to it in any way.  All TSM tells us is
unfortunately "Write Error" (see messages below from DSMLABEL and the
ACTLOG during our attempted migration to tapepool):
DSMLABEL OUTPUT:
ANR9722I Insert a new volume in drive 'MT6.0.0.2', then enter the name (1-6
characters) to be used for its label; or just press ENTER to quit this
program:
MTL001
ANR9743I Attempting to label volume 'MTL001' using drive 'MT6.0.0.2'...
ANR9726E I/O error writing label for volume 'MTL001' in drive 'MT6.0.0.2'.
ACTLOG OUTPUT:
07/31/2003 15:08:59  ANR0984I Process 9 for MIGRATION started in the
BACKGROUND
  at 15:08:59.
07/31/2003 15:08:59  ANR1000I Migration process 9 started for storage pool
  DISKPOOL.
07/31/2003 15:08:59  ANR8326I 001: Mount DLT volume SCRTCH R/W in drive
  EXT-DRIVE (MT6.0.0.2) of library MANUAL within 120
  minutes.
07/31/2003 15:09:02  ANR8328I 001: DLT volume MTL001 mounted in drive
EXT-DRIVE
  (MT6.0.0.2).
07/31/2003 15:09:02  ANR1340I Scratch volume MTL001 is now defined in
storage
  pool TAPEPOOL.
07/31/2003 15:09:02  ANR1411W Access mode for volume MTL001 now set to
  "read-only" due to write error.
07/31/2003 15:09:07  ANR8360I Volume MTL001 has been deleted from MANUAL
  library MANUAL.
07/31/2003 15:09:07  ANR1341I Scratch volume MTL001 has been deleted from
  storage pool TAPEPOOL.
07/31/2003 15:09:32  ANR8468I DLT volume MTL001 dismounted from drive
EXT-DRIVE
  (MT6.0.0.2) in library MANUAL.
07/31/2003 15:09:35  ANR8317I The volume in DLT drive EXT-DRIVE (MT6.0.0.2)
  must be manually ejected.
07/31/2003 15:09:35  ANR8326I 002: Mount DLT volume SCRTCH R/W in drive
  EXT-DRIVE (MT6.0.0.2) of library MANUAL within 120
  minutes.
Has anyone experienced this, or does anyone have a similar environment
that is working?
Any suggestions would be appreciated.
Thanks in advance.
Scott.


Re: Scheduler Options

2003-08-21 Thread Miles Purdy
'filelist' is what you want to use. I put one fully qualified file per line in a plain 
text file, then I use:

dsmc inc -filelist=$FILELIST

$FILELIST is a variable containing my file. I also put quotes around each file.

Miles



>>> [EMAIL PROTECTED] 21-Aug-03 12:56:24 PM >>>
HI at all !!

I need to put in a single client schedule more than 20 file specifications,
because I need to run and archive backup. I read in the manuals that the
maximum number is 20. How is the way to do this ? I tried with the option
filelist, but doesn't work.

Thanks very much for theirs help
Best Regards.

_
Las mejores tiendas, los precios mas bajos, entregas en todo el mundo,
YupiMSN Compras: www.yupimsn.com/compras


Scheduler Options

2003-08-21 Thread Christian Astuni
HI at all !!

I need to put in a single client schedule more than 20 file specifications,
because I need to run and archive backup. I read in the manuals that the
maximum number is 20. How is the way to do this ? I tried with the option
filelist, but doesn't work.
Thanks very much for theirs help
Best Regards.
_
Las mejores tiendas, los precios mas bajos, entregas en todo el mundo,
YupiMSN Compras: www.yupimsn.com/compras


Re: TDP for Data Protection for Domino: 5.1.5: configuration question

2003-08-21 Thread Ken Sedlacek
Thank you Shannon!

just what is needed.



Ken Sedlacek
AIX/TSM/UNIX Administrator
[EMAIL PROTECTED]

IBM Certified Specialist: RS/6000 AIX v4.3 Support
IBM Certified Specialist: RS/6000 SP & PSSP 3
Tivoli Certified Consultant - Tivoli Storage Manager v4.1




Shannon Bach <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
08/21/2003 09:30 AM
Please respond to
"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To
[EMAIL PROTECTED]
cc

Subject
Re: TDP for Data Protection for Domino: 5.1.5: configuration question







Ken Sedlacek wrote;
Q: Is this TDP dsm.opt file supposed to be in addition to the regular TSM
B/A client dsm.opt file?? or, should I combine the TDP dsm.opt file into
the TSM B/A client dsm.opt file?

A: The TDP dsm.opt file is in addition to the regular TSM B/A client.  I
used the Redbook SG24-5247-00, Chapter 2 starting at 2.3
page 31, to set up my Domino TDP environment.  It was a step by step
process with detailed explanation's for each.  I also had a little help
from this list.  Converted backups for two Domino Servers from the regular
B/A Clients to Domino TDP's and freed up at least 30% of my TSM
resources:0}.  Send email if you have more questions.


Shannon Bach
Madison Gas & Electric Co.
Operations Analyst - Data Center Services
Office 608-252-7260
Fax 608-252-7098
e-mail [EMAIL PROTECTED]


Re: clearing copystg parm?

2003-08-21 Thread John Monahan
How many sessions from this client are started?  Your max number of mount
points might not be high enough for that node as well.

You need the same number of sessions, copy drives, and primary drives, so
you have to limit your client to 2 sessions to make that happen.
Set resourceutilization 5 on that client, and also make sure maxnummp=4 for
that client.


__
John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.compures.com




 Lawrence Clark
 <[EMAIL PROTECTED]
 WAY.STATE.NY.US>   To
 Sent by: "ADSM:   [EMAIL PROTECTED]
 Dist Stor  cc
 Manager"
 <[EMAIL PROTECTED] Subject
 .EDU> Re: clearing copystg parm?


 08/21/2003 12:04
 PM


 Please respond to
 "ADSM: Dist Stor
 Manager"
 <[EMAIL PROTECTED]
   .EDU>






thanks. that did it. and the atchives went.
The question now is with 4 drives in the primary storage pool and 2
drives in the copypool, why it failed with:
ANS1312E Server media mount not possible


>>> [EMAIL PROTECTED] 08/21/03 01:02PM >>>
Take out the blank between the quotes, use ""

__
John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.compures.com




 Lawrence Clark
 <[EMAIL PROTECTED]
 WAY.STATE.NY.US>
To
 Sent by: "ADSM:   [EMAIL PROTECTED]
 Dist Stor
cc
 Manager"
 <[EMAIL PROTECTED]
Subject
 .EDU> clearing copystg parm?


 08/21/2003 11:40
 AM


 Please respond to
 "ADSM: Dist Stor
 Manager"
 <[EMAIL PROTECTED]
   .EDU>






upd stg sysbacks  copystg=" "
ANR2340E UPDATE STGPOOL: Invalid storage pool name - .

How does one clear out a copystg setting?

I added this parm thjis morning and am now getting:


Total number of objects inspected:   11
Total number of objects archived: 0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of bytes transferred: 2.72 MB
Data transfer time:0.19 sec
Network data transfer rate:14,215.89 KB/sec
Aggregate data transfer rate:867.65 KB/sec
Objects compressed by:0%
Elapsed processing time:   00:00:03
ANS1312E Server media mount not possible


Re: clearing copystg parm?

2003-08-21 Thread Lawrence Clark
thanks. that did it. and the atchives went.
The question now is with 4 drives in the primary storage pool and 2
drives in the copypool, why it failed with:
ANS1312E Server media mount not possible


>>> [EMAIL PROTECTED] 08/21/03 01:02PM >>>
Take out the blank between the quotes, use ""

__
John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.compures.com




 Lawrence Clark
 <[EMAIL PROTECTED]
 WAY.STATE.NY.US>
To
 Sent by: "ADSM:   [EMAIL PROTECTED]
 Dist Stor
cc
 Manager"
 <[EMAIL PROTECTED]
Subject
 .EDU> clearing copystg parm?


 08/21/2003 11:40
 AM


 Please respond to
 "ADSM: Dist Stor
 Manager"
 <[EMAIL PROTECTED]
   .EDU>






upd stg sysbacks  copystg=" "
ANR2340E UPDATE STGPOOL: Invalid storage pool name - .

How does one clear out a copystg setting?

I added this parm thjis morning and am now getting:


Total number of objects inspected:   11
Total number of objects archived: 0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of bytes transferred: 2.72 MB
Data transfer time:0.19 sec
Network data transfer rate:14,215.89 KB/sec
Aggregate data transfer rate:867.65 KB/sec
Objects compressed by:0%
Elapsed processing time:   00:00:03
ANS1312E Server media mount not possible


Re: clearing copystg parm?

2003-08-21 Thread John Monahan
Take out the blank between the quotes, use ""

__
John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.compures.com




 Lawrence Clark
 <[EMAIL PROTECTED]
 WAY.STATE.NY.US>   To
 Sent by: "ADSM:   [EMAIL PROTECTED]
 Dist Stor  cc
 Manager"
 <[EMAIL PROTECTED] Subject
 .EDU> clearing copystg parm?


 08/21/2003 11:40
 AM


 Please respond to
 "ADSM: Dist Stor
 Manager"
 <[EMAIL PROTECTED]
   .EDU>






upd stg sysbacks  copystg=" "
ANR2340E UPDATE STGPOOL: Invalid storage pool name - .

How does one clear out a copystg setting?

I added this parm thjis morning and am now getting:


Total number of objects inspected:   11
Total number of objects archived: 0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of bytes transferred: 2.72 MB
Data transfer time:0.19 sec
Network data transfer rate:14,215.89 KB/sec
Aggregate data transfer rate:867.65 KB/sec
Objects compressed by:0%
Elapsed processing time:   00:00:03
ANS1312E Server media mount not possible


Re: Can TSM server on z/OS talk to SANs?

2003-08-21 Thread MC Matt Cooper (2838)
TSM server on z/OS doing LANFREE backups is a part of the 5.2 announcement.
We are looking at it also.   I don't know if it fits types of backups.   I
would think that the backup direct to tape over a SAN could be much faster
than say a backup over a GB Ethenet network to disk.  HOWEVER, If the backup
over the network is nearing the capacity of the network, client, server, or
the disk, I wonder how much faster the backup will be.  I truely would like
to know.  We have a large DB2 data warehouse that takes too long to backup,
(and is growing).  But I don't see it stressing any of the above listed
components.  We are having the client compress it (and it is getting better
than 3:1).  So it makes me wonder if going the LAN FREE route will buy us
anything.
Does anyone have an experienced opinion on this?  
Matt

TSM 5.1  announcement   http://www.ibmlink.ibm.com/usalets&parms=H_203-095

-Original Message-
From: Sherman, Howard [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 12:25 PM
To: [EMAIL PROTECTED]
Subject: Can TSM server on z/OS talk to SANs?


Hello,

 We have been running the TSM Server on z/OS, backing up
Windows/Solaris/Linux clients. Our backup media has been a StorageTek
Powderhorn Tape Silo, emulating IBM 3490E drives (tape capacity 2GB). Within
the year the silo will be upgraded to emulate IBM 3590 drives (tape capacity
60GB). 

 Clients have been dissatisfied with the throughput of the TSM backups.
Typically, the aggregate transfer rates have ranged between 1MB and 3MB/sec.
That's not good when you want, for example, to backup an Exchange database
over 100GB in size.

 Anyway, there is a project spawning here to possibly bring in some SAN
boxes, like the EMC Clarion models. The idea would be to somehow directly
backup to the SANs, or have a tape silo Fibre Channel connected directly to
the SAN. 

 My first question is, is there a way for the TSM Server on z/OS to talk
directly to the SAN boxes? Or would the SAN have to be emulated to z/OS to
look like some type of IBM mainframe tape device (3480/3490/3590/whatever)?
   

Howard Sherman, Technical Consultant
NYC Dept Of Information Technology & Telecomm (DoITT)
718-403-8737 Office    914-474-1464 Mobile 


clearing copystg parm?

2003-08-21 Thread Lawrence Clark
upd stg sysbacks  copystg=" "
ANR2340E UPDATE STGPOOL: Invalid storage pool name - .

How does one clear out a copystg setting?

I added this parm thjis morning and am now getting:


Total number of objects inspected:   11
Total number of objects archived: 0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of bytes transferred: 2.72 MB
Data transfer time:0.19 sec
Network data transfer rate:14,215.89 KB/sec
Aggregate data transfer rate:867.65 KB/sec
Objects compressed by:0%
Elapsed processing time:   00:00:03
ANS1312E Server media mount not possible


Oxford University TSM Symposium 2003 (23 - 25 September)

2003-08-21 Thread Sheelagh Treweek
Dear All,

In June I let you know that we would be running a third TSM Symposium
at Oxford in September.  For those of you who might be interested, the
programme has now been published - hopefully in its final form.  The
agenda (and other details) are available at:

http://tsm-symposium.oucs.ox.ac.uk/

I look forward to seeing (some of) you there!

Thanks and best wishes, Sheelagh
--
Sheelagh Treweek   TSM Symposium 2003
Oxford University Computing Services   St Catherine's College
Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
Phone: +44 (0)1865 273205 Fax:-273275  +44 (0)1865 283349
+---+
| http://tsm-symposium.oucs.ox.ac.uk/ | OXFORD 23-25 September 2003 |
+---+


Re: opinions on disk partitioning

2003-08-21 Thread John Monahan
I attended a session at the latest storage conference that gave some
specific performance suggestions regarding AIX/TSM/FastT.  Maybe these will
help with your testing, I haven't had a chance to try all of these yet.  I
have always used RAID5 on a FastT with very acceptable performance (due to
the write cache).  Standard disclaimer applies, research these values and
implement at your own risk.

FC Adapter Attribute Changes:
lg_term_dma from 0x20 to 0x100 (from 2MB to 16MB)
num_cmd_elems from 200 to 1024 (queue depth for the adapter)

dar attribute changes:
load_balancing was set to yes
autorecovery was set to yes

hdisk attribute changes:
queue_depth from the default to 16 (total for all hdisks on a FastT should
be 512 or less)
prefetch_mult from 0 to 8

AIX vmtune changes:
minperm from 20 to 5
maxpgahead from 8 to 32
maxrandwrt from 0 to 32
numclust from 1 to 8
sync_release_iolock from 0 to 1
maxclient from 80 to 5

General FastT disk recommendations:
RAID5 is ideal for the recovery log
Create LUNs with 2 PVs, one on each half (RAID 1 pair)
Storage Pool drives have segment size of 128K, read/write cache enabled,
write cache w/mirroring, cache read ahead 4
Database drives have write cache enabled, write cache w/mirroring, cache
read ahead 0



__
John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.compures.com




 Leonard Lauria
 <[EMAIL PROTECTED]>
 Sent by: "ADSM:To
 Dist Stor [EMAIL PROTECTED]
 Manager"   cc
 <[EMAIL PROTECTED]
 .EDU> Subject
   opinions on disk partitioning

 08/21/2003 07:53
 AM


 Please respond to
 "ADSM: Dist Stor
 Manager"
 <[EMAIL PROTECTED]
   .EDU>






I would like to get opinions on disk configurations for a new platform.

I am installing my TSM server on an aix platform, with FASTT700 disk.

The FASTT700 has (28) 73 GB, 15K disks, of which 23 are available for this
application.

I am considering the following 2 setups, but please feel free to make other
suggestions!

1)  12 drives for the TSM DB, raid 10.  I only need 100 GB, plus room to
grow,
   perhaps double, so this wastes a lot of space, but I get needed
spindles.
   Remaining 11 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 570 GB disk pool
 200 GB disk pool
   20 GB disk pool
   13 GB TSM log

2)  8 drives for the TSM DB, raid 5.  I only need 100 GB, plus room to
grow,
   perhaps double, so this is less space, but fewer spindles and no
mirror.
   Remaining 15 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 500 GB disk pool
 500 GB disk pool
   82 GB disk pool
   13 GB TSM log

#2 gives me more spindles for the disk pools, by using only raid5 for the
database partitions.

Another concern is having the disk pools compete with each other on the
same disks.  Would
it be better to have fewer spindles per disk pools, but have disk pools
seperate from each other,
or all the disk pools spread over the same larger number of spindles?

Also, I have had a lot of conflicting information regarding TSM doing
mirrors of the DB and LOG
versus letting the FASTT hardware do raid protection.  It seems the
hardware implementation would
be faster, and just as safe, as letting TSM do mirrors...not to mention
allowing me to spread things
out a bit more.

Any opinions on my options?

Thanks!

leonard


Can TSM server on z/OS talk to SANs?

2003-08-21 Thread Sherman, Howard
Hello,

 We have been running the TSM Server on z/OS, backing up Windows/Solaris/Linux 
clients. Our backup media has been a StorageTek Powderhorn Tape Silo, emulating IBM 
3490E drives (tape capacity 2GB). Within the year the silo will be upgraded to emulate 
IBM 3590 drives (tape capacity 60GB). 

 Clients have been dissatisfied with the throughput of the TSM backups. Typically, 
the aggregate transfer rates have ranged between 1MB and 3MB/sec. That's not good when 
you want, for example, to backup an Exchange database over 100GB in size.

 Anyway, there is a project spawning here to possibly bring in some SAN boxes, 
like the EMC Clarion models. The idea would be to somehow directly backup to the SANs, 
or have a tape silo Fibre Channel connected directly to the SAN. 

 My first question is, is there a way for the TSM Server on z/OS to talk directly 
to the SAN boxes? Or would the SAN have to be emulated to z/OS to look like some type 
of IBM mainframe tape device (3480/3490/3590/whatever)?
   

Howard Sherman, Technical Consultant
NYC Dept Of Information Technology & Telecomm (DoITT)
718-403-8737 Office    914-474-1464 Mobile 


Re: Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5

2003-08-21 Thread Adams, Matt (US - Hermitage)
Thanks for your help Del.

I just finish a cmd file to resolve my issue.

Regards,

Matt

-Original Message-
From: Del Hoobler [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 11:19 AM
To: [EMAIL PROTECTED]
Subject: Re: Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5


Matt,

This change came along with the product name change.
If you created manual shorcuts, you will need to update them.

Thanks,

Del



> The shortcut was made manually to the "All Users" desktop by going
> C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
> Manager\TDP for MS Exchange Server - V2 and copying the "Exchange
> Client
-
> GUI to the All users desktop.
>
> We didn't change the base installation directory.  We took all the
default
> for both the installation of v2.2 and 5.1.5.
>
> However, this folder is different for ITSM:
>
> C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
> Manager\Data Protection for Microsoft Exchange Server
>
> versus
>
> C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
> > Manager\TDP for MS Exchange Server - V2
>
> The properties of the shorcut for in both installation scenarios both
point
> to "C:\Program Files\Tivoli\TSM\TDPExchange\" though I just now
> noticed
that
> the target of the shortcut changed.
>
> V2 target in the shortcut properties is:  Tivoli Data Protection for
> Microsoft Exchange Server
> ITSM 5.1.5 target is:   IBM Tivoli Storage Manager for Mail - MS
Exchange
>
> Perhaps this is where part of the problem lies.
This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.  Any
disclosure, copying, or distribution of this message, or the taking of any
action based on it, is strictly prohibited.


Re: Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5

2003-08-21 Thread Del Hoobler
Matt,

This change came along with the product name change.
If you created manual shorcuts, you will need to update them.

Thanks,

Del



> The shortcut was made manually to the "All Users" desktop by going
> C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
> Manager\TDP for MS Exchange Server - V2 and copying the "Exchange Client
-
> GUI to the All users desktop.
>
> We didn't change the base installation directory.  We took all the
default
> for both the installation of v2.2 and 5.1.5.
>
> However, this folder is different for ITSM:
>
> C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
> Manager\Data Protection for Microsoft Exchange Server
>
> versus
>
> C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
> > Manager\TDP for MS Exchange Server - V2
>
> The properties of the shorcut for in both installation scenarios both
point
> to "C:\Program Files\Tivoli\TSM\TDPExchange\" though I just now noticed
that
> the target of the shortcut changed.
>
> V2 target in the shortcut properties is:  Tivoli Data Protection for
> Microsoft Exchange Server
> ITSM 5.1.5 target is:   IBM Tivoli Storage Manager for Mail - MS
Exchange
>
> Perhaps this is where part of the problem lies.


Re: opinions on disk partitioning

2003-08-21 Thread David Longo
I have a FAStT200 HA with (20) 73GB disks and AIX TSM server.

In brief, when I initially setup, I had (3) 5 member raid disks
configured for TSM disk pools and backing up 400 GB per day.
This was slower as amount of data increased.  I changed to (5)
3 member raid disks and performance was much better.  I am now 
backing up 700 - 800 GB in about a 15 hour window from 200 clients
and doing migration and backup stg.

I would definitely not use single LUN for TSM disk pool.  Also at TSM
point, you should have multiple TSM volumes.  For a 500GB disk pool,
I would have at least 10 TSM volumes.  Unless you just have a few big clients.

The idea is not only more spindles but more "arrays" for improved
performance.


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 08:53AM >>>
I would like to get opinions on disk configurations for a new platform.

I am installing my TSM server on an aix platform, with FASTT700 disk.

The FASTT700 has (28) 73 GB, 15K disks, of which 23 are available for this
application.

I am considering the following 2 setups, but please feel free to make other
suggestions!

1)  12 drives for the TSM DB, raid 10.  I only need 100 GB, plus room to grow,
   perhaps double, so this wastes a lot of space, but I get needed
spindles.
   Remaining 11 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 570 GB disk pool
 200 GB disk pool
   20 GB disk pool
   13 GB TSM log

2)  8 drives for the TSM DB, raid 5.  I only need 100 GB, plus room to grow,
   perhaps double, so this is less space, but fewer spindles and no
mirror.
   Remaining 15 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 500 GB disk pool
 500 GB disk pool
   82 GB disk pool
   13 GB TSM log

#2 gives me more spindles for the disk pools, by using only raid5 for the
database partitions.

Another concern is having the disk pools compete with each other on the
same disks.  Would
it be better to have fewer spindles per disk pools, but have disk pools
seperate from each other,
or all the disk pools spread over the same larger number of spindles?

Also, I have had a lot of conflicting information regarding TSM doing
mirrors of the DB and LOG
versus letting the FASTT hardware do raid protection.  It seems the
hardware implementation would
be faster, and just as safe, as letting TSM do mirrors...not to mention
allowing me to spread things
out a bit more.

Any opinions on my options?

Thanks!

leonard

##
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.
##


Intel on TSM

2003-08-21 Thread Brenda Collins
Thank you to all of you that provided feedback on this issue!

Brenda


Re: Restoring SQL Database

2003-08-21 Thread Chris Leonard
Del's answer is accurate, but I can add a little specific SQL Server
knowledge if it helps you feel better about things.  What is happening is
that restoring a SQL Server's master database is the equivalent of a brain
transplant for the database instance.  Many fundamental "facts" about the
database are defined in the master database, so there is no way to guarantee
that the instance is in a consistent state at this point.  These "facts"
that I am referring to go well beyond the obvious (login definitions,
database names, locations of primary data files, and the like).  For
example, after master has been replaced, all of the following may have
changed:  login definitions, database names, locations of primary data
files, character set, collation order, error messages, compiled access
plans, and on and on the list goes.  So the simplest way, by far, to get the
instance back into a consistent state is to bounce the instance using the
"new" master database.  Therefore, SQL Server posts a message saying that
the restore was successful, but SQL must shut down now.  As a sidebar, if
you look in the SQL Server error log that was active during the restore, you
*will* see that SQL actually notifies you that it is shutting down.  But
what typically happens is that the client software (in this case, TDP), did
not write code to handle this special event, so it is not "expecting" the
instance to shut down.  Therefore, the client software reports that the
connection is broken, and it appears as an "error" in the client software,
even though everything is fine from SQL Server's point of view.

Just my 0.02.  Hope that helps you understand what's going on a little
better.

Cheers,
Chris
___
Chris Leonard, University of Iowa ITS DBA
300 USB / 319-384-0801
 
This communication is protected by ROT-26 encryption.
 


--

Date:Wed, 20 Aug 2003 10:42:32 -0400
From:Del Hoobler <[EMAIL PROTECTED]>
Subject: Re: Restoring SQL Database

Mehdi,

When you restore the master database, after the restore
is completed, the SQL server is shutdown and you will
get the error message. That is documented in the User's Guide. Please read
the Appendix carefully about restoring the master database. (It is under
"Advanced Restore Procedures".) You may want to get to a supported level of
Dp for SQL, which is 5.1.5. ..or at least look at the 5.1.5 User's Guide
online which has more detailed information for Advanced Restore Procedures.

If you follow the instructions in the manual,
and things still don't seem to be working,
please call IBM support.

Again... you will get an "error" on the screen after you restore the master
database. That is expected.

Thanks,

Del


Re: dsmserv.dsk?

2003-08-21 Thread Andrew Raibeck
Yes.

This file contains a list of the TSM server db and log files.

If you were ever to lose dsmserv.dsk, all you need to do is create a new
dsmserv.dsk file with one of the db or log file names in it. Since each db
and log file contains info about all the other db and log files, the
server could restart from that minimal dsmserv.dsk file (it will then
update dsmserv.dsk with all the log and db file names).

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/[EMAIL PROTECTED]
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.




Lawrence Clark <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
08/21/2003 08:11
Please respond to "ADSM: Dist Stor Manager"

To: [EMAIL PROTECTED]
cc:
Subject:dsmserv.dsk?


Is dsmserv.dsk the only place TSM uses to locate DB and log disk on
startup?


Re: Move DRMedia Question.

2003-08-21 Thread Alan Davenport
Thank you. That's what I thought but the documentation is not very clear in
this respect.

   Take care,
   Al

-Original Message-
From: David Longo [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 10:26 AM
To: [EMAIL PROTECTED]
Subject: Re: Move DRMedia Question.


Yes, it's "automatic".  That is if you run expiration and reclaimation
on a regular basis.



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 10:23AM >>>
Hello group,

 I've recently moved to a 3494 from a manual library. I'm
curious how DRM offsite tapes that are in the status of VAULT get into the
status of VAULTRETRIEVE state. Do they go there automatically when they
become empty?


  Thanks,
 Al

Alan Davenport
Senior Storage Administrator
Selective Insurance Co. of America
[EMAIL PROTECTED]
(973) 948-1306

##
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.
##


dsmserv.dsk?

2003-08-21 Thread Lawrence Clark
Is dsmserv.dsk the only place TSM uses to locate DB and log disk on
startup?


Getting Hieroglyphs in activity log when using TDP for informix ...

2003-08-21 Thread PAC Brion Arnaud
Hi list,

Anyone having seen such strange things, using TDP for informix ?
08/20/03 19:48:06 ANE4993E (Session: 109892, Node: X) TDP Infmx AIX42 
ANS0302üÑ?Ü 2& /ñƒð -t€ - XÑ6£ÀÑ6´ ANS0302I (RC0) Successfully done. 
08/20/03 19:48:06 ANE4993E (Session: 109892, Node: X) TDP Infmx AIX42 
ANS1017üÑ< 2%´ ANS1017E (RC-50) Session rejected: TCP/IP connection failure 
TSM server version 5.1.6.2 on AIX 4.3.3 ml 10, client installed on aix 5.1.0.0 32 bit 
system, having 2 instances of informix, one in 32 bit, one in 64 bit and corresponding 
latest TDP and API versions.
Backups are OK, query fi for this node do not show those hieroglyphs, but those 
messages are making me afraid …
Thanks for any input !
Regards.

Arnaud

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| Arnaud Brion, Panalpina Management Ltd., IT Group |
| Viaduktstrasse 42, P.O. Box, 4002 Basel - Switzerland |
| Phone: +41 61 226 19 78 / Fax: +41 61 226 17 01   | 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=




Re: Move DRMedia Question.

2003-08-21 Thread David Longo
Yes, it's "automatic".  That is if you run expiration and reclaimation
on a regular basis.



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 10:23AM >>>
Hello group,

 I've recently moved to a 3494 from a manual library. I'm
curious how DRM offsite tapes that are in the status of VAULT get into the
status of VAULTRETRIEVE state. Do they go there automatically when they
become empty?


  Thanks,
 Al

Alan Davenport
Senior Storage Administrator
Selective Insurance Co. of America
[EMAIL PROTECTED] 
(973) 948-1306

##
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.
##


Move DRMedia Question.

2003-08-21 Thread Alan Davenport
Hello group,

 I've recently moved to a 3494 from a manual library. I'm
curious how DRM offsite tapes that are in the status of VAULT get into the
status of VAULTRETRIEVE state. Do they go there automatically when they
become empty?


  Thanks,
 Al

Alan Davenport
Senior Storage Administrator
Selective Insurance Co. of America
[EMAIL PROTECTED]
(973) 948-1306


Re: Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5

2003-08-21 Thread Adams, Matt (US - Hermitage)
The shortcut was made manually to the "All Users" desktop by going
C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
Manager\TDP for MS Exchange Server - V2 and copying the "Exchange Client -
GUI to the All users desktop.

We didn't change the base installation directory.  We took all the default
for both the installation of v2.2 and 5.1.5.

However, this folder is different for ITSM:

C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
Manager\Data Protection for Microsoft Exchange Server

versus

C:\Documents and Settings\All Users\Start Menu\Programs\Tivoli Storage
Manager\TDP for MS Exchange Server - V2

The properties of the shorcut for in both installation scenarios both point
to "C:\Program Files\Tivoli\TSM\TDPExchange\" though I just now noticed that
the target of the shortcut changed.

V2 target in the shortcut properties is:  Tivoli Data Protection for
Microsoft Exchange Server
ITSM 5.1.5 target is:   IBM Tivoli Storage Manager for Mail - MS Exchange


Perhaps this is where part of the problem lies.

Matt



-Original Message-
From: Del Hoobler [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 8:39 AM
To: [EMAIL PROTECTED]
Subject: Re: Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5


Matt,

Did you change the base TSM installation directory?
Were these shortcuts that you made manually?
Take a closer look at this since the executable names (TDPEXC.EXE and
TDPEXCC.EXE)did not change, and the "TDPExchange" sub-directory did not
change.

Thanks,

Del


> Hi all,
>
> This is going to seem like a dumb question, but when you have TDP for
> Exchange v2.2 already running on a system, and upgrade to ITSM for
> Mail 5.1.5, all of your old shortcuts are now "broken".  If you click
> on a shortcut that you had on the desktop, it gives you a message:
> "Problem
with
>  shortcut -  This action is only valid for current products
> installed."
>
> Why does this occur?  The path to the executable has not changed.  I
> am looking for a way to resolve this as we are getting ready to
> upgrade
> (finally) about 40 Exchange servers to ITSM for Mail 5.1.5.
>
> Any thoughts or suggestions are appreciated.
>
> Thanks,
This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.  Any
disclosure, copying, or distribution of this message, or the taking of any
action based on it, is strictly prohibited.


Re: Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5

2003-08-21 Thread Del Hoobler
Matt,

Did you change the base TSM installation directory?
Were these shortcuts that you made manually?
Take a closer look at this since the executable names
(TDPEXC.EXE and TDPEXCC.EXE)did not change,
and the "TDPExchange" sub-directory did not change.

Thanks,

Del


> Hi all,
>
> This is going to seem like a dumb question, but when you have TDP for
> Exchange v2.2 already running on a system, and upgrade to ITSM for Mail
> 5.1.5, all of your old shortcuts are now "broken".  If you click on a
> shortcut that you had on the desktop, it gives you a message: "Problem
with
>  shortcut -  This action is only valid for current products installed."
>
> Why does this occur?  The path to the executable has not changed.  I am
> looking for a way to resolve this as we are getting ready to upgrade
> (finally) about 40 Exchange servers to ITSM for Mail 5.1.5.
>
> Any thoughts or suggestions are appreciated.
>
> Thanks,


Re: opinions on disk partitioning

2003-08-21 Thread Wheelock, Michael D
Hi,

We have implemented TSM on a fastt700.  What I would suggest you do is get
the system installed and do some real world performance testing to validate
any configuration you are looking at.  This is approximately what we have
done:

2 Member Raid 1 for system disk (AIX 5.2 can boot from the SAN)
2 Member Raid 1 for logs
5 Member Raid 5 for DB
9 Member Raid 5 for Disk Pool
9 Member Raid 5 for Disk Pool

Not all of the space is completely allocated to the filesystems here, but it
give you the picture.  We did quite a bit of testing to make sure that the
Raid 5 for the disk pools would not slow us down.  During our testing we
were able to write to these disks (bot simultaneously) at 50MB/s each.  This
was plenty of validation for me that the disk configuration could pretty
much handle whatever we threw at it.  So far (we have been live for 4 months
and are ratcheting up the number of systems we back up) we are doing
extremely well.  The system backs up over 250GB/night (which isn't a lot,
but it is increasingly rapidly).  This is spread across approximately two
hours (to disk) then another two hours or so to tape (IBM 3584 Lib with 8/FC
attached LTO1's).  There is a lot of room to grow with that as the backup to
tape is currently limited by fact that of the 250GB approximately 150GB
comes from a single host (so when you do the stgpool backup it can't
parallelize beyond a certain point).

One caution however is to be sure and implement zoning today.  Don't wait to
implement this until you need to.  We have waited a while on our Compaq SAN
equipment and are having to retro the zoning in.  Also

As to the question about mirrored database volumes, I cannot say one way or
another.  I have seen posts that suggest this is a problem.  I have also
worked with databases for quite a while (oracle, sybase and mssql) and never
seen this issue with them.  So either whatever flavor of database IBM uses
is susceptible to this issue or it was more of a problem with older
hardware.  I have currently not setup this system to mirror the database
volumes in software.  The issue with the corruption of the database volume
was not correctable with hardware raid.

Other info:
System: 7026-M80 (8 500MHZ CPU's, 8GB RAM)
SAN:  IBM rebranded 2Gb brocade switches
TSM Version: 5.2.0.1

Michael Wheelock
Integris Health of Oklahoma


-Original Message-
From: Leonard Lauria [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 7:53 AM
To: [EMAIL PROTECTED]
Subject: opinions on disk partitioning


I would like to get opinions on disk configurations for a new platform.

I am installing my TSM server on an aix platform, with FASTT700 disk.

The FASTT700 has (28) 73 GB, 15K disks, of which 23 are available for this
application.

I am considering the following 2 setups, but please feel free to make other
suggestions!

1)  12 drives for the TSM DB, raid 10.  I only need 100 GB, plus room to
grow,
   perhaps double, so this wastes a lot of space, but I get needed
spindles.
   Remaining 11 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 570 GB disk pool
 200 GB disk pool
   20 GB disk pool
   13 GB TSM log

2)  8 drives for the TSM DB, raid 5.  I only need 100 GB, plus room to grow,
   perhaps double, so this is less space, but fewer spindles and no
mirror.
   Remaining 15 drives would be Raid 5, and exported as a single LUN
which would
   have 4 logical volumes for:

 500 GB disk pool
 500 GB disk pool
   82 GB disk pool
   13 GB TSM log

#2 gives me more spindles for the disk pools, by using only raid5 for the
database partitions.

Another concern is having the disk pools compete with each other on the same
disks.  Would it be better to have fewer spindles per disk pools, but have
disk pools seperate from each other, or all the disk pools spread over the
same larger number of spindles?

Also, I have had a lot of conflicting information regarding TSM doing
mirrors of the DB and LOG versus letting the FASTT hardware do raid
protection.  It seems the hardware implementation would be faster, and just
as safe, as letting TSM do mirrors...not to mention allowing me to spread
things out a bit more.

Any opinions on my options?

Thanks!

leonard
This e-mail may contain identifiable health information that is subject to protection
under state and federal law. This information is intended to be for the use of the
individual named above. If you are not the intended recipient, be aware that any
disclosure, copying, distribution or use of the contents of this information is 
prohibited
and may be punishable by law. If you have received this electronic transmission in
error, please notify us immediately by electronic mail (reply).


Re: opinions on disk partitioning

2003-08-21 Thread Lawrence Clark
We have our TSB DB on Raid-5 disk .
We do not mirror the disk that are storage volumes because the data
only resides there a short while before going to cartridge.

>>> [EMAIL PROTECTED] 08/21/03 08:53AM >>>
I would like to get opinions on disk configurations for a new
platform.

I am installing my TSM server on an aix platform, with FASTT700 disk.

The FASTT700 has (28) 73 GB, 15K disks, of which 23 are available for
this
application.

I am considering the following 2 setups, but please feel free to make
other
suggestions!

1)  12 drives for the TSM DB, raid 10.  I only need 100 GB, plus room
to grow,
   perhaps double, so this wastes a lot of space, but I get
needed
spindles.
   Remaining 11 drives would be Raid 5, and exported as a single
LUN
which would
   have 4 logical volumes for:

 570 GB disk pool
 200 GB disk pool
   20 GB disk pool
   13 GB TSM log

2)  8 drives for the TSM DB, raid 5.  I only need 100 GB, plus room to
grow,
   perhaps double, so this is less space, but fewer spindles
and no
mirror.
   Remaining 15 drives would be Raid 5, and exported as a single
LUN
which would
   have 4 logical volumes for:

 500 GB disk pool
 500 GB disk pool
   82 GB disk pool
   13 GB TSM log

#2 gives me more spindles for the disk pools, by using only raid5 for
the
database partitions.

Another concern is having the disk pools compete with each other on
the
same disks.  Would
it be better to have fewer spindles per disk pools, but have disk
pools
seperate from each other,
or all the disk pools spread over the same larger number of spindles?

Also, I have had a lot of conflicting information regarding TSM doing
mirrors of the DB and LOG
versus letting the FASTT hardware do raid protection.  It seems the
hardware implementation would
be faster, and just as safe, as letting TSM do mirrors...not to
mention
allowing me to spread things
out a bit more.

Any opinions on my options?

Thanks!

leonard


Re: TDP for Data Protection for Domino: 5.1.5: configuration question

2003-08-21 Thread Shannon Bach

Ken Sedlacek wrote;
Q: Is this TDP dsm.opt file supposed to be in addition to the regular TSM B/A client dsm.opt file?? or, should I combine the TDP dsm.opt file into the TSM B/A client dsm.opt file?

A: The TDP dsm.opt file is in addition to the regular TSM B/A client.  I used the Redbook SG24-5247-00, Chapter 2 starting at 2.3 
page 31, to set up my Domino TDP environment.  It was a step by step process with detailed explanation's for each.  I also had a little help from this list.  Converted backups for two Domino Servers from the regular B/A Clients to Domino TDP's and freed up at least 30% of my TSM resources:0}.  Send email if you have more questions.


Shannon Bach
Madison Gas & Electric Co.
Operations Analyst - Data Center Services
Office 608-252-7260
Fax 608-252-7098
e-mail [EMAIL PROTECTED] 

opinions on disk partitioning

2003-08-21 Thread Leonard Lauria
I would like to get opinions on disk configurations for a new platform.

I am installing my TSM server on an aix platform, with FASTT700 disk.

The FASTT700 has (28) 73 GB, 15K disks, of which 23 are available for this
application.
I am considering the following 2 setups, but please feel free to make other
suggestions!
1)  12 drives for the TSM DB, raid 10.  I only need 100 GB, plus room to grow,
  perhaps double, so this wastes a lot of space, but I get needed
spindles.
  Remaining 11 drives would be Raid 5, and exported as a single LUN
which would
  have 4 logical volumes for:
570 GB disk pool
200 GB disk pool
  20 GB disk pool
  13 GB TSM log
2)  8 drives for the TSM DB, raid 5.  I only need 100 GB, plus room to grow,
  perhaps double, so this is less space, but fewer spindles and no
mirror.
  Remaining 15 drives would be Raid 5, and exported as a single LUN
which would
  have 4 logical volumes for:
500 GB disk pool
500 GB disk pool
  82 GB disk pool
  13 GB TSM log
#2 gives me more spindles for the disk pools, by using only raid5 for the
database partitions.
Another concern is having the disk pools compete with each other on the
same disks.  Would
it be better to have fewer spindles per disk pools, but have disk pools
seperate from each other,
or all the disk pools spread over the same larger number of spindles?
Also, I have had a lot of conflicting information regarding TSM doing
mirrors of the DB and LOG
versus letting the FASTT hardware do raid protection.  It seems the
hardware implementation would
be faster, and just as safe, as letting TSM do mirrors...not to mention
allowing me to spread things
out a bit more.
Any opinions on my options?

Thanks!

leonard


Upgrade TDP for Exchange v2.2 to ITSM for Mail 5.1.5

2003-08-21 Thread Adams, Matt (US - Hermitage)
Client - Windows 2000 Advanced Server running Exchange 2000.  TDP for
Exchange v2.2



Hi all,

This is going to seem like a dumb question, but when you have TDP for
Exchange v2.2 already running on a system, and upgrade to ITSM for Mail
5.1.5, all of your old shortcuts are now "broken".  If you click on a
shortcut that you had on the desktop, it gives you a message: "Problem with
shortcut -  This action is only valid for current products installed."

Why does this occur?  The path to the executable has not changed.  I am
looking for a way to resolve this as we are getting ready to upgrade
(finally) about 40 Exchange servers to ITSM for Mail 5.1.5.

Any thoughts or suggestions are appreciated.

Thanks,

Matt
This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.  Any
disclosure, copying, or distribution of this message, or the taking of any
action based on it, is strictly prohibited.


Re: IP Change on our TSM Server

2003-08-21 Thread Deon George
Thomas,

Changing your IP address should be a problem at all (its never been for
me).

As long as your clients know how to find the server, once its changed, you
should not have any problems.

...deon
---
Have you looked at the A/NZ Tivoli User Group website?
http://www.tuganz.org

Deon George, IBM Tivoli Software Engineer, IBM Australia
Office: +61 3 9626 6058, Fax: +61 3 9626 6622, Mobile: +61 412 366 816,
IVPN +70 66058
mailto:[EMAIL PROTECTED], http://www.ibm.com/tivoli

"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> wrote on 21/08/2003
04:39:32 PM:

> Hallo,
>
> we are using TSM 3.7.4.6 on AIX. At the moment we plan to change our IP
> address, gateway and subnet address on this server. Do you see any
> proplems? Or, what do you think do we have to regard or to change on
> this server?
>
> Thanks in advance.
>
> Kindests Regards,
> Thomas.
>
> --
> Thomas Birke, Rechenzentrum der Universitaet Augsburg, Zentrale Server
(Unix),
> Universitaetsstr. 8, D-86159 Augsburg, Germany,
> Tel. +49 (0)821 598-2051, Fax +49 (0)821 598-2028,
> Mail: [EMAIL PROTECTED], http://www.rz.uni-augsburg.de