AW: Getting accounting log out of SMF

2001-07-30 Thread Bruno Calce

kai,
1)  under OS/390 almost for every task or activity a SMF record is
generated.
  These records are collected in the SYS1.MAN* datasets. Usually, this
data
  is extracted to different gdg's for whatever purpose. It makes the
working
with SMF data much more easier if you have subsets of specific
record types.
For most record types the generation can be turned off and on (have
a look at
SYS1.PARMLIB(SMF*) members for definitions for your system). The
records
for TSM have TYPE 42 SUBTYPE 14 and can be turned on with the SET
ACCOUNTING ON
command (have a look with Q STATUS). The record layout is documented
in the
TSM for MVS and OS/390 Administrator's Guide.
For example, with the OS/390 Performance Reporter (or TDS) you could
define
reports which read a specific SMF record and generate as desired.

2)  Here you have two jobs. The first job extracts the TSM SMF records
(type 42,
subtype 14) out from our monthly SMF gdg, with the IFASMFDP utility.
The second
job uses ICETOOL (nothing but a SORT) to read the SMF records and
generate a
readable output. Note that the first job is not really needed. You
could also
run the second job on the whole SMF data (take your time ...). In
the SORT control
statements, you can see that only type 42 records will be used
(INCLUDE COND= ).

Extract SMF data :

//ADSMSMF  JOB COND=(0,LT),TIME=1440
//*---*
//* EXTRACT ADSM ACCOUNTING RECORDS FROM MONTHLY SMF-GDG  *
//*---*
//COLLECT  EXEC PGM=IFASMFDP
//SYSPRINT DD SYSOUT=*
//IN   DD DSN=SYS9.SMF.MONTH(0),DISP=SHR
//OUT  DD DSN=TSM1.SMF42.M06,DISP=(,CATLG),AVGREC=M,
//SPACE=(1,(300,100),RLSE),
//LRECL=256,RECFM=VB
//SYSINDD *
  INDD(IN,OPTIONS(DUMP))
  OUTDD(OUT,TYPE(42(14)))
/*


Generate report:

//ADSMREP  JOB COND=(0,LT),REGION=4M
//*---*
//* show adsm accounting records  *
//*---*
//STEP1EXEC  PGM=ICETOOL
//TOOLMSG  DD  SYSOUT=*
//DFSMSG   DD  SYSOUT=*
//SMFDATA  DD  DISP=SHR,DSN=TSM1.SMF42.M06
//TEMPFILE DD  DSN=TEMP,
// MGMTCLAS=MCWRK00,
// SPACE=(CYL,(5,5))
//REPORT   DD  SYSOUT=*
//TOOLIN   DD  *
 SORT FROM(SMFDATA) TO(TEMPFILE) USING(COPY)
 DISPLAY FROM(TEMPFILE) LIST(REPORT)  -
 HEADER('Type')   -
 ON(6,1,BI)   -
 HEADER('Sub')-
 ON(23,2,BI)  -
 HEADER('Node')   -
 ON(57,30,CH) -
 HEADER('Date')   -
 ON(87,14,CH) -
 HEADER('Duration of Session')-
 ON(101,4,BI) -
 HEADER('#archive objects')   -
 ON(105,4,BI) -
 HEADER('#backup objects')-
 ON(109,4,BI) -
 HEADER('kb archived')-
 ON(113,4,BI) -
 HEADER('kb backedup')-
 ON(117,4,BI) -
 HEADER('kb communicated')-
 ON(121,4,BI) -
 HEADER('client owner')   -
 ON(125,8,CH) -
 HEADER('node type')  -
 ON(133,8,CH) -
 HEADER('#retrieved') -
 ON(149,4,BI) -
 HEADER('#restored')  -
 ON(153,4,BI) -
 HEADER('kb retrieved')   -
 ON(157,4,BI) -
 HEADER('kb restored')-
 ON(161,4,BI) -
 HEADER('idle wait time') -
 ON(165,4,BI) -
 HEADER('comm wait time') -

HIPER - TSM 4.1.2 server for OS/390

2001-07-30 Thread William White

APAR PQ50760 describes a looping condition with two migration processes and high
and low migration thresholds set to zero.  This condition occurred for TSM
V4.1.2 for OS/390 with two migration processes and high and low thresholds set
to 10 and 5 respectively.  In this condition, no commands are processed,
including HALT.  No other work is processed either.  Cancelling the server and
restarting it does not help because the migration processes are restarted
automatically and the loop is entered again.
I applied the local fix in APAR PQ50760 and was able to avoid restoring the TSM
database.  The fix is to start the server with the undocumented option
NOMIGRRECL which prevents migration on server startup.
___

William White
Mainframe Services Group
International Computing Centre (ICC)
e-mail: [EMAIL PROTECTED]



Problem with DB2 space reservation in API backup

2001-07-30 Thread Peter Bjoern

Hi

We are running backup of a DB2 database thru the API interface to our TSM
4.1 server on AIX.

We are using compression on the client side, but space is reserved in the
disk storage pool on
the server for the size of the uncompressed data.
This makes the space reservation exceed the available space in the pool
(200GB).

I _know_ this is an old problem, but I believe I've seen previously that
there are some parameters you
could adjust to change how much space will be reserved.

I cannot, however, find anything in the archive or in the places in the
documentation where I've looked
so far, so I would like to ask if anybody knows of the existence of such
parameters and where they
would be found and possibly some documentation about them.

Regards

Peter



Windows Client Tcp Read Errors

2001-07-30 Thread Volker Reinen

Moin Bruce,

We had have the same errors.
You may control on the TSM Clients
TCPBUFFSIZE 32
TCPWINDOWSIZE  63
TCPNODELAY  yes
TXNBYTELIMIT   25600

On the Server
TCPWINDOWSIZE  0 or 63
TCPNODELAY  yes
COMMTIMEOUTincrease
IDLETIMEOUT increase

Control your network and try to detect errors in the backuptime.

But in our project the solution was an new driver for the ethernetadapter
on the server (TSM 3.7.3 on WinNT).

good luck!


Mit freundlichen Gruessen - Yours sincerely

Volker Reinen
GE CompuNet Essen
System Engineering
Severinstrasse 42, 45127 Essen, Germany
Phone: +49-(0)201-2012-650, Fax: +49-(0)201-2012-7650, Mobile:
+49-(0)173-3507643
E-Mail : Volker.Reinen @ gecits-eu.com
Visit us on the Internet: http://www.gecits-eu.com


This email is confidential. If you are not the intended recipient,
you must not disclose or use the information contained in it.
If you have received this mail in error, please tell us
immediately by return email and delete the document.



3575 - Twintail Connect

2001-07-30 Thread Gerrit Van Zyl

Hi,

Can one connect a 3575 Library by means of a twintail connection between two
H80 servers in a HACMP setup?  Does twintail support differential SCSI?

Thanks and regards

~~
Gerrit van Zyl
Tel: +27 11 800 7400
Fax: +27 11 802 3814
Cell: +27 82 570 4266
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Web: www.faritec.co.za http://www.faritec.co.za/
~~
~~


This message may contain information which is confidential, private or
privileged in nature.   If you are not the intended recipient, you may not
peruse, use, disseminate, distribute or copy this message or file which is
attached to this message.  If you have received this message in error,
please notify the sender immediately by e-mail,  facsimile or telephone and
thereafter return and/or destroy the original message.
 Any views of this communication are those of the sender except where the
sender specifically states them to be those of Faritec (Proprietary) Limited
(Faritec) and/or Midrange Distribution Services (Pty) Ltd.
Please note that the recipient must scan this e-mail and any attached files
for viruses and the like.  While we do everything possible to protect
information from viruses, Faritec accepts no liability of whatever nature
for any loss, liability, damage or expense resulting directly or indirectly
from the access and/or downloading of any files which are attached to this
e-mail message.



Re: 3575 - Twintail Connect

2001-07-30 Thread James healy

Twintiling is definitel supported by differential SCSI, don't know if you
can do the rest




Gerrit Van Zyl [EMAIL PROTECTED]@VM.MARIST.EDU on 07/30/2001
09:12:34 AM

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

Sent by:  ADSM: Dist Stor Manager [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:

Subject:  3575 - Twintail Connect


Hi,

Can one connect a 3575 Library by means of a twintail connection between
two
H80 servers in a HACMP setup?  Does twintail support differential SCSI?

Thanks and regards

~~
Gerrit van Zyl
Tel: +27 11 800 7400
Fax: +27 11 802 3814
Cell: +27 82 570 4266
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Web: www.faritec.co.za http://www.faritec.co.za/
~~
~~


This message may contain information which is confidential, private or
privileged in nature.   If you are not the intended recipient, you may not
peruse, use, disseminate, distribute or copy this message or file which is
attached to this message.  If you have received this message in error,
please notify the sender immediately by e-mail,  facsimile or telephone and
thereafter return and/or destroy the original message.
 Any views of this communication are those of the sender except where the
sender specifically states them to be those of Faritec (Proprietary)
Limited
(Faritec) and/or Midrange Distribution Services (Pty) Ltd.
Please note that the recipient must scan this e-mail and any attached files
for viruses and the like.  While we do everything possible to protect
information from viruses, Faritec accepts no liability of whatever nature
for any loss, liability, damage or expense resulting directly or indirectly
from the access and/or downloading of any files which are attached to this
e-mail message.



TSM Client 4.2

2001-07-30 Thread Winfried Heilmann

Hi,

who has installed the new tsm client 4.2 and can tell how it works.? Any
problems ?


Regards winfried



Re: TSM Client 4.2

2001-07-30 Thread Joe Cascanette

Have it running on most of my servers in a NT environment. (TSM server 4.1.3
on NT)

So far the Journal add-on seems the help with restores... Other wise no real
big increase in speed.

Joe Cascanette

-Original Message-
From: Winfried Heilmann [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 10:12 AM
To: [EMAIL PROTECTED]
Subject: TSM Client 4.2


Hi,

who has installed the new tsm client 4.2 and can tell how it works.? Any
problems ?


Regards winfried



Re: 3575 - Twintail Connect

2001-07-30 Thread Ford, Phillip

Yes.  This is how we have our three 3575s attached.  You have to remove the
terminator from the pci cards and terminate on the end of the twintail.  Our
RS6000 are H70 but I am sure that the H80 will be the same.


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



-Original Message-
From: Gerrit Van Zyl [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 8:13 AM
To: [EMAIL PROTECTED]
Subject: 3575 - Twintail Connect


Hi,

Can one connect a 3575 Library by means of a twintail connection between two
H80 servers in a HACMP setup?  Does twintail support differential SCSI?

Thanks and regards

~~
Gerrit van Zyl
Tel: +27 11 800 7400
Fax: +27 11 802 3814
Cell: +27 82 570 4266
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Web: www.faritec.co.za http://www.faritec.co.za/
~~
~~


This message may contain information which is confidential, private or
privileged in nature.   If you are not the intended recipient, you may not
peruse, use, disseminate, distribute or copy this message or file which is
attached to this message.  If you have received this message in error,
please notify the sender immediately by e-mail,  facsimile or telephone and
thereafter return and/or destroy the original message.
 Any views of this communication are those of the sender except where the
sender specifically states them to be those of Faritec (Proprietary) Limited
(Faritec) and/or Midrange Distribution Services (Pty) Ltd.
Please note that the recipient must scan this e-mail and any attached files
for viruses and the like.  While we do everything possible to protect
information from viruses, Faritec accepts no liability of whatever nature
for any loss, liability, damage or expense resulting directly or indirectly
from the access and/or downloading of any files which are attached to this
e-mail message.

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



HELP - Solaris backup problem!

2001-07-30 Thread Dwight R. Wood

Has anyone experienced this before:

I have many Solaris 2.6 and 2.7 machines getting backed up to a TSM server
on Solaris (4.1.2). Each night the backups run with a 'completed' report.
But I have run into a HUGE problem. When the backup runs automatically at
night, it misses almost the entire file system. I have a machine that has
missed the /, /opt, /usr  /var directories every time it runs. But when I
run a manual backup, 'dsmc inc', everything gets backed up. And the
include/exclude file has nothing in it to exclude these directories. Does
anyone know of this problem? Any info would be helpful. Thanks!

Dwight Wood

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: HELP - Solaris backup problem!

2001-07-30 Thread Cross, Ric

Try adding the inclexcl and domain parameters to your dsm.sys file :

inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.lst
domain   / /usr /home /apps /tmp /apps/b2b /usr/local/source

My inclexcl.lst looks like this :

exclude /opt/tivoli/tsm/client/.../*.log
exclude /.../core
exclude.fs /tmp

We did run into some problems with the Sun backups but
it's been too long to remember the specifics ... just know they
were inclexcl and domain related.

Ric Cross

Lead Integration Engineer

WorldCrest
1600 RiverEdge Parkway, Suite 100
Atlanta, Georgia 30328


-Original Message-
From: Dwight R. Wood [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 10:26 AM
To: [EMAIL PROTECTED]
Subject: HELP - Solaris backup problem!


Has anyone experienced this before:

I have many Solaris 2.6 and 2.7 machines getting backed up to a TSM server
on Solaris (4.1.2). Each night the backups run with a 'completed' report.
But I have run into a HUGE problem. When the backup runs automatically at
night, it misses almost the entire file system. I have a machine that has
missed the /, /opt, /usr  /var directories every time it runs. But when I
run a manual backup, 'dsmc inc', everything gets backed up. And the
include/exclude file has nothing in it to exclude these directories. Does
anyone know of this problem? Any info would be helpful. Thanks!

Dwight Wood

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



slow tsm 4.1 hpux 11.0 client when archiving

2001-07-30 Thread Thierry ITTY

Hi,

the server is a rs6k aix 433 tsm 4.1
the client is a hp9000 hpux 11 tsm 4.1
the problem is that backups seem quick whereas archive seem long

before we moved to tsm 4.1, the server and the client were adsm 3.1. it was
running fine : 30 minutes for a daily backup and 8 hours for a full archive
(25 GB / 350.000 files)

now I need at least 2 days ( 50 hours) for the archive, the only
difference being tsm instead of adsm

I have other hp workstations in hp-ux 10.20 still with adsm 3.1 client, on
which backup and archive durations did not change when the server moved to
tsm 4.1

any idea ?

tia,
- * - * - * - * - * - * -
Si nous avons chacun un objet et que nous les echangeons,
   nous avons encore chacun un objet.
Si nous avons chacun une idee et que nous les echangeons,
   nous avons alors chacun deux idees.

Thierry ITTY
eMail : [EMAIL PROTECTED]   FRANCE



Updated Last Access Times - NT client/McAfee/Outbound files

2001-07-30 Thread Alex Paschal

Hi, everybody.  We're experiencing a situation where the Last Access times
on the fileserver are updated for a huge number of files, about half the
data on the server.

Windows:  NT4 SP6
Server:   AIX TSM 4.1.3.2
Client:   NT TSM 4.1.1.16
McAfee:   Server version 4.5
Filescan: Outbound files enabled  (I know, not recommended by McAfee, but
there are political elements.)

We're preparing to implement the new HSM product for Windows (the rebranded
OTG DiskExtender), but with the last access times getting updated during the
backup, writing meaningful rules is difficult.  We've been able to
demonstrate that, when we disable Outbound files in McAfee, we no longer
have the huge amount of files with access times from during the last backup.
However, we haven't been able to recreate the behavior for Tivoli support
using a smaller, more controlled backup for tracing purposes.  I shudder at
the thought of tracing the entire backup of a 600GB fileserver.

Has anybody else seen this, know of this, or might be willing to try
recreating it?  Helpful thoughts?

Thanks,
Alex

WorldSecure Freightliner.com made the following
 annotations on 07/30/01 09:32:28
--

[INFO] -- Content Manager:
The information contained in this communication is confidential and intended solely 
for the use of the individual to whom it is addressed and others authorized to receive 
it.  If you are not the intended recipient, any disclosure, copying, distribution or 
taking of any action in reliance on the contents of this information is prohibited. If 
you have received this communication in error, please immediately notify the sender by 
phone if possible or via email message.

==



Re: TSM Versions

2001-07-30 Thread charles

Hi Doug !

You can see the Client-Server Compatibility on website
www.tivoli.com/support/storage_mgr/compatibility.html



- Original Message -
From: Doug McLauchlan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 22, 2001 8:35 PM
Subject: TSM Versions


 Hi all, Is there a table/chart/grid anywhere that will show which
 versions of TSM client/server that you can run together. I have a TSM
Server
 at 3.7.2 and we have a trial version of HSM which is at 4.2 which also
needs
 the BA Client at 4.2. Can I have a version 4 client running with a 3.7
 server ???


 Thanks  Doug McLauchlan
 DISCLAIMER: The information in this email and in any attachments is
confidential and intended solely for the attention and use of the
addressee(s). If this email is not intended for you, you must not use, read,
distribute or copy it. If you have received this email by mistake please
call the sender immediately on 64-9-2620772 and erase the email and any
attachments, and any copies of the same. Internet communications are not
secure and therefore Woolworths (NZ) Ltd does not accept legal
responsibility for the contents of this message. Any views or opinions
expressed are solely those of the author and do not necessarily represent
those of Woolworths (NZ) Ltd unless specifically stated.



Re: HELP - Solaris backup problem!

2001-07-30 Thread Dwight R. Wood

My dsm.sys has the inclexcl defined, however, I thought the domain
statements should be in the dsm.opt file. Do I need to have the domain
statements in the dsm.sys or the dsm.opt? Anyone?


From: Cross, Ric [EMAIL PROTECTED]
Reply-To: ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: HELP - Solaris backup problem!
Date: Mon, 30 Jul 2001 10:48:41 -0400

Try adding the inclexcl and domain parameters to your dsm.sys file :

inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.lst
domain   / /usr /home /apps /tmp /apps/b2b /usr/local/source

My inclexcl.lst looks like this :

exclude /opt/tivoli/tsm/client/.../*.log
exclude /.../core
exclude.fs /tmp

We did run into some problems with the Sun backups but
it's been too long to remember the specifics ... just know they
were inclexcl and domain related.

Ric Cross

Lead Integration Engineer

WorldCrest
1600 RiverEdge Parkway, Suite 100
Atlanta, Georgia 30328


-Original Message-
From: Dwight R. Wood [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 10:26 AM
To: [EMAIL PROTECTED]
Subject: HELP - Solaris backup problem!


Has anyone experienced this before:

I have many Solaris 2.6 and 2.7 machines getting backed up to a TSM server
on Solaris (4.1.2). Each night the backups run with a 'completed' report.
But I have run into a HUGE problem. When the backup runs automatically at
night, it misses almost the entire file system. I have a machine that has
missed the /, /opt, /usr  /var directories every time it runs. But when I
run a manual backup, 'dsmc inc', everything gets backed up. And the
include/exclude file has nothing in it to exclude these directories. Does
anyone know of this problem? Any info would be helpful. Thanks!

Dwight Wood

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



ADSM Backup

2001-07-30 Thread Christian Astuni

Hello  I have a cuetion.
If i have a disaster in my ADSM server, and i have a backup of adsm databe,
is suficient to install again the server and continue working ?
Or I need a backup of the ADSM log, and volhistory ?

Wich are the files i need to install again the same server in the same
machine ?
Thanks in advance.




Christian Astuni
Hipolito Yrigoyen 2149
Martínez (1640) Bs. As. - Argentina



Re: HELP - Solaris backup problem!

2001-07-30 Thread Richard Sims

My dsm.sys has the inclexcl defined, however, I thought the domain
statements should be in the dsm.opt file. Do I need to have the domain
statements in the dsm.sys or the dsm.opt? Anyone?

Tivoli provides online manuals, available at:

   
http://www.tivoli.com/support/public/Prodman/public_manuals/storage_mgr/admanual.html

Documentation of the Domain option says:

  Place this option in the client options file (dsm.opt).



Re: TSM Versions

2001-07-30 Thread Ray Baughman

Hi all,

We are currently running the server at 3.7 and clients running 3.7 and
earlier.  With 3.7 going off support at the end of October, I need to
migrate my server to 4.2, along with the clients.

If I read the website correctly, the 3.7 version of the client is not
compatible with the 4.2 version of the server and vise versa.  If this is
true, then how does one migrate from 3.7 to 4.2?  Do you have to update your
clients to at either 3.7 or 4.1 followed by your server to 4.1 followed by
the clients to 4.2 and then the server to 4.2?  Or can the server be
migrated to 4.2 then the clients, as time allows.  Any thoughts?

Ray Baughman
Engineering Systems Administrator
TSM Administrator
National Machinery Co.
Phone:   419-443-2257
Fax: 419-443-2376
Email:   [EMAIL PROTECTED]

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
 charles
 Sent: Monday, July 30, 2001 1:25 PM
 To: [EMAIL PROTECTED]
 Subject: Re: TSM Versions


 Hi Doug !

 You can see the Client-Server Compatibility on website
 www.tivoli.com/support/storage_mgr/compatibility.html



 - Original Message -
 From: Doug McLauchlan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, July 22, 2001 8:35 PM
 Subject: TSM Versions


  Hi all, Is there a table/chart/grid anywhere that will show which
  versions of TSM client/server that you can run together. I have a TSM
 Server
  at 3.7.2 and we have a trial version of HSM which is at 4.2 which also
 needs
  the BA Client at 4.2. Can I have a version 4 client running with a 3.7
  server ???
 
 
  Thanks  Doug McLauchlan
  DISCLAIMER: The information in this email and in any attachments is
 confidential and intended solely for the attention and use of the
 addressee(s). If this email is not intended for you, you must not
 use, read,
 distribute or copy it. If you have received this email by mistake please
 call the sender immediately on 64-9-2620772 and erase the email and any
 attachments, and any copies of the same. Internet communications are not
 secure and therefore Woolworths (NZ) Ltd does not accept legal
 responsibility for the contents of this message. Any views or opinions
 expressed are solely those of the author and do not necessarily represent
 those of Woolworths (NZ) Ltd unless specifically stated.




Re: how can inactive old backup data ???

2001-07-30 Thread Serein, Gilbert Claudio

Claudio, if the node has been shutdown for ever wouldn't be better to delete
the file spaces and get back the resources.

-Original Message-
From:   Claudio Cofre Caro [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, July 30, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject:how can inactive old backup data ???

A little question for the experts...

I have a client node that is no useful anymore (this node has been
shutdown
forever).  How can i INACTIVE the adsm data for this node.

The backup policy for this node is
 Version data exist=7
 Vesion data deleted=7
 Retain version=60
 Retain Only version=90

I have too Archive policy for 5 year (1830 days).

In this moment i have many ACTIVE backup data that never will be
expire ?

Thanks in advance...
---
 Claudio Cofré Caro
 SA Consultores - Chile



Re: how can inactive old backup data ???

2001-07-30 Thread Claudio Cofre Caro


Well, i can not delete the filespaces, because i have a archive data that
will be exist for at less five year...


---
 Claudio Cofré Caro
 SA Consultores - Chile



   
 
Serein,   
 
Gilbert  To: [EMAIL PROTECTED]  
 
Claudio cc:   
 
gilbert@MIAMSubject: Re: how can inactive old backup 
data  
I.EDU   ???   
 
Sent by:   
 
ADSM: Dist
 
Stor Manager  
 
[EMAIL PROTECTED]  
 
RIST.EDU  
 
   
 
   
 
30-07-01   
 
15:30  
 
Please 
 
respond to 
 
ADSM: Dist
 
Stor Manager  
 
   
 
   
 




Claudio, if the node has been shutdown for ever wouldn't be better to
delete
the file spaces and get back the resources.

-Original Message-
From:   Claudio Cofre Caro [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, July 30, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject:how can inactive old backup data ???

A little question for the experts...

I have a client node that is no useful anymore (this node has been
shutdown
forever).  How can i INACTIVE the adsm data for this node.

The backup policy for this node is
 Version data exist=7
 Vesion data deleted=7
 Retain version=60
 Retain Only version=90

I have too Archive policy for 5 year (1830 days).

In this moment i have many ACTIVE backup data that never will be
expire ?

Thanks in advance...
---
 Claudio Cofré Caro
 SA Consultores - Chile




AW: how can inactive old backup data ???

2001-07-30 Thread Schaub Joachim Paul ABX-PROD-ZH

You have to delete the filespace with the type=backup

-Ursprüngliche Nachricht-
Von: Claudio Cofre Caro [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 30. Juli 2001 21:41
An: [EMAIL PROTECTED]
Betreff: Re: how can inactive old backup data ???



Well, i can not delete the filespaces, because i have a archive data that
will be exist for at less five year...


---
 Claudio Cofré Caro
 SA Consultores - Chile



 

Serein,

Gilbert  To: [EMAIL PROTECTED]

Claudio cc:

gilbert@MIAMSubject: Re: how can inactive
old backup data  
I.EDU   ???

Sent by:

ADSM: Dist

Stor Manager

[EMAIL PROTECTED]

RIST.EDU

 

 

30-07-01

15:30

Please

respond to

ADSM: Dist

Stor Manager

 

 





Claudio, if the node has been shutdown for ever wouldn't be better to
delete
the file spaces and get back the resources.

-Original Message-
From:   Claudio Cofre Caro [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, July 30, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject:how can inactive old backup data ???

A little question for the experts...

I have a client node that is no useful anymore (this node has been
shutdown
forever).  How can i INACTIVE the adsm data for this node.

The backup policy for this node is
 Version data exist=7
 Vesion data deleted=7
 Retain version=60
 Retain Only version=90

I have too Archive policy for 5 year (1830 days).

In this moment i have many ACTIVE backup data that never will be
expire ?

Thanks in advance...
---
 Claudio Cofré Caro
 SA Consultores - Chile



Re: how can inactive old backup data ???

2001-07-30 Thread Dmochowski, Ray

Claudio, et al ...

May I suggest this is a Records Management issue more than
a technical issue   Is the 'backup' data of any ongoing value 
to the enterprise?   What's the real value of the 'archive' data?
What data, if any, is still required for legal, financial, scientific
or cultural reasons?  Isn't there a records schedule that can be
consulted to determine the disposition of the data ?



Ray Dmochowski  [EMAIL PROTECTED]
(908) 740-3261

Schering-Plough Research Institute
Bldg. K-15-2, Mailstop #2055
2015 Galloping Hill Road
Kenilworth, NJ 07033, U.S.A.





-Original Message-
From: Schaub Joachim Paul ABX-PROD-ZH [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:44 PM
To: [EMAIL PROTECTED]
Subject: AW: how can inactive old backup data ???


You have to delete the filespace with the type=backup

-Ursprüngliche Nachricht-
Von: Claudio Cofre Caro [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 30. Juli 2001 21:41
An: [EMAIL PROTECTED]
Betreff: Re: how can inactive old backup data ???



Well, i can not delete the filespaces, because i have a archive data that
will be exist for at less five year...


---
 Claudio Cofré Caro
 SA Consultores - Chile



 

Serein,

Gilbert  To: [EMAIL PROTECTED]

Claudio cc:

gilbert@MIAMSubject: Re: how can inactive
old backup data  
I.EDU   ???

Sent by:

ADSM: Dist

Stor Manager

[EMAIL PROTECTED]

RIST.EDU

 

 

30-07-01

15:30

Please

respond to

ADSM: Dist

Stor Manager

 

 





Claudio, if the node has been shutdown for ever wouldn't be better to
delete
the file spaces and get back the resources.

-Original Message-
From:   Claudio Cofre Caro [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, July 30, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject:how can inactive old backup data ???

A little question for the experts...

I have a client node that is no useful anymore (this node has been
shutdown
forever).  How can i INACTIVE the adsm data for this node.

The backup policy for this node is
 Version data exist=7
 Vesion data deleted=7
 Retain version=60
 Retain Only version=90

I have too Archive policy for 5 year (1830 days).

In this moment i have many ACTIVE backup data that never will be
expire ?

Thanks in advance...
---
 Claudio Cofré Caro
 SA Consultores - Chile



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



Bad tape

2001-07-30 Thread Tyree, David

Is there a procedure to replace the data on a tape that has went
bad? We use 3590 tapes on our AS/400 side and they are known to break the
tape or just become unusable for some reason.
We haven't had a bad tape on the PC side yet. We use a library that
has the tapepool tapes in it and have our copypool tapes in the vault. I
know it will happen one day and I need some way to replace the data that was
on the unusable tape either from the library or from the vault.
Server is a WinNT4 running 4.1.3.
Thanks...

David Tyree
Microcomputer Specialist
South Georgia Medical Center
229.333.1155

Confidential Notice:  This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information.  Any unauthorized review, use,  disclosure or
distribution is prohibited.  If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.



Re: AW: how can inactive old backup data ???

2001-07-30 Thread Claudio Cofre Caro


DELETE FILESPACE TYPE=BACKUP !!!

there is my solution...

Thanks very much Schaub Joachim Paul 

---
 Claudio Cofré Caro
 SA Consultores - Chile



   
 
Schaub Joachim 
 
Paul ABX-PROD-ZH To: [EMAIL PROTECTED]  
 
joachim.schaub@Acc:   
 
BRAXAS.CH   Subject: AW: how can inactive old 
backup data  
Sent by: ADSM:  ???   
 
Dist Stor  
 
Manager   
 
[EMAIL PROTECTED]  
 
.EDU  
 
   
 
   
 
30-07-01 15:44 
 
Please respond to  
 
ADSM: Dist Stor   
 
Manager   
 
   
 
   
 




You have to delete the filespace with the type=backup

-Ursprüngliche Nachricht-
Von: Claudio Cofre Caro [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 30. Juli 2001 21:41
An: [EMAIL PROTECTED]
Betreff: Re: how can inactive old backup data ???



Well, i can not delete the filespaces, because i have a archive data that
will be exist for at less five year...


---
 Claudio Cofré Caro
 SA Consultores - Chile





Serein,

Gilbert  To: [EMAIL PROTECTED]

Claudio cc:

gilbert@MIAMSubject: Re: how can inactive
old backup data
I.EDU   ???

Sent by:

ADSM: Dist

Stor Manager

[EMAIL PROTECTED]

RIST.EDU





30-07-01

15:30

Please

respond to

ADSM: Dist

Stor Manager









Claudio, if the node has been shutdown for ever wouldn't be better to
delete
the file spaces and get back the resources.

-Original Message-
From:   Claudio Cofre Caro [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, July 30, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject:how can inactive old backup data ???

A little question for the experts...

I have a client node that is no useful anymore (this node has been
shutdown
forever).  How can i INACTIVE the adsm data for this node.

The backup policy for this node is
 Version data exist=7
 Vesion data deleted=7
 Retain version=60
 Retain Only version=90

I have too Archive policy for 5 year (1830 days).

In this moment i have many ACTIVE backup data that never will be
expire ?

Thanks in advance...
---
 Claudio Cofré Caro
 SA Consultores - Chile




Re: TSM Versions

2001-07-30 Thread Doug McLauchlan

Hi Charles, thanks for that I have been searching for that, I new it existed
but couldn't find it. Thanks again

Regards  Doug

-Original Message-
From: charles [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 31 July 2001 05:25
To: [EMAIL PROTECTED]
Subject: Re: TSM Versions


Hi Doug !

You can see the Client-Server Compatibility on website
www.tivoli.com/support/storage_mgr/compatibility.html



- Original Message -
From: Doug McLauchlan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 22, 2001 8:35 PM
Subject: TSM Versions


 Hi all, Is there a table/chart/grid anywhere that will show which
 versions of TSM client/server that you can run together. I have a TSM
Server
 at 3.7.2 and we have a trial version of HSM which is at 4.2 which also
needs
 the BA Client at 4.2. Can I have a version 4 client running with a 3.7
 server ???


 Thanks  Doug McLauchlan
 DISCLAIMER: The information in this email and in any attachments is
confidential and intended solely for the attention and use of the
addressee(s). If this email is not intended for you, you must not use, read,
distribute or copy it. If you have received this email by mistake please
call the sender immediately on 64-9-2620772 and erase the email and any
attachments, and any copies of the same. Internet communications are not
secure and therefore Woolworths (NZ) Ltd does not accept legal
responsibility for the contents of this message. Any views or opinions
expressed are solely those of the author and do not necessarily represent
those of Woolworths (NZ) Ltd unless specifically stated.
DISCLAIMER: The information in this email and in any attachments is confidential and 
intended solely for the attention and use of the addressee(s). If this email is not 
intended for you, you must not use, read, distribute or copy it. If you have received 
this email by mistake please call the sender immediately on 64-9-2620772 and erase the 
email and any attachments, and any copies of the same. Internet communications are not 
secure and therefore Woolworths (NZ) Ltd does not accept legal responsibility for the 
contents of this message. Any views or opinions expressed are solely those of the 
author and do not necessarily represent those of Woolworths (NZ) Ltd unless 
specifically stated.



TSM post upgrade performance tunning

2001-07-30 Thread Mauricio Angelino Massa

Something strange is happening after the upgrade of our ADSM 3.1 to TSM
4.1.
With ADSM, the backup process took about 5 hours, and now it's taking 12
hours to complete!
Is there any know configuration parameter to be changed?

Thanks in advance!

Regards,

Mauricio



Re: TSM post upgrade performance tuning

2001-07-30 Thread PINNI, BALANAND (SBCSI)

Its seems to me ur data xfer rate is low ;check summary, u will see those
statistics.
Keep compression ON   in dsm.sys/dsm.opt  file.
I did post perf parameters on adsm.org.
I request u to kindly mail summary pl.


-Original Message-
From: Mauricio Angelino Massa [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:46 PM
To: [EMAIL PROTECTED]
Subject: TSM post upgrade performance tunning


Something strange is happening after the upgrade of our ADSM 3.1 to TSM
4.1.
With ADSM, the backup process took about 5 hours, and now it's taking 12
hours to complete!
Is there any know configuration parameter to be changed?

Thanks in advance!

Regards,

Mauricio



Re: TSM Versions

2001-07-30 Thread Andrew Raibeck

You should migrate to the TSM 4.2 server, first, then follow with the
clients. While the 3.7 clients are not officially supported with the 4.2
server, in theory they should work (although you won't get all the new 4.2
function until the clients are also upgraded). Caveat: if you experience a
problem with a 3.7 client functioning with a 4.2 server, then before
reporting the problem to support, I would recommend that you first upgrade
the client to the 4.2 level and see if the problem still exists. Being
that the 3.7 client and 4.2 server is not officially supported, that is
most likely the first thing support would ask you to do, anyway.

Also note that not every 3.7 client platform is supported in version 4.2
(example: Windows 95). In such an instance, you should consider upgrading
the OS (I know this is far more easily said than done) or using the 4.1
client version (if one exists) for that platform.

Regards,

Andy

Andy Raibeck
IBM Tivoli Systems
Tivoli Storage Manager Client Development
e-mail: [EMAIL PROTECTED]
The only dumb question is the one that goes unasked.
The command line is your friend





Ray Baughman [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
07/30/2001 12:07
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Re: TSM Versions



Hi all,

We are currently running the server at 3.7 and clients running 3.7 and
earlier.  With 3.7 going off support at the end of October, I need to
migrate my server to 4.2, along with the clients.

If I read the website correctly, the 3.7 version of the client is not
compatible with the 4.2 version of the server and vise versa.  If this is
true, then how does one migrate from 3.7 to 4.2?  Do you have to update
your
clients to at either 3.7 or 4.1 followed by your server to 4.1 followed by
the clients to 4.2 and then the server to 4.2?  Or can the server be
migrated to 4.2 then the clients, as time allows.  Any thoughts?

Ray Baughman
Engineering Systems Administrator
TSM Administrator
National Machinery Co.
Phone:   419-443-2257
Fax: 419-443-2376
Email:   [EMAIL PROTECTED]

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
 charles
 Sent: Monday, July 30, 2001 1:25 PM
 To: [EMAIL PROTECTED]
 Subject: Re: TSM Versions


 Hi Doug !

 You can see the Client-Server Compatibility on website
 www.tivoli.com/support/storage_mgr/compatibility.html



 - Original Message -
 From: Doug McLauchlan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, July 22, 2001 8:35 PM
 Subject: TSM Versions


  Hi all, Is there a table/chart/grid anywhere that will show which
  versions of TSM client/server that you can run together. I have a TSM
 Server
  at 3.7.2 and we have a trial version of HSM which is at 4.2 which also
 needs
  the BA Client at 4.2. Can I have a version 4 client running with a 3.7
  server ???
 
 
  Thanks  Doug McLauchlan
  DISCLAIMER: The information in this email and in any attachments is
 confidential and intended solely for the attention and use of the
 addressee(s). If this email is not intended for you, you must not
 use, read,
 distribute or copy it. If you have received this email by mistake please
 call the sender immediately on 64-9-2620772 and erase the email and any
 attachments, and any copies of the same. Internet communications are not
 secure and therefore Woolworths (NZ) Ltd does not accept legal
 responsibility for the contents of this message. Any views or opinions
 expressed are solely those of the author and do not necessarily
represent
 those of Woolworths (NZ) Ltd unless specifically stated.




Local Drive F: Ignored

2001-07-30 Thread Jennifer I. Moore

Gentle Greetings,

We have a puzzling problem with one of our nodes...  any help/insight would
be appreciated.

OS: WinNT 4
Client:  3.7.2.17

Manual backups through the GUI run fine...  all drives are listed under the
Local tree.

However, during automatic backups, the F: drive is completely
ignored...  no mention of it whatsoever...  not even an error message in
the error log.

Any ideas?

Thanks in advance,

Jennifer



Volume out of sync

2001-07-30 Thread Sam Schrage

I have a volume that is out of sync.  I did a AUDIT VOLUME XX, and it listed
all the errors.  The AUDIT ran successfully and did not list any damaged files
but said that the were objects that need updating.  A typical error in the
ACTLOG was:

 07/30/01 09:36:14 ANR2337W Need to reset header size for object
.4739469,
   verb type (93), from (0) to (248).
 07/30/01 09:36:15 ANR4131W Audit Volume found incorrect object
information
   for volume L00039: Node RSERVER01, Type SpaceMg, File
   space /600_archive, File name /TAC98/tac980062.tar.Z.
 07/30/01 09:36:15 ANR2337W Need to reset header size for object
.4739470,
   verb type (93), from (0) to (248).

What should I try.AUDIT VOLUME L00039 FIX=YES,   or  RESTORE VOLUME
L00039  ?  ( I previewed the restore and have a list of tape that I'll need from
the offsite vault.)  Will the AUDIT VOLUME pull infomation from the database and
backup tape pools or will it still require copypool tapes?

Open to suggestions

Sam Schrage
TRW Systems
615-360-4716
[EMAIL PROTECTED]



Re: Teaching others TSM

2001-07-30 Thread Tab Trepagnier

Francisco,

I found that good company-specific documentation is a must; as is an
enthusiastic student!

I inherited ADSM from a former employee who gave me a brief overview of the
physical layout of the system.  When the main library failed, and ADSM fell
over dead pretending to be a trainwreck, I was totally lost.  The ADSM Tech
Support folks spent *hours* on the phone with my helping dig out of those
problems (note to ADSM Tech Support - thank you VERY much!).

Fast forward three years and I've had to teach the system to my co-workers.
This is what I rely upon beyond the Tivoli documentation:
- a data flow diagram that show where the data comes from and where it
goes.
- an operations procedure that describes *in detail* how to perform the
routine tape handling tasks.
- a daily surveillance procedure that describes *in detail* how to check
the health of the system and what to do if it isn't healty.

Good luck.

Tab Trepagnier
TSM Administrator
Laitram Corporation








Francisco Reyes [EMAIL PROTECTED]@VM.MARIST.EDU on 07/27/2001 09:07:23
AM

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

Sent by:  ADSM: Dist Stor Manager [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:
Subject:  Teaching others TSM


What is the best way to teach someone how to use TSM?
When I learnt it some time back it took me 3 months of setting up the
server and clients and just trying different things to get all the
concepts.



Re: Local Drive F: Ignored

2001-07-30 Thread Rajesh Oak

Jennifer,
Please check the dsm.opt file and verify that the line:

DOMAIN  ALL-LOCAL

is in there.

Regards,

Rajesh Oak
--

On Mon, 30 Jul 2001 16:36:09
 Jennifer I. Moore wrote:
Gentle Greetings,

We have a puzzling problem with one of our nodes...  any help/insight would
be appreciated.

OS: WinNT 4
Client:  3.7.2.17

Manual backups through the GUI run fine...  all drives are listed under the
Local tree.

However, during automatic backups, the F: drive is completely
ignored...  no mention of it whatsoever...  not even an error message in
the error log.

Any ideas?

Thanks in advance,

Jennifer



Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/



Re: HELP - Solaris backup problem!

2001-07-30 Thread James R Owen

Dwight,
You thought correctly:  specify domain in dsm.opt, not in dsm.sys!
But, the default domain is all_local fs, so normally
one doesn't need to specify domain... anyway!

Perhaps your automatic backups are not being run by a priviledged user
or you have some client schedule(s) that include a domain option?

Check to ensure that
- dsmc schedule command is invoked by root @ clients w/ missing fs backups
- schedules with which clients are associated do not restrict domain

Otherwise, unless you get better responses, I would check w/ TSM support.
Good luck!
--
[EMAIL PROTECTED]   (203.432.6693)

Dwight R. Wood wrote:

 My dsm.sys has the inclexcl defined, however, I thought the domain
 statements should be in the dsm.opt file. Do I need to have the domain
 statements in the dsm.sys or the dsm.opt? Anyone?

 From: Cross, Ric [EMAIL PROTECTED]
 Reply-To: ADSM: Dist Stor Manager [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: HELP - Solaris backup problem!
 Date: Mon, 30 Jul 2001 10:48:41 -0400
 
 Try adding the inclexcl and domain parameters to your dsm.sys file :
 
 inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.lst
 domain   / /usr /home /apps /tmp /apps/b2b /usr/local/source
 
 My inclexcl.lst looks like this :
 
 exclude /opt/tivoli/tsm/client/.../*.log
 exclude /.../core
 exclude.fs /tmp
 
 We did run into some problems with the Sun backups but
 it's been too long to remember the specifics ... just know they
 were inclexcl and domain related.
 
 Ric Cross
 
 Lead Integration Engineer
 
 WorldCrest
 1600 RiverEdge Parkway, Suite 100
 Atlanta, Georgia 30328
 
 
 -Original Message-
 From: Dwight R. Wood [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 10:26 AM
 To: [EMAIL PROTECTED]
 Subject: HELP - Solaris backup problem!
 
 
 Has anyone experienced this before:
 
 I have many Solaris 2.6 and 2.7 machines getting backed up to a TSM server
 on Solaris (4.1.2). Each night the backups run with a 'completed' report.
 But I have run into a HUGE problem. When the backup runs automatically at
 night, it misses almost the entire file system. I have a machine that has
 missed the /, /opt, /usr  /var directories every time it runs. But when I
 run a manual backup, 'dsmc inc', everything gets backed up. And the
 include/exclude file has nothing in it to exclude these directories. Does
 anyone know of this problem? Any info would be helpful. Thanks!
 
 Dwight Wood
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: ANE4017E - too many symbolic links were detected while resolving name ...

2001-07-30 Thread Tab Trepagnier

Zosimo,

I've been a victim of that also, and on Irix.  It can kill your system by
filling up the log very fast.

The fix is to use client 3.1.0.7 or later and use the switch
ARCHSYMLinkasfile No.

Otherwise you end up with circular link definitions.  We fought that for a
year before that client version and switch were released.

Tab Trepagnier
TSM Administrator
Laitram Corporation







Zosimo Noriega (ADNOC IST) [EMAIL PROTECTED]@VM.MARIST.EDU on
07/28/2001 01:08:12 AM

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

Sent by:  ADSM: Dist Stor Manager [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:
Subject:  ANE4017E - too many symbolic links were detected while resolving
  name ...


anybody can help me regarding this error.  i run archive of filespace
'/usr4' from sgi machine (unix), and then i got the series of error
messages
from the activity log, like this example:

07/26/2001 11:31:37 ANE4017E (Session: 3788, Node: SGIS01)  Error
processing
'/sgis01/usr4/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/akh0952/Deskto

p/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/akh0952/De

sktop/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/akh095

2/Desktop/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/akh0952/Desktop/ak

h0952/.gqs_awkprogs/.gqs_awkprogs': too many symbolic links were detected
while resolving name

how can i exclude this in archive or solve this symbolic liinks.  any help
from you is really appreciated.

regards,

Zosimo Noriega
A D N O C
IST-ITD DMSS
Tel -  6024987



Re: Bad tape

2001-07-30 Thread David Longo

The RESTORE VOLUME command is used for this.  Use it with
preview=yes and it won't actaully do restore.  Then look at actlog
and you will see what tapes are needed to actually do the restore
including tapes in vault.  I have used this many times to restore
broken/bad tapes.

Note with the dynamics of *SM when you get tapes back tomorrow
, you may stilkl need more tapes sometimes as reclamation has moved
data to another tape.  May take a 2nd retrieve from vault to get all.
Doesn't happen too often though.  I wait till late in day to run and get 
list  of tapes needed ffrom vault to improve the chances of one request
doing the whole job.


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] 07/30/01 04:39PM 
Is there a procedure to replace the data on a tape that has went
bad? We use 3590 tapes on our AS/400 side and they are known to break the
tape or just become unusable for some reason.
We haven't had a bad tape on the PC side yet. We use a library that
has the tapepool tapes in it and have our copypool tapes in the vault. I
know it will happen one day and I need some way to replace the data that was
on the unusable tape either from the library or from the vault.
Server is a WinNT4 running 4.1.3.
Thanks...

David Tyree
Microcomputer Specialist
South Georgia Medical Center
229.333.1155

Confidential Notice:  This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information.  Any unauthorized review, use,  disclosure or
distribution is prohibited.  If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.



MMS health-first.org made the following
 annotations on 07/30/01 23:10:09
--
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.

==



Job Idle for more than 15 min

2001-07-30 Thread Pothula S Paparao

Hi *SM experts,
When client fires a incremental job , usally it attempts a backup in a
minute (Idletime).  This is what happening since january. But, today i have
problem, its in idle state for more than the time which i have set in
server options (15min) and backup failed with error message in actlog. Can
anyone help me , why is it happening all of a sudden? also advise me with
possible solution.  I dont want to increase the idletimeout for more than
15min.

Thanks in advance.
Sree.



SUBFILE Techonical Details?

2001-07-30 Thread mrkirra2001

Is there anywhere that I can find the technical details on how SUBFILE
works? For example..
- what does it use the local cache for? - if I have 20GB of backup data, how
does it use the 10MB cache area?
- what if I delete the local cache?
- does TSM always backup the differences, or is it smart enough to say this
difference file is 50% (for example) of the original so I'll back it all up!
- does it do a full backup every now again anyway?
- should compression and subfile be used together?

It would be really nice to see all these questions and more answered in one
paper...

Regards

/gjs