A newer release of this product is available.
Restarting Unified Manager
Contributors
Suggest changes
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
-
Log in as root user to the server on which you want to restart the Unified Manager service.
-
Stop the Unified Manager service and the associated MySQL service in this order:
systemctl stop ocieau
systemctl stop ocie
systemctl stop mysqld
-
Start MySQL and Unified Manager services in this order:
systemctl start mysqld
systemctl start ocie
systemctl start ocieau
|