Starting the entire multiple primary servers environment

After you install all servers and configure the shared directory permissions, you must start each server in the correct sequence.
  1. Log in to the lead primary server and start RICOH ProcessDirector. Type: startaiw -p

    The lead primary server becomes the initial active primary server.

  2. Log in to the alternate primary server and start RICOH ProcessDirector. Type: startaiw -p

    The alternate primary server becomes the initial worker primary server.

  3. Log in to the UI server and start RICOH ProcessDirector. Type : startaiw -w
  4. Verify that the .multiplePrimaries.properties file was created under /aiw/aiw1/mp/.

    Verify if the correct information is set in the file. Example:

    #Wed Jul 30 15:06:43 MDT 2025
    uiServer=ui_server_hostname
    activePrimary=primary_server_1_hostname
    workerPrimary=primary_server_2_hostname
    

    where primary_server_1_hostname is the host name of the lead primary server and primary_server_2_hostname is the host name of the alternate primary server.