Functionality
When Kitting of CT is unfolded, install one CT as model, copy its hard disk image and unfold it. After then this command can be used to modify the CT operating environment.
Record format
DtpKitingCT.exe | [-pc PC Name] [-id User ID] [-sv Connection Target Server Name] [-ps Proxy Server Name] [-pn Proxy Port Number] [-ss SS HostName] |
Option
Specify when modifying PC name. Up to 20 characters can be specified. The single-byte letters and numerals can be used. The fullwidth characters, space and the following symbols cannot be specified.
"+", "*", "?", "<", ">", ",", ";", ":", "\", "/", """, "|"
Specify when modifying user ID. Up to 20 characters can be specified. The single-byte letters and numerals, and single-byte symbols such as "-", "@", ".", "_" can be specified. When specifying the English letters, it is required to be case-sensitive.
Specify when modifying the connected target server name. Up to 255 characters can be specified. The letters and numerals, "-" and "." can be specified.
Specify the Proxy server name. Up to 64 characters can be specified. The letters and numerals, "-" and "." can be specified.
Specify the port number that is used to communicate with Proxy server.
A numeral that can be specified in port number is within a range from 1 to 65,535.
Specify the SS host name when High Security CT uses an SS that is different to the upstream server. Up to 255 characters can be specified. Alphanumeric characters, hyphens (-), and full stops (.) can be used.
Return value
0: ended normally
Other than 0: ended abnormally
Command saving location
Systemwalker Desktop Patrol will install the following folder of DVD-ROM.
Utilities\tool\kitting |
Authority required for execution/executing environment
This command must be executed on CT.
Cautions
When executing this command, it is required to unfold the installed CT or image. At this moment, note the following points:
Set CT installation target correctly in registry.
As the value of registry key "InstallPath", confirm that the CT installation target has been set.
Registry Path | HKEY_LOCAL_MACHINE\SOFTWARE\Fujitsu\ |
Registry Key | InstallPath |
As the environment setup of model CT, the value of connection server is displayed as blank.
Confirm the value of connection server according to the following steps.
Select Start > All Programs > Systemwalker Desktop Patrol CT > Environment Setup, or Apps > Systemwalker Desktop Patrol CT > Environment Setup.
Select Server Switch tab in Environment Setup tab.
Confirm the item name is the bar of Connection Server.
Confirm that Environment Setup window of CT is not started on the PC where this command is executed.
When using this command to modify CT operating environment, restart PC. Or restart "ITBudgetMGR (INV)" service.
When using this command, save "DtpKitingCT.dat" under the command saving folder to the folder where "DtpKitingCT.exe" is saved.
Command execution example
Modify the PC name as "p0001".
"C:\tmp\DtpKitingCT.exe" -pc p0001 |
Modify the PC name as "p0001", user ID as "u0001" and the connection server as "s0001".
"C:\tmp\DtpKitingCT.exe" -pc p0001 -id u0001 -sv s0001 |
Change the SS host name to "s001".
"C:\tmp\DtpKitingCT.exe" -ss s0001 |
Execution result/output format
When executing the command normally, the following message will be output.
OK: update success |
When the processing failed, a message indicating failure will be output. Refer to "3.1.8 Messages Output When Changing CT Operating Environment".