Re: True statement???

2002-06-05 Thread Zlatko Krastev/ACIT

definitely NO (if you are not talking about NT v0.357 :)
You can have more interfaces limited by number of slots and maximum number
of particular adapter combinations supported by the HW
platform/drivers/OS.
TSM does not deal with SCSI direct but through OS and drivers. NT 4 does
not limit to only two buses (actually it treates IDE also as SCSI so in
desktop PC with SCSI adapter you already can have 3 interfaces).

Zlatko Krastev
IT Consultant




Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:

Subject:True statement???

Is this a true statement?

You can have multiple Tivoli SM servers but only two SCSI interfaces per
TSM NT server.


Kevin Fletcher



Re: TSM 5.1

2002-06-05 Thread Joshua S. Bassi

Many customers have installed TSM 5.1.  I have been involved with one
install personally.



--
Joshua S. Bassi
Sr. Solutions Architect @ rs-unix.com
IBM Certified - AIX 5L, SAN, Shark
eServer Systems Expert -pSeries HACMP
Tivoli Certified Consultant- ADSM/TSM
Cell (415) 215-0326

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Hart, Charles
Sent: Tuesday, June 04, 2002 10:23 AM
To: [EMAIL PROTECTED]
Subject: TSM 5.1

Has anyone yet upgraded to version 5.1 on AIX 4.3.3?  If so please let
us know your experiences.  We are considering going to 5.1 to utilize
NDMP for a EMC Celerra.

Regards,

Charles



Re: LTO don't need clean up?

2002-06-05 Thread Tomas Hrouda

Sure, my cleaning cartridge is labeled CLNI64L1 ... and it is in library
inventory. My premise was using of TSM automated cleaning method with
CLEANFREQ=ASNEEDED. This way I can track number of clenanings left on
cartridge. In case of library-automated method (you mentioned Zlatko), can I
track this parameter too? Will be CLENANINGSLEFT number lowered i my library
volumes inventory? If not, can I use TSM-automated method anyway?

Tom

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Zlatko Krastev/ACIT
Sent: Wednesday, June 05, 2002 7:41 AM
To: [EMAIL PROTECTED]
Subject: Re: LTO don't need clean up?


If you read carefully library maintenance manual you would find that
library requires a cartridge with specific label (starting with CLNI, i.e.
CLNI39 is the one I've used last week) and performs cleaning
automatically. So set CLEANFREQ=NONE as Mark pointed. Those of you WITH
3584 may have overlooked that base frame is with 141-281 slots according
to IBM Announcement but capacity is 14-28TB, not 14.1-28.1. This is again
due to one slot occupied by cleaning cartridge for library automatic
cleaning.

Zlatko Krastev
IT Consultant




Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:

Subject:LTO don't need clean up?

Hi all,

one of LTO 3583 (2 drives) we take care of still didn't clean drives. It
is
operate from january 2002 and there is about 10-20 GB daily data flow
through each drive, 3-5 daily tape-mounts. Both drives are set to ASNEEDED
cleaning frequency, but no clean occured from january (!!), no dirty drive
signalized on display ... is it possible? LTO box is placed in climatized
dust-free environment, but .??? Has anyone some similar experience
with
LTO clean frequency?

Tom



Re: LTO don't need clean up?

2002-06-05 Thread Tom Hrouda

Of course, cleaner tape is present in library inventory, I have checked it
with CHECKIN LIBVOLUME library SEARCH=BULK STAT=CLEANER CLEANINGS=50 ... I
think it is OK.

Tom

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Mark Stapleton
Sent: Tuesday, June 04, 2002 1:25 PM
To: [EMAIL PROTECTED]
Subject: Re: LTO don't need clean up?


From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On
Behalf Of Toma9 Hrouda
 one of LTO 3583 (2 drives) we take care of still didn't clean
 drives. It is
 operate from january 2002 and there is about 10-20 GB daily data flow
 through each drive, 3-5 daily tape-mounts. Both drives are set to ASNEEDED
 cleaning frequency, but no clean occured from january (!!), no dirty drive
 signalized on display ... is it possible? LTO box is placed in climatized
 dust-free environment, but .??? Has anyone some similar
 experience with
 LTO clean frequency?

IBM LTO libraries clean themselves; you shouldn't be using TSM to schedule
cleanings. Set your tape drives to CLEANFREQ=NONE and RTM at

  http://www-1.ibm.com/support/manager.wss?rt=4org=ssgdoc=570001038aid=1

The trick is that you have to insert the cleaner cartridge into the library
through the I/O station on the door of the library by using the MOVE MEDIA
command that you run from the front panel of the library. (Not to be
confused with TSM's MOVE MEDIA command.)

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MSCE



Re: server-to-server copy-pools

2002-06-05 Thread Zlatko Krastev/ACIT

Other server is related not to copy pool but to the device class. You have
only to define second pool over same devclass.

Zlatko Krastev
IT Consultant




Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:

Subject:server-to-server copy-pools

Hi all,

today we have two servers connected via server-to-server. Both server have
defined their copy-pool on the other server.
I would like to split the copy-pool into two different ones. Reason is to
run stg-pool-backups in more than one session parallel..
Does anybody know, if this is possible and how I can set up two different
copypools on a server, that are accessed via server-to-server connection
from one other server.

Thanks for any help

Christoph



Help about TSM API: partial object retrieve

2002-06-05 Thread Wang Yu

Hi all,

Who can help me that I can't retrieve partial object by TSM API.

a part of my source:
/*/
 dsmGetList getList;   // for object list on dsmBeginGetData()
 PartialObjData partialObjData; // for partial object retrieve

 getList.stVersion = dsmGetListVersion;
 getList.numObjId = 1;
 getList.objId = objId;

 // for partial object retrieve
 partialObjData.stVersion = PartialObjDataVersion;
 partialObjData.partialObjOffset = dChtoI64(strOffset, 10);
 partialObjData.partialObjLength = dChtoI64(strLength, 10);

 getList.partialObjData = partialObjData;

 rc = dsmBeginGetData(dsmHandle, mountWait, gtArchive, getList);
*/

It will retrieve the full object.


Regards,
Wang Yu

Software Dept.
Richfit Information Technology Corp.
Tel: +8610-82884300
Fax: +8610-82884299



Re: LTO don't need clean up? WARNING!!!

2002-06-05 Thread Petur Ey?orsson

Hi guys.

You need to know this!

DONT USE HP CLEANING TAPES ON IBM DRIVES.

a LTO guru at IBM told me this. That they found out that ther is some other
cemiclas on the cleaning tapes form HP than in the IBM tapes. therefore they
say that you can destroy your drives by using HP cleaning tapes on IBM
Lienar Tape Open drives.




Kvedja/Regards
Petur Eythorsson
Taeknimadur/Technician
IBM Certified Specialist - AIX
Tivoli Storage Manager Certified Professional
Microsoft Certified System Engineer

[EMAIL PROTECTED]

 Nyherji Hf  Simi TEL: +354-569-7700
 Borgartun 37105 Iceland
 URL:http://www.nyherji.is


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Tomas Hrouda
Sent: 5. juni 2002 06:10
To: [EMAIL PROTECTED]
Subject: Re: LTO don't need clean up?


Sure, my cleaning cartridge is labeled CLNI64L1 ... and it is in library
inventory. My premise was using of TSM automated cleaning method with
CLEANFREQ=ASNEEDED. This way I can track number of clenanings left on
cartridge. In case of library-automated method (you mentioned Zlatko), can I
track this parameter too? Will be CLENANINGSLEFT number lowered i my library
volumes inventory? If not, can I use TSM-automated method anyway?

Tom

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Zlatko Krastev/ACIT
Sent: Wednesday, June 05, 2002 7:41 AM
To: [EMAIL PROTECTED]
Subject: Re: LTO don't need clean up?


If you read carefully library maintenance manual you would find that
library requires a cartridge with specific label (starting with CLNI, i.e.
CLNI39 is the one I've used last week) and performs cleaning
automatically. So set CLEANFREQ=NONE as Mark pointed. Those of you WITH
3584 may have overlooked that base frame is with 141-281 slots according
to IBM Announcement but capacity is 14-28TB, not 14.1-28.1. This is again
due to one slot occupied by cleaning cartridge for library automatic
cleaning.

Zlatko Krastev
IT Consultant




Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:

Subject:LTO don't need clean up?

Hi all,

one of LTO 3583 (2 drives) we take care of still didn't clean drives. It
is
operate from january 2002 and there is about 10-20 GB daily data flow
through each drive, 3-5 daily tape-mounts. Both drives are set to ASNEEDED
cleaning frequency, but no clean occured from january (!!), no dirty drive
signalized on display ... is it possible? LTO box is placed in climatized
dust-free environment, but .??? Has anyone some similar experience
with
LTO clean frequency?

Tom



Re: True statement???

2002-06-05 Thread Mark Stapleton

From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Fletcher, Kevin
 Is this a true statement?

 You can have multiple Tivoli SM servers but only two SCSI interfaces per
 TSM NT server.

No. I know that TSM 4.1.x on a Compaq server can handle 3 fast-wide SCSI
cards.

Where did you hear this?

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MSCE



Re: True statement???

2002-06-05 Thread Salak Juraj

need more information:

I cannot judge this,
because I do not know who you are/is.
I definitely can have more or less than two SCSI Interfaces per TSM NT
server
;)
Juraj

-Original Message-
From: Fletcher, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 4:53 PM
To: [EMAIL PROTECTED]
Subject: True statement???


Is this a true statement?

You can have multiple Tivoli SM servers but only two SCSI interfaces per
TSM NT server.


Kevin Fletcher



Library Sharing

2002-06-05 Thread Rajesh Oak

Can I use the Library Sharing feature without a SAN environment?
I have TSM 4.2.1.11 on AIX 4.3.3 with IBM 3584 LTO Tape Library which we want to share 
with another TSM server if possible.

Rajesh


___
WIN a first class trip to Hawaii.  Live like the King of Rock and Roll
on the big Island. Enter Now!
http://r.lycos.com/r/sagel_mail/http://www.elvis.lycos.com/sweepstakes



Re: True statement???

2002-06-05 Thread Remeta, Mark

I have 2 four port SCSI raid controllers and 2 adaptec SCSI controller on my
TSM server that is running NT.

-Original Message-
From: Mark Stapleton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 6:45 AM
To: [EMAIL PROTECTED]
Subject: Re: True statement???


From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Fletcher, Kevin
 Is this a true statement?

 You can have multiple Tivoli SM servers but only two SCSI interfaces per
 TSM NT server.

No. I know that TSM 4.1.x on a Compaq server can handle 3 fast-wide SCSI
cards.

Where did you hear this?

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MSCE

Confidentiality Note: The information transmitted is intended only for the
person or entity to whom or which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of this information by persons or entities other
than the intended recipient is prohibited. If you receive this in error,
please delete this material immediately.



Re: Dynamic allocation of FC Ultrium drives ... Is it possible ?

2002-06-05 Thread Paul Zarnowski

From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
PAC Brion Arnaud
  I would like to know if it is possible to share directly attached
  FC Ultrium drives in a 3584 library, between multiple TSM
  servers, without using the 3584 library sharing feature. This
  would mean a dynamic drive allocation, same style as DDS feature
  in Legato's Networker.

Mark Stapleton responded:
Yes. The TSM server that is attached to the library can be a managing
server, while the remote TSM server can be managed. It's not exactly true
library sharing; it's more like the managing server honoring a request from
the managed server to run data to tape.

I have tested a similar configuration, but using an ADIC Scalar 10k instead
of a 3584.  I found that using 3 TSM servers works better than 2.  Make the
library manager just manage the drives, and do nothing else.  The reason I
did this was the way mount limits work on the managing server.  A drive
allocated by the library manager to a library client can (at times anyway),
show up as allocated on both the library manager and the library client
servers - it's not actually in use on both servers at once, but it counts
against the mount limits on both servers.  I found it simpler to just set
up a separate server as the library manager.



Re: TSM 5.1

2002-06-05 Thread Talafous, John G.

Not sure if this is appropriate or will muddy the water. But, we have a
3466-C00 (Network Storage Manager) that will be upgraded this weekend to TSM
4.2.1.x. In the process, the AIX OS will be upgraded from AIX 4.3.3 to
5.1.0.x. My submission is that perhaps you should check your AIX
requirements for TSM 5.1. If IBM/Tivoli support decides to upgrade their
packaged solution to AIX 5.1.0.x to support TSM 4.2.1.x, does it stand to
reason that you should be at AIX 5.1 to support TSM 5?

John G. Talafous  IS Technical Principal
The Timken CompanyGlobal Software Support
P.O. Box 6927 Data Management
1835 Dueber Ave. S.W. Phone: (330)-471-3390
Canton, Ohio USA  44706-0927  Fax  : (330)-471-4034
[EMAIL PROTECTED]   http://www.timken.com

-Original Message-
From: Hart, Charles [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 1:23 PM
To: [EMAIL PROTECTED]
Subject: TSM 5.1


Has anyone yet upgraded to version 5.1 on AIX 4.3.3?  If so please let us
know your experiences.  We are considering going to 5.1 to utilize NDMP for
a EMC Celerra.

Regards,

Charles



Re: server-to-server copy-pools

2002-06-05 Thread Karel Bos

run stg pool backups in more than one session parallel : maxproc=2
update dev
mountlimit=2 or higher

-Oorspronkelijk bericht-
Van: Zlatko Krastev/ACIT [mailto:[EMAIL PROTECTED]]
Verzonden: woensdag 5 juni 2002 7:47
Aan: [EMAIL PROTECTED]
Onderwerp: Re: server-to-server copy-pools


Other server is related not to copy pool but to the device class. You have
only to define second pool over same devclass.

Zlatko Krastev
IT Consultant




Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:

Subject:server-to-server copy-pools

Hi all,

today we have two servers connected via server-to-server. Both server have
defined their copy-pool on the other server.
I would like to split the copy-pool into two different ones. Reason is to
run stg-pool-backups in more than one session parallel..
Does anybody know, if this is possible and how I can set up two different
copypools on a server, that are accessed via server-to-server connection
from one other server.

Thanks for any help

Christoph



errors with backups

2002-06-05 Thread Rob Schroeder

I am having this error show up in the dsmerror log on my client (a lot of
files have the same error).

06/05/2002 03:36:46 fioScanDirEntry(): Can't map object 'E:\data\Visual
Merchandising\personal Folders\Kathy\KATHY LANGE\bintopguide\bin top
photos\bintopphotos-final\Outletsfinal\Ophoto\OStep14mens?17.eps' into the
local ANSI codepage, skipping ...

here is my dsm.opt file

tcpserveraddress fftsm01
changingretries 0
resourceutilization 1
schedlogretention 5
errorlogretention 5
txnbytelimit 25600
largecommbuffers yes
tcpnodelay yes
tcpbuffsize 512
tcpwindowsize 2048
COMPRESSALWAYS NO
compression yes
PASSWORDACCESS GENERATE
useunicodefilenames Yes

client - win2k sp2  tsm client  4.2.1.32
server - win2k sp2 tsm version 4.1.5

Anyone seen this before?

Rob Schroeder
Famous Footwear



Re: Can't do reclamation

2002-06-05 Thread Talafous, John G.

First, you need the answers to a couple of questions. When was the last time
you did an EXPIRE INVENTORY command. How many tapes are in the storage pool
and what is the storage pool's value for 'Maximum Scratch Volumes Allowed'?

Other than that, you should be good to go!

John G. Talafous  IS Technical Principal
The Timken CompanyGlobal Software Support
P.O. Box 6927 Data Management
1835 Dueber Ave. S.W. Phone: (330)-471-3390
Canton, Ohio USA  44706-0927  Fax  : (330)-471-4034
[EMAIL PROTECTED]   http://www.timken.com


-Original Message-
From: Max Kwong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 12:47 AM
To: [EMAIL PROTECTED]
Subject: Can't do reclamation


Hi all,

l have a storage pool can't peform the reclamation. It just only can use the
move data command to manually reclaim the tape. How can l solve this
problem?

Max



Re: TSM 5.1

2002-06-05 Thread Hart, Charles

That's great to hear, was wondering if the Migrate install from TSM 4.1.5.3 is fairly 
smooth?

Regards,

Charles

-Original Message-
From: Joshua S. Bassi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 1:27 AM
To: [EMAIL PROTECTED]
Subject: Re: TSM 5.1


Many customers have installed TSM 5.1.  I have been involved with one
install personally.



--
Joshua S. Bassi
Sr. Solutions Architect @ rs-unix.com
IBM Certified - AIX 5L, SAN, Shark
eServer Systems Expert -pSeries HACMP
Tivoli Certified Consultant- ADSM/TSM
Cell (415) 215-0326

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Hart, Charles
Sent: Tuesday, June 04, 2002 10:23 AM
To: [EMAIL PROTECTED]
Subject: TSM 5.1

Has anyone yet upgraded to version 5.1 on AIX 4.3.3?  If so please let
us know your experiences.  We are considering going to 5.1 to utilize
NDMP for a EMC Celerra.

Regards,

Charles



Re: True statement???

2002-06-05 Thread Fletcher, Kevin

See Subject - IBM 3584 L32 LTO configuration question

Kevin Fletcher
SSCI

Learn from the mistakes of others. You can't live long enough to make them
all yourself.



-Original Message-
From: Mark Stapleton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 6:45 AM
To: [EMAIL PROTECTED]
Subject: Re: True statement???


From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Fletcher, Kevin
 Is this a true statement?

 You can have multiple Tivoli SM servers but only two SCSI interfaces
 per TSM NT server.

No. I know that TSM 4.1.x on a Compaq server can handle 3 fast-wide SCSI
cards.

Where did you hear this?

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MSCE



IBM 3584 L32 LTO configuration question

2002-06-05 Thread Fletcher, Kevin

I have an IBM 3584 L32 LTO library.  It has 4 drives.

I have it connected to an HP LH3 server running NT 4.0 and TSM 4.2.

I have 1 Symbios SYM22910 SCSI controller card with 2 channels connected to
this library.  One channel is interfacing with two of the drives + the
library and the other channel is interfacing with the other two drives.

I'm interested in hearing what other IBM 3584 L32 LTO library users have
done to configure this library to their NT TSM servers.  I've been told that
I can and cannot connect this LTO library in many other ways and I'm
interested in what others have *successfully* done.

Thanks in advance for all responses!

Kevin Fletcher
SSCI

Learn from the mistakes of others. You can't live long enough to make them
all yourself.



TSM 5.1 and W2000

2002-06-05 Thread Kordsmeier, Mark

Has anyone upgraded to 5.1 from 4.1 on Windows 2000 platform?  Any issues?

Mark Kordsmeier
St. Joseph Mercy Health System



5.1 Database Restore; External Library Manager

2002-06-05 Thread Fought,Tom

I came across an interesting anomaly when restoring the 5.1 TSM Database
when an external library manager is implemented.

With 5.1 TSM, external libraries are supported using DEFINE PATH.
Well, the result of DEFINE PATH does NOT put EXTERNALMANAGER=blah in the
devconfig file.

What this means is that if you NEED to restore your 5.1 TSM database, you
must manually edit the devconfig file and add the EXTERNALMANAGER=blah
parameter to the DEFINE PATH.

After doing such, my database restore worked normally.

FYI

Tom Fought
OCLC, Inc.



Re: TSM 5.1

2002-06-05 Thread Karla Ross

I have one server upgraded, AIX 4.3 running TSM 5.1.0.2.  The issue I am
having is with copy storage pool.  It will not use any tape unless the tape
has been previously used by the backup pool.  I am working with TSM level
2.  They are trying to duplicate this.  I am getting the same results on a
new install Aix 4.3 running TSM 5.1.0.2.   The tape library on the upgraded
server is a 3494 and on the new install its a 3584.   Is anyone else seeing
this?

Karla Ross
IBM Global Services
314-232-9964
[EMAIL PROTECTED]



Hart, Charles [EMAIL PROTECTED]@VM.MARIST.EDU on 06/04/2002
12:23:02 PM

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

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


To:[EMAIL PROTECTED]
cc:
Subject:TSM 5.1



Has anyone yet upgraded to version 5.1 on AIX 4.3.3?  If so please let us
know your experiences.  We are considering going to 5.1 to utilize NDMP for
a EMC Celerra.

Regards,

Charles



AIX TSM Client 4.2.2.1 released

2002-06-05 Thread Roy Lake

Guys,

In case you didn't know, 4.2.2.1 client has just been released for
AIX.

You can grab it from:-

ftp://index.storsys.ibm.com/tivoli-storage-management/maintenance/client/v4r2/AIX/v4221/AIX43



Kind Regards,

Roy Lake
RS/6000  TSM Systems Administration Team
Tibbett  Britten European I.T.
Judd House
Ripple Road
Barking
Essex IG11 0TU
0208 526 8853
[EMAIL PROTECTED]

This e-mail message has been scanned using Sophos Sweep http://www.sophos.com

**
---  IMPORTANT INFORMATION -
This message is intended only for the use of the Person(s) ('the
intended recipient') to whom it was addressed. It may contain
information which is privileged  confidential within the meaning
of applicable law. Accordingly any dissemination, distribution,
copying, or other use of this message, or any of its contents,
by any person other than the intended recipient may constitute
a breach of civil or criminal law and is strictly prohibited.

If you are NOT the intended recipient please contact the sender
and dispose of this email as soon as possible. If in doubt please
contact European IT on 0870 607 6777 (+44 20 85 26 88 88).
This message has been sent via the Public Internet.
**



Re: Library Sharing

2002-06-05 Thread Mark Stapleton

From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Rajesh Oak
 Can I use the Library Sharing feature without a SAN environment?
 I have TSM 4.2.1.11 on AIX 4.3.3 with IBM 3584 LTO Tape Library
 which we want to share with another TSM server if possible.


Not really. In order to have true library sharing between TSM servers, you'd
have to have a library manager like the IBM 3494 has. However, you can allow
more than one TSM server use a library, as long as the server physically
attached to the library was a managing TSM server, managing remote TSM
servers, who could then make use of the library.

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MSCE



Re: 5.1 Database Restore; External Library Manager

2002-06-05 Thread Fought,Tom

Good idea.
Tried it.
No difference. EXTERNALMANAGER=blah parameter still not in devconfig.

-Original Message-
From: Cook, Dwight E [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:33 AM
To: [EMAIL PROTECTED]
Subject: Re: 5.1 Database Restore; External Library Manager


Did you issue a backup devconfig command from a admin session with your
server ? ? ?
I would think that would put all required info into the devconfig file...
I have an admin schedule that performs that on a daily basis across all my
tsm servers.
try a rename of your devconfig and issue the backup devconfig and see if
that puts all the info into the file.

Dwight E. Cook
Software Application Engineer III
Science Applications International Corporation
509 S. Boston Ave.  Suit 220
Tulsa, Oklahoma 74103-4606
Office (918) 732-7109



-Original Message-
From: Fought,Tom [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 9:04 AM
To: [EMAIL PROTECTED]
Subject: 5.1 Database Restore; External Library Manager


I came across an interesting anomaly when restoring the 5.1 TSM Database
when an external library manager is implemented.

With 5.1 TSM, external libraries are supported using DEFINE PATH.
Well, the result of DEFINE PATH does NOT put EXTERNALMANAGER=blah in the
devconfig file.

What this means is that if you NEED to restore your 5.1 TSM database, you
must manually edit the devconfig file and add the EXTERNALMANAGER=blah
parameter to the DEFINE PATH.

After doing such, my database restore worked normally.

FYI

Tom Fought
OCLC, Inc.



management class question?

2002-06-05 Thread Justin Bleistein

Does anyone know how to tell what management class a filespace belongs too
from the server side? Is there a select or a query command?

--Justin Richard Bleistein



Re: errors with backups

2002-06-05 Thread Elenara Geraldo

Hi,

What error ANR or ANS, show up in the dsmerror log on your client ?


---
Kind Regards,
Elenara Geraldo
Analyst Support
MML Systems
Phone: 55 41-342-7864
E-mail: [EMAIL PROTECTED]


On Wed, 5 Jun 2002 08:50:39
 Rob Schroeder wrote:
I am having this error show up in the dsmerror log on my client (a lot of
files have the same error).

06/05/2002 03:36:46 fioScanDirEntry(): Can't map object 'E:\data\Visual
Merchandising\personal Folders\Kathy\KATHY LANGE\bintopguide\bin top
photos\bintopphotos-final\Outletsfinal\Ophoto\OStep14mens?17.eps' into the
local ANSI codepage, skipping ...

here is my dsm.opt file

tcpserveraddress fftsm01
changingretries 0
resourceutilization 1
schedlogretention 5
errorlogretention 5
txnbytelimit 25600
largecommbuffers yes
tcpnodelay yes
tcpbuffsize 512
tcpwindowsize 2048
COMPRESSALWAYS NO
compression yes
PASSWORDACCESS GENERATE
useunicodefilenames Yes

client - win2k sp2  tsm client  4.2.1.32
server - win2k sp2 tsm version 4.1.5

Anyone seen this before?

Rob Schroeder
Famous Footwear



___
WIN a first class trip to Hawaii.  Live like the King of Rock and Roll
on the big Island. Enter Now!
http://r.lycos.com/r/sagel_mail/http://www.elvis.lycos.com/sweepstakes



Re: Library Sharing

2002-06-05 Thread Gianluca Mariani1

I'm not sure what is meant by library sharing here. the way I know it is
kind of like Mark here says: you can share a 3584 in the sense that, since
the library has multiple control paths you can partition it between
heterogeneous OSs (which is what you cannot do with the 3583, being that
single path) and assign different drives to different TSM servers who can
all manage the robotics. in an homogeneous env. one TSM server is the owner
of the robot (or medium changer, call it what you will) and the others
request tape mounts to the TSM Library Manager, then will send data through
the FC path to the drives (if we're talking Fibre here).

Cordiali saluti
Gianluca Mariani
 Tech Support SSD
Via Sciangai 53, Roma
 phones : +39(0)659664598
   +393351270554 (mobile)
[EMAIL PROTECTED]



  Mark Stapleton
  stapleto@BERBEE.To:   [EMAIL PROTECTED]
  COM cc:
  Sent by: ADSM:  Subject:  Re: Library Sharing
  Dist Stor
  Manager
  [EMAIL PROTECTED]
  .EDU


  05/06/2002 14:34
  Please respond to
  ADSM: Dist Stor
  Manager





From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Rajesh Oak
 Can I use the Library Sharing feature without a SAN environment?
 I have TSM 4.2.1.11 on AIX 4.3.3 with IBM 3584 LTO Tape Library
 which we want to share with another TSM server if possible.


Not really. In order to have true library sharing between TSM servers,
you'd
have to have a library manager like the IBM 3494 has. However, you can
allow
more than one TSM server use a library, as long as the server physically
attached to the library was a managing TSM server, managing remote TSM
servers, who could then make use of the library.

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MSCE



Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??

2002-06-05 Thread Adams, Matt (US - Hermitage)

To the best of my knowledge, TSM 5.1 is not supported for Win9x clients.

Regards,

Matt Adams
Tivoli Storage Manager Team
Hermitage Site Tech
Deloitte  Touche USA LLP
615.882.6861


-Original Message-
From: Keith Kwiatek [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:07 AM
To: [EMAIL PROTECTED]
Subject: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


Hello,

Have a win98 client machine that had a hard disk failure. It was running TSM
4.1, so I install the new disk, and OS, and then install Tsm 5.1... but when
I try to restore with the 5.1 client, it restores about 10,000 files and
then consistently throws a generic application error and dies!

When I install the 4.2.1 client and do a restore, it works fine..

I don't know if this is yet another case of TSM bugs, but these TSM clients
sure have been pretty buggy lately

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



Re: The old SCRATCH TAPE NOT FOUND message

2002-06-05 Thread Pattie LeBlanc

You need to do a full backup.  And make sure you have available drives when
you start it.

-Original Message-
From: Rob Jones [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 11:01 AM
To: [EMAIL PROTECTED]
Subject: The old SCRATCH TAPE NOT FOUND message


Hello all,

This is my first time posting a question so please don't confuse my newbie
frustration with my dire hopelessness.  We ran Tivoli 3.7 Server on AIX
before I came to this office.  It was working fine till the crash and
burn.  The log files filled up and TSM stopped and couldn't be started.
Since 3.7 was NOT supported by IBM anymore we upgraded to 4.1 and did a
on-phone upgrade with a Tivoli Support Representative for 2 weeks.  It
seemed to work fine till it started the cannot backup the Database
messages in the log files because it couldn't mount the scratch tape it had
put the daily DB backup on for the 1 week after the new install.  I did a
total new install again of 4.1 and got it working again for the last week.
The daily DB backup was working fine again till 3 days ago when the same
messages came up again.  I know it is about to crash and burn again any day
now due to this.

The server is an IBM RS/6000 H70 running AIX, which is working fine, plus an
IBM LTO Ultrium 3580 tape drive and 3583 Tape Library supporting 36 LTO
tapes.  It is backing up clients fine now and is using tapes perfectly for
pool migration. Below is some info:

Storage   DeviceEstimated Pct Pct   High   Low   Next

Pool Name Class Name CapacityUtilMigrMig   Mig
Storage
 (MB)Pct   Pct   Pool

---   --   --   -   -      ---
---
ARCHIVEPOOL   DISK4,000.0 0.0 0.0 9070

BACKUPPOOLDISK   72,000.042.842.8 7050   TAPE

SPACEMGPOOL   DISK4,000.0 0.0 0.0 9070

TAPE  ULTRIUM1 3,601,156.14.736.1 8060

When the backuppool reaches 70%, it migrates to the TAPE pool perfectly. It
is the DB BACKUP that is killing me. Here is my DAILY BACKUP COMMAND that is
issued everyday at 7:00 am.

BACKUP DB dev=Ultrium1 type=INCREMENTAL scratch=YES wait=NO

Like is said...this worked fine for like 3-4 days, but now I get this
message like every hour for the DB.

06/05/02 09:22:44 ANR2121W ATTENTION: More than 306.012 MB of the
database
   has changed and the last database backup was more
than 24
   hours ago. Use the BACKUP DB command to provide for

   database recovery.

And when I try the DB BACKUP command now I get these messages in log:

ANR0984I Process 112 for DATABASE BACKUP started in the
   BACKGROUND at 09:54:21.

06/05/02 09:54:21 ANR2281I Incremental database backup started as
process
   112.

06/05/02 09:54:21 ANR0609I BACKUP DB started as process 112.


06/05/02 09:54:23 ANR1405W Scratch volume mount request denied - no
scratch
   volume available.

06/05/02 09:54:24 ANR4578E Database backup/restore terminated -
required
   volume was not mounted.

06/05/02 09:54:24 ANR0985I Process 112 for DATABASE BACKUP running in
the
   BACKGROUND completed with completion state FAILURE at
   09:54:24.


It seems like it can't find the original tape that it did the DB BACKUP on
the first few days. I know which tape it did this on but I can't get it to
go get it and mount it again. When my DB fills up, my TSM will crash again
and won't let me start it up again on server using dsmserv.

Anyone have any help or thoughts?





Rob L. Jones
Operations
dotLogix, Inc. - Smarter, Faster Business
901-260-7137



AW: errors with backups

2002-06-05 Thread Rupp Thomas (Illwerke)

I think this is a unicode problem. The question mark in OStep14mens?17
denotes the character that can't be mapped to the local ANSI codepage.
I think you have to go to TSM 4.2 server to solve this problem.

Mit freundlichen Grüßen/Kind regards
Thomas Rupp
UIS - Informatik Services
Vorarlberger Illwerke AG
MAIL:   [EMAIL PROTECTED]
TEL:++43/5574/4991-251
FAX:++43/5574/4991-820-8251




--
Dieses eMail wurde auf Viren geprueft.

Vorarlberger Illwerke AG
--



Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??

2002-06-05 Thread Andrew Raibeck

TSM 5.1 is supported on Windows Me (which is technically a member of the
Win9X family/architecture), but not Windows 95 and 98.

Regards,

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED] (change eye to i to reply)

The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.




Adams, Matt (US - Hermitage) [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
06/05/2002 08:17
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??



To the best of my knowledge, TSM 5.1 is not supported for Win9x clients.

Regards,

Matt Adams
Tivoli Storage Manager Team
Hermitage Site Tech
Deloitte  Touche USA LLP
615.882.6861


-Original Message-
From: Keith Kwiatek [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:07 AM
To: [EMAIL PROTECTED]
Subject: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


Hello,

Have a win98 client machine that had a hard disk failure. It was running
TSM
4.1, so I install the new disk, and OS, and then install Tsm 5.1... but
when
I try to restore with the 5.1 client, it restores about 10,000 files and
then consistently throws a generic application error and dies!

When I install the 4.2.1 client and do a restore, it works fine..

I don't know if this is yet another case of TSM bugs, but these TSM
clients
sure have been pretty buggy lately

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



Re: AW: server-to-server copy-pools

2002-06-05 Thread Zlatko Krastev/ACIT

Not exactly. Keep in mind that for target server the source one is just a 
node of type server. So it depends on domain settings source server node 
resides in to which primary pool virtual volumes go. And how many mount 
points you have there.
Also you may want more than one mount points in copy pools so generic 
formula for mount limit will not be count of copy pools but sum of desired 
mount points in pools. Look what Karel wrote.

Zlatko Krastev
IT Consultant




Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: 

Subject:AW: server-to-server copy-pools

Thanks,

an additional question before setting up the configuration :
second copy-pool with same device-class means that the data physically go 
to
the same tape-pool on the other server, because it works with the default
management-class for that server ( where the pool name is defined). Is 
this
correct ? 
So the only additional config to make (beneath defining the second
copy-pool) is increasing the 'mount limit' in device-class 'server' on the
one side where copy-pool is defined to the number of copy-pools I define ?

Thanks
Christoph



 -Ursprüngliche Nachricht-
 Von:  Zlatko Krastev/ACIT [SMTP:[EMAIL PROTECTED]]
 Gesendet am:  Mittwoch, 5. Juni 2002 07:47
 An:   [EMAIL PROTECTED]
 Betreff:  Re: server-to-server copy-pools
 
 Other server is related not to copy pool but to the device class. You 
have
 only to define second pool over same devclass.
 
 Zlatko Krastev
 IT Consultant
 
 
 
 
 Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]
 Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 cc:
 
 Subject:server-to-server copy-pools
 
 Hi all,
 
 today we have two servers connected via server-to-server. Both server 
have
 defined their copy-pool on the other server.
 I would like to split the copy-pool into two different ones. Reason is 
to
 run stg-pool-backups in more than one session parallel..
 Does anybody know, if this is possible and how I can set up two 
different
 copypools on a server, that are accessed via server-to-server connection
 from one other server.
 
 Thanks for any help
 
 Christoph



Re: management class question?

2002-06-05 Thread Cook, Dwight E

filespaces as a whole, aren't bound to a managmement class...

I would check the include/exclude file and see how it is coded.
Also remember, if you change the include/exclude list, that will apply it to
all files previously backed up so the include/exclude list would be the
place to look.

an example could be

...
include /home/.../* some_default_mgmt_class (or nothing here at all)
exclude /home/Idontlikethisuser/.../*
include /home/mysubdir/.../*  some_special_mgmt_class
include /home/someotherdirpath/.../* some_minimal_mgmt_class
...


Dwight


-Original Message-
From: Justin Bleistein [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:01 AM
To: [EMAIL PROTECTED]
Subject: management class question?


Does anyone know how to tell what management class a filespace belongs too
from the server side? Is there a select or a query command?

--Justin Richard Bleistein



Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??

2002-06-05 Thread Cook, Dwight E

remember, the general way the ~supported environment matrix~ works is
client down one version.release from server
client equal to server
client ahead one version.release from server

so the 4.1 client to a 5.1 server would place the whole environment so it
falls outside the support matrix
(ie, all bets off)
but when you took the client to 4.2, that put it back into a slot in the
~support matrix~

I don't think we could call this specific case a bug since (due to their
support matrix) that combination probably isn't tested and for sure isn't
supported.

sorry, I hated to say that... I'm sounding more like tivoli support each and
every day :-(

Dwight


-Original Message-
From: Keith Kwiatek [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:07 AM
To: [EMAIL PROTECTED]
Subject: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


Hello,

Have a win98 client machine that had a hard disk failure. It was running TSM
4.1, so I install the new disk, and OS, and then install Tsm 5.1... but when
I try to restore with the 5.1 client, it restores about 10,000 files and
then consistently throws a generic application error and dies!

When I install the 4.2.1 client and do a restore, it works fine..

I don't know if this is yet another case of TSM bugs, but these TSM clients
sure have been pretty buggy lately

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



TSM Encryption, Again :)

2002-06-05 Thread Pétur Eyþórsson

Hi everyone.

For those who don't remember this discussion a few months ago here is some
update.

A few months ago we had a chance to offer TSM to one of the largest company
here. Soon it became obvious that security where a large concern to them.
They asked a lot of Encryption questions witch we couldn't answer right
away. So there where some long and helpful discussions about this issue here
on adsm.org.

we gave them the information they wanted and they agreed to take TSM as
there Backup system.

I would like to thank you who answered the pervious posts, a lot of our
success and win are because of your help and ideas.


Now the implementation is well on it's way.

The Security team has been reading up on the security issue in TSM, they
have found that the 56 bit DES encryption protocol isn't good enough for
them.  They want to have 3 DES or AES.

They are willing to implement it them self to TSM if Tivoli will let them.

I have one question for you geniuses out there.

Are there any others who need this kind of security out there?

Any feedback is greatly appreciated




Kvedja/Regards
Petur Eythorsson
Taeknimadur/Technician
IBM Certified Specialist - AIX
Tivoli Storage Manager Certified Professional
Microsoft Certified System Engineer

[EMAIL PROTECTED]

 Nyherji Hf  Simi TEL: +354-569-7700
 Borgartun 37105 Iceland
 URL:http://www.nyherji.is



The old SCRATCH TAPE NOT FOUND message

2002-06-05 Thread Rob Jones

Hello all,

This is my first time posting a question so please don't confuse my newbie
frustration with my dire
hopelessness.  We ran Tivoli 3.7 Server on AIX before I came to this
office.  It was working fine till
the crash and burn.  The log files filled up and TSM stopped and couldn't
be started.  Since 3.7 was
NOT supported by IBM anymore we upgraded to 4.1 and did a on-phone
upgrade with a Tivoli Support
Representative for 2 weeks.  It seemed to work fine till it started the
cannot backup the Database messages
in the log files because it couldn't mount the scratch tape it had put the
daily DB backup on for the 1 week after
the new install.  I did a total new install again of 4.1 and got it working
again for the last week.  The daily DB backup
was working fine again till 3 days ago when the same messages came up
again.  I know it is about to crash and burn
again any day now due to this.

The server is an IBM RS/6000 H70 running AIX, which is working fine, plus
an IBM LTO Ultrium 3580 tape drive and 3583 Tape Library
supporting 36 LTO tapes.  It is backing up clients fine now and is using
tapes perfectly for pool migration. Below is some info:

Storage   DeviceEstimated Pct Pct   High   Low   Next

Pool Name Class Name CapacityUtilMigrMig   Mig
Storage
 (MB)Pct   Pct   Pool

---   --   --   -   -      ---
---
ARCHIVEPOOL   DISK4,000.0 0.0 0.0 9070

BACKUPPOOLDISK   72,000.042.842.8 7050   TAPE

SPACEMGPOOL   DISK4,000.0 0.0 0.0 9070

TAPE  ULTRIUM1 3,601,156.14.736.1 8060

When the backuppool reaches 70%, it migrates to the TAPE pool perfectly.
It is the DB BACKUP that is killing me.
Here is my DAILY BACKUP COMMAND that is issued everyday at 7:00 am.

BACKUP DB dev=Ultrium1 type=INCREMENTAL scratch=YES wait=NO

Like is said...this worked fine for like 3-4 days, but now I get this
message like every hour for the DB.

06/05/02 09:22:44 ANR2121W ATTENTION: More than 306.012 MB of the
database
   has changed and the last database backup was more
than 24
   hours ago. Use the BACKUP DB command to provide for

   database recovery.

And when I try the DB BACKUP command now I get these messages in log:

ANR0984I Process 112 for DATABASE BACKUP started in the
   BACKGROUND at 09:54:21.

06/05/02 09:54:21 ANR2281I Incremental database backup started as
process
   112.

06/05/02 09:54:21 ANR0609I BACKUP DB started as process 112.


06/05/02 09:54:23 ANR1405W Scratch volume mount request denied - no
scratch
   volume available.

06/05/02 09:54:24 ANR4578E Database backup/restore terminated -
required
   volume was not mounted.

06/05/02 09:54:24 ANR0985I Process 112 for DATABASE BACKUP running in
the
   BACKGROUND completed with completion state FAILURE
at
   09:54:24.


It seems like it can't find the original tape that it did the DB BACKUP on
the first few days.
I know which tape it did this on but I can't get it to go get it and mount
it again. When my
DB fills up, my TSM will crash again and won't let me start it up again on
server using dsmserv.

Anyone have any help or thoughts?





Rob L. Jones
Operations
dotLogix, Inc. - Smarter, Faster Business
901-260-7137



Re: data tansfer time ???

2002-06-05 Thread Rob Jones

Well, it took 1 hour 45 minutes to scan 12,987 files on that node.  Only 29
changed and needed
backing up. So, it took 47.07 seconds to backup up those 20 files which
changed, but the bulk
of the time was still the incremental checking of all your files to see if
they had changed.



Rob L. Jones
Operations
dotLogix, Inc. - Smarter, Faster Business
901-260-7137


|-+
| |   Wholey, Joseph  |
| |   (TGA\\MLOL) |
| |   JWholey@EXCHANGE|
| |   .ML.COM |
| |   Sent by: ADSM:  |
| |   Dist Stor|
| |   Manager |
| |   [EMAIL PROTECTED]|
| |   .EDU|
| ||
| ||
| |   05/31/2002 07:37 |
| |   AM   |
| |   Please respond to|
| |   ADSM: Dist Stor |
| |   Manager |
| ||
|-+
  
--|
  |
  |
  |   To:   [EMAIL PROTECTED]   
  |
  |   cc:  
  |
  |   Subject:  data tansfer time ???  
  |
  
--|




Can someone expound on what exactly DATA TRANSFER TIME specifies.  I've
read the definition in the manual and it's still not clear to me.  In the
below example, exactly what took 47.07 seconds?  thx.


05/30/2002 21:45:36 --- SCHEDULEREC STATUS BEGIN
05/30/2002 21:45:36 Total number of objects inspected:   12,987
05/30/2002 21:45:36 Total number of objects backed up:   29
05/30/2002 21:45:36 Total number of objects updated:  0
05/30/2002 21:45:36 Total number of objects rebound:  0
05/30/2002 21:45:36 Total number of objects deleted:  0
05/30/2002 21:45:36 Total number of objects expired:  0
05/30/2002 21:45:36 Total number of objects failed:   1
05/30/2002 21:45:36 Total number of bytes transferred: 1.70 GB
05/30/2002 21:45:36 Data transfer time:   47.07 sec
05/30/2002 21:45:36 Network data transfer rate:38,081.71 KB/sec
05/30/2002 21:45:36 Aggregate data transfer rate:283.08 KB/sec
05/30/2002 21:45:36 Objects compressed by:   37%
05/30/2002 21:45:36 Elapsed processing time:   01:45:32
05/30/2002 21:45:36 --- SCHEDULEREC STATUS END
.



checking inclexcl syntax

2002-06-05 Thread Kai Hintze

Greetings, friends and comrades!

Can you please help me confirm that I have my include/exclude list set up
correctly? I am using TDP for Informix 4.1.3 with TSM API 4.2.2.1. My DBA's
want to do 1 level0 backup on the weekend, and 1 level1 backup during the
week. They want to keep a month's worth of each. Of course we also need to
backup the logs.

I have created a management class for the logs whose backup copygroup has
VerExists=1, VerDeleted=0, RetExtra=30, RetOnly=30 (I know, some redundancy
there, but I am occasionally paranoid :).  I created a management class for
the dbspaces with VerExists=4, VerDeleted=1, RetExtra=30, RetOnly=30. The
informixserver is named inf2 and the servernum is 2. Since the inclexcl
evaluates from the bottom up, I put it like this:

exclude /var/adm/schedule.log
include /inf2/inf2/.../* db_dbspace
include /inf2/inf2/2/* db_log

If I understand the documentation correctly, that should find the log files
and assign them to the db_log management class. The dbspaces (assuming we
don't have one named 2) should be trapped by the next line, and get
assigned to db_dbspace. I will run some tests, of course, but before I get
very far I wanted to check with people who may have done this before.

Thanks!
Kai.



Re: 5.1 Database Restore; External Library Manager

2002-06-05 Thread Cook, Dwight E

Did you issue a backup devconfig command from a admin session with your
server ? ? ?
I would think that would put all required info into the devconfig file...
I have an admin schedule that performs that on a daily basis across all my
tsm servers.
try a rename of your devconfig and issue the backup devconfig and see if
that puts all the info into the file.

Dwight E. Cook
Software Application Engineer III
Science Applications International Corporation
509 S. Boston Ave.  Suit 220
Tulsa, Oklahoma 74103-4606
Office (918) 732-7109



-Original Message-
From: Fought,Tom [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 9:04 AM
To: [EMAIL PROTECTED]
Subject: 5.1 Database Restore; External Library Manager


I came across an interesting anomaly when restoring the 5.1 TSM Database
when an external library manager is implemented.

With 5.1 TSM, external libraries are supported using DEFINE PATH.
Well, the result of DEFINE PATH does NOT put EXTERNALMANAGER=blah in the
devconfig file.

What this means is that if you NEED to restore your 5.1 TSM database, you
must manually edit the devconfig file and add the EXTERNALMANAGER=blah
parameter to the DEFINE PATH.

After doing such, my database restore worked normally.

FYI

Tom Fought
OCLC, Inc.



TDP for Domino not working

2002-06-05 Thread Rafael Mendez

Hi all,

I need some help with TDP for Domino on NT.
Aparently all is working well but, when we execute
   domdsmc incremental * .
the last message we can see is the following:

 Querying Domino for a list of databases, please wait...
We wait for hours but the backup never occurs.

Does any one have seen this before? Any idea?
The environment is:
TDP 1.1.2 for Domino on windows NT 4.0
TSM server 5.1 on AIX

For your information, if we execute domdsmc incremental a*.nsf 
the backup occurs backing up only databases starting with the letter A (of course, if 
we replace the letter, the backup works but only with those databases begining with 
that letter).

Thanks in advance for your help.

Rafael


___
Obtin gratis tu cuenta de correo en StarMedia Email. !Regmstrate hoy mismo!. 
http://www.starmedia.com/email



Re: The old SCRATCH TAPE NOT FOUND message

2002-06-05 Thread Rob Jones

Hi Pattie,
Thanks for responding.  I believe I did a full backup the first time and
even did one just now with same errors.

ANR2017I Administrator ADMIN issued command: BACKUP DB
   DEVCLASS=ULTRIUM1 TYPE=FULL SCRATCH=YES WAIT=NO

06/05/02 11:45:38 ANR0984I Process 115 for DATABASE BACKUP started in
the
   BACKGROUND at 11:45:38.

06/05/02 11:45:38 ANR2280I Full database backup started as process 115.

06/05/02 11:45:38 ANR0609I BACKUP DB started as process 115.

06/05/02 11:45:40 ANR1405W Scratch volume mount request denied - no
scratch
   volume available.

06/05/02 11:45:41 ANR4578E Database backup/restore terminated -
required
   volume was not mounted.

06/05/02 11:45:41 ANR0985I Process 115 for DATABASE BACKUP running in
the
   BACKGROUND completed with completion state FAILURE
at
   11:45:41.
When I first installed TSM, it works for about 3 days doing regular DB
BACKUPs.  Something
happens and it won't allow me to mount the tapes and do the backup. I've
installed it now
3 times with the same results.

Respectfully,


Rob L. Jones
Operations
dotLogix, Inc. - Smarter, Faster Business
901-260-7137


|-+
| |   Pattie LeBlanc   |
| |   Patricia.Leblanc@LIBERTY|
| |   MUTUAL.COM  |
| |   Sent by: ADSM: Dist Stor|
| |   Manager |
| |   [EMAIL PROTECTED]   |
| ||
| ||
| |   06/05/2002 10:24 AM  |
| |   Please respond to ADSM: |
| |   Dist Stor Manager   |
| ||
|-+
  
--|
  |
  |
  |   To:   [EMAIL PROTECTED]   
  |
  |   cc:  
  |
  |   Subject:  Re: The old SCRATCH TAPE NOT FOUND message 
  |
  
--|




You need to do a full backup.  And make sure you have available drives when
you start it.

-Original Message-
From: Rob Jones [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 11:01 AM
To: [EMAIL PROTECTED]
Subject: The old SCRATCH TAPE NOT FOUND message


Hello all,

This is my first time posting a question so please don't confuse my newbie
frustration with my dire hopelessness.  We ran Tivoli 3.7 Server on AIX
before I came to this office.  It was working fine till the crash and
burn.  The log files filled up and TSM stopped and couldn't be started.
Since 3.7 was NOT supported by IBM anymore we upgraded to 4.1 and did a
on-phone upgrade with a Tivoli Support Representative for 2 weeks.  It
seemed to work fine till it started the cannot backup the Database
messages in the log files because it couldn't mount the scratch tape it had
put the daily DB backup on for the 1 week after the new install.  I did a
total new install again of 4.1 and got it working again for the last week.
The daily DB backup was working fine again till 3 days ago when the same
messages came up again.  I know it is about to crash and burn again any day
now due to this.

The server is an IBM RS/6000 H70 running AIX, which is working fine, plus
an
IBM LTO Ultrium 3580 tape drive and 3583 Tape Library supporting 36 LTO
tapes.  It is backing up clients fine now and is using tapes perfectly for
pool migration. Below is some info:

Storage   DeviceEstimated Pct Pct   High   Low   Next

Pool Name Class Name CapacityUtilMigrMig   Mig
Storage
 (MB)Pct   Pct   Pool

---   --   --   -   -      ---
---
ARCHIVEPOOL   DISK4,000.0 0.0 0.0 9070

BACKUPPOOLDISK   72,000.042.842.8 7050   TAPE

SPACEMGPOOL   DISK4,000.0 0.0 0.0 9070

TAPE  ULTRIUM1 3,601,156.14.736.1 8060

When the backuppool reaches 70%, it migrates to the TAPE pool perfectly. It
is the DB BACKUP that is killing me. Here is my 

Re: TDP for Domino not working

2002-06-05 Thread Scott, Brian

Rafael,

Do you backup the databases to tape or disk? If tape, check to make sure the
TSM server can mount a tape.

Also, what does your dsm.opt look like? Any Excludes? Are you running the
incremental from a script? If so, do you pipe the output to a log file or
just leave it at the default domdsm.log file? Check the log for messages.

Plus, you need the /subdir=yes switch or else it just looks at the
\Notes\Data directory and nothing else.

Regards,

Brian Scott
EDS - Enterprise Distributed Capabilities
MS 3278
Troy, MI 48098

* phone: 248-265-4596 (8-365)
* mailto:[EMAIL PROTECTED]



-Original Message-
From: Rafael Mendez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:30 AM
To: [EMAIL PROTECTED]
Subject: TDP for Domino not working


Hi all,

I need some help with TDP for Domino on NT.
Aparently all is working well but, when we execute
   domdsmc incremental * .
the last message we can see is the following:

 Querying Domino for a list of databases, please wait...
We wait for hours but the backup never occurs.

Does any one have seen this before? Any idea?
The environment is:
TDP 1.1.2 for Domino on windows NT 4.0
TSM server 5.1 on AIX

For your information, if we execute domdsmc incremental a*.nsf 
the backup occurs backing up only databases starting with the letter A (of
course, if we replace the letter, the backup works but only with those
databases begining with that letter).

Thanks in advance for your help.

Rafael



___
Obtin gratis tu cuenta de correo en StarMedia Email. !Regmstrate hoy mismo!.
http://www.starmedia.com/email



Re: management class question?

2002-06-05 Thread Wayne T. Smith

On 5 Jun 2002 at 11:18, David Longo replied, in part:
 select node_name,filespace_name,class_name from backups
 where node_name='NODE' and filespace_name='FSNAME'.

You might want to change /class_name/distinct(class_name)/.

But then, while there is a default (and perhaps other) management
class(es) for files in a file space, a file space does not belong to
a management class.  Do you want to know the default management class
for a file in a file space or the management class for a particular
backed up object?cheers, wayne

Wayne T. Smith  [EMAIL PROTECTED]
ADSM Technical Coordinator - UNET   University of Maine System



Re: Can't do reclamation

2002-06-05 Thread Gerald Wichmann

You'll need to provide more information then that.. be a lot more specific.
Specifically why can't you perform reclamation? Did you configure a
reclamation pool? Is it a problem in the configuration of the reclamation
pool? I recommend posting some details/output about the storage pool you're
trying to reclaim (q stg f=d) and the reclamation pool you have setup to do
the reclamation. Also post output on any errors you're getting as to why you
can't do it. The more info you provide the more likely someone can help you.

Regards,

Gerald Wichmann
Senior Systems Development Engineer
Zantaz, Inc.
925.598.3099 (w)

-Original Message-
From: Max Kwong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 9:47 PM
To: [EMAIL PROTECTED]
Subject: Can't do reclamation

Hi all,

l have a storage pool can't peform the reclamation. It just only can use the
move data command to manually reclaim the tape. How can l solve this
problem?

Max



Daily registry backup

2002-06-05 Thread Rafael Mendez

Hi all,

Does anyone know what is the daily registry backup?

Thanks in advance for any comment.
Rafael


___
Obtin gratis tu cuenta de correo en StarMedia Email. !Regmstrate hoy mismo!. 
http://www.starmedia.com/email



Re: The old SCRATCH TAPE NOT FOUND message

2002-06-05 Thread PINNI, BALANAND (SBCSI)

First see that u have scratch volumes.
Say
dsmadmc

q vol se that u have scratch file.
Audit lib

Say help for these cmds u will see results.


-Original Message-
From: Rob Jones [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 11:50 AM
To: [EMAIL PROTECTED]
Subject: Re: The old SCRATCH TAPE NOT FOUND message


Hi Pattie,
Thanks for responding.  I believe I did a full backup the first time and
even did one just now with same errors.

ANR2017I Administrator ADMIN issued command: BACKUP DB
   DEVCLASS=ULTRIUM1 TYPE=FULL SCRATCH=YES WAIT=NO

06/05/02 11:45:38 ANR0984I Process 115 for DATABASE BACKUP started in
the
   BACKGROUND at 11:45:38.

06/05/02 11:45:38 ANR2280I Full database backup started as process 115.

06/05/02 11:45:38 ANR0609I BACKUP DB started as process 115.

06/05/02 11:45:40 ANR1405W Scratch volume mount request denied - no
scratch
   volume available.

06/05/02 11:45:41 ANR4578E Database backup/restore terminated -
required
   volume was not mounted.

06/05/02 11:45:41 ANR0985I Process 115 for DATABASE BACKUP running in
the
   BACKGROUND completed with completion state FAILURE
at
   11:45:41.
When I first installed TSM, it works for about 3 days doing regular DB
BACKUPs.  Something
happens and it won't allow me to mount the tapes and do the backup. I've
installed it now
3 times with the same results.

Respectfully,


Rob L. Jones
Operations
dotLogix, Inc. - Smarter, Faster Business
901-260-7137


|-+
| |   Pattie LeBlanc   |
| |   Patricia.Leblanc@LIBERTY|
| |   MUTUAL.COM  |
| |   Sent by: ADSM: Dist Stor|
| |   Manager |
| |   [EMAIL PROTECTED]   |
| ||
| ||
| |   06/05/2002 10:24 AM  |
| |   Please respond to ADSM: |
| |   Dist Stor Manager   |
| ||
|-+

---
---|
  |
|
  |   To:   [EMAIL PROTECTED]
|
  |   cc:
|
  |   Subject:  Re: The old SCRATCH TAPE NOT FOUND message
|

---
---|




You need to do a full backup.  And make sure you have available drives when
you start it.

-Original Message-
From: Rob Jones [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 11:01 AM
To: [EMAIL PROTECTED]
Subject: The old SCRATCH TAPE NOT FOUND message


Hello all,

This is my first time posting a question so please don't confuse my newbie
frustration with my dire hopelessness.  We ran Tivoli 3.7 Server on AIX
before I came to this office.  It was working fine till the crash and
burn.  The log files filled up and TSM stopped and couldn't be started.
Since 3.7 was NOT supported by IBM anymore we upgraded to 4.1 and did a
on-phone upgrade with a Tivoli Support Representative for 2 weeks.  It
seemed to work fine till it started the cannot backup the Database
messages in the log files because it couldn't mount the scratch tape it had
put the daily DB backup on for the 1 week after the new install.  I did a
total new install again of 4.1 and got it working again for the last week.
The daily DB backup was working fine again till 3 days ago when the same
messages came up again.  I know it is about to crash and burn again any day
now due to this.

The server is an IBM RS/6000 H70 running AIX, which is working fine, plus
an
IBM LTO Ultrium 3580 tape drive and 3583 Tape Library supporting 36 LTO
tapes.  It is backing up clients fine now and is using tapes perfectly for
pool migration. Below is some info:

Storage   DeviceEstimated Pct Pct   High   Low   Next

Pool Name Class Name CapacityUtilMigrMig   Mig
Storage
 (MB)Pct   Pct   Pool

---   --   --   -   -      ---
---
ARCHIVEPOOL   DISK4,000.0 0.0 0.0 9070

BACKUPPOOLDISK   72,000.042.842.8 7050   TAPE

SPACEMGPOOL   DISK4,000.0 0.0 0.0 9070

TAPE  ULTRIUM1 3,601,156.14.736.1 8060

When the backuppool reaches 70%, it migrates to the TAPE pool perfectly. It
is the DB BACKUP that is killing me. Here is my DAILY BACKUP COMMAND that
is
issued everyday at 7:00 am.

BACKUP DB dev=Ultrium1 type=INCREMENTAL scratch=YES wait=NO

Like is said...this worked fine 

Re: management class question?

2002-06-05 Thread David Longo

select node_name,filespace_name,class_name from backups
where node_name='NODE' and filespace_name='FSNAME'.

Node has to be all UPPER CASE and filespace_name may be all
UPPER or mixed depending on platform etc.

This can give long display if lot of files in  filespace, I think
there is a SQL way to shorten but this will give you the basics.

David Longo

 [EMAIL PROTECTED] 06/05/02 11:00AM 
Does anyone know how to tell what management class a filespace belongs too
from the server side? Is there a select or a query command?

--Justin Richard Bleistein



MMS health-first.org made the following
 annotations on 06/05/02 11:33:59
--
This message is for the named person's use only.  It may contain confidential, 
proprietary, or legally privileged information.  No confidentiality or privilege is 
waived or lost by any mistransmission.  If you receive this message in error, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it, and notify the sender.  You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient.  Health First reserves the right to monitor all e-mail communications 
through its networks.  Any views or opinions expressed in this message are solely 
those of the individual sender, except (1) where the message states such views or 
opinions are on behalf of a particular entity;  and (2) the sender is authorized by 
the entity to give such views or opinions.

==



Re: The old SCRATCH TAPE NOT FOUND message

2002-06-05 Thread Greg Tice

Rob,
Based on your comments and log output it appears you have one or two
problems.  In your command (BACKUP DB dev=Ultrium1 type=INCREMENTAL
scratch=YES wait=NO)  you are specifying that the DB backup use a scratch
tape.  By specifying the use of a scratch tape the server must use a
scratch tape, it will not use the tape it used a few days ago unless that
DB backup tape has already expired which would be unlikely.

So you need two things for success here.  An ample supply of scratch tapes
and an available tape drive.

Hope this helps!


Greg P. Tice
Enterprise Storage Management
Schneider Technology Services
Green Bay, WI  USA  54306
www.schneider.com





Rob Jones
RJones@DOTLOG   To: [EMAIL PROTECTED]
IX.COM  cc:
Sent by: Fax to:
ADSM: Dist  Subject: The old SCRATCH TAPE NOT FOUND 
message
Stor Manager
[EMAIL PROTECTED]
IST.EDU


06/05/2002
10:01
Please respond
to ADSM: Dist
Stor Manager






Hello all,

This is my first time posting a question so please don't confuse my newbie
frustration with my dire
hopelessness.  We ran Tivoli 3.7 Server on AIX before I came to this
office.  It was working fine till
the crash and burn.  The log files filled up and TSM stopped and couldn't
be started.  Since 3.7 was
NOT supported by IBM anymore we upgraded to 4.1 and did a on-phone
upgrade with a Tivoli Support
Representative for 2 weeks.  It seemed to work fine till it started the
cannot backup the Database messages
in the log files because it couldn't mount the scratch tape it had put the
daily DB backup on for the 1 week after
the new install.  I did a total new install again of 4.1 and got it working
again for the last week.  The daily DB backup
was working fine again till 3 days ago when the same messages came up
again.  I know it is about to crash and burn
again any day now due to this.

The server is an IBM RS/6000 H70 running AIX, which is working fine, plus
an IBM LTO Ultrium 3580 tape drive and 3583 Tape Library
supporting 36 LTO tapes.  It is backing up clients fine now and is using
tapes perfectly for pool migration. Below is some info:

Storage   DeviceEstimated Pct Pct   High   Low   Next

Pool Name Class Name CapacityUtilMigrMig   Mig
Storage
 (MB)Pct   Pct   Pool

---   --   --   -   -      ---
---
ARCHIVEPOOL   DISK4,000.0 0.0 0.0 9070

BACKUPPOOLDISK   72,000.042.842.8 7050   TAPE

SPACEMGPOOL   DISK4,000.0 0.0 0.0 9070

TAPE  ULTRIUM1 3,601,156.14.736.1 8060

When the backuppool reaches 70%, it migrates to the TAPE pool perfectly.
It is the DB BACKUP that is killing me.
Here is my DAILY BACKUP COMMAND that is issued everyday at 7:00 am.

BACKUP DB dev=Ultrium1 type=INCREMENTAL scratch=YES wait=NO

Like is said...this worked fine for like 3-4 days, but now I get this
message like every hour for the DB.

06/05/02 09:22:44 ANR2121W ATTENTION: More than 306.012 MB of the
database
   has changed and the last database backup was more
than 24
   hours ago. Use the BACKUP DB command to provide for

   database recovery.

And when I try the DB BACKUP command now I get these messages in log:

ANR0984I Process 112 for DATABASE BACKUP started in the
   BACKGROUND at 09:54:21.

06/05/02 09:54:21 ANR2281I Incremental database backup started as
process
   112.

06/05/02 09:54:21 ANR0609I BACKUP DB started as process 112.


06/05/02 09:54:23 ANR1405W Scratch volume mount request denied - no
scratch
   volume available.

06/05/02 09:54:24 ANR4578E Database backup/restore terminated -
required
   volume was not mounted.

06/05/02 09:54:24 ANR0985I Process 112 for DATABASE BACKUP running in
the
   BACKGROUND completed with completion state FAILURE
at
   09:54:24.


It seems like it can't find the original tape that it did the DB BACKUP on
the first few days.
I know which tape it did this on but I can't get it to go get it and mount
it again. When my
DB fills up, my TSM will crash again and won't let me start it up again on
server using dsmserv.

Anyone have any help or thoughts?





Rob L. Jones
Operations
dotLogix, Inc. - Smarter, Faster Business
901-260-7137



Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??

2002-06-05 Thread Adams, Matt (US - Hermitage)

Thanks Andy for straightening me out on this... ;-

Matt Adams
Tivoli Storage Manager Team
Hermitage Site Tech
Deloitte  Touche USA LLP
615.882.6861


-Original Message-
From: Andrew Raibeck [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:30 AM
To: [EMAIL PROTECTED]
Subject: Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


TSM 5.1 is supported on Windows Me (which is technically a member of the
Win9X family/architecture), but not Windows 95 and 98.

Regards,

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED] (change eye to i to reply)

The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.




Adams, Matt (US - Hermitage) [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
06/05/2002 08:17
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Re: Tsm client 5.1 fails to restore tsm 4.1 client
backups ??



To the best of my knowledge, TSM 5.1 is not supported for Win9x clients.

Regards,

Matt Adams
Tivoli Storage Manager Team
Hermitage Site Tech
Deloitte  Touche USA LLP
615.882.6861


-Original Message-
From: Keith Kwiatek [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:07 AM
To: [EMAIL PROTECTED]
Subject: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


Hello,

Have a win98 client machine that had a hard disk failure. It was running
TSM
4.1, so I install the new disk, and OS, and then install Tsm 5.1... but
when
I try to restore with the 5.1 client, it restores about 10,000 files and
then consistently throws a generic application error and dies!

When I install the 4.2.1 client and do a restore, it works fine..

I don't know if this is yet another case of TSM bugs, but these TSM
clients
sure have been pretty buggy lately

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



Tsm client 5.1 fails to restore tsm 4.1 client backups ??

2002-06-05 Thread Keith Kwiatek

Hello,

Have a win98 client machine that had a hard disk failure. It was running TSM
4.1, so I install the new disk, and OS, and then install Tsm 5.1... but when
I try to restore with the 5.1 client, it restores about 10,000 files and
then consistently throws a generic application error and dies!

When I install the 4.2.1 client and do a restore, it works fine..

I don't know if this is yet another case of TSM bugs, but these TSM clients
sure have been pretty buggy lately

Keith



TSM 4.2 server on Solaris 2.8

2002-06-05 Thread Jolliff, Dale

Anyone have any idea why a second instance of TSM server on Solaris will
ignore HTTPORT setting in the dsmserv.opt file?



Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??

2002-06-05 Thread Keith Kwiatek

yeah... but your web site matrix is a little misleading. You might want to
updated it

http://www.tivoli.com/support/storage_mgr/clients.html#intel

Keith


- Original Message -
From: Andrew Raibeck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 11:29 AM
Subject: Re: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


 TSM 5.1 is supported on Windows Me (which is technically a member of the
 Win9X family/architecture), but not Windows 95 and 98.

 Regards,

 Andy Raibeck
 IBM Software Group
 Tivoli Storage Manager Client Development
 Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
 Internet e-mail: [EMAIL PROTECTED] (change eye to i to reply)

 The only dumb question is the one that goes unasked.
 The command line is your friend.
 Good enough is the enemy of excellence.




 Adams, Matt (US - Hermitage) [EMAIL PROTECTED]
 Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
 06/05/2002 08:17
 Please respond to ADSM: Dist Stor Manager


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Tsm client 5.1 fails to restore tsm 4.1 client
backups ??



 To the best of my knowledge, TSM 5.1 is not supported for Win9x clients.

 Regards,

 Matt Adams
 Tivoli Storage Manager Team
 Hermitage Site Tech
 Deloitte  Touche USA LLP
 615.882.6861


 -Original Message-
 From: Keith Kwiatek [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 05, 2002 10:07 AM
 To: [EMAIL PROTECTED]
 Subject: Tsm client 5.1 fails to restore tsm 4.1 client backups ??


 Hello,

 Have a win98 client machine that had a hard disk failure. It was running
 TSM
 4.1, so I install the new disk, and OS, and then install Tsm 5.1... but
 when
 I try to restore with the 5.1 client, it restores about 10,000 files and
 then consistently throws a generic application error and dies!

 When I install the 4.2.1 client and do a restore, it works fine..

 I don't know if this is yet another case of TSM bugs, but these TSM
 clients
 sure have been pretty buggy lately

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




Re: Dump file backup for MS SQL server

2002-06-05 Thread Thomas Denier

 I'm trying to back up only 4 dump files from MS SQL server through TSM
 3.7. When the client scheduler started, there was an error message
 'protocol violation...' I checked TCP/IP setting and it looked OK.

 My question: Did this happen because I didn't install TDP for MS SQL? We
 thought there wouldn't be a problem to back up only a few dump files
 generated by SQL server. Should I install TDP on SQL sever in order to
 back up ANY files from that server?

I have sometimes fixed this kind of problem by manually resetting the
TSM password. I used the 'update node' command from a dsmadmc session
to inform the TSM server of the new password. I then logged on to the
client system and executed a 'dsmc query backup' command. The command
prompted me for the new password and stored the new password (we use
'passwordaccess generate').



Re: Daily registry backup

2002-06-05 Thread Rushforth, Tim

In what context?

Please explain more!

-Original Message-
From: Rafael Mendez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 9:11 AM
To: [EMAIL PROTECTED]
Subject: Daily registry backup


Hi all,

Does anyone know what is the daily registry backup?

Thanks in advance for any comment.
Rafael



___
Obtin gratis tu cuenta de correo en StarMedia Email. !Regmstrate hoy mismo!.
http://www.starmedia.com/email



Re: TSM 4.2 server on Solaris 2.8

2002-06-05 Thread Kent Monthei

Dale, doublecheck the option spelling .. HTTPPORT





Jolliff, Dale [EMAIL PROTECTED]

Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
05-Jun-2002 15:39
Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]




To: ADSM-L

cc:
Subject:TSM 4.2 server on Solaris 2.8

Anyone have any idea why a second instance of TSM server on Solaris will
ignore HTTPORT setting in the dsmserv.opt file?



q libv showed 'private' STATUS but blank LAST_USE

2002-06-05 Thread Chuck Lam

TSM 4.1.4 running in AIX 4.3.3

After I came back from the Memorial weekend, I noticed
a bunch of tapes with 'private' Status but blank
Last_Use when I did a 'q libv'.  'q vol volume_name'
on these tapes returned with 'NO MATCH'.  There were
problems with one of the tape drives over that weekend
and a lot of tapes were marked as 'UNAVAILABLE' by
TSM, but I was able to make them work again by
modifying the access=readwrite.  However, I cannot
even 'q volume' this bunch of tapes, since TSM seemed
to lose track of them.

Can anyone help me with this problem?

TIA



__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



Re: q libv showed 'private' STATUS but blank LAST_USE

2002-06-05 Thread Nicholas Cassimatis

If TSM tried to pull them from scratch to private to use in a pool, and the
drive problem happened, then TSM will mark them as Private as to not use
them as scratch again.  If this is the case, you can just update them back
to scratch - update libvol libraryname volumename stat=scratch for each
tape.  This behavior is the same as marking an already in use tape as
Unavailable.

Nick Cassimatis
[EMAIL PROTECTED]

Today is the tomorrow of yesterday.



Re: TSM 5.1 and W2000

2002-06-05 Thread Peter Pijpelink - P.L.C.S. BV Storage Consultants

Yes, no problems seen, the upgrade works fine., make sure before upgrading
that you make a full db backup and save some volhist en devconfig files.

good luck

Peter



At 08:26 05-06-2002 -0500, you wrote:
Has anyone upgraded to 5.1 from 4.1 on Windows 2000 platform?  Any issues?

Mark Kordsmeier
St. Joseph Mercy Health System



USS Client under OS/390 V2R10

2002-06-05 Thread Van der Want, Theo

We upgraded to OS/390 V2R10 from V2R7 over the weekend and users are now
unable to retrieve archives done by a schedule.  It seems that OS/390 V2R7
allowed users the retrieve these files even though they were not the ones
that did the archive.  Under USS the node name remains constant, but the
user changes, depending who logs on and goes into DSMC.  We are able to
retrieve the archive when we are in superuser mode (root), but as a normal
user we get the message ANS1302E No objects on server match query.

Has anyone else experienced this phenomena and how do you get around it
elegantly?

Any insight will be greatly appreciated.

Thanks Theo

**
The information transmitted herewith is sensitive information intended only
for use by the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.



TSM 4.2 possible IP problem

2002-06-05 Thread McNeill, Sean

Does anyone know if the TSM server would have a problem with a client
attempting to connect via an IP address with the last octet being 255?  I
have a server that will not talk to the TSM server, it has been rebuilt
several times, I have tried several different client versions and still no
luck.  The only constant thru all of this is its IP address 10.0.11.255.

Any help would be appreciated





Sean McNeill

Windows Administrator

J.D. Edwards  Company

One Technology Way

Denver, CO 80237

303-334-5543 phone

720-635-0458 Cell

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



Re: TSM 4.2 possible IP problem

2002-06-05 Thread Allan J Mills

Sean

the octet 255 is broadcast address, not to be used.   Two machine address
octets never to use are 0 and 255.
0 is ok for network octets but don't use 255.


Allan



McNeill, Sean
Sean_McNeill@JDED   To: [EMAIL PROTECTED]
WARDS.COM   cc:
Sent by: ADSM:  Subject: TSM 4.2 possible IP problem
Dist Stor Manager
[EMAIL PROTECTED]
EDU


06/06/2002 07:27
AM
Please respond to
ADSM: Dist Stor
Manager






Does anyone know if the TSM server would have a problem with a client
attempting to connect via an IP address with the last octet being 255?  I
have a server that will not talk to the TSM server, it has been rebuilt
several times, I have tried several different client versions and still no
luck.  The only constant thru all of this is its IP address 10.0.11.255.

Any help would be appreciated





Sean McNeill

Windows Administrator

J.D. Edwards  Company

One Technology Way

Denver, CO 80237

303-334-5543 phone

720-635-0458 Cell

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



Re: management class question?

2002-06-05 Thread Justin Bleistein

I already looked there sometimes people use the archive option: -archmc=
and I don't know what management class they used from the server side.
Thanks!

--Justin Richard Bleistein




Cook, Dwight
ETo: [EMAIL PROTECTED]
DWIGHT.E.COOKcc:
@SAIC.COMSubject: Re: management class question?
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
IST.EDU


06/05/2002
11:40 AM
Please respond
to ADSM: Dist
Stor Manager






filespaces as a whole, aren't bound to a managmement class...

I would check the include/exclude file and see how it is coded.
Also remember, if you change the include/exclude list, that will apply it
to
all files previously backed up so the include/exclude list would be the
place to look.

an example could be

...
include /home/.../* some_default_mgmt_class (or nothing here at all)
exclude /home/Idontlikethisuser/.../*
include /home/mysubdir/.../*  some_special_mgmt_class
include /home/someotherdirpath/.../* some_minimal_mgmt_class
...


Dwight


-Original Message-
From: Justin Bleistein [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:01 AM
To: [EMAIL PROTECTED]
Subject: management class question?


Does anyone know how to tell what management class a filespace belongs too
from the server side? Is there a select or a query command?

--Justin Richard Bleistein



Deleting a portion of a filespace

2002-06-05 Thread Luke Dahl

Hi All,
Client version: 4.2.1.0
Client OS: Solaris 5.6
Server OS: Solaris 8
TSM Server Version: 4.2.1.15

We have a NFS mounted NetApp filer that retains their critical data.
The data is is library with a number of different subdirectories for
each project.  They require we keep all data forever until they specify
it may be deleted.  They've asked us to set up verexists  and
verdeleted .  Being TSM views the mount /data as one filespace,
I'm wondering if we can purge a portion of that filespace when they
approve it.  For example a subdirectory may be /data/mars02lib/...
After the project has been terminated they would like us to delete the
mars02lib but still retain all of the other libraries under /data.  Any
suggestions/advice would be highly appreciated.  Thanks!

Luke Dahl
NASA-Jet Propulsion Laboratory
818-354-7117



Re: q libv showed 'private' STATUS but blank LAST_USE

2002-06-05 Thread Joel Fuhrman

Check the tape out and then back in with a status=scratch.

On Wed, 5 Jun 2002, Chuck Lam wrote:

 TSM 4.1.4 running in AIX 4.3.3

 After I came back from the Memorial weekend, I noticed
 a bunch of tapes with 'private' Status but blank
 Last_Use when I did a 'q libv'.  'q vol volume_name'
 on these tapes returned with 'NO MATCH'.  There were
 problems with one of the tape drives over that weekend
 and a lot of tapes were marked as 'UNAVAILABLE' by
 TSM, but I was able to make them work again by
 modifying the access=readwrite.  However, I cannot
 even 'q volume' this bunch of tapes, since TSM seemed
 to lose track of them.

 Can anyone help me with this problem?

 TIA



 __
 Do You Yahoo!?
 Yahoo! - Official partner of 2002 FIFA World Cup
 http://fifaworldcup.yahoo.com




Re: data tansfer time ???

2002-06-05 Thread Dave Canan

 In a nutshell, this can be thought of as the total amount of time
that TSM required to transfer the data across the network. In this case, it
found 29 objects, that were 1.7GB in total size. To transfer that data
accross the network took 47.07 seconds.


At 08:37 AM 5/31/2002 -0400, you wrote:
Can someone expound on what exactly DATA TRANSFER TIME specifies.  I've
read the definition in the manual and it's still not clear to me.  In the
below example, exactly what took 47.07 seconds?  thx.


05/30/2002 21:45:36 --- SCHEDULEREC STATUS BEGIN
05/30/2002 21:45:36 Total number of objects inspected:   12,987
05/30/2002 21:45:36 Total number of objects backed up:   29
05/30/2002 21:45:36 Total number of objects updated:  0
05/30/2002 21:45:36 Total number of objects rebound:  0
05/30/2002 21:45:36 Total number of objects deleted:  0
05/30/2002 21:45:36 Total number of objects expired:  0
05/30/2002 21:45:36 Total number of objects failed:   1
05/30/2002 21:45:36 Total number of bytes transferred: 1.70 GB
05/30/2002 21:45:36 Data transfer time:   47.07 sec
05/30/2002 21:45:36 Network data transfer rate:38,081.71 KB/sec
05/30/2002 21:45:36 Aggregate data transfer rate:283.08 KB/sec
05/30/2002 21:45:36 Objects compressed by:   37%
05/30/2002 21:45:36 Elapsed processing time:   01:45:32
05/30/2002 21:45:36 --- SCHEDULEREC STATUS END
.

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



Re: Can't do reclamation

2002-06-05 Thread Max Kwong

Hi all,

Thanks for all reply. Here is the details of the storage pool that can't perform
reclamatoin.

Volume Name   Storage  Device  EstimatedPct   Volume
  Pool NameClass Name   Capacity   Util   Status
(MB)
--- --
-  -  
FP0018FILE_PTPOOL  3590CLASS2   21,271.10.1Full
FP0024FILE_PTPOOL  3590CLASS2   21,177.20.0Full
FP0025FILE_PTPOOL  3590CLASS2   22,015.40.0Full
FP0026FILE_PTPOOL  3590CLASS2   21,700.40.0Full
FP0027FILE_PTPOOL  3590CLASS2   21,324.94.3Full
FP0028FILE_PTPOOL  3590CLASS2   21,091.50.0Full
FP0029FILE_PTPOOL  3590CLASS2   21,160.00.0Full
FP0030FILE_PTPOOL  3590CLASS2   21,141.00.0Full
FP0031FILE_PTPOOL  3590CLASS2   21,185.00.0Full

The followin is the result of q stgp file_ptpool f=d

 Storage Pool Name: FILE_PTPOOL
   Storage Pool Type: Primary
   Device Class Name: 3590CLASS2
 Estimated Capacity (MB): 2,051,004,907,651.1
Pct Util: 0.0
Pct Migr: 0.0
 Pct Logical: 100.0
High Mig Pct: 99
 Low Mig Pct: 99
 Migration Delay: 0
  Migration Continue: Yes
 Migration Processes:
   Next Storage Pool:
Reclaim Storage Pool:
  Maximum Size Threshold: No Limit
  Access: Read/Write
 Description:
   Overflow Location:
   Cache Migrated Files?:
  Collocate?: No
   Reclamation Threshold: 80
 Maximum Scratch Volumes Allowed: 99,999,999
   Delay Period for Volume Reuse: 0 Day(s)
  Migration in Progress?: No
Amount Migrated (MB): 0.00
Elapsed Migration Time (seconds): 0
Reclamation in Progress?: No
 Volume Being Migrated/Reclaimed:
  Last Update by (administrator): ADMIN
   Last Update Date/Time: 04/29/02 11:44:41


l've already tried to update thereclamation thershold to 50% but it still no
reclaim process can be query.

Max







Gerald Wichmann [EMAIL PROTECTED] on 06/06/2002 12:37:17 AM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Max LH KWONG/LCSD/HKSARG)

Subject:  Re: Can't do reclamation



You'll need to provide more information then that.. be a lot more specific.
Specifically why can't you perform reclamation? Did you configure a
reclamation pool? Is it a problem in the configuration of the reclamation
pool? I recommend posting some details/output about the storage pool you're
trying to reclaim (q stg f=d) and the reclamation pool you have setup to do
the reclamation. Also post output on any errors you're getting as to why you
can't do it. The more info you provide the more likely someone can help you.

Regards,

Gerald Wichmann
Senior Systems Development Engineer
Zantaz, Inc.
925.598.3099 (w)

-Original Message-
From: Max Kwong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 9:47 PM
To: [EMAIL PROTECTED]
Subject: Can't do reclamation

Hi all,

l have a storage pool can't peform the reclamation. It just only can use the
move data command to manually reclaim the tape. How can l solve this
problem?

Max



Re: data tansfer time ???

2002-06-05 Thread William SO Ng

Not long ago, I have the same question about the definition of this term
and here's the answer:

Data Transfer Time - the total time it takes to send the total backup data
from TSM client to TSM server over the network.
  *** My understanding of this definition is :  client process will
read data from disk into I/O buffer, then from I/O buffer to TSM server
through
the network.  When TSM server receive these data, it will send a ACK packet
back to the client.  When the client receive the ACK packet from TSM
server, then
it will read the next segment of data from disk to I/O buffer.

=== Data Transfer Time is
the total sum of time that the client send the data to server through
network including the time it receive the ACK packet but exclude the time
to fetch the next batch of data into the I/O buffer.

Network data transfer rate - the rate that TSM client send the data over
the network to TSM server.

  *** My understanding of this definition is :  the total amount of
data send to TSM server divided by the data transfer time



Thanks  Regards
William



Re: Can't do reclamation

2002-06-05 Thread Eric Gruber

Hi Max,

Is this all the volumes in this storage pool?  At first glance it would seem that you 
have no scratch tapes available to perform reclamation with.

Yours Truly,

Eric

-Original Message-
From: Max Kwong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 10:41 PM
To: [EMAIL PROTECTED]
Subject: Re: Can't do reclamation


Hi all,

Thanks for all reply. Here is the details of the storage pool that can't perform
reclamatoin.

Volume Name   Storage  Device  EstimatedPct   Volume
  Pool NameClass Name   Capacity   Util   Status
(MB)
--- --
-  -  
FP0018FILE_PTPOOL  3590CLASS2   21,271.10.1Full
FP0024FILE_PTPOOL  3590CLASS2   21,177.20.0Full
FP0025FILE_PTPOOL  3590CLASS2   22,015.40.0Full
FP0026FILE_PTPOOL  3590CLASS2   21,700.40.0Full
FP0027FILE_PTPOOL  3590CLASS2   21,324.94.3Full
FP0028FILE_PTPOOL  3590CLASS2   21,091.50.0Full
FP0029FILE_PTPOOL  3590CLASS2   21,160.00.0Full
FP0030FILE_PTPOOL  3590CLASS2   21,141.00.0Full
FP0031FILE_PTPOOL  3590CLASS2   21,185.00.0Full

The followin is the result of q stgp file_ptpool f=d

 Storage Pool Name: FILE_PTPOOL
   Storage Pool Type: Primary
   Device Class Name: 3590CLASS2
 Estimated Capacity (MB): 2,051,004,907,651.1
Pct Util: 0.0
Pct Migr: 0.0
 Pct Logical: 100.0
High Mig Pct: 99
 Low Mig Pct: 99
 Migration Delay: 0
  Migration Continue: Yes
 Migration Processes:
   Next Storage Pool:
Reclaim Storage Pool:
  Maximum Size Threshold: No Limit
  Access: Read/Write
 Description:
   Overflow Location:
   Cache Migrated Files?:
  Collocate?: No
   Reclamation Threshold: 80
 Maximum Scratch Volumes Allowed: 99,999,999
   Delay Period for Volume Reuse: 0 Day(s)
  Migration in Progress?: No
Amount Migrated (MB): 0.00
Elapsed Migration Time (seconds): 0
Reclamation in Progress?: No
 Volume Being Migrated/Reclaimed:
  Last Update by (administrator): ADMIN
   Last Update Date/Time: 04/29/02 11:44:41


l've already tried to update thereclamation thershold to 50% but it still no
reclaim process can be query.

Max







Gerald Wichmann [EMAIL PROTECTED] on 06/06/2002 12:37:17 AM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Max LH KWONG/LCSD/HKSARG)

Subject:  Re: Can't do reclamation



You'll need to provide more information then that.. be a lot more specific.
Specifically why can't you perform reclamation? Did you configure a
reclamation pool? Is it a problem in the configuration of the reclamation
pool? I recommend posting some details/output about the storage pool you're
trying to reclaim (q stg f=d) and the reclamation pool you have setup to do
the reclamation. Also post output on any errors you're getting as to why you
can't do it. The more info you provide the more likely someone can help you.

Regards,

Gerald Wichmann
Senior Systems Development Engineer
Zantaz, Inc.
925.598.3099 (w)

-Original Message-
From: Max Kwong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 9:47 PM
To: [EMAIL PROTECTED]
Subject: Can't do reclamation

Hi all,

l have a storage pool can't peform the reclamation. It just only can use the
move data command to manually reclaim the tape. How can l solve this
problem?

Max