Response file for silent installation

Response file for IBM® Spectrum Cluster Foundation Community Edition 4.2.2 silent installation.

# IBM Spectrum Cluster Foundation 4.2.2 Silent Installation Response Sample File
# The silent installation response file includes all of the options that can 
# be set during the IBM Spectrum Cluster Foundation silent installation. 

# ******************************************************************** #
# NOTE: For any duplicated options, only the last value is used     #
# by the silent installation.                                          #
# NOTE: Configuration options cannot start with a space or tab.     #
# ******************************************************************** #

[General]
#
# depot_path
#
# The depot_path option sets the path of the IBM Spectrum Cluster Foundation depot (/install) directory.
#
#Usage notes:
#
# 1. The IBM Spectrum Cluster Foundation installation requires a minimum available disk space of 40 GB.
#
# 2. If you specify depot_path = /usr/local/pcm/, the installer places all Spectrum 
# Cluster Foundation installation contents in the /usr/local/pcm/install directory and creates 
# a symbol link named /install that points to the /usr/local/pcm/install directory.
#
# 3. If you specify depot_path = /install or depot_path = /, the installer places  
# all IBM Spectrum Cluster Foundation installation content into the /install directory.
#
# 4. If you have an existing /install mount point, by default, the installation 
# program places all installation contents into the /install directory regardless 
# of the depot_path value.

depot_path = /

#
# private_cluster_domain
#
# The private_cluster_domain option sets the provisioning network's domain 
# name for the cluster. The domain must be a fully qualified domain name. 
# This is a mandatory option.

private_cluster_domain = private.dns.zone

#
# provisioning_network_interface
#
# The provisioning_network_interface option sets one network device on the  
# IBM Spectrum Cluster Foundation management node to be used for provisioning compute 
# nodes. An accepted value for this option is a valid NIC name that exists on 
# the management node. Values must use alphanumeric characters and cannot use 
# quotations ("). The value 'lo' is not supported.  This is a mandatory option.

provisioning_network_interface = eth0

#
# public_network_interface
#
# The public_network_interface option sets a network device on the IBM Spectrum Cluster 
# Foundation management node that is used for accessing networks outside of the cluster
# The value must be a valid NIC name that exists on the management node. The value cannot 
# be the same as the value specified for the provisioning_network_interface option.
# The value cannot be 'lo' and cannot include quotations (").If this option is not defined,
# no public network interface is defined.

#public_network_interface = eth1

#
# public_network_domain
#
#The public_network_doman option sets the public network’s domain
#name for the cluster. The domain must be a fully qualified domain name.

#public_network_domain = example.com

#
# enable_fqdn
#
# The enable_fqdn option enables IBM Spectrum Cluster Foundation to set a fully qualified domain name
# as the host name for managed compute nodes (for example: compute001.private.dns.zone). If this option 
# is not defined, by default, the value is set to no.

#enable_fqdn = no

[Media]

#
# os_path
#
# The os_path option specifies the disc, ISO, or path of the first OS distribution used to 
# install the IBM Spectrum Cluster Foundation management node. The os_path is a mandatory option.
#
# The os_path option must use one of the following options: 
# - full path to CD-ROM device, for example: /dev/cdrom
# - full path to an ISO file, for example: /root/rhel-server-6.4-x86_64-dvd.iso
# - full path to a directory where an ISO is mounted, for example: /mnt/basekit
#

os_path = /root/rhel-server-<version>-x86_64-dvd.iso

[Advanced]
#The disable_media_check default value is No, if user set the value Yes
#The installer will ignore the OS package checking result even the check
#result is not successful. (Not applied when using DVD/CD-ROM device)
disable_media_check = No

# NOTE: By default, advanced options use a default value if no value is specified. 

#
# excluded_kits
#
# The excluded_kits option lists specific kits that do not get installed. 
# This is a comma-separated list. The kit name should be same with the name 
# defined in the kit configuration file.If this option is not defined, 
# by default, all kits are installed.

#excluded_kits = kit1,kit2

#
# static_ip_range
#
# The static_ip_range options sets the IP address range used for provisioning 
# compute nodes. If this option is not defined, by default, the value is 
# automatically based on the provision network. 

#static_ip_range = 10.10.0.3-10.10.0.100

#
# discovery_ip_range 
#
# The discovery_ip_range option sets the IP address range that is used for provisioning 
# compute nodes by node discovery. This IP address range cannot overlap with the IP range
# used for provisioning compute nodes as specified by the static_ip_range option. You 
# can set the discovery_ip_range value to 'none' if you do not want to use node discovery.
# If this option is not defined, the default value is set to none.

#discovery_ip_range = 10.10.0.201-10.10.0.254

#
# enable_firewall
#
# The enable_firewall option enables IBM Spectrum Cluster Foundation specific rules for the 
# management node firewall to the public interface. This option is only available if the 
# public_network_interface is set to yes. If this option is not defined, by default, 
# the value is set to yes.

#enable_firewall = yes

#
# enable_nat_forward
#
# The enable_nat_forward option enables NAT forwarding on the management node 
# for all compute nodes. This option is only available if the enable_firewall 
# option is set to yes. If this option is not defined, by default, 
# the value is set to yes.

#enable_nat_forward = yes

#
# enable_bmcfsp
#
# The enable_bmcfsp option enables a BMC or FSP network with the default provisioning template.
# This option indicates which network is associated with BMC or FSP network.This is a
# mandatory option.If this option is not defined, by default, a BMC or FSP network is 
# not enabled.
# Options include: new_network, public, provision
#       new_network option: Creates a new BMC or FSP network by specifying the following options for the 
# the new network
#                   [bmcfsp_subnet]
#                   [bmcfsp_subnet_mask]
#                   [bmcfsp_gateway]
#                   [bmcfsp_iprange]
#               will be applied to create a new network
#       public option: Creates a BMC or FSP network that uses the public network.
#       provision option: Creates a BMC or FSP network that uses the provision network.

#enable_bmcfsp = new_network

#
# bmcfsp_subnet
# 
# Specify the subnet for the BMC or FSP network. This value must be different than 
# the value used by the public and provision networks. Otherwise, the BMC or FSP network 
# set up fails. This option is required if enable_bmcfsp = new_network.

#bmcfsp_subnet = 192.168.1.0

#
# bmcfsp_subnet_mask
# 
# Specify the subnet mask for the BMC network. This option is required if enable_bmcfsp = new_network.

#bmcfsp_subnet_mask = 255.255.255.0

#
# bmcfsp_gateway
#
# Specify the gateway IP address for the BMC or FSP network.This option is available if enable_bmcfsp = new_network.

#bmcfsp_gateway = 192.168.1.1

#
# bmcfsp_iprange
#
# Specify the IP address range for the BMC or FSP network. This option is required if enable_bmcfsp = new_network

#bmcfsp_iprange = 192.168.1.3-192.168.1.254

#
# bmcfsp_hwprofile
#
# Specify a hardware profile to associate with the BMC or FSP network. This option is required if enable_bmcfsp = new_network.
#
# bmcfsp_hwprofile options:
# For x86-based systems, the following are supported hardware profile options:
#
# IBM_System_x_M4:  IBM System x3550 M4, x3650 M4, x3750 M4
# IBM_Flex_System_x:    IBM System x220, x240, x440
# IBM_iDataPlex_M4:    IBM System dx360 M4
# IPMI:    Any IPMI-based hardware
#
# For POWER systems, the following are supported hardware profile options:
# IBM_Flex_System_p:    IBM System p260, p460

#bmcfsp_hwprofile = IBM_System_x_M4

#
# nameservers
# 
# The nameservers option lists the IP addresses of your external name servers 
# using a comma-separated list.If this option is not define, by default, 
# the value is set to none. 

#nameservers = 192.168.1.40,192.168.1.50

#
# ntp_server
#
# The ntp_server option sets the NTP server.If this option is not defined, by default, 
# this value is set to pool.htp.org.

#ntp_server = pool.ntp.org

#
# enable_export_home
#
# The enable_export_home option specifies if the /home mount point exports to
# the management node. The export home directory is used on all all compute nodes.
# If this option is not defined, by default, this value is set to yes.

#enable_export_home = yes

#
# db_admin_password
#
# The db_admin_password option sets the IBM Spectrum Cluster Foundation database 
# administrator password.If this option is not defined, by default, 
# this value is set to pcmdbadm.
 
#db_admin_password = pcmdbadm

#
# compute_root_password
#
# The compute_root_password option sets the root account password for all compute nodes.
# If this option is not defined, by default, this value is set to Cluster.

#compute_root_password = Cluster