Unattended Installation Using a Custom Package on UNIX Client

You can configure a direct connection from the client to the CommServe computer 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 0 -csclientname <CS clientname> -cshost <CS hostname> -tunnelport <tunnelport> -httpproxyhost <httpProxyHostName> -httpproxyport <httpProxyPortNum> -authcode <authcode>

    Where:

    • fwtype 0 means that this client can open a tunnel to the CommServe client (required)

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

    • <CS hostname> is the CommServe hostname (optional)

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

    • <httpProxyHostName> is the hostname of the proxy (optional)

    • <httpProxyPortNum> is the port number of the proxy (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.

Loading...