XOS: What is the recommended number of processes when XOS is installed as a multi-threaded SEEP?
The recommended number of processes for multi-threaded XOS is a minimum of two processes per CPU and a maximum of 6 per CPU.
XOS_SAFECOM_INSTALL_MULTI can be used for installing XOS as a multi-threaded SEEP.
Syntax: XOS_SAFECOM_INSTALL_MULTI {<CPUs>} [<MIN> [<MAX> ]]
Where:
<CPUs> A comma-separated list of CPUs for the multi-threaded server to run in. You can specify the asterisk ( * ) for all CPUs.
<MIN> The number of XOS processes to start initially (defaults to number of CPUs on system).
<MAX> The most XOS processes that can be running (defaults to <MIN>).
SWAP:<diskname> Refers to the swap disk to be used for the XOS processes.
Example installing a multi-threaded XOS SEEP for a four CPU system: - Logon as SUPER.SUPER
- Load the XOS macros:
RUN $<vol>.XYGATEOS.XOS INSTALL
- Run the XOS_SAFECOM_INSTALL_MULTI macro to install a multi-threaded XOS SEEP:
XOS_SAFECOM_INSTALL_MULTI * 8 24
This example would start a minimum of 8 XOS processes (2 per CPU) and a maximum of 24 (6 per CPU)
*NOTE: If changed while the SEEP is enabled, it will need to be re-enabled with XOS_SAFECOM_ENABLE
If you are unable to locate the solution needed or if you need additional assistance please Click Here to open a case from our Customer Care Portal.
Related Articles
XOS: What is the maximum number of XOS processes?
When XOS is installed as a multi-threaded SEEP the maximum number of processes is limited to 99. *The recommended maximum is 6 processes per CPU, however, this can be set higher to further minimize the queuing of requests from safeguard. If you are ...
XOS: Audit records are generated even when audit is set to OFF
Check the processing time for the ruling against the PROCESSING_TIMEOUT value in the OSCONF. If the value of this keyword is set to a nonzero number and XOS takes longer than this value for responding to a request, then XOS will audit the request ...
XOS: XYPRO Product:XYGATE/MR Msg#:20 Level:Warning Msg:maximum number of servers has been reached: 8
To configure (or change) XYGATEOS for Multi-Threaded processes, the XYGATEOS processes may be increased. At a TACL Prompt, VOLUME to the XYGATEOS installation subvolume as the installation userid RUN XOS INSTALL (to attach the segment) ...
XOS: How to uninstall the XOS SEEP for Guardian and OSS
Guardian: XOS_SAFECOM_UNINSTALL The XOS_SAFECOM_UNINSTALL macro removes the program from the SAFECOM configuration by doing a DELETE EVENT-EXIT-PROCESS XOS. OSS: XOS_OSSSEEP_DISABLE The XOS_OSSSEEP_DISABLE macro alters SCF so that the XOS ...
XOS: \UNKNOWN appears in XOS AUDIT log
Check the following entries in the OSACL. EXPLICIT_NODES OFF and REMOTE_PROCESS_LOOKUP OFF EXPLICIT_NODES should only be turned ON if you have a fast expand network and fast system at each node. Turning both ON could affect performance. It is ...