The CS operation details log file is stored in the following location.
Storage folder (*1)
csInstallDir\common\dtpaudit |
File name
YYYYMMDD_DTP_detail.log YYYYMMDD: Date on which CS operation details log was collected YYYY: Year MM: Month DD: Day |
*1: You can change the storage folder and the number of days managed for the CS operation details log file by editing the definition file. Refer to the Installation Guide for details.
File format
The CS operation details log file is output using the following format (UTF-8 encoding).
The file is output as one record per operation.
Each item is enclosed in double quotation marks (").
Each item is separated by a comma (,).
Item name | Maximum length (characters) | Value | Remarks |
---|---|---|---|
Date | 19 halfwidth | YYYY/MM/DD<sp>HH:MM:SS <sp>: Halfwidth space YYYY: 4-digit year MM: month (01 to 12) DD: day (01 to 31) HH: hour (00 to 23) MM: minute (00 to 59) SS: second (00 to 59) | |
Reserved | - | Reserved space | |
Execution host | 128 fullwidth, 256 halfwidth | CS host name or IP address | If multiple execution hosts exist for a single operation, enclose the string in double quotation marks and separate each host with a comma. |
Operator | Unlimited | ID of the user who performed the operation: Web-GUI: User ID | |
Operation | Unlimited | Operation steps and menu selection items performed using the Web GUI | Refer to the table below regarding the operations to be output. |
Operation target | 128 fullwidth, 256 halfwidth | Name indicating the resources targeted for the operation | Refer to the table below regarding the operation targets to be output. |
Operation content | Unlimited | Operation content: DELETE: Delete | |
Execution result | 1 halfwidth | Operation result: S: Success F: Fail | |
Component | Unlimited | Type used to classify the content that was operated on Web-GUI: Web GUI Command: Command | |
Detailed information | Unlimited | The PC name and user ID of the CT targeted for deletion are separated by a comma. | Example: "pc1,user1" |
Reserved | - | Reserved space |
Web GUI: main menu
The operations logged in the CS operation log are shown below.
Main menu
Feature | Operation | Operation target | Operation content |
---|---|---|---|
PC Information | Inventory Delete | PC Information | DELETE |
Ledger | Delete Machine | Ledger | DELETE |
Command
Feature | Operation | Operation target | Operation content |
---|---|---|---|
dtpdlt.exe | Command line (*1) | PC Information | DELETE |
*1: If an argument contains single quotation marks (''), they will be converted into double quotation marks ("").
File output example
File name: 20160101__DTP_detail.log
"2016/01/01 12:02:01","","swserver","DTP_S001234","Inventory Delete","PC Information","DELETE","F","Web-GUI","pc1,user1","" "2016/01/01 12:03:01","","swserver","DTP_S001234","Inventory Delete","PC Information","DELETE","S","Web-GUI","pc1,user1","" "2016/01/01 12:05:01","","swserver",""""" C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\Bnserv\bin\dtpdlt.exe"" /p /f:""c:\dtp temp\dtp.lst""","PC Information","DELETE","F","Command","pc2,user2","" "2016/01/01 12:05:01","","swserver","",""" C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\Bnserv\bin\dtpdlt.exe"" /p /f:""c:\dtp temp\dtp.lst""","PC Information","DELETE","S","Command","pc3,user3","" |