Stop Gluent Data Platform Daemons¶
Table of Contents
Introduction¶
This document includes the steps to stop the Gluent Data Platform daemons.
Metadata Daemon¶
If Metadata Daemon is not under automatic control then issue the following command:
$ pkill -f $OFFLOAD_HOME/bin/metad
If it is under automatic control then refer to the table below for the appropriate control command to stop it as the root user.
Metadata Daemon Stop Commands |
|
---|---|
Oracle Clusterware |
# crsctl stop resource gluent-metad
|
Upstart |
# stop gluent-metad
|
systemd |
# systemctl stop gluent-metad
|
Data Daemon¶
If Data Daemon is not under automatic control then issue the following command:
$ pkill -f $OFFLOAD_HOME/bin/datad
If it is under automatic control then refer to the table below for the appropriate control command to stop it as the root user.
Data Daemon Stop Commands |
|
---|---|
Oracle Clusterware |
# crsctl stop resource gluent-datad
|
Upstart |
# stop gluent-datad
|
systemd |
# systemctl stop gluent-datad
|