HOW TO

Stop and start the ArcIMS processes on Linux/UNIX

Last Published: April 25, 2020

Summary

The ArcIMS processes must be stopped and started in a specific sequence.

Use the following order when stopping processes:
a) ArcIMS Tasker
b) ArcIMS Monitor
c) ArcIMS Application Server

Start them in the opposite order you stopped them:
a) ArcIMS Application Server
b) ArcIMS Monitor
c) ArcIMS Tasker

Procedure



  1. Navigate to the $AIMSHOME/Xenv directory and stop the services as follows:

    Code:
    ./aimstasker stop &

    ./aimsmonitor stop &

    ./aimsappsrvr stop &

  2. Navigate to the $AIMSHOME/Xenv directory and start the services as follows:

    Code:
    ./aimsappsrvr start &

    ./aimsmonitor start &

    ./aimstasker start &

Article ID:000005928

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic