XOS: Disk that holds XOS audit is running out of space
A. Create more disk space or change audit location in OSCONF to location with more space
OR
B. Decrease the extent size of the audit files (Modify OSCONF to set extents smaller)
Steps to modify OSCONF and update configuration:
1. Set new parameters in OSCONF File*
AUDIT $vol.suvol.audit EXT(5000,5000,128)
*update to a new audit location with more space OR change extent size in existing location
2.Compile XOS
>XOS_COMPILE
3.Reload Configuration
>XOS_LOAD_CONFIG
4. If you are not changing the location and are just modifying the extents, you can use the roll audit macro to change the audit file location immediately, otherwise this will change next time the file rolls over on its own.
>XOS_ROLL_AUDIT
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: Audit File Error 45 - Missing Sequence Numbers
If a disk file name is specified for the AUDIT and no disk file exists, the file is created with the default format of type E, rec 4000, block 4096, primary extent size 300 pages, secondary extent size 300 pages and maxextents set to 16. When an ...
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 ...
How to resize XOS audit files
TACL> VOLUME $<VOLUME>.<XYGATEOS INSTALLATION SUBVOLUME> TACL> RUN XOS INSTALL TACL> EDIT OSCONF Edit the line AUDIT <FILENAME> EXT(<PRIMARY>, <SECONDARY>, <MAX EXTENTS>) (size of an audit trail can be controlled with the EXT option) eg: TACL> AUDIT ...
XOS: What does "Ignored PROG" mean in XOS audit?
The message means that XOS has ignored the action referenced in the audit record because there is nothing for XOS to rule on. No action is required. If you are unable to locate the solution needed or if you need additional assistance please Click ...
XOS: NORECORD IGNORED causing frequent audit rollover
If you want to get rid of ?IGNORED?s, set the AUDIT-NORECORD keyword to OFF in the OSCONF. Additionally, depending on whether or not you want NORECORD audits for non-IGNORE entries, just setting AUDIT_NORECORD OFF wouldn't work. You would also need a ...