Functionality
This command is used to upgrade the version of DS/CT in CT and apply rectification such as emergency rectification.
After executing this command, the updater of DS/CT will be registered, and the software dictionary used for confirming CT updater application status can be defined.
Record format
updaterregist.exe | [-dir Path Name of Updater Saving Target Folder] [-host Host Name] [-f] |
updaterregist.exe | [-dir Path Name of Updater Saving Target Folder] [-nohost] [-f] |
updaterregist.exe | {-h|-help} |
Option
Specify the path name of updater saving target folder using an absolute path of up to 128 fullwidth or 128 halfwidth characters. The network drive cannot be specified. Also, the following symbols cannot be specified:
/ * ? \ " < > |
When it is omitted, the folder where the command has been executed can be used.
Specify the name of CS/DS host with updater distribution. When multiple host names have been specified, "," can be used for separation. The host name is case-sensitive.
The host name of the CS/DS used to distribute updates is not specified. If the -host and -nohost options are omitted, all distribution targets are objects.
In addition, after the updater is registered, the distributed CS/DS can be modified through main menu.
The updater that has been registered for a long time can be registered.
The use method of this command will be output to standard output
Return value
0: ended normally
12: already registered
Non-0.12: ended abnormally.
Command saving location
The following folder in CS:
CS Installation Directory \FJSVsbtrs\bin |
Authority required for execution/executing environment
Administrator authority is required.
This command must be executed on CS.
Cautions
It will take some time for registration and updater.
Execute the command when the Desktop Patrol service (IBudgetMGR (INV)) is started.
When the DS updater data is saved to updater saving target folder only, DS updater will be registered only.
The updater with the same version cannot be registered repeatedly. But when DS updater has been registered and CT updater has not been registered, the CT updater will be registered only. When CT updater has been registered and DS updater has not been registered, the DS updater will be registered only.
When deleting the registered updater and modifying the distribution target server, perform the execution in the Distribution > Software Distribution window of the main menu.
Command execution example
When saving the updater to C:\temp
"C:\Program FilesFujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\updaterregist.exe" -dir c:\temp |
When saving the updater to C:\temp, and distributing it to cs.fujitsu.com, ds1.fujitsu.com
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\updaterregist.exe" -dir c:\temp -host cs.fujitsu.com,ds1.fujitsu.com |