Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Configuration Guide


8.12 dmpclint.exe (resetting the information generated by the distribution function that uses Remote Install Manager)

This section describes the dmpclint.exe command that resets the information generated by the distribution function that uses Remote Install Manager.

Functionality

When the distribution function that uses Remote Install Manager is executed, information such as the job being executed and distribution history is generated. You can use the dmpclint.exe command to reset this information. For example, when you deploy an agent by copying a disk, you can prevent the generated information from being copied to the copy-destination computer by executing the command on the copy-source computer,

Format

dmpclint.exe∆/ALL

Argument

/ALL

This is a required argument. If you omit specifying this argument, the command will not be executed.

Storage location

agent-installation-folder\bin\

Return value

The following table lists the return values of the dmpclint.exe command:

Return value

Description

0

The command finished normally.

1

Initialization failed.

2

An invalid argument was specified for the command.

3

The information could not be reset.

Example

The following example shows how to use this command to reset the generated information if the agent installation folder is C:\Program Files\Hitachi\jp1itdma:

cd "C:\Program Files\Hitachi\jp1itdma\bin"

start /wait dmpclint.exe /ALL

echo %errorlevel%