TSM Status Monitor - Another reporting tool for TSM

Hi sazs I saw your patch and was wondering how to go around installing it. I am using the packed from github that is supposed to work with TSM 6.x and it is but not for these two servers. Could you please inform how to?

regards herning
 
Last edited:
I don't know how it will apply on git version, the patch was made for tarball.
Installing is straightforward: After you unpacked original statmon tarball:
1. 'cd ' into unpacked directory
2. zcat statmon-1.2-tsm6-updated.patch.gz | patch -p1
3. continue with installation procedure
 
TSM STatmon - error

Hi,
I'm getting the following error when i ran
#cd /var/www/statmon/statmon
#python collector.py

Please let me know if anyone have a fix for this?

Traceback (most recent call last):
File "collector.py", line 364, in ?
if __name__ == '__main__': main()
File "collector.py", line 67, in main
collector.run()
File "collector.py", line 92, in run
tmp.run()
File "collector.py", line 143, in run
self.end()
File "collector.py", line 137, in end
self.local.query(query)
File "/var/www/statmon/statmon/datasource.py", line 62, in query
count = self.cursor.execute(string)
File "/usr/lib/python2.4/site-packages/MySQLdb/cursors.py", line 163, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1136, "Column count doesn't match value count at row 1")

Thanks,
nixHacks
 
Mikey, you should look at Servergraph, servergraph.rocketsoftware.com. they also have a tape drive utilization report.
 
Back
Top