HOW TO
The linux_bootscript file needs to be modified to allow ArcIMS to start automatically upon bootup.
Code:
su - <arcims_account> -c "cd \$AIMSHOME/Xenv; ./aimsappsrvr start \&"
sleep 5
su - <arcims_account> -c "cd \$AIMSHOME/Xenv; ./aimsmonitor start \&"
sleep 5
su - <arcims_account> -c "cd \$AIMSHOME/Xenv; ./aimstasker start \&"
sleep 5
Code:
su - <arcims_account> -c "cd \$AIMSHOME/Xenv; ./aimsappsrvr start &"
sleep 5
su - <arcims_account> -c "cd \$AIMSHOME/Xenv; ./aimsmonitor start &"
sleep 5
su - <arcims_account> -c "cd \$AIMSHOME/Xenv; ./aimstasker start &"
sleep 5
Note:
The only change being made is removing the "\" from "\&" making it simply "&" in each.
Note:
ArcIMS should be running under the arcims_account holder specified in the script.
Article ID:000005286
Get help from ArcGIS experts
Download the Esri Support App