It is found in the "admin guide" manual for the server for your platform... Unix layout is for TSM 4.2 is...(as found in the IBM/Tivoli manual) Field Contents 1 Product version 2 Product sublevel 3 Product name, 'ADSM', 4 Date of accounting (mm/dd/yyyy) 5 Time of accounting (hh:mm:ss) 6 Node name of TSM client 7 Client owner name (UNIX) 8 Client Platform 9 Authentication method used 10 Communication method used for the session 11 Normal server termination indicator (Normal=X'01', Abnormal=X'00') 12 Number of archive store transactions requested during the session 13 Amount of archived files, in kilobytes, sent by the client to the server 14 Number of archive retrieve transactions requested during the session 15 Amount of space, in kilobytes, retrieved by archived objects 16 Number of backup store transactions requested during the session 17 Amount of backup files, in kilobytes, sent by the client to the server 18 Number of backup retrieve transactions requested during the session 19 Amount of space, in kilobytes, retrieved by backed up objects 20 Amount of data, in kilobytes, communicated between the client node and the server during the session 21 Duration of the session, in seconds 22 Amount of idle wait time during the session, in seconds 23 Amount of communications wait time during the session, in seconds 24 Amount of media wait time during the session, in seconds 25 Client session type. A value of 1 or 4 indicates a general client session. A value of 5 indicates a client session that is running a schedule. 26 Number of space-managed store transactions requested during the session 27 Amount of space-managed data, in kilobytes, sent by the client to the server 28 Number of space-managed retrieve transactions requested during the session 29 Amount of space, in kilobytes, retrieved by space-managed objects 30 Product release 31 Product level
Dwight E. Cook Software Application Engineer III Science Applications International Corporation 509 S. Boston Ave. Suite 220 Tulsa, Oklahoma 74103-4606 Office (918) 732-7109 -----Original Message----- From: Macmurray, Andrea (CAG-CC) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:54 AM To: [EMAIL PROTECTED] Subject: Re: How to check utilization of your storagepools automaticly Does anybody know where I can find a description of the data found in the dsmaccnt.log. I do have a feeling that I found what I was looking for for a long time. (statistics of what my SQL nodes are backing up). Thanks -----Original Message----- From: Cook, Dwight E [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 8:57 AM To: [EMAIL PROTECTED] Subject: Re: How to check utilization of your storagepools automaticly That isn't easy to answer... here is my 2 cents worth... For tape pools, you really need to track utilization over a period of time. Look for how much data is added daily, how much might be going away, how much expires off each tape, do tapes readily become available via reclamation or do you end up with lots of tapes at 60% util for extended periods of time. I set up little jobs to provide me information like Thu Jan 9 06:05:17 CST 2003 You have 199 SCRATCH and 1256 PRIVATE volumes of which 15 are filling, the rest are full. on a daily basis for all the TSM servers here... In a unix environment this is just an echo command with a bunch of dsmadmc -id=blah -pass=blah q libvol | grep Scratch | wc -l dsmadmc -id=blah -pass=blah q libvol | grep Private | wc -l dsmadmc -id=blah -pass=blah q vol stat=filling | grep Filling | wc -l After you track things for a while you can determine at what rate tapes are consumed and when you will need more. Same sort of thing applies to the diskpool(s). If you push to diskpools and then migrate to tape, in general you will want at least as much total diskpool space as you take in data on a nightly basis... dsmaccnt.log records are good for this sort of information. So I don't believe one can totally automate things BUT I do have a lot of info sent to me automatically for review on a daily or monthly basis... Dwight -----Original Message----- From: Nilsson Niklas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 8:39 AM To: [EMAIL PROTECTED] Subject: How to check utilization of your storagepools automaticly Hi.... I need a way to check my tapepools when to add more scratch and my diskpools to add more disc's? /Regards Niklas