ADSM-L

Re: To Collate or Not to Collate?

2003-01-13 17:55:01
Subject: Re: To Collate or Not to Collate?
From: "Seay, Paul" <seay_pd AT NAPTHEON DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 13 Jan 2003 17:53:33 -0500
How many tapes do you have in the tapepool?

Select count(*) from volumes where stgpool_name='TAPEPOOL'

How many drives do you have?

How many mounts are you getting during a stgpool backup?

Do you have maxpr specified on the stgpool backup?

What is the device class mount retention?

Are you using a maximum scratch number for tapepool or are you using private
volumes?

Send a:
q stg tapepool f=d
q devclass [device class] f=d
q stg copypool f=d

Also, run this select to see if you have a lot of private volumes in the
library but not owned by any storage pool.  This happens when a tape is not
labeled.

select volume_name from libvolumes where status='Private' and
libvolumes.volume_name not in (select volume_name from volumes) and
libvolumes.volume_name not in (select volume_name from volhistory where type
in ('BACKUPFULL', 'BACKUPINCR', 'DBSNAPSHOT', 'EXPORT'))

With this information I may be able to help show that the collocation is
maybe not the total culprit.

Paul D. Seay, Jr.
Technical Specialist
Naptheon Inc.
757-688-8180


-----Original Message-----
From: Theresa Sarver [mailto:tsarver.IFMC AT SDPS DOT ORG]
Sent: Monday, January 13, 2003 4:06 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: To Collate or Not to Collate?


Hi All;

Environment:
SP Complex (7 wide nodes) running AIX 433 ML10
TSM 415
IBM 3494 (2-3590E drives)

When this was setup a couple years ago, they chose to enable collation, I
understand why - however, scratch tapes are now at a premium.  I would like
to know if I disabled collation if that would help to free up some
tapes...and can it be disabled on the fly?  Or is my only solution to start
trimming backups?

Also, our "tapepool to copypool" backup is now running over 24 hours.  Has
anyone else out there run into this problem before?  And if so - how did you
get around it?  Oh, and I'll save you the time...Management refuses to buy
another drive.  - Time to get creative!

Thank you for your assistance;
Theresa

<Prev in Thread] Current Thread [Next in Thread>