>From the command line, 'select * from drives' >>> [EMAIL PROTECTED] 4/22/2004 11:43:14 AM >>> I'm trying to identify the best method for polling the following information from TSM using the CLI or ODBC interfaces. The results will serve as input into a script. What is the best way to query the following?
1.) Number of drives defined on a TSM server. 2.) Status of each drive (in-use / not-in-use) 3.) Drive activity information (writing, reading, serving a particular session for backups, archives, migrations, reclamations, etc.,) Essentially, I just need to be able to snapshot this information at a point in time while polling at regular intervals to build up a detailed history of drive activity. --PLB