# This is the response file for the installation of the IBM System Storage SVC Console. 

# The # character identifies comments and instructions for using this file.  The comments also   
# explain the various options.
# This file contains the default values for the options. You can remove the # character from the 
# beginning of the command line and edit the lines to use values other than the defaults.

# Important: You must enclose all values in double quotation marks ("").  

#***************************************************************************
# 	Specify silent installation

# The following option indicates that you want the installation to be silent. Insert a # character at 
# the beginning of the following line if you want to perform a GUI installation.

-silent

#***************************************************************************
# 	IBM System Storage SVC Console Installation

# To install the IBM System Storage SVC Console in a directory, other than the default, 
# remove the # character from the beginning of the line containing the option's value and replace 
# "C:\Program Files\IBM\SVCconsole" with the desired directory. 

#-P product.installLocation="C:\Program Files\IBM\SVCconsole"

#***************************************************************************
# 	Check Prerequisites 

# To disable checking the prerequisites, remove the # character from the beginning of the line 
# containing the option's value and change the setting to "no".

#-G checkPrerequisite="yes"

#***************************************************************************
#	Upgrade section for IBM System Storage SVC Console 

# The installation program will check product versions to determine 
# whether you are attempting to run an upgrade installation.
# If this is an upgrade situation, you must provide an indication in this
# response file to indicate you approve of the upgrade.  Otherwise,
# the installation  will not run and will give a failure message.  

# To enable the upgrade, remove the # character from the beginning of the line containing the 
# option's value and change the setting to "yes".

#-G startUpgrade="no"

#***************************************************************************
# 	Stop Processes

# To automatically stop slpd, CIMOM and Embedded WAS service, remove the # character from the 
# beginning of the line containing the option's value and change the setting to "yes". 

#-G stopProcessesResponse="no"

#***************************************************************************
# 	Save Configuration

# Not to save the configuration files, which once saved will be automatically recovered, remove 
# the # character from the beginning of the line containing the option's value and change the 
# setting to "no".

#-G saveConfiguration="yes"

#***************************************************************************

#***************************************************************************
# 	Update Ports Variables

# To change the default ports values for the embedded WAS, remove the # character from the 
# beginning of the line containing the option's value and set it to the value you desire.

#-W ports.portSOAP="8884"
#-W ports.portRMI="2809"
#-W ports.portHTTP="9080"
#-W ports.portHTTPS="9443"

#****************************************************************************************************

################################################################################
#
# User Input Field - communicationProtocol
#
# To change the default communication protocols type for the IBM CIM Agent for SVC
# Open API server, remove the ### characters from the beginning of the line containing
# the option's value and set it to the value you desire: "HTTP", "HTTPS", "both".
#

#-W serverCommunicationConfig.communicationProtocol="both"

################################################################################
#
# User Input Field - httpsPort
#
# The port number that the HTTPS transport in the IBM CIM Agent for SVC Open API server
# will use for secure HTTP transport. This value must not conflict with existing
# port assignments on the system. If you are unsure of witch values to use, ask
# your administrator. To check ports in use, use the "netstat -an" command.
#

# -W serverCommunicationConfig.httpsPort="5989"

################################################################################
#
# User Input Field - httpPort
#
# The port number that the HTTP transport in the IBM CIM Agent for SVC Open API server
# will use. This value must not conflict with existing port assignments on the
# system. If you are unsure of witch values to use, ask your
# administrator. To check ports in use, use the "netstat -an" command.
#

# -W serverCommunicationConfig.httpPort="5988"

#***************************************************************************

#***************************************************************************
# 	PuTTY private key file

# The SAN Volume Controller Console will connect to the SAN Volume Controller using the Secure Shell (ssh) protocol.
# You need to supply a file containing the SSH2 RSA private key for the ssh client connection.
# This file will be copied by the installation program to <inst_dir>\cimom\icat.ppk,
# for example C:\Program Files\IBM\SVCconsole\cimom\icat.ppk.
# If you have not generated the private key file yet, you can can do it now using the PUTTYgen utility:
# 1. Start->Programs->PuTTY->PuTTYgen
# 2. Select type of key: "SSH2 RSA"
# 3. Click "Generate" button 
# 4. Move cursor around the blank area of Key section to generate random number
# 5. Click "Save public key" 
#     - you will provide this key to the SAN Volume Controller Console later
# 6. Click "Save private key"
#     - you will provide this key to the installation wizard using the option below
# 7. Click Yes on the PuTTYgen warning
#     - you do not need a passphrase
# 8. Set the value of the option below to the file containing PuTTY private key, which you saved at step 6. 

#-W puttyConfiguration.puttyPrivateKeyFile="C:\Program Files\PuTTY\icat.ppk"
#***************************************************************************





