Starting 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

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

  • Make sure that the following disk space is available:
    • Analyzer probe server:
      • Installation directory: More than 5 GB or 5% available of the total disk space
      • /etc: 100 MB (Available)
      Note: The Analyzer probe server retrieves the partition details where the directories are mounted and checks the free disk space. Make sure that the required disk space is available on partition in case multiple directories are mounted on it.
    • Analyzer detail view server:
      • Installation directory: More than 5 GB or 5% of the total disk space
  • Log on to the Analyzer detail view server or Analyzer probe server as the megha user.
  1. Run the crontab -e command.
  2. Delete the hash marks (#) from the beginning of each 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)