Stopping the Analyzer detail view server or Analyzer probe server services

Ops Center Analyzer Detail View User Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99ANA007-06
ft:lastEdition
2026-03-16

Stop the Analyzer detail view server or Analyzer probe server services by editing crontab.

Log on to the Analyzer detail view server or Analyzer probe server as the megha user.

  1. Run the crontab -e command.
  2. At the beginning of each line add a hash mark (#) to comment out a line as shown in this example:
    # */5 * * * * F=/usr/local/megha/cron.5min; test -f $F && sudo $F
    # */5 * * * * F=/usr/local/megha/bin/sysstat.sh; test -f $F && (sudo $F >> /usr/local/megha/logs/sys/`date +\%Y\%m\%d`.log; chown -R megha:megha /usr/local/megha/logs/sys)