3592J1A tape drive

2005-11-24 Thread Nicolas Savva
Hi to all

I am using a 3494 Tape Library within two 3590 tape drive and now i am
trying to add another 2 3592J1A tape drives.

   What private and scratch category do i have to specify in my tape
   library?

In addition when i connect the two new 3592 tape drive on the FC Switch and
define the tape drives on the TSM, while i am executing the command "Q SAN"
i don't receive any answer.

Any ideas?


Thanks in advance

Nicolas Savva


exclude directory structure

2005-11-24 Thread Sandra
Dear All,
I am running TSM client 5.3 on windows 2000.

When i run scheduled incremental backup or i see the GUI to view my 
include-exclude, I see that directories are not excluded when i use 
exclude.backup "*:\...\*" and everything is excluded when i use exclude.dir 
"*:\...\*". This is understanable as exclude statement is read first and 
applied too.

How can I prevent directory structure to be backed up while at the same time i 
want to do incremental backup using schedule !

Any help is highly appreciated.

Sandra


 _
 Sent via SUPERwebmail - Supernet web-based email service
 http://www.super.net.pk/mail


Re: Memory allocation error

2005-11-24 Thread Richard Sims

On Nov 24, 2005, at 9:08 AM, Richard van Denzel wrote:


Has anyone seen this and knows the cure?

ANRDMemory allocation error

TSM is 5.2.4.3 on AIX 5.1ML4. The TSM server is doing this with no
apperent change to the configuration.


Richard - You may be able to avoid this by looking into what was going
  on at the time within the TSM server, and possibly avoid
having too many things going on at once.

Check your /etc/security/limits for too-low memory limitations on the
username which is running your TSM server.  Likewise, check its shell
environment for an artificial Unix Resource Limit value.  If those look
okay: If you are running a 32-bit TSM, and it is possible to go to
64-bit on your RS/6000 system, that would be an avenue to pursue.

Beyond that, you would have to call TSM Support.

   Richard Sims


Re: sql select for tapes per node

2005-11-24 Thread Aleem
Just check for nodes having more occupancy in the occupancy table..

rgds,
Aleem


On 11/24/05, Richard Sims <[EMAIL PROTECTED]> wrote:
>
> Gary - See topic "Node, volumes in use by" in http://people.bu.edu/
> rbs/ADSM.QuickFacts
>
> You can also readily track client storage utilization through the TSM
> accounting records.
>
>Richard Sims
>
> On Nov 24, 2005, at 12:58 PM, Gary Osullivan wrote:
>
> > hi
> >
> > I'm looking for a SQL select  statement that I could run against
> > the tsm database that would give me a list of tapes used per node ?
> >
> > It looks like I have few nodes that are eating up all my scratch
> > tapes.
> >
> > Thanks, Gary
> >
> >
>


Re: sql select for tapes per node

2005-11-24 Thread Richard Sims

Gary - See topic "Node, volumes in use by" in http://people.bu.edu/
rbs/ADSM.QuickFacts

You can also readily track client storage utilization through the TSM
accounting records.

   Richard Sims

On Nov 24, 2005, at 12:58 PM, Gary Osullivan wrote:


hi

I'm looking for a SQL select  statement that I could run against
the tsm database that would give me a list of tapes used per node ?

It looks like I have few nodes that are eating up all my scratch
tapes.

Thanks, Gary




Re: sql select for tapes per node

2005-11-24 Thread Rainer Schöpf
On Thu, 24 Nov 2005, Gary Osullivan wrote:

 > I'm looking for a SQL select statement that I could run against the tsm
 > database that would give me a list of tapes used per node ?

Here is one (replace NODENAME and STGPOOL as appropriate):

SELECT DISTINCT -
   CAST(volumeusage.volume_name AS CHAR(6)) as "Volume", -
   CAST(volumes.est_capacity_mb as decimal(6,0)) as "Capacity", -
   CAST(volumes.pct_utilized AS DECIMAL(4,1)) AS "% used", -
   CAST(volumes.status AS CHAR(7)) as "Status", -
   CAST(volumes.access AS CHAR(6)) as "Access", -
   DATE(volumes.last_write_date) as "Last write" -
  FROM volumeusage,volumes -
  WHERE volumeusage.node_name='NODENAME' -
AND volumeusage.stgpool_name='STGPOOL' -
AND volumeusage.volume_name=volumes.volume_name


If you're looking for a particular filespace, add a condition

   AND volumeusage.filespace_name='FILESPACE'

or

   AND volumeusage.filespace_name like ('%' || 'partial_filespace_name' || '%')

I prefer the latter, as I don't have to write down the exact filespace
name as TSM wants it.

   Rainer Schöpf


AW: To all TSM users: questions about DIRMC usage

2005-11-24 Thread Salak Juraj
 
nice activity from you, Andy!

> 
> 1) I use DIRMC in my environment ...
> 
>a) to ensure that GUI restores will accurately show files
>   available for restore (NO)
> 
>b) to ensure that directory backups do not go directly to
>   tape (NO )
> 
>c) to ensure fast restores from disk (YES)
The experience was very slow restores and 
some tapes beeing read twice during restore
(well, I am not quite sure about the TSM version from then, it might 
have been 2001)
> 
>d) for other reasons (NO)
> 
> 
> 3) I have other comments about DIRMC

a) it is important and good that you have designed and implemented 
DIRMC at all!

b) For my purposes I´d find following settins of DIRMC usefull:
either system-wide setting:

DoYourBestTryToAlwaysKeepDirectoriesInRandomAccessStoragePoolsForever=YES/NO
or an attribute of a primary random access storage pool:

DoYourBestTryToAlwaysKeepDirectoriesInThisStoragePoolForever=YES/NO

which would usually prevent directories from beeing migrated from 
random access storage pools to tapes to tape storage pools.

I would not await it to work 100%, e.g. 
MOVE DATA 
could remain unchanged, ignoring this new setting, no problem for me.

But it´s a nice2have only - you all in Tucson are doing a damned good 
job anyway!

Juraj






> 
> 4) TSM development can contact me if they have additional
>questions about my answers (YES / NO)
> 
> 
> 
> 
> Thank you in advance,
> 
> 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]
> 
> IBM Tivoli Storage Manager support web page:
> http://www-306.ibm.com/software/sysmgmt/products/support/IBMTi
> voliStorageManager.html
> 
> The only dumb question is the one that goes unasked.
> The command line is your friend.
> "Good enough" is the enemy of excellence.
> 


sql select for tapes per node

2005-11-24 Thread Gary Osullivan
hi
 
I'm looking for a SQL select  statement that I could run against the tsm 
database that would give me a list of tapes used per node ?
 
It looks like I have few nodes that are eating up all my scratch tapes.
 
Thanks, Gary
 
 


TDP for Oracle 5.2.x

2005-11-24 Thread Rainer Holzinger
Hello all,



I'm about to install TDP for Oracle on three Suse Linux servers.

The Oracle version is 10g on a Oracle Real Application Cluster.



The TDPO base version (5.2.0) has been downloaded from the passport
advantage site. I have visited now the ftp download site to check for
patches. I haven't found a maintenance level or patch level there for
Linux. For AIX, HPUX and Solaris there are files available. Is there
nothing new on 5.2.0 or did I miss something?



Thanks, Rainer


ANS1304W An active backup version could not be found?

2005-11-24 Thread Farren Minns
Hi All

We recently upgraded an OSX mac client from version 5.1.5.16 to version
5.2.3.12. I have just run an incremental backup and I am see quite a few
instances of the following message after trying to expire certain files :-

ANS1304W An active backup version could not be found

I'm not really sure what this is trying to tell me. Has anyone else had
similar?

Thanks

Farren Minns
John Wiley & Sons Ltd



##
The information contained in this e-mail and any subsequent
correspondence is private and confidential and intended solely
for the named recipient(s).  If you are not a named recipient,
you must not copy, distribute, or disseminate the information,
open any attachment, or take any action in reliance on it.  If you
have received the e-mail in error, please notify the sender and delete
the e-mail.

Any views or opinions expressed in this e-mail are those of the
individual sender, unless otherwise stated.  Although this e-mail has
been scanned for viruses you should rely on your own virus check, as
the sender accepts no liability for any damage arising out of any bug
or virus infection.
##


Re: snapshotcachezise and client hanging

2005-11-24 Thread Sandra
Well I got something but definitely needs resolution 

The cache directory contains a file obd.tsm which goes well upto 5GB and there 
is no free space left on the drive.

I can't keep this cache location on SAN or if there is any other way to keep 
this on SAN, as I do the following:

INCLUDE.FS "c:"  FILELEVELTYPE=SNAPSHOT SNAPSHOTCACHESIZE=100 
SNAPSHOTFSIDLERETRIES=4 SNAPSHOTFSIDLEWAIT=5MS SNAPSHOTCACHELOCATION="D:\"

INCLUDE.FS "d:"  FILELEVELTYPE=SNAPSHOT SNAPSHOTCACHESIZE=100 
SNAPSHOTFSIDLERETRIES=4 SNAPSHOTFSIDLEWAIT=5MS SNAPSHOTCACHELOCATION="c:\"

INCLUDE.FS "e:"  FILELEVELTYPE=SNAPSHOT SNAPSHOTCACHESIZE=100 
SNAPSHOTFSIDLERETRIES=4 SNAPSHOTFSIDLEWAIT=5MS SNAPSHOTCACHELOCATION="D:\"

INCLUDE.FS "f:"  FILELEVELTYPE=SNAPSHOT SNAPSHOTCACHESIZE=100 
SNAPSHOTFSIDLERETRIES=4 SNAPSHOTFSIDLEWAIT=5MS SNAPSHOTCACHELOCATION="D:\"

E and F above are SAN Drives which i can't use as snapshotcache location.

Please can someone help me out of this.

Kind Regards,
Sandra



  [EMAIL PROTECTED] wrote :
> Also there is no tape mount in the library.
>
> Sandra
>
>   [EMAIL PROTECTED] wrote :
> > Dear All,
> > I m using TSM 5.3 client on windows 2000 professional machine. With server 
> > at TSM 5.2.5
> >
> > The following errors occur while i initiate backups and system hangs.
> >
> > 11/24/2005 15:55:09 Snapshot cache size adjusted to accommodate 
> > insufficient space:
> > 11/24/2005 15:55:09 Cache volume directory = 
> > c:\tsmlvsacache\Volume{506ba6df-1994-11da-be7f-806d6172696f}\
> > 11/24/2005 15:55:09 Snap  volume = d:
> >
> >
> > Please help me out of this !!
> >
> > Sandra
> >
> >
> >
> >
> >  _
> >  Sent via SUPERwebmail - Supernet web-based email service
> >  http://www.super.net.pk/mail
> >
> >
>
>
>  _
>  Sent via SUPERwebmail - Supernet web-based email service
>  http://www.super.net.pk/mail
>
>


 _
 Sent via SUPERwebmail - Supernet web-based email service
 http://www.super.net.pk/mail


Re: VTS or san disk storage

2005-11-24 Thread Paul Zarnowski

At 11:33 AM 11/23/2005, Dearman, Richard wrote:

We currently use several TB of san based disk storage for our daily
backups which gets migrated during the day to multiple tape libraries.
The san disk administration has become a nightmare [...]


I am curious what kind of problems you are running into.  At the TSM
Symposium at Oxford this year, IBM indicated that they were going to
further develop the serial access disk support in TSM.  And, TSM 5.3
just added the ability for a SAD devclass to span multiple
filesystems.  After hearing this, we have been leaning towards
investing in inexpensive disk managed by TSM rather than buying a VTL
appliance.  I'm interested in other's comments about where,
specifically, they are having problems managing SAD directly by TSM.

..Paul



--
Paul ZarnowskiPh: 607-255-4757
Manager, Storage Systems  Fx: 607-255-8521
719 Rhodes Hall, Ithaca, NY 14853-3801Em: [EMAIL PROTECTED]


Memory allocation error

2005-11-24 Thread Richard van Denzel
Has anyone seen this and knows the cure?
 
ANRDMemory allocation error
 
TSM is 5.2.4.3 on AIX 5.1ML4. The TSM server is doing this with no
apperent change to the configuration.
 
Met vriendelijke groet, With kind regards,
 
Richard van Denzel.
 


Re: bosboot error

2005-11-24 Thread Neil Sharp
This sounds like a permission's issue. Were you logged in as root?

Regards

Neil Sharp <[EMAIL PROTECTED]>,
Technical Support & TSM Consultant
Direct Line : 01256-306686
Mobile: 07811-199312
Office : 01256-811125  Ext 223
Syan Limited, Riverside View, Basing Road,Old Basing, Basingstoke,
Hampshire, RG24 7AL



Lawrence McMahon <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" 
23/11/2005 19:13
Please respond to
"ADSM: Dist Stor Manager" 


To
ADSM-L@vm.marist.edu
cc

Subject
bosboot error






Hi;
  I'm trying to install TSM 5.3.0.0 on 2 new p550 9113 machines to replace
our current machines.
  I have AIX 5.3.2 installed.
  I tried to install TSM, and got the following. I talked to IBM, and they
said they thought it might be a problem with TSM, but I don't see how.
They are suggesting I reinstall AIX, and try again. Does anyone have any
ideas what might cause this, and whey does the TSM install do a bosboot?


Installing TSM 5.3.0.0

Finished processing all filesets.  (Total time:  2 mins 0 secs).

0503-409 installp:  bosboot verification starting...
installp:  bosboot verification completed.
0503-408 installp:  bosboot process starting...

0301-101 /usr/lib/boot/bin/mkboot_chrp: Device open failure:
/tmp/bosboot_23854_
/unix_15463.Z
0301-158 bosboot: mkboot failed to create bootimage.

0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device.
The installation or updating script is unable to continue
0503-407 installp:  An error occurred during bosboot processing.
 Please correct the problem and rerun installp.
+---
 --+
 Summaries:
+---
 --+

Installation Summary
 
NameLevel   PartEvent   Result


 ---
tivoli.tsm.server.com   5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.server.com   5.3.0.0 ROOTAPPLY SUCCESS
tivoli.tsm.server.aix5.rte6 5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.server.aix5.rte6 5.3.0.0 ROOTAPPLY SUCCESS
tivoli.tsm.msg.en_US.server 5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.loc.server.ela   5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.license.cert 5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.license.aix5.rte 5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.devices.aix5.rte 5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.devices.aix5.rte 5.3.0.0 ROOTAPPLY SUCCESS
tivoli.tsm.server.webcon5.3.0.0 USR APPLY SUCCESS
tivoli.tsm.msg.en_US.device 5.3.0.0 USR APPLY SUCCESS


Lawrence McMahon
Senior Programmer Analyst
341 Computing Center, North Campus
645-3579


Re: snapshotcachezise and client hanging

2005-11-24 Thread Sandra
Also there is no tape mount in the library.

Sandra

  [EMAIL PROTECTED] wrote :
> Dear All,
> I m using TSM 5.3 client on windows 2000 professional machine. With server at 
> TSM 5.2.5
>
> The following errors occur while i initiate backups and system hangs.
>
> 11/24/2005 15:55:09 Snapshot cache size adjusted to accommodate insufficient 
> space:
> 11/24/2005 15:55:09 Cache volume directory = 
> c:\tsmlvsacache\Volume{506ba6df-1994-11da-be7f-806d6172696f}\
> 11/24/2005 15:55:09 Snap  volume = d:
>
>
> Please help me out of this !!
>
> Sandra
>
>
>
>
>  _
>  Sent via SUPERwebmail - Supernet web-based email service
>  http://www.super.net.pk/mail
>
>


 _
 Sent via SUPERwebmail - Supernet web-based email service
 http://www.super.net.pk/mail


snapshotcachezise and client hanging

2005-11-24 Thread Sandra
Dear All,
I m using TSM 5.3 client on windows 2000 professional machine. With server at 
TSM 5.2.5

The following errors occur while i initiate backups and system hangs.

11/24/2005 15:55:09 Snapshot cache size adjusted to accommodate insufficient 
space:
11/24/2005 15:55:09 Cache volume directory = 
c:\tsmlvsacache\Volume{506ba6df-1994-11da-be7f-806d6172696f}\
11/24/2005 15:55:09 Snap  volume = d:


Please help me out of this !!

Sandra




 _
 Sent via SUPERwebmail - Supernet web-based email service
 http://www.super.net.pk/mail