Functionality
This command creates software dictionary definition for product information collected by each PC, and adds it to software dictionary user definition.
When adding the license management software, execute properly according to requirements.
Also, the SAMAC software dictionary is added to the user definitions.
Record format
dtplocaldic.exe | [/g Software Dictionary Group Name] [/u User ID] [/p PC Name] [/a] [/d] |
or,
dtplocaldic.exe | /s samacDictionaryFile [/v vendorName] [/t softwareType] [/g softwareDictionaryGroupName] |
Option
Specify the managed group name. The maximum number of characters that can be specified is 30 fullwidth character or 60 halfwidth characters.
The specified group name is added to the following locations of main menu.
Software Dictionary > User Definition > Group Name tree of Environment Setup > Software Auditing window |
When omitting this option, the following group name of main menu will be used by default.
Software Dictionary > User Definition > Install Software tree of Environment Setup > Software Auditing window |
If this option is omitted when adding a SAMAC software dictionary to the user definitions, the following group name of the main menu is used as the default value.
In the Environment Setup > Software Auditing window, select Software Dictionary > User Definition > SAMAC |
According to the product information of specified user ID, create the definition of software dictionary. By comparing with all users information according to screening of user ID, it is able to reduce the amount of information when creating definition.
According to the product information of specified PC, create the definition of software dictionary. By screening based on PC name, the license management model PC can be used.
Though the software with the same name has existed in the software dictionary, the software name will also be modified and added. "(Duplicate)" can be added in the end of software name after rename.
When the software with the same name has existed in the software dictionary, the software name that cannot be added with definition will be output. When /a option is specified at the same time, the renamed software name will be output normally.
Specifies a SAMAC software dictionary using an absolute path. The software dictionary user definition will be created based on the specified SAMAC software dictionary.
The software dictionary user definition will be created based on the vendor name registered in the SAMAC software dictionary. You can reduce the amount of definition information that is created by filtering using the specified vendor name.
The software dictionary user definition will be created based on the software type registered in the SAMAC software dictionary. You can reduce the amount of definition information that is created by filtering using the specified software type.
When this option is omitted, user definitions will be created based on the information for the software types "paid", "free", "driver", "hotfix", and "adware". Specify "unknown" for this option if creating user definitions based on information for an unknown software type.
The software types that can be specified are shown below. To specify multiple options, separate them with commas (,).
paid (paid software)
free (free software)
driver (drivers, utilities and similar)
hotfix
adware
unknown
Point
License management model PC
It indicates PC with license management target software product installed.
By installing the software product ready to manage License in specific PC in advance, collect Inventory. Specifying this PC name by using user asset software dictionary creation command can reduce the amount of information as user definition of license management target.
To import the data registered in the SAMAC software dictionary to the CS, perform the following procedure beforehand.
Stop the CS "ITBudgetMGR (INV)" service.
Edit and save the following file:
csInstallDir\FJSVsbtrs\etc\jreoption.inf
Example: C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\etc\jreoption.inf
Before
-Xmx640m -Xms640m
After
-Xmx1024m -Xms1024m
Start the CS "ITBudgetMGR (INV)" service.
Return value
0: ended normally
Other than 0: ended abnormally
Command saving location
The following folder in CS:
CS Installation Directory \FJSVsbtrs\bin |
Authority required for execution/executing environment
Execute by using user with Administrator authority.
This command must be executed on CS.
Cautions
When the software with the same name has existed in the software dictionary, do not add, and the existed software can be defined first.
But when specifying /a option, though the same name has existed in the software dictionary, also add the definition. Specify /a option and attach "(Duplicate)" to the location following the added software name.
When this command is executed again after deleting, moving or changing the name of a software dictionary group created using this command, that software dictionary group will be added.
When this command is executed again after changing the name of software created using this command, that software dictionary group will be added.
When this command is executed again after deleting the software definitions created using this command, those software definitions will be added.
Information for which the software type of the SAMAC software dictionary is garbled will not be registered.
Garbled strings may have already been defined in the SAMAC software dictionary file. When this information is imported, the software name will also appear garbled. Do not change the name of software when it appears garbled.
Command execution example
According to the product information of "user01" and "PC01", create the user definition in "Section Asset Application" of group name.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\dtplocaldic.exe" /g Section Asset Application /u user01 /p PC01 |
User definitions are created in the SAMAC software dictionary.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\dtplocaldic.exe" /s "C:\temp\samac.dic" |
Execution result/output format
Output the following messages after execution.
When /d option is not specified
SoftwareLicense applied OK. |
When specifying /d option and executing it
SoftwareLicense applied OK. |
When /a and /d option have been specified and executed
SoftwareLicense applied OK. - Renamed: Systemwalker Assets Management CT (Duplicate) |
When the processing failed, a message indicating failure will be output. Refer to "3.3.15 Messages Output in User Asset Software Dictionary Creation Command" for details.