ADSM-L

Re: Library capacity

2001-03-09 12:04:50
Subject: Re: Library capacity
From: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Fri, 9 Mar 2001 12:03:50 -0500
Hi:
You can determine how many volumes are used by each storage group by entering:
dsmadmc -id=userid -pa=password 'select stgpool_name,count(*) from volumes 
group by
 stgpool_name'

You can determine the 'unused' by entering:

dsmcmd "SELECT LIBVOLUMES.VOLUME_NAME, LIBVOLUMES.STATUS FROM LIB
Volumes where libvolumes.status = 'Scratch'"

I can tell how many are going offsite each day by running:

SELECT VOLUMES.VOLUME_NAME, VOLUMES.STGPOOL_NAME, VOLUMES.ACCESS
FROM VOLUMES
WHERE (((VOLUMES.STGPOOL_NAME)="OFFSITEVOLS") AND (Not 
(VOLUMES.ACCESS)='OFFSITE'));

Because our copypool that creates the offsite volumes is named offsitevols and 
the status is changed to offsite when they are checked out.

Hope this helps.




>>> GEOFFREY.L.GILL AT SAIC DOT COM 03/09/01 10:24AM >>>
Hello all,

My current setup, H50, 3494LIB, 4 3590's, 7133 D40, is beginning to come to
a point where I need more capacity, or so I feel. I would like for the
company to order the next section of library, 2 3494's, memory for the
computer, DASD and a few other bits now, but I found out yesterday it won't
happen till Q4. Now I believe I may have a problem with this but without a
way for me to estimate how much the system will grow in relation to what I
have available I can't very well push them to order sooner.

With all the knowledge I have at my disposal, and I don't mean my own,
that's where you all come in, I'm looking for some commands within AIX or
TSM to get the information I need. Is there a way to find out how many slots
the 3494 has, total, used and available? Sure I could start counting...no,
forget that idea.... Commands for this would help greatly.

Now with that figured out I'm looking to see if there is a way to figure out
how many tapes are used each day, for onsite and offsite, as opposed to how
many tapes are reclaimed/returned. If I could run this each day for a month
and maybe backdate it if possible, I might come up with an idea when we
would hit the wall. Taking into account the library is shared with MVS,
which has 2 drives of it's own, I would have to factor in their info if I
could get it.

I have Exchange and another group who want access now, which would put an
additional load on what I already have. So keeping in mind those could get
implemented before I get more space, I could very well run out even quicker
than expected. My own feeling is, even without the additional computers,
I'll run out of space before Q4.

Thanks for the help,

Geoff Gill
NT Systems Support Engineer
SAIC
Computer Systems Group
E-Mail:   gillg AT saic DOT com 
Phone:  (858) 826-4062
Pager:   (888) 997-9614
<Prev in Thread] Current Thread [Next in Thread>