Technote (troubleshooting)
Problem(Abstract)
A Tivoli Storage Manager server offline auditdb process is started but takes a long time to complete, although the database size suggests the auditdb should complete in a more timely manner.
Cause
Manual data shredding is enabled on server and data has not been shredded yet
Diagnosing the problem
The below steps may be used to determine if there is data to be shred.
- Verify if shredding is enabled on one or more storage pools.
select stgpool_name,shred_count from stgpools
A shred_count of 1 or higher indicates shredding is enabled for the storage pool. - Verify if there is data to be shred
query shredstatus f=d
The output from the query command will show "Objects Awaiting Shred" and "Data Left To Shred (MB)" - Verify the shredding server option
q option shredding - In this instance, shredding was enabled for the storage pool, shredding was set to manual and there was data left to be shredded because the "shred data" command was not run. This slowed down the auditdb process.
Resolving the problem
Follow the steps below to resolve the performance issue with the auditdb when data shredding is enabled in a disk storage pool.
- Start the Tivoli Storage Manager server
- Shred the data with the following administrator command :
shred data - Monitor how much data is left to be shredded with the following administrative command :
query shredstatus f=d - Once data is shredded, stop the Tivoli Storage Manager server.
- Re-run the offline auditdb process.
- Restart the Tivoli Storage Manager server.
Note : When running with the "shredding manual" server option, consider running the "shred data" admin command at regular interval so that data is shred regularly.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.