Environment :
LDMS 9.6 :
Switch | Description |
---|---|
No switch | Sync policies with core and run runnow policies (reqired policies). |
/taskid | Get the policy based on task id and run the policy if is runnow policy. |
/enforce | check RunNow and Removed queues to run/remove the policies including running reoccurring policy. |
/wait | work with /taskid, such as /taskid=<taskid> /wait. Get the policy based on taskid and wait unitl all policies in RunNow queue finished. |
/check | return the number of policies in the RunNow queue waiting to be executed. |
/check=wait | Block and return only when RunNow queue is empty. |
Added in LDMS 9.6-SP1 :
Switch | Description |
---|---|
/getlogfile=<filename> | return specified log file as standard output. |
/getlogs | Get and zip all client logs and output the zip content as standard output. |
/getlog=<type> [/taskid=<taskid>] | where type is currentdownloads, inventory, localscheduler, policysync, sdclient, servicehost and porxyhost. For sdclient, <taskid> has to be specified. |