IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


Installing the Tivoli Remote Control Proxy Using a Response File

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:

Table 20. Response Files
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:

  1. Place the Tivoli Remote Control proxy installation media in a drive accessible as a drive letter by the systems on which you want to install Tivoli Remote Control proxy in silent mode.
  2. Copy the response file to a local folder and edit it as necessary. Entries in response files use the following format:
    keyword=value
    Note:
    After you have edited the response file, ensure that no blank lines follow the last entry.
  3. Install the Tivoli Remote Control proxy by running the following command depending on the operating system installed:

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:

Table 21. Sample .cfg Files
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 ]