Client Management Suite

 View Only

Monitoring Completion Status of RS Integrity Check or SSM jobs 

Apr 29, 2008 02:50 PM

Do you ever look at your Recovery Solution job queue and wonder "I wonder how far along that Integrity Check/SSM job is?" Well I did, and was very frustrated since there wasn't a good way I had found to monitor the progress. Well, by using the following Stored Procedure, you too can find out about the progress of the job.

To install this, just load the attached .SQL file into Query Analyzer (or whatever tool is used in SQL 2005), select your Recovery Solution database, and execute it. It will add the spGetRSJobStatus Stored Procedure (SP) to the database. To run the query, just execute the SP from Query Analyzer:

EXEC spGetRSJobStatus

Note: I just attached a NS report you can use to run this without having to fire up Query Analyzer.

Note that this works best for checking the Integrity Check job's status as it (by default) scans all BLOB files; maybe later I will update this to account for the use of the "IntegrityStartDiskFileKey" and "IntegrityEndDiskFileKey" per AKB 25398. To check the progress of SSM's Compaction phase, see AKB 41182, or for another view of SSM progress check AKB 41309.

License:AJSL
By clicking the download link below, you agree to the terms and conditions in the Altiris Juice Software License
Support:User-contributed tools on the Juice are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab.

Statistics
0 Favorited
0 Views
2 Files
0 Shares
0 Downloads
Attachment(s)
zip file
Recovery Solution IC Job Status.zip   1 KB   1 version
Uploaded - Apr 10, 2020
zip file
spGetRSJobStats.zip   1 KB   1 version
Uploaded - Apr 10, 2020

Tags and Keywords

Related Entries and Links

No Related Resource entered.