| Back | Main view | Parent doc

Configuring server

Thru >Configure server< action administrator can configure and "finetune" IMiS/ARChive server. After submitting changes, administrator must activate changes (>Activate<) for changes to take affect or discard them (>Discard<).

Parameters:
 
Path
This is the absolute location where IMiS/ARChive binaries are installed. Refer to UNIX manual pages ("pwd") if you are unsure how to determine absolute directory mountpoint. In most cases this parameter should not be changed. If necessary, you must change it in >/etc/iarc.conf< file thru UNIX console.
VolLibPath
Relative (to "Path" parameter) location of volume libraries repository. In most cases this value should not be changed.
ConnChilds
This parameter regulates the number of connection processes spawned at IMiS/ARChive startup. Since there is a UNIX OS limitiation on how many socket connections a process can establish with clients administrator should increase this number according to the estimated server load. The guideline is no. of clients / 300.
ReqThreads
This parameter regulates the number of process threads which are dedicated to processing client requests. Under normal circumstances this value should not be changed.
StatiscticsCycle
Statistics cycle interval regulates how ofter server gathers statistical information from their connection child processes. This statistics is used to delegate which connection process accepts new connection requests. Under normal circumstances this value should not be changed.
ClientTimeout
This interval regulates when server terminates client session due to its inactivity.
CXLibPath
Relative (to "Path" parameter) location of compression library repository. In most cases this value should not be changed.
ReadPath
Absolute path of READ CACHE directory. Read cache is used to buffer slower media types such as optical devices, network drives, etc. Refer to UNIX manual pages ("pwd") if you are unsure how to determine absolute directory mountpoint.
ReadSize
Size of read cache buffer in kbytes. Increase this value if the faster-to-slower media ratio is in favour of slower media types.
EditPath
Absolute path of EDIT CACHE directory. Edit cache is used to buffer objects which are being edited (new objects and existing objects opened in edit mode). Refer to UNIX manual pages ("pwd") if you are unsure how to determine absolute directory mountpoint.
EditSize
Size of edit cache buffer in kbytes. Increase this value if you expect to have larger objects of users will edit objects on a large scale.
 
Timeout
This interval regulates when server terminates administration session due to administrator inactivity. After this point, administrator must reauthenticate to use administration client.
WebPath
Relative (to web server HTML root) location of IMiS/ARChive administration module. In most cases this value should not be changed.



See following documents:

IMiS Manual (v5)
3.7.1.5.1 Changing web administration module password


| Back | Main view | Parent doc