Starting and Stopping NuoDB Admin

Starting NuoDB Admin (RPM Package)

To start the NuoDB Admin service, run:

systemctl start nuoadmin

Starting NuoDB Admin (TAR Package)

To start the NuoDB Admin Process (AP) running from a TAR package, run:

$NUODB_HOME/etc/nuoadmin start
Do not use this script to start NuoDB Admin when using the RPM package. This does not interoperate with systemd: if you start NuoDB Admin services with this script, systemd will not know about it and cannot manage it.

Failures

When attempting to start NuoDB Admin, the following message may display:

NuoDB Admin stopped after 2 seconds.

To provide TLS-authenticated security when executing admin management commands, NuoDB Admin starts with TLS enabled. For more information, see TLS requirements.

Stopping NuoDB Admin (RPM Package)

To stop the NuoDB Admin service, run:

systemctl stop nuoadmin

Stopping NuoDB Admin (TAR Package)

To stop the NuoDB AP running from a TAR package, use:

$NUODB_HOME/etc/nuoadmin stop
Do not use this script to stop NuoDB Admin when using the RPM package. This does not interoperate with systemd: if you stop NuoDB Admin services with this script, systemd will believe it crashed and automatically restart it.