Difference between revisions of "Taskman Recurring Tasks"

From VistApedia
Jump to: navigation, search
Line 22: Line 22:
 
* [[OPTION XUDEV RES-CLEAR|XUDEV RES-CLEAR]] --> Clear resources (use on startup)
 
* [[OPTION XUDEV RES-CLEAR|XUDEV RES-CLEAR]] --> Clear resources (use on startup)
  
=== Recurring Tasks ===
+
=== Recurring Tasks (dependent on [[VistA System Manager Policies]] ===
 
* [[OPTION DGPF BACKGROUND PROCESSING|DGPF BACKGROUND PROCESSING]] --> For PRF: To trigger Patient Record Flags reviews.
 
* [[OPTION DGPF BACKGROUND PROCESSING|DGPF BACKGROUND PROCESSING]] --> For PRF: To trigger Patient Record Flags reviews.
 
* [[OPTION DMSQ PROJECT|DMSQ PROJECT]] --> (only if running SQLI) (for e.g. Fileman Projection; to regenerate projection files)
 
* [[OPTION DMSQ PROJECT|DMSQ PROJECT]] --> (only if running SQLI) (for e.g. Fileman Projection; to regenerate projection files)
Line 46: Line 46:
 
* [[OPTION XMAUTOPURGE|XMAUTOPURGE]] --> For MM: Delete unreferenced Messages
 
* [[OPTION XMAUTOPURGE|XMAUTOPURGE]] --> For MM: Delete unreferenced Messages
 
* [[OPTION XMCLEAN|XMCLEAN]] --> For MM: Delete 'Deleted' messages
 
* [[OPTION XMCLEAN|XMCLEAN]] --> For MM: Delete 'Deleted' messages
* [[OPTION XMPURGE-BY-DATE|XMPURGE-BY-DATE]] --> to delete old messages (not needed --> based on disk space)
+
* [[OPTION XMPURGE-BY-DATE|XMPURGE-BY-DATE]] --> to delete old messages (not needed --> based on disk space) 'Whether this option should be scheduled, or whether [[OPTION XMAUTOPURGE|XMAUTOPURGE]] or [[OPTION XMPURGE|XMPURGE]] should be scheduled instead depends on the [[VistA System Manager Policies|policy]] of the [[VistA System Manager]]'
 
* [[OPTION XQBUILDTREEQUE|XQBUILDTREEQUE]] --> Somewhat important -> rebuild menus daily
 
* [[OPTION XQBUILDTREEQUE|XQBUILDTREEQUE]] --> Somewhat important -> rebuild menus daily
 
* [[OPTION XQ XUTL $J NODES|XQ XUTL $J NODES]] --> VERY IMPORTANT -> needed to clean ^TMP, ^XTMP, ^UTILITY.
 
* [[OPTION XQ XUTL $J NODES|XQ XUTL $J NODES]] --> VERY IMPORTANT -> needed to clean ^TMP, ^XTMP, ^UTILITY.

Revision as of 00:18, 23 November 2010

A proper VISTA installation will have a bunch of recurring tasks (like linux cron jobs or mac launchd jobs) that ensure that the database remains clean and periodic stuff is completed. For example, the TIU recurring task makes sure that everything is signed; otherwise it will send a notification. Another example: Scratch globals for storing temporary data can get very large. A daily task (XQ XUTL $J NODES) cleans them up.

Tasks running by default in WV but need to be removed

Cache Only Jobs

(Use if you are running WV on Cache; remove if you are running GT.M)

GT.M Only Jobs

  • Important XU PROC CNT CLUP --> (Task number cleaner) Need if you use GT.M. Run every hour.

Start-up Jobs

Recurring Tasks (dependent on VistA System Manager Policies