Running tools on the target during a remote control session
Refer to Editing the properties files topic to change the values from the server web interface.
If you need to add additional tools but there is no more room in the controller.properties configuration, you need to manually edit this file on the Remote Control server. Stop the Remote Control server service before editing the file:
<server_install_folder>\wlp\usr\servers\trcserver\apps\TRCAPP.ear\trc.war\WEB-INF\classes\controller.properties
You can create empty tool sections with progressive numbering, then after the Remote Control server service restarts you can proceed with the normal editing from the web interface as usual.
prefix.ToolName =
| Modifiable field | prefix.ToolName |
| Field Description | Display name that is used in the Perform Action in target menu. Each defined tool name must have a different prefix. |
| Possible Values | User Defined. For example,
tool01.ToolName=Command PromptThe text, Command Prompt, is displayed in the Perform Action in target menu. |
| Value Definition |
prefix.ToolName.$lang$=
| Modifiable field | prefix.ToolName.$lang$ |
| Field Description | Display name that is used in the Perform Action in target menu. Translation of display name. $lang$ is the ISO language code. |
| Possible Values | User Defined. |
| Value Definition |
prefix.ToolCommand=
| Modifiable Field | prefix.ToolCommand |
| Field Description | Command to run the tool, without parameters. |
| Possible Values | User Defined. For example,
tool01.ToolCommand=[SystemFolder]\\control.exe The tool command can be a fully qualified path or just the file name. The file must be on the PATH environment variable of the logged in user. You can specify executable files but also files that are associated with an executable file. Do not use quotation marks, even with a path or file name that contain spaces. For example, tool01.ToolCommand=cmd.exe and tool01.ToolCommand=[SystemFolder]\\cmd.exe are equivalent. Note: When you use a backslash in
the path, you must enter two backslashes. You can use the following folder properties when you define Windows™ tools parameters. The target substitutes the values with the actual path on the target system.
Folder properties are not relevant for Linux™ targets. |
| Value Definition |
prefix.ToolParameters =
| Modifiable field | prefix.ToolParameters |
| Field Description | Optional parameters for the command to run. |
| Possible Values | User defined |
| Value Definition |
prefix.ToolUser =
| Modifiable Field | prefix.ToolUser |
| Field Description | Determines which privileges or credentials the command is run with. |
| Possible Values | <blank> or admin |
| Value Definition |
|