previous - next - up - title - contents - index

3.3.2 How to set up the directory cache


GUI Windows NT


Select [CONFIGURATION]-BUFFERS AND CACHES:

1. Deselect No directory cache.
2. Click [DEFAULT] for the default settings.
3. Enter a file name for the cache in the File name field. Please note that for security reasons the cache file can be created in the JUKEMAN directory or its subdirectories only. If you do not specify a file name, the size of the RAM directory cache will be changed.
4. Enter the cache size in megabytes in the Size field.
5. Click [OK].
6. If the server is running, iXOS-JUKEMAN asks you to shut it down. Click [YES] to stop it.
7. If the server has been stopped, a dialog appears allowing you to restart it.

CLI UNIX, Windows NT

Note: The file server.cfg must be modified for this task. A detailed description of the file can be found in "Configuration file server.cfg" on page 245. It is recommended that you make a backup copy of the file before editing it.

1. Open the file "server.cfg" with a text editor.
2. Find the section "dircache { ... }". If it does not exist, add the following lines to the end of the file:
dircache {
file { <name> }
size { <size> }
}
3. Replace <name> with the file name for the cache (e. g., dircache). If you do not specify a path, the cache will be created in the JUKEMAN directory. This is recommended for security reasons. If you remove the line "file { <name> }" no permanent cache will be created. The size of the memory pool used for caching directories will be changed to at least the size of the directory cache instead.
4. Replace <size> with the cache size in MB.
5. Save the file.
6. The changes become active the next time the server is started.


previous - next - up - title - contents - index