Change modes of operation

Maintenance mode

Enable maintenance operation mode

  1. Open a terminal window on the MAIA WebApp host.

  2. Go to the MAIA Software configuration directory.

    cd *installation path*/htdocs/maia/config/
  3. Create the file maintenance.txt with the string MAINTENANCE MODE.

    echo "MAINTENANCE MODE" > maintenance.txt
  4. Restart MAIA Software.

    ipv stop & ipv start
  5. 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.

Normal mode

Enable normal operation mode

  1. Open a terminal window on the MAIA WebApp host.

  2. Go to the MAIA Software configuration directory.

    cd *installation path*/htdocs/maia/config/
  3. Remove the file maintenance.txt.

    rm maintenance.txt
  4. Restart MAIA Software.

    ipv stop & ipv start
  5. 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.

Results