Starting and Stopping NuoDB Admin
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,systemdwill 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 (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,systemdwill believe it crashed and automatically restart it. |