Job Management Partner 1/Software Distribution Administrator's Guide Volume 1

[Contents][Glossary][Index][Back][Next]

6.6.5 Deleting operation logs

If you have selected the setting to store operation logs manually in the JP1/Software Distribution relational database, you must use the dcmmonrst command to delete unneeded operation logs once you are done managing and manipulating them in windows such as the Operation Log List window. For details about the dcmmonrst command, see 4.13 dcmmonrst.exe (storing operating information in a database) in the manual Administrator's Guide Volume 2.

In an Embedded RDB environment, to use the netmdb_reclaim.bat command to store operation logs again in an area from which old operation logs have been deleted by the dcmmonrst command, you must release the area that was used by the deleted operation logs.

The following describes the netmdb_reclaim.bat command.

This command is stored in JP1/Software-Distribution-Manager-installation-directory\bin.

Function
The netmdb_reclaim.bat command releases the area that was used by operation logs deleted by the dcmmonrst command.

Format
netmdb_reclaim.bat administrator's-user-ID
       password
       /i JP1/Software-Distribution-Manager-installation-directory
       /o execution-result-output-file-name

Arguments
  • administrator's-user-ID
    Specifies the administrator's user ID for the database that is to be connected.
  • password
    Specifies the password for the database that is to be connected.
  • /i
    Specifies the full path of the JP1/Software Distribution Manager installation directory.
  • /o
    Specifies the full path of the file to which the execution result file is output. Before you execute the command, you must have created a directory for the execution result output file.

Return code
The following table lists and describes the netmdb_reclaim.bat command's return codes.
Return code Description
0 Normal termination
-1 Abnormal termination

Notes
  • Specify the netmdb_reclaim.bat command's options in the order shown in the format.
  • You can execute the netmdb_reclaim.bat command while the Remote Install Server service is running or stopped. However, an error results if you start the Remote Install Server service while the netmdb_reclaim.bat command is executing. If this happens, re-execute the netmdb_reclaim.bat command.

Example
netmdb_reclaim.bat administrator's-user-ID password /i "D:\Program Files\Hitachi\NETMDM" /o "D:\Program Files\Hitachi\NETMDM\reclaim.txt"