After modifying system date/time on a Workload Agent machine, status of jobs run on that Workload Agent machine no longer get updated on the Workload Manager machine.
search cancel

After modifying system date/time on a Workload Agent machine, status of jobs run on that Workload Agent machine no longer get updated on the Workload Manager machine.

book

Article ID: 55169

calendar_today

Updated On:

Products

Unicenter Job Management Option

Issue/Introduction

 Workload Manager (WLM) keeps track of the date and time the latest checkpoint information (e.g. jobinit/jobterm) was received from all Workload Agent (WLA) machines. The following command executed on the WLM will display this information:

 cautil status remote

If checkpoint date and time for the offending WLA machine is ahead of the local (WLM) system date and time, WLM will not process any further checkpoint requests from that WLA until the local (WLM) date and time has reached date and time displayed for that WLA.

Resolution

To correct the problem, please perform the following procedure:

  1. On WLA, stop Unicenter:

    unicntrl stop all

  2. On WLA, remove or rename the checkpoint file:

    Windows: %CA_TND_HOME%\tmp\hostname20.ckp
    Unix: $CAIGLBL0000/tmp/hostname/ckp2_hostname

  3. On WLM:

    cautil delete remote id=WLA_hostname
    cautil status remote -> make sure that WLA is no longer listed in the output

  4. On WLA, restart Unicenter:

    unicntrl start all

  5. Submit a job from WLM to that WLA to verify that the job status gets successfully updated on WLM.