Functionality
By executing this command, the registered DS can be deleted in CS.
This command only deletes information managed in CS. Therefore, it is required to uninstall DS in another time.
Record format
DSDelete.exe | -host Host Name [-lst] [-dn DN Name] |
Option
Specify the host name of deleted DS.
In Environment Setup > Setup and Operation Status of Server of main menu, confirm the host name of DS hoped to be deleted.
When deleting object DS (host name specified in -host option) is duplicated, specify this parameter and confirm detail contents. Based on confirmed contents, screen the object DS to be deleted in -dn option.
Specify by combining -host option.
For use method, refer to execution result/output result.
When specified host name has been registered again in CS, specify this parameter and delete a specific DS.
Specify the contents (string) that has been confirmed in -lst option.
For use method, refer to execution result/output result.
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
Administrator authority is required.
This command shall be executed in CS.
Cautions
It is not required to stop Systemwalker Desktop Patrol service (IT BudgetMGR (INV)).
Uninstall DS after executing this command to delete the information.
Command execution example
Delete the host name (ds1.fujitsu.com) registered as DS.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\DSDelete.exe" -host ds1.fujitsu.com |
When there are two host names registered as DS, specify DN name and delete it. Refer to execution result/output result for details.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\DSDelete.exe" -host ds1.example.com -dn /0aea26ed11bd363fb3628 |
Execution result/output format
When executing the command normally, the following message will be output, and DS information will be deleted from CS.
Command execution succeeded. |
When the specified host name does not exist, the following message will be output.
The specified host name does not exist. |
After registering the specified host name again, the following message will be output for screening deletion object. When displaying this message, specify -lst option and -dn option, and execute again.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\DSDelete.exe" -host ds1.example.com The specified host name overlaps. "C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\DSDelete.exe" -host ds1.example.com -lst DATA1 HostName:ds1.example.com ServerName: Our Company Server in Tokyo DN:/0aea26ed11bd363fb3628 Operation: in Operation (05/31/2009) ........(Note 1) DATA2 HostName: ds1.example.com ServerName: Our Company Server in Tokyo DN:/0aea249211bdaca90f1 ..........(Note 2) Operation: in Termination (03/01/2009) ........(Note 1) "C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\DSDelete.exe" -host ds1.example.com -dn /0aea249211bdaca90f1...Note 2) Command execution succeeded. |
Note 1) Confirm whether DS is in operation or in termination according to contents displayed in [Operation].
Note 2) Specify the DN in termination as command parameter.
When the processing fails, a message indicating failure will be output. Refer to "3.3.19 Messages Output in Deletion Command of Registered DS" for details.