PROBLEM

ArcGIS Server 9.2 on Linux does not restart automatically after the server machine is rebooted

Last Published: April 25, 2020

Description

ArcGIS Server 9.2 on Linux does not restart automatically after the server machine is rebooted.

Cause

The startup scripts for ArcGIS Server 9.2 are not placed at the correct system run level.

Solution or Workaround



  1. Log in as a root user and delete the link named 'S99serverobjectmanager' from the following location:

    /etc/rc2.d

  2. Delete the link named 'S99mwcoreservices' from the following locations:

    /etc/rc3.d
    /etc/rc5.d

  3. Delete the link named 'K70mwcoreservices' from the following locations:

    /etc/rc0.d
    /etc/rc1.d

  4. Create a symbolic link in /etc/rc3.d and /etc/rc5.d
    named 'S99serverobjectmanager' that points to the following script:

    arcgisserver_install_location/servercore/.Server/agsserver

    For example:

    Code:
    > ln -s arcgisserver_install_location/servercore/.Server/agsserver S99serverobjectmanager

  5. Create a symbolic link named 'K99serverobjectmanager' to arcgisserver_install_location/servercore/.Server/agsserver in following locations:

    /etc/rc0.d
    /etc/rc1.d

    For example:

    Code:
    > ln -s arcgisserver_install_location/servercore/.Server/agsserver K99serverobjectmanager

Article ID:000009362

Software:
  • ArcGIS Server

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic