You can configure connectivity to the CommServe computer using a network gateway during an unattended installation using a custom package on a Windows client.
Procedure
From the command prompt on the Windows client, run the following command:
Setup.exe /silent /play install.xml /fwtype 1 /csclientname CS clientname /tunnelport tunnelport /authcode authcode /httpproxytype httpproxytype /httpproxyhostname httpproxyhostname /httpproxyport httpproxyport
Where:
- 
fwtype 1means that the CommServe computer can open a tunnel to this client (required) - 
<CS clientname> is the CommServe client name (optional)
 - 
<tunnelport> is the tunnel port of the local client (optional)
 - 
<authcode> is the authcode of the CommCell or company (optional)
 - 
<httpproxytype> is the HTTP proxy type, which can be one of the following integer values (optional):
- 
0: No HTTP proxy.
 - 
1: Explicit HTTP proxy. If this value is used, then you must also include the following additional parameters:
- 
<httpproxyhostname> is the hostname of the proxy.
 - 
<httpproxyport>- is the port number of the proxy.
 
Example:
Setup.exe /play install.xml /httpproxytype 1 /httpproxyhostname examplehost.commvault.com /httpproxyport 8403 - 
 - 
2: HTTP setting automatically taken from user profile.
 - 
3: HTTP setting automatically taken from WPAD settings.
 
 - 
 
Note
If you run the command without optional parameters, the installation procedure will use recorded information from the custom package.