Hi All.

Has anyone monitor TSM backups, schedules and others status in PRTG?

How can I do it?

Tks. Thiago


Article Comments

Hello,

thank you very much for your KB-Post. I'm very much afraid we ourselves do not have experiences with the TSM, but with such solution, it should be able to send mails upon ending backup processes. If so, it should be possible to use the IMAP Backup Sensor. Please also see our video tutorial, explaining Backup monitoring with the IMAP sensor.

best regards.


Mar, 2013 - Permalink

Hi Thiago,

Tivoli Storage Manager stores all its information in a SQL database.

Writing your own stored procedure and using the SQLspXML Custom Sensor should get you the data you are looking for.

You can find some examples on how to retreive data from the TSM SQL database here.

Regards,


Mar, 2013 - Permalink

Ok, but TSM database is a DB2 database. How can I connect to DB2 and run a query?


Mar, 2013 - Permalink

Hi Tiago,

You are right, the SQLspXML sensor cannot connect to a DB2 database. That would require writing a new sensor.

Regards,


Mar, 2013 - Permalink