DX Unified Infrastructure Management

 View Only
  • 1.  help on probe call back on distsrv probe.

    Posted Dec 02, 2019 08:37 AM

    hi, 


    i am using distribution method to distribute packages to a filtered group of robots.

    I have to manually run it through the distribution console. The scheduling is also just ONE time scheduling.

    I want to have a interval scheduling to run the task on distribution.


    I notice that PU command on distsrv have an option to start the task "TASK_START"

    However, i am having difficulty on the parameters that it's asking.


    Please help to explain the parameters that is equal to "right click, start task" action.


    i am running UIM 9.20

    distsrv 9.20


    The following parameter was asked.

    task_start PDS_PCH 30 name,complete%d,at%dupdate%d

    Anyone tried to use this method to start the task? I logged a ticket to CA and they redirected me to community instead.



  • 2.  RE: help on probe call back on distsrv probe.

    Broadcom Employee
    Posted Dec 02, 2019 09:15 AM
    task_start - > Give a start time for a defined task.

    task_start (name, complete, at, update)
    Parameter   Type      Req      Description
    name            String    yes       Name of task
    complete     Integer   yes      1: restart task completely or 0: continue with a not fully completed
    at                  Integer   yes      Next start timestamp (seconds since 1.1 1970).
    update         Integer   yes      1: install only to robots that have the package installed already or 0: install to all. This parameter is ignored if complete is set.

    ------------------------------
    Support Engineer
    Broadcom
    US
    ------------------------------



  • 3.  RE: help on probe call back on distsrv probe.
    Best Answer

    Posted Dec 03, 2019 09:10 AM
    Example to start deployment at 2019-12-03 17:00:00
    pu.exe -u administrator -pxxx /domain/hub/robot/distsrv job_add "" "" "logmon" "4.11" "/domain/hub/target_robot" "0" "1575389400"