PDF

Collection of useful terminal commands

Change root password

  passwd root

Restart DCM

  shutdown -r now

Restart DCM configuration tool

  ecm-config

Show unit status

  systemctl status

Restart a unit

  # Example: alert-manager-service
  systemctl restart ecm-alert-manager.service

Live log view

  # Example: Live view of ecm-manager.log
  cd /home/ecm/log
  tail -f ecm-manager.log

DCM Update

Note

Before you want to update your DCM, please make a snapshot / backup at first! dnf --help will list parameters.

  # Really do a backup first!
  dnf upgrade

Trigger DCM VDF Update

This will update your PRO ENDPOINT Setups and VDF files. If this update fails, please verify that an outgoing connection through port 873 is allowed.

  cd /etc/ecm
  su ecm
  ./datasync.sh
  su