exclude for novell 45

2001-06-06 Thread Giuseppe Taccone

I've problem to understand which is the correct sintax to use for exclude directory or 
files in Novell platform version 4 or 5 with TSM 4.1 .


Is there anybody that can explain me  how to do it?


   
 thank you very much in advance


Giuseppe  Taccone
TSM Team Manager
I.A.N. srl
  V.le Fulvio Testi, 11
20092 Cinisello Balsamo (Mi )
  
Tel. +39.02.61866362
Fax  +39.02.61866315
Email:[EMAIL PROTECTED]



Re: exclude for novell 45

2001-06-06 Thread Kevin Kinder

Guiseppe,

This is the syntax we use on our NetWare clients.  We are running TSM 4.1.  Remember 
that the exclude statements are processed from the bottom up.  These statements 
exclude most of the system files and logs that don't need to be backed up.I hope 
this helps!

EXCLUDE servername\*:/.../vol$log.err
EXCLUDE servername*:/.../tts$log.err
EXCLUDE servername*:/.../sys$log.err
EXCLUDE servername*:/.../events.log
EXCLUDE servername*:/.../secaudit.log
EXCLUDE servername*:/.../system.log
EXCLUDE servername*:/.../net$obj.sys
EXCLUDE servername*:/.../net$prop.sys
EXCLUDE servername*:/.../net$val.sys
EXCLUDE servername\sys:system/cmaster.dba
EXCLUDE servername\sys:system/btrieve.trn
EXCLUDE servername\sys:system/tsa/tsa$temp.*
EXCLUDE servername\sys:system/tsa/err$log.*
EXCLUDE servername\sys:system/tsa/skip$log.*
EXCLUDE servername\sys:system/tsa/err$hst.*
EXCLUDE servername\sys:_SWAP_.MEM
exclude.dir servername\sys:\queues


Kevin Kinder
558-8844

 Giuseppe Taccone [EMAIL PROTECTED] 6/6/01 11:05:17 AM 
I've problem to understand which is the correct sintax to use for exclude directory or 
files in Novell platform version 4 or 5 with TSM 4.1 .


Is there anybody that can explain me  how to do it?


   
 thank you very much in advance


Giuseppe  Taccone
TSM Team Manager
I.A.N. srl
  V.le Fulvio Testi, 11
20092 Cinisello Balsamo (Mi )
  
Tel. +39.02.61866362
Fax  +39.02.61866315
Email:[EMAIL PROTECTED]



Re: Mac OS X requirements survey

2001-06-06 Thread Michael Oski

The problem with backing up MacOS X files with the Classic client is
that the new file attributes will be lost. MacOS up to version 9.1 store
resources and attributes for file differently then MacOS X. Many of the
files you backup will not restore correctly if the new method of
resource and attribute settings is not supported.

So, if you have users using dual boot setups, then make sure they run on
separate partitions an only backup the MacOS 9.1 side. The X side, and
all files included with native applications are not reliably restorable.

MO

On Wednesday, June 6, 2001, at 05:58 AM, Gretchen L. Thiele wrote:

 At minimum, a command line dsmc  dsmadmc functionality with support
 for
 HFS+ and UFS file systems. This way the scheduler could be put in a
 cron
 entry for nightly processes. Personally, I don't care much about a gui

 I pretty much agree with the above, but I *do* care about gui for
 most of my users.

 The problem may or may not be the new dual boot Macs - we already have
 a client for the OS 9.1 side, but need one for the OS X side. Should
 they overlap in the files that they back up? Should they exclude
 files not distinctly associated with each OS version? The future is
 going to be OS X, so most of the development should be focused there.
 However, for the duration of this year, most of my users will be
 in both worlds and expect to be backed up...

 If you could back up and restore files from either OS from one 'side'
 (OS X), that would cover it for us. This, of course, introduces a
 lot of other issues, but ones I can deal with. Bottom line is a
 working client for OS X.

 I'm still thinking about this and I am waiting to hear back from our
 Mac admins here to see what they would like.


 Gretchen Thiele
 Princeton University




Re: TSM on OS/390 and SQL Question.

2001-06-06 Thread John Naylor

Gene,
You can specify a DD statement in your jcl for an output file
eg
//DSMOUTDD DSN=JNAYL0R..ADSM.BACKUP.D010606,
//  DISP=(NEW,KEEP),UNIT=3390,SPACE=(CYL,(1,1)),
//  DCB=(RECFM=VB,LRECL=250,BLKSIZE=25000)

//INPUTDD  *
 RUN CHECK_TOTAL_BACKUP   DD:DSMOUT






Gene Walters [EMAIL PROTECTED] on 06/06/2001 03:46:10 PM

Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: John Naylor/HAV/SSEG)
Subject:  TSM on OS/390 and SQL Question.



I'm running TSM on OS/390 2.9.  When i do an SQL in a batch job, I want to use 
and  signs.  however, TSM thinks that I am wanting to redirect output to a
file.  Is there a way to get around this?

Thanks






**
The information in this E-Mail is confidential and may be legally
privileged. It may not represent the views of Scottish and Southern
Energy plc.
It is intended solely for the addressees. Access to this E-Mail by
anyone else is unauthorised. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted
to be taken in reliance on it, is prohibited and may be unlawful.
Any unauthorised recipient should advise the sender immediately of
the error in transmission.

Scottish Hydro-Electric and Southern Electric are trading names of
Scottish and Southern Energy Group.
**



TDP for RMAN automatic matenance script

2001-06-06 Thread Phillip Guan

Hi all,

To backup Oracle and restore sample script can be found on TDP for Oracle
manual, but there is no automatic maintenance script sample.  Can anyone
share your experience on how to do it, manually or auto? I am sure we can
write script on UNIX but how to do this on NT/2000. Any help would be
greatly appreciated.

Best regards,
Phillip Guan



Re: TSM on OS/390 and SQL Question.

2001-06-06 Thread Alan Davenport

It's as simple as NOT putting spaces next to the  and  signs. I use
this script to count the amount of tapes eligible for reclamation:

select count(volume_name) as carts from volumes where pct_reclaim60 and
stgpool_name='TAPEPOOL'

If I were to have a space next to the  it will not work but by running it
together it does!

  Al


-=-Original Message-
-=From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
-=Sent: Wednesday, June 06, 2001 10:46 AM
-=To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
-=Subject: TSM on OS/390 and SQL Question.
-=
-=
-=From: [EMAIL PROTECTED]
-=To: [EMAIL PROTECTED]
-=Date: Wed, 6 Jun 2001 10:46:10 -0400
-=Subject: TSM on OS/390 and SQL Question.
-=
-=I'm running TSM on OS/390 2.9.  When i do an SQL in a batch job,
-=I want to use  and  signs.  however, TSM thinks that I am
-=wanting to redirect output to a file.  Is there a way to get around this?
-=
-=Thanks
-=



Re: Schedule clients for backup

2001-06-06 Thread Del Hoobler

Patrick,

Each Domino server will have its own version
of the command file.  The command file filename will be
the same so that you only need one TSM Server schedule
that defines the Domino schedule parameters, part of
which is the filename of the command file to kick off.
Then, you will just associate the nodenames
(that you set up for the TDP for Domino clients)
with that schedule.  The User's Guide covers this
in more detail. The key is that you only need to
do the TSM Server setup once and then you will
set up each Domino server that you want backed up.

Thanks,

Del



Del Hoobler
IBM Corporation
[EMAIL PROTECTED]

It's a beautiful day.  Don't let it get away.  -- Bono




Patrick
Sheehan  To: [EMAIL PROTECTED]
psheehan@GLOB   cc:
E.COM   Subject: Schedule clients for backup
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
IST.EDU


06/06/2001
12:10 PM
Please respond
to ADSM: Dist
Stor Manager





Hello Everyone

 I am configuring one TSM server to backup three Lotus Domino servers.
I would like to do so with schedules. I understand I need to have
domsel.cmd (command files) to run scheduled backups. My question is on the
other servers (without TSM server but just the TDP for Domino client) I
have the TSM scheduler running and the nodes are registered on the server,
do they use the servers command file or does each one require a separate
cmd file with the /ADSMNODE=othersevername on the server? I guess I'm
missing how the clients call the cmd file and where they must reside. I do
have a local client on the server working but the others don't appear to
be. Any help would be appreciated.

TIA


Patrick



Re: Pl answer to this question or mail me directly

2001-06-06 Thread Lau, Ming

Go to www.salary.com  you will have idea how much they paid for the same job
in different areas.


Ming Lau
System Administrator
Lam Research

-Original Message-
From: PINNI, BALANAND (SBCSI) [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 01, 2001 12:07 PM
To: [EMAIL PROTECTED]
Subject: Pl answer to this question or mail me directly
Importance: High


FYI ALL
Its a humble request pl.
May be some may get surprised with this question.Pl delete this mail if u
feel .I wanted to know this
because no one tells me here in USA.

I wanted to know what whould be salary per year for the following data

1.AIX/HP/SUN/TSM ADMIN
2.With network and DBA background for

  for past 14 years.

BALANAND PINNI.
PHONE 314-206-5911.
EM:[EMAIL PROTECTED]
PG:1-800-451-6897.



TSM for Microsoft SQL Server?

2001-06-06 Thread Yahya Ilyas

Is there a separate TSM module to backup Microsoft SQL Server?,  as there is
for Microsoft Exchange Server.  Please send me details.
Thanks


   -
   Yahya Ilyas
   Systems Programmer Senior
   Systems Integration  Management
   Information Technology
   Arizona State University, Tempe, AZ 85287-0101

   [EMAIL PROTECTED]
   Phone: (480) 965-4467





Re: TSM for Microsoft SQL Server?

2001-06-06 Thread David Longo

Yes, it's TDP for MS SQL server.  Separate purchaseable product.  Info on Tivoli 
website.  Latest version 2.2.  Works with SQL 6.0, 6.5, 7.0 and 2000.


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.5525
[EMAIL PROTECTED]


 [EMAIL PROTECTED] 06/06/01 01:09PM 
Is there a separate TSM module to backup Microsoft SQL Server?,  as there is
for Microsoft Exchange Server.  Please send me details.
Thanks


   -
   Yahya Ilyas
   Systems Programmer Senior
   Systems Integration  Management
   Information Technology
   Arizona State University, Tempe, AZ 85287-0101

   [EMAIL PROTECTED] 
   Phone: (480) 965-4467





MMS health-first.org made the following
 annotations on 06/06/01 14:23:41
--
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.

==



HP and SAN

2001-06-06 Thread Alexandre Bicas

Hi guys !

Does anyone know if TSM server for HP-UX is supported in a SAN environent ?

A customer needs to connect fiber channel tapes in a HP box, and wishes to
use TSM in order to manage the backups.

If it's not supported, does anyone inside Tivoli know when it will be ?!

Thanks all !


Alexandre Bicas Caldeira - [EMAIL PROTECTED]
Tivoli Certified Specialist - Tivoli Storage Manager
Service IT Solutions - http://www.service.com.br
   Sao Paulo:(11) 3054-1400
  Rua Vicente Pinzon, 144, cj 112
  CEP 04547-130 - Sco Paulo - SP
 Porto Alegre:   (51) 212-3666
 Curitiba:   (41) 363-5586



Re: errors

2001-06-06 Thread Brown, Ken C

Marc,


The same situation happens in Windows NT 4.0.  A quick fix would be to
change the CommTimeOut to 3,600 seconds and IdleTimeOut to 60 Minutes. That
would ensure that you do not receive a timeout error.

As far as understanding what that error means, at a command prompt enter
help followed by the numerical value of the ANR message that might explain a
little more detail in solving the problem.

Example: Help 1809 for error ANR1809E

Ken C. Brown
NT Systems Engineer / TSM Administrator
Navistar International
[EMAIL PROTECTED]





-Original Message-
From: Marc Levitan [ mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ]
Sent: Wednesday, June 06, 2001 12:37 PM
To: [EMAIL PROTECTED]
Subject: Re: errors


funny, but it happens on Unix, too!  =)




Jeff Bach
jdbach@WAL-MTo: [EMAIL PROTECTED]
ART.COM cc:
Sent by: Subject: Re: errors
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


06/06/2001
12:14 PM
Please
respond to
ADSM: Dist
Stor Manager





Convert to UNIX

Jeff Bach


-Original Message-
From:   Marc Levitan [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, June 06, 2001 8:45 AM
To: [EMAIL PROTECTED]
Subject:Re: errors

Does anyone have any resolutions for this?
Thanks!




Hi all -
I am receiving the following errors for a Novell Server that failed
Backup.
TSM backup failed and caused the Novell Server to hang.  Novell had
to be
rebooted to kill hung TSM session.

TSM 3.7.4
AIX 4.3.0
Novell 4.1

Does anyone know how to read this error log?
If you could point me in the right direction
Thanks!
Marc



06/04/2001 09:52:29 TcpFlush: Error 32 sending data on Tcp/Ip
socket
12.
06/04/2001 09:52:29 sessRecvVerb: Error -50 from call to 'readRtn'.
06/04/2001 09:52:29 TcpFlush: Error 32 sending data on Tcp/Ip
socket
12.
06/04/2001 10:40:17 TcpRead(): recv(): errno = 54
06/04/2001 10:40:17 sessRecvVerb: Error -50 from call to 'readRtn'.
06/04/2001 10:40:17 ANS1809E Session is lost; initializing session
reopen
procedure.
06/04/2001 10:40:18 ANS1809E Session is lost; initializing session
reopen
procedure.
06/04/2001 10:40:31 TcpRead(): recv(): errno = 54
06/04/2001 10:40:31 sessRecvVerb: Error -50 from call to 'readRtn'.
06/04/2001 10:40:31 cuSignOnResp: Server rejected session; result
code: 69
06/04/2001 10:40:31 sessOpen: Error 69 receiving SignOnResp verb
from
server
06/04/2001 10:40:33 ANS1811S TSM session could not be
reestablished.
06/05/2001 01:08:31 TcpRead(): recv(): errno = 54
06/05/2001 01:08:31 sessRecvVerb: Error -50 from call to 'readRtn'.
06/05/2001 01:08:31 ANS1809E Session is lost; initializing session
reopen
procedure.
06/05/2001 01:08:31 ANS1809E Session is lost; initializing session
reopen
procedure.
06/05/2001 01:08:47 ANS1811S TSM session could not be
reestablished.
06/05/2001 01:08:49 ANS1074I *** User Abort ***


**
This email and any files transmitted with it are confidential
and intended solely for the individual or entity to
whom they are addressed.  If you have received this email
in error destroy it immediately.
**



Tape Device Drive in Windows 2000

2001-06-06 Thread Diego Rufino

I have an ADSM V3.7 in Windows 2000. I have problems with the Tape backup
device drive.
Its start without problems, in boot mode ( windows 2000 optical device
option enabled).
But the detected device is GENERICTAPE.

The ADSMScsi driver is running. (boot mode)
The exabyte2 driver is running. (manual mode)

If I disable de exabyte2 driver the tape device is not detected.

Wich can be the problem ?

Thanks.



Primary tape has errors

2001-06-06 Thread Hunter, Bob

I have a primary backup tape which has tape errors.
I want to find out what tapes I will need to bring from offsite to recreate.

I ranRESTORE VOLUME ibm362 preview=y

And the only message I got back was for one tape , is this the only tape
needed.

ANR1255W Files on volume IBM458 cannot be restored -

  access mode is unavailable or offsite.

ANR1241I Restore preview of volumes in primary storage
  pool LTOPOOL has ended.  Files Restored: 15813,
Bytes
  Restored: 5658318648.

Thanks in advance bobh



Re: errors (Possible Solution)

2001-06-06 Thread Rik Foote

Gidday people.

A while ago I posted a similar problem and got some resolution via the list
and Tivoli Support.
See below - hope it helps.

Rik Foote
IBM NZ
-- Forwarded by Rik Foote/WestpacTrust/NZ on 07/06/2001
08:26 ---

From: Rik Foote on 13/09/2000 09:09

To:   ADSM: Dist Stor Manager [EMAIL PROTECTED]
cc:
Subject:  TCP/IP errors - SOLUTION

Hi all.

A while ago I reported this problem. Its fixed now and I thought I'd pass
on what the fix was.

Bob Bennett from Tivoli has rung back with a fix for our TCP/IP protocol
error problem. He said this fix is mentioned in the 3.7 manuals but not
before.

In /etc/inittab we are starting the scheduler with:
dsmc::once:/usr/bin/dsmc sched   # ADSM
scheduler

When any output comes from the scheduler the TCP/IP protocol error is
produced...

The fix is to start the scheduler with:
dsmc::once:/usr/bin/dsmc sched  /dev/null 21# TSM scheduler

Apparently you MUST pipe the output to /dev/null.

Cheers.

Rik
-- Forwarded by Rik Foote/WestpacTrust/NZ on 13/09/2000
08:10 ---

From: Rik Foote on 04/08/2000 08:33

To:   ADSM: Dist Stor Manager [EMAIL PROTECTED]
cc:

Subject:  TCP/IP errors?  (Document link not converted)

Hi all.

Running ADSM 3.1.2.50 on Solaris 2.6, client is 3.1.0.8.

We are getting these errors quite frequently in the dsmerror.log. They
happen every 5 seconds for a few hours then taper off to every 20 minutes.

08/01/2000 03:19:39 TcpRead(): recv(): errno = 131
08/01/2000 03:19:39 sessRecvVerb: Error -50 from call to 'readRtn'.
08/01/2000 03:19:39 QueryPendingSchedule(): optSendQuery(): reasoncode =
-50
08/01/2000 03:19:39 ANS1017E Session rejected: TCP/IP connection failure

A bounce of the client dsmc sched task seems to set it all right again, but
often this cannot be done until we arrive at work in the morning (no 7x24
monitoring). Which is too late to complete overnight backups,
unfortunately.

I have asked our LAN/network guys to look into why it might be occurring,
and they will be getting back to me soon I hope.

Has anyone else had this problem, and if so what was the cause/solution?

Thanks in advance.

Rik Foote
Storage Management
WestpacTrust Bank
New Zealand
  The contents of this e-mail are confidential. If you have received this
 communication by mistake, please advise the sender immediately and delete
 the message and any attachments.
 Westpac Banking Corporation is incorporated in New South Wales, Australia








-
The contents of this e-mail are confidential.
If you have received this communication by mistake,
please advise the sender immediately and delete the message and
any attachments.
The views expressed in this e-mail are not necessarily the views of
Westpac Banking Corporation.
Westpac Banking Corporation is incorporated in New South Wales, Australia.
-



DBI Connections to TSM database

2001-06-06 Thread Mark A. Adams

I am running AIX 4.3.3.x with version 3.7.4 TSM.
I need to connect to the TSM database using perl, using the DBI and the
DBD::DB2 module.
I am having trouble connecting to the database. Could anyone give me a hand.

CODE
#!/usr/local/bin/perl

use DBI;
use DBD::DB2::Constants;
use DBD::DB2;

$db = DBI-connect(dbi:DB2:adsmsrv1, user, password);
if (!defined($db)) {
 print Error connecting to server1 \n;
 #print Error:  . DBD::DB2::Error(). \n;
 exit(1);
}
exit(0);
##

This is the error I am getting.
DBI-connect(adsmsrv1) failed: Total Environment allocation failure!  Did
you set up your DB2 client environment? at ./first.pl line 7
Error connecting to server1
#

Does any one have any ideas or could help me out?

Mark Adams
Systems Programmer
CSG Systems, Inc.



Re: Solaris8 Tape Drivers

2001-06-06 Thread Fredrik Lundholm

If you run the 64 bit kernel TSM might put the mt.conf and lb.conf
 files in the wrong directory. Make sure that they are available in
both /usr/kernel/drv/sparcv9 and /usr/kernel/drv.

/wfr Fredrik


/On Tue, Jun 05, 2001 at 09:14:28AM -0700, Angela Hughes wrote:
 you have to create mt devices as well.
 --- Warren, Matthew James
 [EMAIL PROTECTED] wrote:
  Hello TSM'ers,
 
  We are attempting to install TSM 4.1 on a Sun
  Solaris 8 platform.
 
  The Server, License and Device packages install
  fine, and we can start the
  TSM server succesfully.
 
  Our problem occurs when we are trying to install the
  TSM Tape Drivers for
  the DLT8000 Drive and Autochanger 9Slot library.
 
  We have edited the mt.conf and lb.conf files
  correctly. The Unix midrange
  person has succesfully written to the tape in the
  drive.
 
  When we do the
 
  add_drv command, we get the following error;
 
  devfsadm: driver failed to attach: mt
  Warning: Driver succesfully added but failed to
  attach.
 
 
  Or similar.
 
  Has anyone else seen this?
 
  Thanks,
 
  Matt.
 
  ___
 
  Matthew Warren.  GZPTXW
 
  EDS Core Infrastructure,
 
  UK Technical Services Group,
 
  Wavendon Tower, Milton Keynes.
 
  +44(0)1908284481
 
  ___


 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail - only $35
 a year!  http://personal.mail.yahoo.com/




Red Hat Linux Support?

2001-06-06 Thread Glass, Peter

Does TSM support Red Hat Linux yet?

Peter Glass
Distributed Storage Management (DSM)
Wells Fargo Services Company
 * 612-667-0086  * 866-249-8568
 * [EMAIL PROTECTED]




Ejecting tapes from StorageTek L700 tape Library

2001-06-06 Thread Chuck Lam

I am trying to get StorageTek L700 tape library to
work on a newly configured TSM4.1 running on AIX4.3.3.

In the morning, I backup the tapepool to a copypool
called drmpool.  As the result, I have a few tapes
sitting in the 'drmpool' every morning.  My intention
is to eject those tapes to the 20-slot I/O ports in
one command and send them offsite for DR purpose.
Using the 'move drmedia' command, no matter what
'remove' option I tried, I could only eject one tape
to top most slot, as if TSM does not know about other
19 slots.  Did I miss something in configuring the
Tape Library?
Are there any ways to eject those tape in one command?

TIA

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/



Re: HP and SAN

2001-06-06 Thread Adolph Kahan

HP does not support Fibre Channel tape yet.


- Original Message -
From: Alexandre Bicas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 06, 2001 3:16 PM
Subject: HP and SAN


 Hi guys !

 Does anyone know if TSM server for HP-UX is supported in a SAN environent
?

 A customer needs to connect fiber channel tapes in a HP box, and wishes to
 use TSM in order to manage the backups.

 If it's not supported, does anyone inside Tivoli know when it will be ?!

 Thanks all !

 
 Alexandre Bicas Caldeira - [EMAIL PROTECTED]
 Tivoli Certified Specialist - Tivoli Storage Manager
 Service IT Solutions - http://www.service.com.br
Sao Paulo:(11) 3054-1400
   Rua Vicente Pinzon, 144, cj 112
   CEP 04547-130 - Sco Paulo - SP
  Porto Alegre:   (51) 212-3666
  Curitiba:   (41) 363-5586



Re: Problem with Oracle and EBU restore

2001-06-06 Thread Steve Harris

Check your environment variables.

 Juan Carlos Venegas [EMAIL PROTECTED] 07/06/2001 0:13:22 
 HI,
 I have a problem with recover of data base Oracle, i'm use EBU with
 TSM (TDP for Oracle), the environment and version are:
 *Server TSM:
 AIX V. 432
 TSM Server 3.7.4.0
 *Cliente:
 AIX V.433
 TDP For Oracle on AIX V.2.1.10
 Oracle 7.3.4.5.0  EBU V.2.2.0.9.0
 The problem is, when execute the restore shell of EBU, the restore Crash
 The errors are:
 NE4993E (Session: 3, Node: RAPTORDB)  TDP Oracle AIX
   ANS0599 TDP for Oracle: (18524): 06/05/2001:18:05:
   =(raptordb) queryObj(): ANS1302E (RC2) No objects
   on server match query.
 ...and EBU errors are:
 RESTORE job FAILED on 05/06/2001 18:30:14
 EBU-7000: Sbtopen: Backup file not found
   on 05/06/2001 18:30:14 ^ 13320 : britopen !
 EBU-4304: Can not open Backup File Set 073b1863bc in mode 1 with
 bufer size 524288
 other error of TSM is:
 ANE4993E (Session: 8, Node: RAPTORDB)  TDP Oracle AIX
   ANS0599 TDP for Oracle: (12578): 06/05/2001:18:11:
   =(raptordb) prepareGet(): Object 053b1863bc
   not found for restore.
 NE4993E (Session: 7, Node: RAPTORDB)  TDP Oracle AIX
  ANS0599 TDP for Oracle: (18066): 06/05/2001:18:11:1
  =(raptordb) sbtopen(): ssword file5} t  failed
 rc =  0.
 I think waht the problem is because the tsm don't found the backup, but
 the backups of database if are on the tape and the tapes is mounted on
 magazine (IBM,3590-B11).
 why ther restore crash whit this error? The TSM is OK, the comunication
 is OK.






Juan Carlos Venegas B.
Services Specialist RS/6000
e-mail: [EMAIL PROTECTED]



Re: Ejecting tapes from StorageTek L700 tape Library

2001-06-06 Thread Dave Canan

On the move drmedia command, use the remove=BULK operand if you want to use
all 20 slots of the library.




At 02:28 PM 6/6/2001 -0700, you wrote:
I am trying to get StorageTek L700 tape library to
work on a newly configured TSM4.1 running on AIX4.3.3.

In the morning, I backup the tapepool to a copypool
called drmpool.  As the result, I have a few tapes
sitting in the 'drmpool' every morning.  My intention
is to eject those tapes to the 20-slot I/O ports in
one command and send them offsite for DR purpose.
Using the 'move drmedia' command, no matter what
'remove' option I tried, I could only eject one tape
to top most slot, as if TSM does not know about other
19 slots.  Did I miss something in configuring the
Tape Library?
Are there any ways to eject those tape in one command?

TIA

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/

Money is not the root of all evil - full backups are.