Peter Hadikin/BCIT is currently on vacation

2004-07-26 Thread Peter Hadikin
I will be out of the office starting  07/17/2004 and will not return
until 08/03/2004.

Please contact me upon my return.

Peter


Re: Pre-Initialized Tapes - do they need to be labeled?

2004-07-26 Thread Bos, Karel
Hi,

Maybe a little off topic, but using AUTOlabel is also a fine method of reducing time 
spent on labeling libvols.

Regards,

Karel

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Bill Smoldt
Sent: maandag 26 juli 2004 03:15
To: [EMAIL PROTECTED]
Subject: Re: Pre-Initialized Tapes - do they need to be labeled?


I've talked with sites that ordered pre-labeled and got EBCDIC - make sure
they specify ANSI ASCII.

Bill Smoldt
STORServer, Inc.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Dave Canan
Sent: Friday, July 23, 2004 10:29 PM
To: [EMAIL PROTECTED]
Subject: Pre-Initialized Tapes - do they need to be labeled?

 I am throwing this out the list to get an answer. If you order
"pre-labeled" tapes to use with TSM, does this mean that they do not need
to go through the "label libv" process? This may seem like a silly
question, but we have a customer who want to order pre-labeled (and
barcoded) tapes, but I always thought that meant labeled for use by an MVS
system, not necessarily for use by a TSM system. They are ordering a large
batch of tapes, and if they don't have to be "labeled" with TSM, this could
save them a lot of time. Thanks for any answers to this.


Martin Mrugalla/becom ist außer Haus.

2004-07-26 Thread Martin Mrugalla
Ich werde ab  26.07.2004 nicht im Büro sein. Ich kehre zurück am
13.08.2004.

Ich bin bis 6.1. im Urlaub. In dringenden Fällen wenden sie sich bitte an
meinen Chef Hr.Hornung

Re: Pre-Initialized Tapes - do they need to be labeled?

2004-07-26 Thread Jim Kirkman
In our case, where TSM runs on our MVS (actually Z\OS) instance this is
the case. We have never had to go through the label process.
I would question whether it would be so if the library was partitioned.
Fred Johanson wrote:
We've been ordering "pre-labelled" 3590 carts since we went to the 3494 in ADSM
V2.  Never had a problem.
Quoting Dave Canan <[EMAIL PROTECTED]>:

I am throwing this out the list to get an answer. If you order
"pre-labeled" tapes to use with TSM, does this mean that they do not need
to go through the "label libv" process? This may seem like a silly
question, but we have a customer who want to order pre-labeled (and
barcoded) tapes, but I always thought that meant labeled for use by an MVS
system, not necessarily for use by a TSM system. They are ordering a large
batch of tapes, and if they don't have to be "labeled" with TSM, this could
save them a lot of time. Thanks for any answers to this.

Fred Johanson
--
Jim Kirkman
AIS - Systems
UNC-Chapel Hill
966-5884 (old desk)
698-8615 (new cell!)


Re: D2D vs. tape backups with TSM?

2004-07-26 Thread Rushforth, Tim
You can run reclamation with D2D by using Devicetype=file on disk.

-Original Message-
From: Jesse Dotterer [mailto:[EMAIL PROTECTED]
Sent: July 23, 2004 10:54 AM
To: [EMAIL PROTECTED]
Subject: Re: D2D vs. tape backups with TSM?

There are some other faster restore solutions out there.  With Virtual
Tape Libraries you get all the speed and reliability of D2D but with all
the functionality of tape.  For example, I happen to work for a company
that provides a VTL solution which is certified by IBM-TSM.  There is no
way to run reclamation on D2D so that must be done once it is
transferred to real tape.  With a VTL solution, you backup to a virtual
tape library and device, run the reclamation on that, which is nearly
instantaneous and then copy to real tape via archive and that saves you
hrs and hrs of reclamation time.  The other benefit is the near
unlimited amount of mount points.  With backups and restores, the speed
of real tape and libraries are not longer your bottleneck.


Re: Backupsets and move nodedata

2004-07-26 Thread asr
==> In article <[EMAIL PROTECTED]>, Steve Harris <[EMAIL PROTECTED]> writes:

> I'd also like to optimize for restore, but without the overheads of
> collocation.  So, I'm considering running a move nodedata on every node
> periodically - maybe once a month for production, once every three months
> for non-production.


You run a reasonable chance of saving some resources here, but you're going to
have to 'cook' the process pretty carefully.  For example, if you
faux-collocate your library on (say) day 100, but write indiscriminately from
days 100-130, you will probably have to empty all of your written tapes on day
131; many or most of them will have been filled with random-owned data written
above the faux-collocated area.

One thing you can do is define an extra, collocated stgpool, and move data to
it as you deem fit:

So:

DISKPOOL  ->  TAPEPOOL  (non-collocated)
  CTAPEPOOL (collocated)

And when you get a full volume in TAPEPOOL, you MOVE DATA it over to
CTAPEPOOL.


... The critical thing to evaluate here is exactly which overheads of
collocation you think you're going to dodge.


You'll still have the reclamation overhead:  "nearly all" of your data is in
fact collocated.

You'll still have the tape inefficiency, for the same reason.

You'll avoid some tape-mount overhead: instead of mounting most tapes in your
tape pool every day, you'll only mount a few for migration.

However, what you pay for this is the expectation of mounting every tape in
TAPEPOOL for any given restore.  If you keep that low (i.e. only one filling
tape) that could be reasonable.

But if you move data out of TAPEPOOL only once a month or so, you'll probably
accumulate 10 or 20 tapes in there before you clean house.  That will make the
MOVE DATA process long and re-mount-iferous, and it will mean most restores
will go from one or two mounts to 10s.

And if you fill tapes every day (and thus in my scheme MOVE DATA every day)
you've in fact lost ground, because you move data one additional time.



In any case I'd -strongly- advocate against moving data around in a -non-
collocated stgpool and thinking you've improved matters much.


- Allen S. Rout


Re: Pre-Initialized Tapes - do they need to be labeled?

2004-07-26 Thread fred johanson
In our case, the 3494 is dedicated to *SM running on AIX.
At 10:12 AM 7/26/2004 -0400, Jim Kirkman wrote:
In our case, where TSM runs on our MVS (actually Z\OS) instance this is
the case. We have never had to go through the label process.
I would question whether it would be so if the library was partitioned.
Fred Johanson wrote:
We've been ordering "pre-labelled" 3590 carts since we went to the 3494
in ADSM
V2.  Never had a problem.
Quoting Dave Canan <[EMAIL PROTECTED]>:
I am throwing this out the list to get an answer. If you order
"pre-labeled" tapes to use with TSM, does this mean that they do not need
to go through the "label libv" process? This may seem like a silly
question, but we have a customer who want to order pre-labeled (and
barcoded) tapes, but I always thought that meant labeled for use by an MVS
system, not necessarily for use by a TSM system. They are ordering a large
batch of tapes, and if they don't have to be "labeled" with TSM, this could
save them a lot of time. Thanks for any answers to this.
Fred Johanson
--
Jim Kirkman
AIS - Systems
UNC-Chapel Hill
966-5884 (old desk)
698-8615 (new cell!)
Fred Johanson
ITSM Administrator
University of Chicago
773-702-8464


archiving up files with single-quotes in the filename

2004-07-26 Thread Warren, Matthew (Retail)
Hello TSMers

I am trying to perform an archive using the -filelist option on a unix
system.

The filelist contains a list of files of the format;

/a/path/to/a/'file1'
/a/path/to/a/'file2'

unfortunatley (apparently) there is no way the filenames can be changed
such that they do not contain single quotes...

When issuing

Dsmc archive -filelist=/path/to/the/filelist


TSM generates a line of errors similar to;

ANS1228E Sending of object '/a/path/to/*' failed
ANS4005E Error processing '/a/path/to/*': file not found
ANS1228E Sending of object '/a/path/to/*' failed
ANS4005E Error processing '/a/path/to/*': file not found


.. It seems to truncate the given path by the last element and replace
this with '*'


..I have tried a few different combo's of escaping & quoting etc.. but
no joy yet...  anyone else needed to do this before?


Matt.



___ Disclaimer Notice __
This message and any attachments are confidential and should only be read by those to 
whom they are addressed. If you are not the intended recipient, please contact us, 
delete the message from your computer and destroy any copies. Any distribution or 
copying without our prior permission is prohibited.

Internet communications are not always secure and therefore Powergen Retail Limited 
does not accept legal responsibility for this message. The recipient is responsible 
for verifying its authenticity before acting on the contents. Any views or opinions 
presented are solely those of the author and do not necessarily represent those of 
Powergen Retail Limited. 

Registered addresses:

Powergen Retail Limited, Westwood Way, Westwood Business Park, Coventry, CV4 8LG.
Registered in England and Wales No: 3407430

Telephone +44 (0) 2476 42 4000
Fax +44 (0) 2476 42 5432


Snapshot backup for Novell client

2004-07-26 Thread Timothy Hughes
Hello,

Is there anyone that has done a Snapshot backup?
with a Novell client? From what I understand
there are several ways this can be done.

Any comments hints/suggestions

Thanks in Advance!

Novell client version 5.2.2
Netware OS 6.5 SP2
Tsm 5.2.1.3 Aix 5.2


TDP R/3

2004-07-26 Thread Gill, Geoffrey L.
I have been told we have been having Sunday offline failures for some time
so I thought I'd throw this out to the group. Supposedly nothing has changed
on the client so all I have to pass along is a snippet from the logs, which
they say is common to all the failures. Is there anyone who can give some
insight as to what they think this might be? The online backups run fine,
almost 600 Gig a day.



Thanks,



TSM Server:

AIX 4.3.3 TSM 5.1.6.3



Client OS:

5.1B  (AKA 540) with Patch Kit 3 (AKA Build 24)



TSM:

Tivoli Storage Manager

*** Fixtest, Please see README file for more information ***

Command Line Backup/Archive Client Interface - Version 5, Release 1, Level
5.14

(C) Copyright IBM Corporation 1990, 2002 All Rights Reserved.



TDP:

Tivoli Data Protection for R/3



 Interface between SAPDBA Utilities and Tivoli Storage Manager

   - Version 3, Release 2, Level 0.13  for OSF/1 -

 Build: 168S  compiled on Feb 28 2003

(c) Copyright IBM Corporation, 1996, 2003, All Rights Reserved.



BKI2027I: Using TSM-API version 5.1.5.0 (compiled with 4.1.2.0).



Errors:

bdnfcugh.aff:BKI9002E: Error in stream task : A_dss)()ea-deic3 (ndmlp1  dsp6


bdnfcugh.aff:BKI9002E: Error in stream task : A_dss)()ea-nt.(:

bdnfcugh.aff:BKI9002E: Error in stream task : A_dss)()x-md.())x-md.())et.()

bdnfcugh.aff:BKI9002E: Error in stream task : A_dss)()x-md.())x-md.())et.()

bdnkkkzc.aff:BKI9002E: Error in stream task : A_dss)()ea-deic3 (ndmlp1  dsp6


bdnpsbrn.aff:BKI9002E: Error in stream task : A_dss)()ea-nt.(:

bdnramio.aff:BKI9002E: Error in stream task : A_dss)()ea-nt.(:

bdnsixai.aff:BKI9002E: Error in stream task : A_dss)()ea-deic3 (ndmlp1  dsp6


bdnsixai.aff:BKI9002E: Error in stream task : A_dss)()ea-nt.(:

bdntrhro.aff:BKI9002E: Error in stream task : A_dss)()ea-nt.(:

bdnuzsjo.aff:BKI9002E: Error in stream task : A_dss)()ea-deic3 (ndmlp1  dsp6



Geoff Gill
TSM Administrator
NT Systems Support Engineer
SAIC
E-Mail:   [EMAIL PROTECTED]
Phone:  (858) 826-4062
Pager:   (877) 854-0975


Re: System out of Memory error resoreing 170,000 files

2004-07-26 Thread Warren, Matthew (Retail)
It seems the problem lies with the O/S, and it is showing exactly the
symptoms of the AIX error Mr Sims pointed me to initially, minus the
fact the problem describes the HSM client rather than the BA client;

http://www-1.ibm.com/support/docview.wss?uid=swg21162093  (you'll need a
login to view)

Cause  
This problem is addressed by AIX APAR IY13763: EXHAUSTION OF .INDIRECT
SEGMENT CAUSES ENOMEM ERRORS  
  

I finally confirmed this when, during the 'restore a batch, copy it
elsewhere' game, I began seeing errors similar to;

cp: /MMT1/prd/5/loc11/452490.dat: There is not enough memory available
now.

Although we do have the fix installed on the machine, there is also a
fair amount of legwork to 'enable' it. I guess this hasn't actually been
done on the aix 4.3.3 machines here.

I havent tried the umount/mount option to workaround. Reading the
description of the problem, although the .INDIRECT is cleared with a
umnount/mount, I believe the actions of the restore are filling it up
each time.

Matt.



-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
David McClelland
Sent: Thursday, July 22, 2004 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: System out of Memory error resoreing 170,000 files

Matt,

Exactly what command are you using to perform this restore - and is it a
subdirectory in a filesystem with lots of other directories? Are you
witnessing any substantial 'thinking time' before the server sends any
data to the client?

Rgds,

David McClelland
Reuters Ltd, London


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Warren, Matthew (Retail)
Sent: 22 July 2004 15:53
To: [EMAIL PROTECTED]
Subject: Re: System out of Memory error resoreing 170,000 files


In addition,

I have found that if I let the restore fail after 97,500ish files, so
that any subsequent restores fail qwith the out of memory error, if I
delete a single restored file from the directory, that lets me restore
an extra file into the directory...

Are there any known limits to the number of files that TSM can restore
into a single directory? I wouldn't have thought so...

Are there any odd o/s limits in AIX 4.3.3.0 regarding the number of
files allowed in a directory? Inodes? ??

??

Matt.





-Original Message-
From: Warren, Matthew (Retail) 
Sent: Thursday, July 22, 2004 3:40 PM
To: 'ADSM: Dist Stor Manager'
Subject: System out of Memory error resoreing 170,000 files


 Hallo,

TSM client 5.1.6 on AIX 4.3.3.0

Server version 5.2.2.3 on AIX 5.2.0.0


When doing a restore of 170,000 + files, the client stops around about
file number 97,500 (+/- 10 files each time it fails) complaining with;

ANS1030E System ran out of memery.

Now, if I try and restore the next file in the sequence, or any files
after the failure point, I get ANS1030E.

BUT, if I delete all of the currently restored files, I can then start
restoring from the original failed file onwards.

IE;

First restore gets to 97,500(approx, different each time) files. Second
restore cannot restore any more files into the directory Stop / start
the client Third restore cannot restore files into the directory Stop
client Rm - r /directory/* Start client Can now begin restoring files
either from the beginning or from the point the restore initially
failed.


Now, roots ulimit is unlimited and the box has 4GB RAM. We have tried
the restore on 3 different boxes with 1GB / 2GB and 4GB ram
respectivley, same AIX and client levels, and each box behaves the same
way. We have also tried a downlevel client but see the same behaviour.




...this makes me think the client is doing something with the directory
before each and every file is restored, and that 'something' generates
the ANS1030E memory error.


Anyone have any ideas? I have searched IBM and ADSM.org and cant find
anything usefull  Next step will be to go to IBM support...



Thanks,

Matt.



___ Disclaimer Notice __
This message and any attachments are confidential and should only be
read by those to whom they are addressed. If you are not the intended
recipient, please contact us, delete the message from your computer and
destroy any copies. Any distribution or copying without our prior
permission is prohibited.

Internet communications are not always secure and therefore Powergen
Retail Limited does not accept legal responsibility for this message.
The recipient is responsible for verifying its authenticity before
acting on the contents. Any views or opinions presented are solely those
of the author and do not necessarily represent those of Powergen Retail
Limited. 

Registered addresses:

Powergen Retail Limited, Westwood Way, Westwood Business Park, Coventry,
CV4 8LG. Registered in England and Wales No: 3407430

Telephone +44 (0) 2476 42 4000
Fax +44 (0) 2476 42 5432


--- -
Visit our Internet site at http://www.r

AIX JFS2 snapshot + TSM image backups

2004-07-26 Thread Bill Mansfield
We have an application on AIX with LOTS of small files on a single server
and need to use image backup to get reasonable recovery times.
Unfortunately, we can't unmount the FS and need a consistent backup.
Is anyone doing TSM image backups using AIX 5.2 JFS2 snapshots?
Or is there another clever solution?

_
Bill Mansfield
Solution Technology Inc


Q event * * status question

2004-07-26 Thread Luc Beaudoin
Hi,

I'm typing the command   Q EVENT * * BEGIND=TODAY-11   and I have that
result

07/15/2004 23:00:00   WIN_INCR3 002435A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002857A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002972A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002982A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002980A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002935A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003123A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003126A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003263A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003262A Uncertain
07/15/2004 23:00:00   WIN_INCR3 S44J Uncertain
07/15/2004 23:00:00   WIN_INCR3 003264A Uncertain

But if I type that command Q EVENT * * BEGIND=TODAY-10   and I have that
result

07/16/2004 01:00:00  07/16/2004 01:00:25  WIN_INCR  002590A Completed
07/16/2004 01:00:00  07/16/2004 01:00:24  WIN_INCR  002418A Completed
07/16/2004 01:00:00  07/16/2004 01:00:23  WIN_INCR  002624A Completed
07/16/2004 01:00:00  07/16/2004 01:00:22  WIN_INCR  002861A Completed
07/16/2004 01:00:00  07/16/2004 01:00:21  WIN_INCR  002862A Completed
07/16/2004 01:00:00  07/16/2004 01:00:20  WIN_INCR  002367A Completed
07/16/2004 01:00:00  07/16/2004 01:00:19  WIN_INCR  002608U Completed
07/16/2004 01:00:00  07/16/2004 01:00:18  WIN_INCR  002600A Completed
07/16/2004 01:00:00  07/16/2004 01:00:16  WIN_INCR  002923A Completed

I'm not sure where to configure the Q EVENT LOG to keep 1 month ...
instead of 10 days ...

Any ideas ???

thanks

Luc Beaudoin
TSM/SAN/ Network Administrator
Hopital General Juif S.M.B.D.
Tel: (514) 340-8222 ext:8254


Re: Q event * * status question

2004-07-26 Thread Rushforth, Tim
Look at set eventretention.

-Original Message-
From: Luc Beaudoin [mailto:[EMAIL PROTECTED]
Sent: July 26, 2004 1:59 PM
To: [EMAIL PROTECTED]
Subject: Q event * * status question

Hi,

I'm typing the command   Q EVENT * * BEGIND=TODAY-11   and I have that
result

07/15/2004 23:00:00   WIN_INCR3 002435A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002857A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002972A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002982A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002980A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002935A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003123A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003126A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003263A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003262A Uncertain
07/15/2004 23:00:00   WIN_INCR3 S44J Uncertain
07/15/2004 23:00:00   WIN_INCR3 003264A Uncertain

But if I type that command Q EVENT * * BEGIND=TODAY-10   and I have that
result

07/16/2004 01:00:00  07/16/2004 01:00:25  WIN_INCR  002590A Completed
07/16/2004 01:00:00  07/16/2004 01:00:24  WIN_INCR  002418A Completed
07/16/2004 01:00:00  07/16/2004 01:00:23  WIN_INCR  002624A Completed
07/16/2004 01:00:00  07/16/2004 01:00:22  WIN_INCR  002861A Completed
07/16/2004 01:00:00  07/16/2004 01:00:21  WIN_INCR  002862A Completed
07/16/2004 01:00:00  07/16/2004 01:00:20  WIN_INCR  002367A Completed
07/16/2004 01:00:00  07/16/2004 01:00:19  WIN_INCR  002608U Completed
07/16/2004 01:00:00  07/16/2004 01:00:18  WIN_INCR  002600A Completed
07/16/2004 01:00:00  07/16/2004 01:00:16  WIN_INCR  002923A Completed

I'm not sure where to configure the Q EVENT LOG to keep 1 month ...
instead of 10 days ...

Any ideas ???

thanks

Luc Beaudoin
TSM/SAN/ Network Administrator
Hopital General Juif S.M.B.D.
Tel: (514) 340-8222 ext:8254


Re: Q event * * status question

2004-07-26 Thread Sung Y Lee





Hello,

" SET EVENTRETENTION 30"

You can also do "help q status" for more information.

Sung Y. Lee


   
 Luc Beaudoin  
 <[EMAIL PROTECTED] 
 MCGILL.CA> To
 Sent by: "ADSM:   [EMAIL PROTECTED]
 Dist Stor  cc
 Manager"  
 <[EMAIL PROTECTED] Subject
 .EDU> Q event * * status question 
   
   
 07/26/2004 02:58  
 PM
   
   
 Please respond to 
 "ADSM: Dist Stor  
 Manager"  
   
   




Hi,

I'm typing the command   Q EVENT * * BEGIND=TODAY-11   and I have that
result

07/15/2004 23:00:00   WIN_INCR3 002435A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002857A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002972A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002982A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002980A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002935A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003123A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003126A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003263A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003262A Uncertain
07/15/2004 23:00:00   WIN_INCR3 S44J Uncertain
07/15/2004 23:00:00   WIN_INCR3 003264A Uncertain

But if I type that command Q EVENT * * BEGIND=TODAY-10   and I have that
result

07/16/2004 01:00:00  07/16/2004 01:00:25  WIN_INCR  002590A Completed
07/16/2004 01:00:00  07/16/2004 01:00:24  WIN_INCR  002418A Completed
07/16/2004 01:00:00  07/16/2004 01:00:23  WIN_INCR  002624A Completed
07/16/2004 01:00:00  07/16/2004 01:00:22  WIN_INCR  002861A Completed
07/16/2004 01:00:00  07/16/2004 01:00:21  WIN_INCR  002862A Completed
07/16/2004 01:00:00  07/16/2004 01:00:20  WIN_INCR  002367A Completed
07/16/2004 01:00:00  07/16/2004 01:00:19  WIN_INCR  002608U Completed
07/16/2004 01:00:00  07/16/2004 01:00:18  WIN_INCR  002600A Completed
07/16/2004 01:00:00  07/16/2004 01:00:16  WIN_INCR  002923A Completed

I'm not sure where to configure the Q EVENT LOG to keep 1 month ...
instead of 10 days ...

Any ideas ???

thanks

Luc Beaudoin
TSM/SAN/ Network Administrator
Hopital General Juif S.M.B.D.
Tel: (514) 340-8222 ext:8254

<><><>

Re: Q event * * status question

2004-07-26 Thread Stapleton, Mark
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On 
Behalf Of Luc Beaudoin
>I'm typing the command   Q EVENT * * BEGIND=TODAY-11   and I have that
>result
>
>07/15/2004 23:00:00   WIN_INCR3 
>002435A Uncertain
>
>But if I type that command Q EVENT * * BEGIND=TODAY-10   and I 
>have that result
>
>07/16/2004 01:00:00  07/16/2004 01:00:25  WIN_INCR  
>002590A Completed

Your event retention is set for 10 days, and when you run the TODAY-11
command, you're enquiring about events that started outside your event
retention time and finished inside it. Therefore, you get the UNCERTAIN
status.

--
Mark Stapleton


Re: Q event * * status question

2004-07-26 Thread Nicholas Cassimatis





See the help for "set eventretention"

Nick Cassimatis
[EMAIL PROTECTED]

He who laughs last has a good backup.



   
 Luc Beaudoin  
 <[EMAIL PROTECTED] 
 MCGILL.CA> To
 Sent by: "ADSM:   [EMAIL PROTECTED]
 Dist Stor  cc
 Manager"  
 <[EMAIL PROTECTED] Subject
 .EDU> Q event * * status question 
   
   
 07/26/2004 02:58  
 PM
   
   
 Please respond to 
 "ADSM: Dist Stor  
 Manager"  
   
   




Hi,

I'm typing the command   Q EVENT * * BEGIND=TODAY-11   and I have that
result

07/15/2004 23:00:00   WIN_INCR3 002435A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002857A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002972A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002982A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002980A Uncertain
07/15/2004 23:00:00   WIN_INCR3 002935A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003123A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003126A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003263A Uncertain
07/15/2004 23:00:00   WIN_INCR3 003262A Uncertain
07/15/2004 23:00:00   WIN_INCR3 S44J Uncertain
07/15/2004 23:00:00   WIN_INCR3 003264A Uncertain

But if I type that command Q EVENT * * BEGIND=TODAY-10   and I have that
result

07/16/2004 01:00:00  07/16/2004 01:00:25  WIN_INCR  002590A Completed
07/16/2004 01:00:00  07/16/2004 01:00:24  WIN_INCR  002418A Completed
07/16/2004 01:00:00  07/16/2004 01:00:23  WIN_INCR  002624A Completed
07/16/2004 01:00:00  07/16/2004 01:00:22  WIN_INCR  002861A Completed
07/16/2004 01:00:00  07/16/2004 01:00:21  WIN_INCR  002862A Completed
07/16/2004 01:00:00  07/16/2004 01:00:20  WIN_INCR  002367A Completed
07/16/2004 01:00:00  07/16/2004 01:00:19  WIN_INCR  002608U Completed
07/16/2004 01:00:00  07/16/2004 01:00:18  WIN_INCR  002600A Completed
07/16/2004 01:00:00  07/16/2004 01:00:16  WIN_INCR  002923A Completed

I'm not sure where to configure the Q EVENT LOG to keep 1 month ...
instead of 10 days ...

Any ideas ???

thanks

Luc Beaudoin
TSM/SAN/ Network Administrator
Hopital General Juif S.M.B.D.
Tel: (514) 340-8222 ext:8254

<><><>

RAW Logical Volumes on a SAN

2004-07-26 Thread Zoltan Forray/AC/VCU
Trying to attach and use SAN storage as RLV for the AIX 5.1 TSM 5.2.3.0
server.

Everything is a go SAN wise. The AIX system see's everything.

Tried to create a DB volume in this allocated space. Get the error
message:

7/26/2004 4:14:20 PM ANRD blkdisk.c(1414): ThreadId<35> Disk
/dev/tsmlv7db is an unsupported file type - mode flags = 61B0.
7/26/2004 4:14:30 PM ANR2404E DEFINE DBVOLUME: Volume /dev/tsmlv7db is not
available.

Any suggestions or explainations on this error ?


Re: RAW Logical Volumes on a SAN

2004-07-26 Thread David Longo
Quick answer, I think you need to use /dev/rtsmlv7db.

Note the "r" for Raw LV device.  Double check in /dev directory.


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


>>> [EMAIL PROTECTED] 07/26/04 04:28PM >>>
Trying to attach and use SAN storage as RLV for the AIX 5.1 TSM
5.2.3.0
server.

Everything is a go SAN wise. The AIX system see's everything.

Tried to create a DB volume in this allocated space. Get the error
message:

7/26/2004 4:14:20 PM ANRD blkdisk.c(1414): ThreadId<35> Disk
/dev/tsmlv7db is an unsupported file type - mode flags = 61B0.
7/26/2004 4:14:30 PM ANR2404E DEFINE DBVOLUME: Volume /dev/tsmlv7db is
not
available.

Any suggestions or explainations on this error ?

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


Off topic: AIX User Groups?

2004-07-26 Thread Prather, Wanda
> Anybody out there running an AIX user group in your region?
>
> Is there an IBM-supplied list of AIX user groups?
>
> Thanks!


Re: Pre-Initialized Tapes - do they need to be labeled?

2004-07-26 Thread Prather, Wanda
TSM writes the same IBM standard internal label as MVS does, even if not
running on MVS.
But as Bill said, order them ASCII labels.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Dave Canan
Sent: Saturday, July 24, 2004 12:29 AM
To: [EMAIL PROTECTED]
Subject: Pre-Initialized Tapes - do they need to be labeled?


 I am throwing this out the list to get an answer. If you order
"pre-labeled" tapes to use with TSM, does this mean that they do not need
to go through the "label libv" process? This may seem like a silly
question, but we have a customer who want to order pre-labeled (and
barcoded) tapes, but I always thought that meant labeled for use by an MVS
system, not necessarily for use by a TSM system. They are ordering a large
batch of tapes, and if they don't have to be "labeled" with TSM, this could
save them a lot of time. Thanks for any answers to this.


Re: Pre-Initialized Tapes - do they need to be labeled?

2004-07-26 Thread CORP Rick Willmore
I have been bitten before by not "labeling" tapes that were ordered prelabeled.  
ALWAYS LABEL LIBV!~!!!

R.

-Original Message-
From: Prather, Wanda [mailto:[EMAIL PROTECTED]
Sent: Monday, July 26, 2004 7:58 AM
To: [EMAIL PROTECTED]
Subject: Re: Pre-Initialized Tapes - do they need to be labeled?


TSM writes the same IBM standard internal label as MVS does, even if not
running on MVS.
But as Bill said, order them ASCII labels.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Dave Canan
Sent: Saturday, July 24, 2004 12:29 AM
To: [EMAIL PROTECTED]
Subject: Pre-Initialized Tapes - do they need to be labeled?


 I am throwing this out the list to get an answer. If you order
"pre-labeled" tapes to use with TSM, does this mean that they do not need
to go through the "label libv" process? This may seem like a silly
question, but we have a customer who want to order pre-labeled (and
barcoded) tapes, but I always thought that meant labeled for use by an MVS
system, not necessarily for use by a TSM system. They are ordering a large
batch of tapes, and if they don't have to be "labeled" with TSM, this could
save them a lot of time. Thanks for any answers to this.


Tape Reclamation Failing

2004-07-26 Thread Hart, Charles
I'm getting the error "ANR1086W Space reclamation terminated for volume volume name - 
insufficient space in storage pool."  I'm trying to reclaim the offsite copy pool 
(tape_backup_copy) The Onsite Primary pool Tape_backup Has  Max Scratch of 50 the 
Offsite pool has a max Scr of 200.  We have 15 new Scratch in the library... We have 
no tapes in "unavailable" status...  I'm only trying to reclaim to 90% which is 
suppose to yield us some 40 Tapes

If anyone has any other ideas???  Please???

Thanks Much!



Env Info
TSM  5.2.4 
AIX 5.2ML3
3494 8x3592 FC Drives


Re: Tape Reclamation Failing

2004-07-26 Thread Prather, Wanda
How many tapes are already in the offsite pool you are trying to reclaim?
(Includes ALL tapes in the pool, pending, filling, full, empty, etc.)

You may already have 200 tapes defined in that pool, in which case you must
change the properties so that max scratch is > 200.

That will allow TSM to grab another scratch tape and add it to the pool so
you can start reclaim.

Wanda Prather
"I/O, I/O, It's all about I/O"  -(me)




-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Hart, Charles
Sent: Monday, July 26, 2004 5:41 PM
To: [EMAIL PROTECTED]
Subject: Tape Reclamation Failing


I'm getting the error "ANR1086W Space reclamation terminated for volume
volume name - insufficient space in storage pool."  I'm trying to reclaim
the offsite copy pool (tape_backup_copy) The Onsite Primary pool Tape_backup
Has  Max Scratch of 50 the Offsite pool has a max Scr of 200.  We have 15
new Scratch in the library... We have no tapes in "unavailable" status...
I'm only trying to reclaim to 90% which is suppose to yield us some 40
Tapes

If anyone has any other ideas???  Please???

Thanks Much!



Env Info
TSM  5.2.4
AIX 5.2ML3
3494 8x3592 FC Drives


Re: Tape Reclamation Failing

2004-07-26 Thread Davidson, Becky
How many tapes do you have in the onsite primary pool and the offsite pool?

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Hart, Charles
Sent: Monday, July 26, 2004 4:41 PM
To: [EMAIL PROTECTED]
Subject: Tape Reclamation Failing


I'm getting the error "ANR1086W Space reclamation terminated for volume
volume name - insufficient space in storage pool."  I'm trying to reclaim
the offsite copy pool (tape_backup_copy) The Onsite Primary pool Tape_backup
Has  Max Scratch of 50 the Offsite pool has a max Scr of 200.  We have 15
new Scratch in the library... We have no tapes in "unavailable" status...
I'm only trying to reclaim to 90% which is suppose to yield us some 40
Tapes

If anyone has any other ideas???  Please???

Thanks Much!



Env Info
TSM  5.2.4
AIX 5.2ML3
3494 8x3592 FC Drives


Re: Tape Reclamation Failing

2004-07-26 Thread Ted Byrne
If you can reclaim 40 tapes at a threshold of 90%, you may be over the
MaxScratch value for your offsite pool.
try this command:
select stgpoool_name, count(*) from volumes group by stgpool_name
Check what value is reported for the stgpool that you are trying to reclaim.
Ted
At 05:41 PM 7/26/2004, you wrote:
I'm getting the error "ANR1086W Space reclamation terminated for volume
volume name - insufficient space in storage pool."  I'm trying to reclaim
the offsite copy pool (tape_backup_copy) The Onsite Primary pool
Tape_backup Has  Max Scratch of 50 the Offsite pool has a max Scr of
200.  We have 15 new Scratch in the library... We have no tapes in
"unavailable" status...  I'm only trying to reclaim to 90% which is
suppose to yield us some 40 Tapes
If anyone has any other ideas???  Please???
Thanks Much!

Env Info
TSM  5.2.4
AIX 5.2ML3
3494 8x3592 FC Drives


Re: D2D vs. tape backups with TSM?

2004-07-26 Thread TSM_User
Dito and that is how we implemented large disk backup solutions on ATA disk. We use 
File device classes.  We have found that the reclaim extremely fast, much faster than 
tape.


"Rushforth, Tim" <[EMAIL PROTECTED]> wrote:
You can run reclamation with D2D by using Devicetype=file on disk.

-Original Message-
From: Jesse Dotterer [mailto:[EMAIL PROTECTED]
Sent: July 23, 2004 10:54 AM
To: [EMAIL PROTECTED]
Subject: Re: D2D vs. tape backups with TSM?

There are some other faster restore solutions out there. With Virtual
Tape Libraries you get all the speed and reliability of D2D but with all
the functionality of tape. For example, I happen to work for a company
that provides a VTL solution which is certified by IBM-TSM. There is no
way to run reclamation on D2D so that must be done once it is
transferred to real tape. With a VTL solution, you backup to a virtual
tape library and device, run the reclamation on that, which is nearly
instantaneous and then copy to real tape via archive and that saves you
hrs and hrs of reclamation time. The other benefit is the near
unlimited amount of mount points. With backups and restores, the speed
of real tape and libraries are not longer your bottleneck.


-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!


Re: D2D vs. tape backups with TSM?

2004-07-26 Thread Steve Harris
So, how high do you set your file class reclaim percentage?  If its that fast you 
should be able to cope with 20% free or less before reclaim.


Steve.
 

>>> [EMAIL PROTECTED] 27/07/2004 9:12:33 >>>
Dito and that is how we implemented large disk backup solutions on ATA disk. We use 
File device classes.  We have found that the reclaim extremely fast, much faster than 
tape.


"Rushforth, Tim" <[EMAIL PROTECTED]> wrote:
You can run reclamation with D2D by using Devicetype=file on disk.

-Original Message-
From: Jesse Dotterer [mailto:[EMAIL PROTECTED] 
Sent: July 23, 2004 10:54 AM
To: [EMAIL PROTECTED] 
Subject: Re: D2D vs. tape backups with TSM?

There are some other faster restore solutions out there. With Virtual
Tape Libraries you get all the speed and reliability of D2D but with all
the functionality of tape. For example, I happen to work for a company
that provides a VTL solution which is certified by IBM-TSM. There is no
way to run reclamation on D2D so that must be done once it is
transferred to real tape. With a VTL solution, you backup to a virtual
tape library and device, run the reclamation on that, which is nearly
instantaneous and then copy to real tape via archive and that saves you
hrs and hrs of reclamation time. The other benefit is the near
unlimited amount of mount points. With backups and restores, the speed
of real tape and libraries are not longer your bottleneck.


-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!



***
This email, including any attachments sent with it, is confidential and for the sole 
use of the intended recipient(s).  This confidentiality is not waived or lost, if you 
receive it and you are not the intended recipient(s), or if it is transmitted/received 
in error.

Any unauthorised use, alteration, disclosure, distribution or review of this email is 
prohibited.  It may be subject to a statutory duty of confidentiality if it relates to 
health service matters.

If you are not the intended recipient(s), or if you have received this email in error, 
you are asked to immediately notify the sender by telephone or by return email.  You 
should also delete this email and destroy any hard copies produced.
***


TSM managed Disk

2004-07-26 Thread Joel Cohen
Is there a limit in the amount of TSM managed Disk.

We Currently have a Tiered Storage Architecture ie

SAN for 18 Months
  Inline Disk (TSM managed ATA Disk for 10 Years)
TAPE ( TSM over 10 Years)

When you have TSM managed disk running on an ATA array, is there an optimal
FILE Device Max Capacity ( currently it is set to 10 Megs)
Does TSM have a problem when the file volumes reach several 100 000

Is it better to have large volumes than small volumes.

How does TSM read the Managed Disk Volume?? Does it open the file copy into
memory and then read or rather does to open the file find object and then
stream the object back??





Regards


Joel Cohen
[EMAIL PROTECTED]
Mob 0422 009 591
829 62758





This email message and any accompanying attachments may contain
information that is confidential and is subject to legal privilege. If you are not
the intended recipient, do not read, use, disseminate, distribute or copy this
message or attachments. If you have received this message in error, please
notify the sender immediately and delete this message. Any views expressed
in this message are those of the individual sender, except where the sender
expressly, and with authority, states them to be the views of AMP. Before
opening any attachments, please check them for viruses and defects.


Encryption Again

2004-07-26 Thread Joe Crnjanski
Hello Everybody,

Does anybody know if we can encrypt the data before TSM and its famous 56bit 
encryption and than send it to TSM server.

So, I would like to know if anybody is using any third party software to encrypt data 
before TSM Client start to process data.

I hope I was clear enough.

Thanks in advance,


Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x26
Fax: 416-235-0265
Web:  www.infinitynetwork.com


size allocation error

2004-07-26 Thread Verhelst, Luc
Hi all,

I get the following warning error in my activity log:

ANR1339W Session 10931 underestimated a size allocation
  request - 35MB more space was allocated to allow the
  operation to continue. (SESSION: 10931)

I get this error when I archive data to a diskpool.


I'm running a ITSM server 5.2.2.0 on an IBM AIX platform.  My client version is also 
5.2.2.0.

In the help doc it says I need to upgrade the client version. (see below)


System Action: None, the operation was able to continue.

User Response: The installed version of the client for this node should be
evaluated. In most cases, if a client has underestimated the sizes of files
reported to the server, this may have been corrected in a newer version of
the client. If this is an application using the TSM API that is not an IBM
product, contact the vendor for the application to have this corrected.

It says it "may" solve my problem if I upgrade to a newer version.  

Has onyone of you experienced the same problems and has an upgrade solved the problem.
Thanks for your info.

Regards,

Luc

Managed Services Unix
Minervastraat 7
B-1930 Zaventem
Phone: +32 (0)2 712 27 66
GSM: +32 (0)474 98 24 25
e-mail: [EMAIL PROTECTED]

Disclaimer: 
This electronic transmission and any files attached to it are strictly 
confidential and intended solely for the addressee. If you are not 
the intended addressee, you must not disclose, copy or take any
action in reliance of this transmission. If you have received this 
transmission in error, please notify the sender by return and delete
the transmission.  Although the sender endeavors to maintain a
computer virus free network, the sender does not warrant that this
transmission is virus-free and will not be liable for any damages 
resulting from any virus transmitted. 
Thank You.