Top
Systemwalker Desktop Keeper Reference Manual
FUJITSU Software

1.26 DTTOOLEX.EXE (Data Transfer to/Delete from the Log Analyzer Server)

Functional Specification

Transfer log data and administrator information of Management Server/Master Management Server into the Log Analyzer Server.
In addition, delete the data to be analyzed on the Log Analyzer Server.

If the CSV data of migration target contains problem, then skip the data of the corresponding line and continue with execution.
The following cases require skipping.

In addition, perform aggregation again using the screening conditions and exclusion conditions set currently for the logs saved on the Log Analyzer Server. The purpose for re-aggregation is to aggregate from the perspective of information disclosure, terminal usage, violations etc. Aggregation will not be performed again in printing volume auditing monitoring.

Command Formats

DTTOOLEX.EXE {-f <Transfer Target Folder> | -d | -r | -u <Transfer Target Folder> }  

Option

-f <Transfer Target Folder>:

To migrate log data and administrator information, specify the shared folder as migration target on the Log Analyzer Server.
However, network folder cannot be specified.

-d:

Delete the data of analysis target on the Log Analyzer Server.

-r:

Aggregate again with the latest screening keyword or exclusion terminal list set on Web Console for all log data on the database.

-u <Transfer Target Folder>:

Transfer administrator information. Specify the folder in which the administrator information is saved as the migration target folder. Normally, specify the shared folder of migration target on the Log Analyzer Server. In this case, administrator information of all Management Server will be migrated to the shared folder of migration target.
Since the system in operation, or when only the administrator information of specific Management Server is migrated, select target folder, select the target folder from the folder named with computer name of the Management Server created under the shared folder of migration target and specify this folder as the migration target folder.
Network folder cannot be specified as migration target folder.

Return Value

0:

Ended normally

Other:

Ended abnormally

Location for Saving Commands

It is saved in the following folder of the Log Analyzer Server.

Installation folder of the Log Analyzer Server\bin\dttool

Authority Required for Execution/Execution Environment

Note

When the -d option is specified, all log data will be deleted from the Log Analyzer Server. Before deletion, execute after paying great attention to confirming if it is unnecessary log.

Log data including file path exceeding 260 characters cannot be imported.

Example of Use

[Transfer log data into the Log Analyzer Server]

DttoolEx.exe -f [Folder Name]

[Delete data]

DttoolEx.exe -d

[Re-aggregate]

DttoolEx.exe -r

[Transfer administrator information under the folder (C:\LASVDATA) into the Log Analyzer Server]

DttoolEx.exe -u C:\LASVDATA

Execution Results/Output Format

[Transfer log data into the Log Analyzer Server]

> Executing data transfer command.
> dttool.exe start ( 1 / 10 )
> Saving data.........................
> Log data has been saved.
> Perform night-time Perform night-time batch aggregation.

 - Display the process of night-time batch aggregation - 

> Night-time batch aggregation has finished.
> dttool.exe end ( 1 / 10 )

 - Display the processing of dttool.exe of each migration target folder - 

> Data transfer command ends normally.

[Delete data]

> Executing data transfer command.
> dttool.exe start ( 1 / 1 )
> Delete all log data from Log Analyzer Server?
> Yes(y) or No(n):y
> Database has been initialized.
> dttool.exe end ( 1 / 1 )
> Data transfer command ends normally.

[Re-aggregate]

> Executing data transfer command.
> dttool.exe start ( 1 / 1 )
> Re-aggregate all log data on Log Analyzer Server. Execute?
> Yes(y) or No(n):y
> Re-aggregate all log data on Log Analyzer Server.

 - Display the process of night-time batch aggregation - 

> Re-aggregation of all log data on Log Analyzer Server has finished.
> dttool.exe end ( 1 / 1 )
> Data transfer command ends normally.

[Transfer administrator information into the Log Analyzer Server]

> Executing data transfer command.
> dttool.exe start ( 1 / 1 )
> Saving administrator data...............
> Administrator data has been saved.
> dttool.exe end ( 1 / 1 )
> Data transfer command ends normally.