-
startserver : starts ArcGIS Server.
This script automatically detects if the invoking user is ArcGIS Server install owner, and if not, it prompts for the Install owner's password. It will always start up the server as the install owner.
-
stopserver : stops ArcGIS Server.
This script automatically detects if the invoking user is ArcGIS Server install owner, and if not, it prompts for the Install owner's password. It will always stop the server as the install owner.
-
uninstallArcGISServer : uninstall ArcGIS Server.
You need to run it as the superuser (root).
-
ServerConfig : configure ArcGIS Server to reset properties - which were set at the time of install - back to the original value.
You need to run it as the superuser (root).
-
authorizeSoftware : authorize ArcGIS Server for use. This is first run at the time of installation. You can use this script to update the license if needed. For detail infomation, check the install doc located at <ArcGIS Server Install CD>/Install.htm.
You need to run it as the Install owner.
-
showAuthorizationSummary : shows what feature(s) your software authorization file contains.
You need to run it as the Install owner.
-
Server_diag_tool : run Server Diagnostics tool from command line. Check Run Diagnostics tool from command line on your Linux/Solaris system for detail information and usage.
-
startmonitor : start Monitor which is a standalone program that supports Server Diagnostics tool. Check Monitor Framework for detail information.
You need to run it as the Install owner.
-
stopmonitor : stop Monitor which is a standalone program that supports Server Diagnostics tool. Check Monitor Framework for detail information.
You need to run it as the Install owner.
-
import_export_users.sh : import/export Local GIS Server users on Linux/Solaris. Check Import/Export Local GIS Server users on Linux/Solaris for detail information and usage.
You need to run it as the Install owner.
-
switchlogging : turn on/off certain logging information for debugging purpose.
The various components of ArcGIS Server are equipped with logging capabilities to aid in debugging and troubleshooting. When ArcGIS Server is installed on Linux/Solaris, some of the logging capabilities are disabled or set to a minimal level and it is the recommended setting for a production environment. For the purpose of troubleshooting, you can turn on the logging by running this 'switchlogging' script.
You need to run this script as ArcGIS Server Install owner. This script also restarts ArcGIS Server.
Usage: switchlogging [status|on|off]
When the logging is turned on using the switchlogging script, detailed logs are created in:
- <ArcGIS Server Installation directory>/arcgis/logs/server/SOC_logs/arcsoc.<process id>.log
- <ArcGIS Server Installation directory>/arcgis/server/user/log/*.dat
- <ArcGIS Server Installation directory>/arcgis/logs/ecs/regss.log
- <ArcGIS Server Installation directory>/arcgis/logs/ecs/rpcss.log
- <ArcGIS Server Installation directory>/arcgis/servercore/agsidsvr/agsldap/slapd-machinename/logs/errors
- <ArcGIS Server Installation directory>/arcgis/servercore/agsidsvr/agsldap/slapd-machinename/logs/access
- <ArcGIS Server Installation directory>/arcgis/servercore/agsidsvr/agsldap/slapd-machinename/logs/audit
- In addition ArcSDE intercept logs (SDEInterceptLog.*) is created in <ArcGIS Server Installation directory>/arcgis/logs/server/SOM_logs directory if any active services consumes data from ArcSDE.
When the logging is turned off, the SOM logs (<ArcGIS Server Installation directory>/arcgis/logs/server/SOM_logs/*.dat) is set to the default level (normal) and all other logs are set to minimum logging level. No ArcSDE intercept logs will be created.
-
startJavaHelp : open the ArcGIS Java Developer Help.
-
stopJavaHelp : shut down the process ArcGIS Java Developer Help is running. When you finish with the Java Developer Help, run this script to shut down its process.