Unattended Installation Using a Custom Package on UNIX Client

You can configure connectivity to the CommServe computer using a network gateway during an unattended installation using a custom package on a UNIX client.

Procedure

From the command prompt on the UNIX client, run the following command:

./silent_install -fwtype 2 -csclientname <CS clientname> -tunnelport <tunnelport> -proxyhost <proxyhostname> -proxyclientname <proxyclientname> -authcode <authcode>

Where:

  • fwtype 2 means that the CommServe client is only reachable via a network gateway (required)

  • <CS clientname> is the CommServe client name (optional)

  • <tunnelport> is the tunnel port of the proxy client (optional)

  • <proxyhostname> is the hostname of the proxy client (optional)

  • <proxyclientname> is the client name of the proxy client (optional)

  • <authcode> is the authcode of the CommCell or company (optional)

Note

If you run the command without optional parameters, the installation procedure will use recorded information from the custom package.

Network Gateway in a Perimeter Network

Loading...