A.14 Workaround to Resolve Syscheck Error for CPU Failure

This procedure resolves the syscheck errors for CPU failure.

  1. Log into server using CLI on which syscheck is failing, use the SSH command (on UNIX systems – or putty if running on windows) to log into the server identified.
    ssh admusr@<SERVER_XMI>
    password: <enter password>

    Answer yes if you are asked to confirm the identity of the server.

  2. In the server CLI, run the workaround:
    1. Edit the cpu config file.
      $ sudo vim /usr/TKLC/plat/lib/Syscheck/modules/system/cpu/config
    2. Comment out the text that reads: "EXPECTED_CPUS=" by putting # in the beginning of the line. For example: # EXPECTED_CPUS=2
    3. Save the cpu config file.
    4. Reconfig the syscheck, run the following commands:
      sudo syscheck --unconfig
              sudo syscheck --reconfig         
          sudo syscheck

      CPU related errors do not display.