Stopping, starting, and restarting the continuous compliance engine
Overview
This article describes how to stop, start, and restart the Virtual Machine-based Delphix Continuous Compliance engine. Use cases, troubleshooting tips before a restart, and steps in the CLI are outlined in the following sections. For instructions on stopping and starting the Containerized Masking Engine, please see the document Stopping and Starting the Containerized Masking Engine.
Use cases examples
Stopping and starting the Masking Engine may be required when performing:
-
Masking Engine maintenance work.
-
Backup and Restore.
Restarting the Masking Engine may be required if:
-
The Masking Engine is unreachable or unresponsive.
-
A Masking Job is in an incorrect state.
Troubleshooting before a restart
If the Masking Engine is unreachable, the following should always be checked before a restart:
-
Verify that the Engine is reachable over the network using ping.
Using the shell or putty, access the Masking Engine and login using the sysadmin user.
# Access CLI using SSH. ssh sysadmin@<yourEngine>
Using the Command-Line Interface (CLI)
The CLI provides means to access information and execute commands on the Engine without a GUI; one of which is to stop and start the Continuous Compliance Engine. This is done using the system menu.
-
Login to the CLI as sysadmin.
-
Type system at the CLI prompt.
-
At the system prompt, do one of the following, depending on the desired action:
-
To enable the engine: type startMasking and then commit.
-
To disable the engine: type stopMasking and then commit.
-
To restart the engine: type stopMasking and commit, then startMasking and commit.
-
To exit the CLI, type exit.
-
stopMasking
, followed by startMasking
again. Startup failure could be the masking service entering Maintenance Mode. You cannot clear Maintenance Mode by entering startMasking
; you must use stopMasking
, followed by startMasking
. If this fails, Delphix Support needs to investigate why the service failed.Restarting the Masking Engine example
Below is an example of how to restart the Continuous Compliance Engine using the CLI.
$ ssh sysadmin@yourEngine Password: yourEngine> system yourEngine system> ls startMasking stopMasking yourEngine system> stopMasking yourEngine system stopMasking *> commit yourEngine system> startMasking yourEngine system startMasking *> commit yourEngine system> exit Connection to yourEngine closed