Tivoli Header

Administrator's Guide


Daily Monitoring Scenario

This section contains an example of the daily monitoring of a Tivoli Storage Manager system. Depending on the configuration of your system, you may want to perform additional monitoring tasks. If a function does not complete properly, you can review the activity log for errors that occurred at about the time of failure (see Requesting Information from the Activity Log for details).

You can include the commands shown in a command script that you can run daily. Review the output of the script for any errors or problems.

  1. Verify that drives are online. If there is a drive in the unavailable state, there may be errors with schedules.
    query drive
    
  2. Verify that database and recovery log volumes are online and synchronized.
    query dbvolume
    query logvolume
    
  3. Check the status of disk volumes. If any are offline, check for hardware problems.
    query volume devclass=disk
    
  4. Check the access state of the tape volumes. For example, a volume that is not in the read-write state may indicate a problem. You may need to move data and delete the volume.
    query volume
    
  5. Check database and recovery log statistics.
    query db
    query log
    
  6. Verify that scheduled database backups completed successfully.
    query volhistory type=dbbackup
    
  7. Check the activity log for error messages.
    query actlog search=ANR????E
    


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]