A server directory represents a physical directory on your
network that is accessible to all the container machines of your
GIS server. There are three types of server directories: cache, jobs, and
output.
- Cache directories store caches of prerendered tiles that map
or globe services can use for faster display. You can create a
cache on the Caching tab of the Service Properties dialog box in
ArcCatalog.
- Jobs directories store files needed by geoprocessing services.
Often, geoprocessing services require a space to write
temporary files and store information about ongoing jobs. These
items are stored in the jobs directory.
- Output directories are for temporary files needed by the
server. Output directories are required for geoprocessing services,
recommended for geodata services, and optional for map and image services.
For other service types, an output directory is not needed.
Server jobs and output directories store temporary files and can be cleaned at specified intervals. There is no cleaning mechanism for server cache directories because the files in the cache are expected to always be available.
The server object container (SOC) account (that on Windows you established during the post install; On Linux/Solaris, is the same as the install owner)
must have Write access to your server directories. You will need to use the
operating system tools to set the appropriate access. On Windows, y ou can give the SOC account permissions using the folder Properties page. You may need to grant both Share and File (NTFS) permissions to the SOC account. On Linux/Solaris, you need to give permission to every directory down to the server directories. See Configuring a multiple-machine deployment for more information about setting Share and File permissions
When you install all the components of ArcGIS Server on one machine, one default server directory of each type is created at a
location that on Windows you can specify during the GIS Server Post Install and on Linux/Solaris the install created for you at the default location. The
default location is c:\arcgisserver on Windows and <ArcGIS Server Installation directory>/arcgis/server/serverdir on Linux/Solaris. The install grants the SOC account access to the directories and establishes a corresponding virtual directory for each one.
How to create a server directory in Manager
To create a server directory in ArcGIS Server Manager, follow these steps:
-
Click the GIS Server tab and click Server Directories.
Note: Here you will only see directories of one type. Use the drop-down menu at the top of the page to specify whether you want to see cache, jobs, or output directories.
- Click Add Directory.
- Type the path to the directory in the Directory text box. If you've distributed the components of ArcGIS Server over more than one machine, use a
UNC path or a NFS file location (Example: \\myServer\directory1 on windows or /net/myserver/nfsdirectory1 on Linux/Solaris).
- Use the Type drop-down list to specify the type of directory you
are creating.
- Optionally, set the Virtual Directory, for example,
http://server_name/directory. This virtual directory should point
to the same disk location as the server directory. You must create
the virtual directory in your Web server and link it to the
physical directory on disk. The virtual directory allows Web applications to access files created by the GIS server using a URL.
- Set the cleaning mode and maximum file age. You can have the
server delete files at regular intervals based either on the age of
the file or when the file was last accessed by a client.
- Click OK to close the dialog box and apply the changes.
How to create a server directory in ArcCatalog
- Create an administrative connection to the server or
double-click the server in the Catalog tree.
- Right-click the server in the Catalog tree and click Server
Properties.
- Click the Directories tab.
- From the Directory Type drop-down list, choose the type of
server directory you would like to create and click Add.
- Type the path to the directory. If you've distributed the components of ArcGIS Server over more than one machine, use a
UNC path or a NFS file location (Example: \\myServer\directory1 on windows or /net/myserver/nfsdirectory1 on Linux/Solaris).
- Optionally, set the Virtual Directory, for example,
http://server_name/output. This virtual directory should point to
the same disk location as the server directory. You must create the
virtual directory in your Web server and link it to the physical
directory on disk. The virtual directory allows Web applications to access files created by the GIS server using a URL
address.
- Set the cleaning mode and maximum file age. You can have the
server delete files at regular intervals based either on the age of
the file or when the file was last accessed by a client.
- Click OK to apply the changes and click OK again to close the Server Properties page.