![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
You can also install the Tivoli Remote Control proxy in silent mode. In this case, the installation process reads the necessary information from a response file instead of prompting the user for keyboard input. Use this method to install the Tivoli Remote Control proxy on workstations using 800x600 resolution with 16 colors, for example in VGA mode.
Table 20 lists the response files available on the Tivoli Remote Control CD in the RCPROXY directory:
| Environment | Response File Name | Description |
|---|---|---|
| Tivoli Remote Control Proxy on top of Firewall Security Toolbox | epp.rsp | Use it when the endpoint proxy is already installed on the workstation where you want to install the Tivoli Remote Control proxy. The response file performs the same procedure described in Parent Tivoli Remote Control proxy on Top of Endpoint Proxy. |
| gwp.rsp | Use it when the gateway proxy is already installed on the workstation where you want to install the Tivoli Remote Control proxy. The response file performs the same procedure described in Child Tivoli Remote Control Proxy on Top of Gateway Proxy. | |
| Standalone Tivoli Remote Control Proxy | stdl_epp.rsp | Use it when neither the endpoint proxy nor the gateway proxy are installed on the workstation where you want to install the Tivoli Remote Control proxy and when parent must be the role of the Tivoli Remote Control proxy. The response file performs the same procedure described in Parent Tivoli Remote Control Proxy in Standalone Mode. |
| stdl_gwp.rsp | Use it when neither the endpoint proxy nor the gateway proxy are installed on the workstation where you want to install the Tivoli Remote Control proxy and when child must be the role of the Tivoli Remote Control proxy. The response file performs the same procedure described in Child Tivoli Remote Control Proxy in Standalone Mode. |
To install the Tivoli Remote Control proxy, perform the following steps:
keyword=value
setup.exe -is:silent -silent -options <Absolute_Path>\<response_file_name>.rsp
install.sh -is:silent -silent -options <Absolute_Path>/<response_file_name>.rsp
The configuration information is saved to the rcproxy.cfg file created in the installation directory.
The following are sample rcproxy.cfg files for a parent and a child Tivoli Remote Control proxy:
| Remote Control Parent Proxy | Remote Control Child Proxy |
|---|---|
[log] log-file=rcproxy.log debug-level=3 max-size=1 [rcproxy] epp-directory=/Tivoli/proxy/EPP proxy-port=3333 proxy-type=target cmdline-port=9999 [communication-layer] children-local-port=4444 children-remote-list=lab133241+4445 children-cm-type=cm-tcp-unidirectional buffer-size=1024 [children-cm-info] connection-mode=listener |
[log] log-file=rcproxy.log debug-level=3 max-size=1 [rcproxy] proxy-label=lab133241 proxy-type=controller cmdline-port=9999 [communication-layer] parent-local-port=4445 parent-remote-host=lab134216 parent-remote-port=4444 parent-cm-type=cm-tcp-unidirectional buffer-size=1024 [parent-cm-info] connection-mode=client |
[log] log-file=rcproxy.log debug-level=3 max-size=1 [rcproxy] epp-directory=/Tivoli/proxy/TFST131-02 proxy-port=3501 proxy-type=target cmdline-port=9999 [communication-layer] children-local-port=7081 children-remote-list=lab134220+7080 children-cm-type=cm-tcp-unidirectional buffer-size=1024 [children-cm-info] connection-mode=server
[ Top of Page | Previous Page | Next Page | Contents | Index ]