Operations performed on the CMDB via Agents, commands or GUI operations are logged into audit log files.
The file name and location are displayed below:
[Windows]
<CMDB Manager directory>\FJSVcmdbm\var\log\audit\audit.log |
[Linux]
/opt/FJSVcmdbm/var/log/audit/audit.log |
Up to 10 generations of audit log files are kept, named "audit.log", "audit.log.1", "audit.log.2", up to "audit.log.9". Each audit log is 5 MB. Once the maximum number of audit log files is reached, the oldest one (audit.log.9) is deleted.
Log output format
"date/time", "operation location", "execution host", "operator", "operation type", "operation target", "operation content", "execution result", "component", "additional information", "reserved area" |
Date/time: Operation's date and time, in "date time time-difference" format.
Operation location: IP address of the machine where the operation was performed
Execution host: Host name of the machine where the operation was performed (the machine hosting the CMDB Manager).
Operator: Information on the Agent or command that performed the operation:
If performed by an Agent: Agent ID or type name (if it was the first operation and the Agent ID has not been set up).
If performed by a command: OS user name for the user that executed the command.
Operation type: Operation name.
Operation target: Target and result of the operation, in "name=value;" format.
Operation content: Content of the operation. If the execution result is failure, this item indicates error details.
Execution result: "S" if the operation succeeded, "F" if the operation failed.
Component: Literal text "FSERV".
Additional information: Additional information for the operation, in "name=value;" format.
Reserved area: Not used.
Output example
"2009/09/18 16:54:20.093 +0900","192.0.2.10","ITCM-GSV1","MDR Service for Interstage Application Server","addMDR","id=mdr000000000004;","addMDR","S","FSERV","","" "2009/09/18 16:54:24.375 +0900","192.0.2.10","ITCM-GSV1","mdr000000000004","addEntities","id=gid000000000004; type=InterstageApplicationServer; record=observed; version=1;","addEntity","S","FSERV","","" "2009/09/18 16:54:26.656 +0900","192.0.2.10","ITCM-GSV1","mdr000000000004","addEntities","id=gid000000000005; type=ISWorkUnit; record=observed; version=1;","addEntity","S","FSERV","","" "2009/09/18 16:54:26.843 +0900","192.0.2.10","ITCM-GSV1","mdr000000000004","addEntities","id=gid000000000001; type=LogicalServer; record=observed; version=1;","updateEntity","S","FSERV","","" "2009/09/19 15:24:48.187 +0900","192.0.2.20","ITCM-GSV1","SYSTEM","addEntity","id=gid000000000016; type=ChangeRecord; record=expected; version=1;","addEntity","S","FSERV","","" "2009/09/19 15:29:33.890 +0900","192.0.2.20","ITCM-GSV1","SYSTEM","addEntities","id=gid000000000027; type=MasterPackage; record=expected; version=1;","addEntity","S","FSERV","","" |