Open a terminal window on the MAIA WebApp host.
Go to the MAIA Software configuration directory.
cd *installation path*/htdocs/maia/config/
Create the file maintenance.txt with the string MAINTENANCE MODE.
echo "MAINTENANCE MODE" > maintenance.txt
Restart MAIA Software.
ipv stop & ipv start
Log in to MAIA application to verify that maintenance operation mode is operational. MAIA Software is in maintenance operation mode if the start page does have the maintenance operation mode label.
Open a terminal window on the MAIA WebApp host.
Go to the MAIA Software configuration directory.
cd *installation path*/htdocs/maia/config/
Remove the file maintenance.txt.
rm maintenance.txt
Restart MAIA Software.
ipv stop & ipv start
Log on to MAIA application to verify that normal operation mode is used. MAIA Software is in normal operation mode if the start page doesn't have the maintenance operation mode label.