本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
重新啟動 Unified Manager
更改配置後,您可能需要重新啟動 Unified Manager。
開始之前
您必須具有安裝了 Unified Manager 的 Red Hat Enterprise Linux 伺服器的 root 使用者存取權。
步驟
-
以 root 使用者身分登入要重新啟動 Unified Manager 服務的伺服器。
-
依下列順序停止 Unified Manager 服務和關聯的 MySQL 服務:
systemctl stop ocieau
systemctl stop ocie
systemctl stop mysqld
-
依照下列順序啟動 MySQL 和 Unified Manager 服務:
systemctl start mysqld
systemctl start ocie
systemctl start ocieau
|
`mysqld`是啟動和停止 MySQL 伺服器所需的守護程序。 |