Start Gluent Data Platform Daemons¶
Table of Contents
Introduction¶
This document includes the steps to start the Gluent Data Platform daemons.
Metadata Daemon¶
If Metadata Daemon is not under automatic control then no action is necessary. Smart Connector will check if Metadata Daemon is running and start it up when required.
If it is under automatic control then refer to the table below for the appropriate control command to start it as the root user.
Metadata Daemon Stop Commands |
|
---|---|
Oracle Clusterware |
# crsctl start resource gluent-metad
|
Upstart |
# start gluent-metad
|
systemd |
# systemctl start gluent-metad
|
Data Daemon¶
If Data Daemon is not under automatic control then issue the following command:
$ $OFFLOAD_HOME/bin/datad &
If it is under automatic control then refer to the table below for the appropriate control command to start it as the root user.
Data Daemon Stop Commands |
|
---|---|
Oracle Clusterware |
# crsctl start resource gluent-datad
|
Upstart |
# start gluent-datad
|
systemd |
# systemctl start gluent-datad
|