Restart

  1. MCCS Subarray Leaf Node provides API for the Restart workflow.

  2. The TMC MCCS Leaf Node accepts the command if:

    1. MCCS Subarray is in any observation state: FAULT, ABORTED, RESOURCING, CONFIGURING, IDLE, READY, or SCANNING.

    2. MCCS Subarray is responsive.(TMC MCCS Leaf Nodes Availability)

  3. The TMC MCCS Leaf Node rejects the command if:

    1. MCCS Subarray is not in the required observation state.

    2. MCCS Subarray is not responsive.

  4. The following state requirements are applied for command execution:

    1. MCCS Subarray is in any observation state: FAULT, ABORTED, RESOURCING, CONFIGURING, IDLE, READY, or SCANNING.

    2. MCCS Subarray node is available.

  5. The command execution involves the following key operations:

    1. Check for MCCS Subarray observation state is performed.

    2. Based on the state:

      1. If the state is RESOURCING, IDLE, CONFIGURING, SCANNING, or READY:

        • Abort command is sent to MCCS Subarray.

        • Once the Abort command transitions MCCS Subarray to ABORTED observation state, Restart command is sent to MCCS Subarray.

      2. If the state is FAULT or ABORTED:

      • Restart command is sent directly to MCCS Subarray.

    3. When Restart is invoked on the MCCS Subarray:

      1. If MCCS Subarray reports rejection or failure, command failure is reported as ‘RESULT_CODE - FAILED’ on the Long Running Command Result attribute of the TMC MCCS Leaf Node.

      2. If MCCS Subarray accepts the command, the TMC MCCS Leaf Node waits for command completion.

  6. The TMC MCCS Leaf Node monitors the progress of the command via the MCCS Subarray node ObsState transitions and the Long Running Command Result:

    1. Command is successful when the MCCS Subarray node transitions to EMPTY observation state. This is reported as ‘RESULT_CODE - OK’ on the Long Running Command Result attribute of the TMC MCCS Subarray leaf node.

    2. Command failure is reported in any of the following cases as ‘RESULT_CODE - FAILED’ on the Long Running Command Result attribute of the TMC MCCS Subarray leaf node:

      1. The MCCS Subarray reports ‘RESULT_CODE - FAILED’ on its Long Running Command Result attribute.

      2. The command times out if the MCCS Subarray node does not transition to EMPTY within the timeout period specified by the CommandTimeOutDefault property in the Helm chart of the TMC MCCS Leaf Node.