Verifying the Processes Running on the Active Server

  1. Log in to the active server as root.
  2. Display the status of all processes that are configured to run on the active server by entering each of the following commands and examining their outputs:

    # /usr/TKLC/plat/bin/syscheck -v proc run

    # /usr/TKLC/plat/bin/syscheck -v lsmshc proc

    The following sample output from syscheck -v proc run indicates which processes are configured to be running on the active server and that all expected instances of the processes are running:

    Running modules in class proc... 
           run: Checking supman...
           run: Found 1 instance(s) of the supman process.
           run: Checking lsman...
           run: Found 1 instance(s) of the lsman process.
           run: Checking npacagent...
           run: Found 1 instance(s) of the npacagent process.
           run: Checking eagleagent...
           run: Found 2 instance(s) of the eagleagent process.
           run: Checking rmtpmgr...
           run: Found 1 instance(s) of the rmtpmgr process.
           run: Checking rmtpagent...
           run: Found 1 instance(s) of the rmtpagent process.
           run: Checking reportman...
           run: Found 1 instance(s) of the reportman process.
           run: Checking lsmslogd...
           run: Found 1 instance(s) of the lsmslogd process.
           run: Checking sentryd...
           run: Found 1 instance(s) of the sentryd process.
           run: Checking survMon...
           run: Found 1 instance(s) of the survMon process.
           run: Checking smartd...
           run: Found 1 instance(s) of the smartd process.
           run: Checking atd...
           run: Found 1 instance(s) of the atd process.
           run: Checking crond...
           run: Found 1 instance(s) of the crond process.
           run: Checking sshd...
           run: Found 7 instance(s) of the sshd process.
           run: Checking syscheck...
           run: Found 1 instance(s) of the syscheck process.
           run: Checking syslogd...
           run: Found 1 instance(s) of the syslogd process.
    Return string: "OK"
                                     OK
    The log is available at:
      -->/var/TKLC/log/syscheck/fail_log
    
    If you see FAILURE (similar to the following example) for any process except the GUI process, contact the My Oracle Support (MOS):
    run: Only 0 instance(s) of  lsmslogd running. 1 instance(s) required.
    
    The following sample output from syscheck -v lsmshc proc indicates which processes are configured to be running on the active server and that all expected instances of the processes are running:
    Running modules in class lsmshc...
          proc: Node active, checking
          proc: Checking supman...
          proc: Found 1 instance(s) of the supman process.
          proc: Checking lsman...
          proc: Found 1 instance(s) of the lsman process.
          proc: Checking npacagent...
          proc: Found 1 instance(s) of the npacagent process.
          proc: Checking eagleagent...
          proc: Found 1 instance(s) of the eagleagent process.
          proc: Checking rmtpmgr...
          proc: Found 1 instance(s) of the rmtpmgr process.
          proc: Checking rmtpagent...
          proc: Found 1 instance(s) of the rmtpagent process.
          proc: Checking reportman...
          proc: Found 1 instance(s) of the reportman process.
          proc: Checking lsmslogd...
          proc: Found 1 instance(s) of the lsmslogd process.
          proc: Checking sentryd...
          proc: Found 1 instance(s) of the sentryd process.
    Return string: "OK"
                                     OK
    The log is available at:
      -->/var/TKLC/log/syscheck/fail_log