XYGATE Compliance PRO (XSW) Reference Manual
XYGATE
®
Compliance PRO
™
Reference Manual
Appendix A: The SWCONF File
XYPRO Technology Corporation 232 Proprietary and Confidential
A10: COMPANY_NAME
The COMPANY_NAME keyword sets the name of the company that will appear on the
reports generated by the XSW GUI. The company name <string> must be enclosed by
double-quotation marks.
Syntax:
COMPANY_NAME "<string>"
Example:
COMPANY_NAME "Bank of Cochran Street Wire Transfer Systems"
A11: CONCURRENT_JOBS
The CONCURRENT_JOBS keyword controls how many collection components can
execute at the same time. Each entity except Guardian Files is one component. The
Guardian Files entity has one component per disk. If this is a Best Practices collection,
there will total of 6 components for the system investigation needed to build Best
Practices.
Syntax:
CONCURRENT_JOBS <count>
Example:
CONCURRENT_JOBS 5
A12: CPU_HASH_LIST
The CPU_HASH_LIST keyword in the SWCONF file minimizes the number of
concurrent hashing processes. HASHING is a CPU-intensive operation.
Syntax:
CPU_HASH_LIST <cpu-hash-list>
Example:
CPU_HASH_LIST *
A13: CPU_LIST
The CPU_LIST keyword controls which CPUs will be used by the XYGATESW
program to start collection component programs.
Syntax:
CPU_LIST <cpu-list>
Example:
CPU_LIST 12,13,14,15