Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 990 Bytes

task_restart_unified_manager.adoc

File metadata and controls

39 lines (33 loc) · 990 Bytes
permalink sidebar keywords summary
install-linux/task_restart_unified_manager.html
sidebar
restart, unified manager
You might have to restart Unified Manager after making configuration changes.

Restarting Unified Manager

You might have to restart Unified Manager after making configuration changes.

What you’ll need

You must have root user access to the Red Hat Enterprise Linux or CentOS server on which Unified Manager is installed.

Steps
  1. Log in as root user to the server on which you want to restart the Unified Manager service.

  2. Stop the Unified Manager service and the associated MySQL service in this order:

    systemctl stop ocieau

    systemctl stop ocie

    systemctl stop mysqld

  3. Start MySQL and Unified Manager services in this order:

    systemctl start mysqld

    systemctl start ocie

    systemctl start ocieau

Note

mysqld is a daemon program required to start and stop the MySQL server.