Maintenance mode is useful when performing tasks such as patching a DSC, upgrading AEM forms, or applying a service pack.
Avoid invoking any processes while the server is in maintenance mode. This is what happens if a process is invoked while the server is in maintenance mode:
Put AEM forms in maintenance mode
In a web browser, enter:
https://[hostname]:[port]/dsc/servlet/DSCStartupServlet?maintenanceMode=pause&user=[administrator username]&password=[password]
A “now paused” message is displayed in the browser window.
If you shut down the server while it is maintenance mode, it will still be in maintenance mode when it is restarted. You must turn off maintenance mode when you are finished your maintenance tasks.
Check whether AEM forms is running in maintenance mode
In a web browser, enter:
https://[hostname]:[port]/dsc/servlet/DSCStartupServlet?maintenanceMode=isPaused&user=[administrator username]&password=[password]
The status is displayed in the browser window. A status of “true” indicates that the server is running in maintenance mode, and “false” indicates that the server is not in maintenance mode.
Turn off maintenance mode
In a web browser, enter:
https://[hostname]:[port]/dsc/servlet/DSCStartupServlet?maintenanceMode=resume&user=[administrator username]&password=[password]
A “now running” message is displayed in the browser window.