Chapter 14. Maintenance and tuning issues 443
Figure 14-2 Delete Old MVS Upload Output Files window
The default entry in the command window is:
AsicleanDir.exe -D c:/ASIAccess1/Logs -f “MVS*JCL*” -H12 -q
The AsiCleanDir is invoked to delete without prompting all the files with a file
name matching the pattern MVS*JCL* that are older than 12 hours. The -D
parameter states the directory to clean. The AsiCleanDir command syntax is:
AsiCleanDir.exe [-q] [-D<directory>] [-n<days>] [-H<hours>] [-f<filespec>]
where:
-q <Q>uiet mode, no confirmation
-D<directory> directory to clean (default=current working directory)
-n<days> number of days to retain (default=0)
-H<hours> number of hours to retain (default=0)
-f<filespec> pattern for files, such as "*.dat" to be searched (default="*")
The entry in the Edit Job Step window of the job must be customized with the
correct directory path
AsicleanDir.exe -D c:/TivoliManager/Logs -f “MVS*JCL*” -H12 -q
where c:/TivoliManager/ is the typical <TBSM_Install_Dir>. Once enabled the job
is scheduled by default to run hourly all day.
444 Tivoli Business Systems Manager Version 2.1: End-to-End Business Impact Management
Cleanup Old DB Queue Entries
The Cleanup Old DB Queue Entries job deletes rows from several database
queues tables. The size of these tables can grow rapidly if the job is not enabled.
The number and the age of the rows to delete are set in the stored procedure
asisp_clean_old_queue_entries. Default values are 10,000 entries older than
one day. The queue tables that are cleaned up are shown in Table 14-4.
Table 14-4 Queues tables cleaned up by the Cleanup Old DB Queue job
To customize the job with values different from the defaults, you must update the
job step using the SQL Enterprise Manager as shown in Figure 14-3 on
page 445.
ProcessedAutoTicketEvent ProcessedAutoTicketFilteredEve
nt
ProcessedBatchRule
ProcessedEvent ProcessedHeartBeatMsg ProcessedMVSUploadRule
ProcessedNotification ProcessedNotification8 ProcessedNotificationJ
ProcessedPerfMonMsg ProcessedRuleCommand ProcessedScmMsg
ProcessedStagedEvent ProcessedTECExportEvent PendingAutoTicketEvent
PendingAutoTicketFilteredEvent PendingBatchRule PendingEvent
PendingHeartBeatMsg PendingMVSUploadRule PendingNotification
PendingNotification8 PendingNotificationJ PendingPerfMonMsg
PendingRuleCommand PendingScmMsg PendingStagedEvent
PendingTECExportEvent
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset