Manager COLD/WARM start

The processing of the suspend file during a manager COLD/WARM start consists of the following steps:

  1. Preprocessing: The file is read and checked for errors (for example, syntax errors, I/O errors).
  2. No errors occurred during preprocessing:
    1. Suspend requests are injected for all resources in the suspend file with the parameters defined in the file as well.
    2. All lines that have been processed are commented out using the line comment character in column 1.
      Note: If column 1 is not empty, the first character will be overwritten with the line comment character.
  3. Errors occurred during preprocessing:
    1. Error messages are written to the system log.
    2. HSAM1318D WTOR is issued with the following options. The automation manager initialization waits until the operator enters the corresponding input data.
      NOSUSPEND
      Continues the automation manager initialization without processing the suspend file. No suspend requests are processed.
      FORCESUSPEND
      Continues processing the suspend file and ignores the errors (only for syntax errors).
      CANCEL
      Stops the automation manager initialization at all.

      If the input data is invalid, the HSAM1319I message will be issued and HSAM1318D asks again for input.

      If the input is valid, the automation manager initialization continues using the specified suspend file option.

  4. Resources defined in the suspend file are not part of the new or changed configuration:
    1. Informational messages are written to the system log.
    2. Non-existing resources are ignored; all lines with existing resources are processed as described in step 2.