User Tools

Site Tools


internal.backup:support:checklist

**WARNING: THIS PAGE IS NOT APPROVED YET**

Checklist Guide

This checklist provides an approach to diagnosing and resolving common issues that might prevent the login page from displaying properly.

[Common] No Login Page

Check OS resources

  • Check available disk space: df -h
  • Check CPU Usage: top
  • Check RAM Usage: free -m
    • Look for available parameter.
    • It is ok to have very few free memory as long as available provides enough memory for the JAVA maximum allocated to grow fully.

Check Network

  • Confirm ports are not being used by another service: netstat -tulnp | grep [port_number]
    • Application ports are specified in setenv.sh
    • Default ports: 8888/8443 (collector) and 8080/8443/8444 (cockpit).
  • Check firewall rules: iptables -L or firewall-cmd –list-all
    • Firewall must not block incoming connections on application ports
    • Allow port : firewall-cmd –zone=public –add-port=[port_number]/tcp –permanent
    • Reload Firewall rule sudo firewall-cmd –reload

Check Application Service

  • Ensure the application services are running systemctl status promonitor / systemctl status promonitor-cockpit
  • Restart Service sometimes helps to recover: systemctl restart promonitor / systemctl restart promonitor-cockpit
  • Look for recent errors or messages in the application logs → tail -f server.log

Dependencies

  • Dependency Issues:
    1. Service Status Check: Verify the status of MySQL and VictoriaMetrics → systemctl status mysqld.service, systemctl status victoriametrics.service
    2. Reinstall Missing Dependencies: Reinstall missing dependencies → apt-get install –reinstall mysqld or yum reinstall mysqld
  • Permission and Ownership Errors:
    1. Verify File Permissions: Check for correct permissions → ls -l /opt/Pro.Monitor

[Pro.Monitor] Can't create system

  • Basic Checks:
    1. Verify Licenses expiration and the number of system allowed

[Pro.Monitor] Connector not working

/home/clients/8c48b436badcd3a0bdaaba8c59a54bf1/wiki-web/data/pages/internal.backup/support/checklist.txt · Last modified: 2024/05/17 15:35 (external edit)