Database Reference
In-Depth Information
correct group mappings and so forth. Silent installations also don't need an X11-server anywhere in the network. For
secure environments, this is a blessing as it doesn't involve changing the SSH configuration as described earlier in the
chapter. Many secure sites do not allow X11 forwarding or port forwarding at all.
The so-called response file is the basis of the silent installation. Response files contain many key-value pairs
to instruct the installer what to do as part of the installation. Response files have been in use with the Universal
Installer for a long time, and examples or templates can usually be found on the installation media in the “response”
directory. Beginning with Oracle 11.2 it is possible to store the response file by simply clicking on a button on the
summary screen. It is no longer necessary to use the “-record” and “-destinationFile” arguments when launching
runInstaller ” to generate a recorded response file.
The following example assumes that a response file has been saved in OUI as suggested during the “interactive
installation” section. The alternative is to use the grid_install.rsp template and edit it. Apart from the passwords
all relevant information is initially present in the response file. Below is an example for a response file, using the
values defined earlier in the interactive session. Please ensure to adapt the file to your needs, especially in regards
to the passwords.
[grid@server1 ~] $ sed -e '/^#/d' -e '/^$/d' grid.rsp
oracle.install.responseFileVersion=/oracle/install/rspfmt_crsinstall_response_schema_v12.1.0
ORACLE_HOSTNAME=server1.example.com
INVENTORY_LOCATION=/u01/app/oraInventory
SELECTED_LANGUAGES=en
oracle.install.option=HA_CONFIG
ORACLE_BASE=/u01/app/grid
ORACLE_HOME=/u01/app/grid/product/12.1.0.1/grid
oracle.install.asm.OSDBA=asmdba
oracle.install.asm.OSOPER=
oracle.install.asm.OSASM=asmadmin
oracle.install.crs.config.gpnp.scanName=
oracle.install.crs.config.gpnp.scanPort=
oracle.install.crs.config.ClusterType=STANDARD
oracle.install.crs.config.clusterName=
oracle.install.crs.config.gpnp.configureGNS=false
oracle.install.crs.config.autoConfigureClusterNodeVIP=true
oracle.install.crs.config.gpnp.gnsOption=CREATE_NEW_GNS
oracle.install.crs.config.gpnp.gnsClientDataFile=
oracle.install.crs.config.gpnp.gnsSubDomain=
oracle.install.crs.config.gpnp.gnsVIPAddress=
oracle.install.crs.config.clusterNodes=
oracle.install.crs.config.networkInterfaceList=
oracle.install.crs.managementdb.configure=true
oracle.install.crs.config.storageOption=
oracle.install.crs.config.sharedFileSystemStorage.votingDiskLocations=
oracle.install.crs.config.sharedFileSystemStorage.votingDiskRedundancy=NORMAL
oracle.install.crs.config.sharedFileSystemStorage.ocrLocations=
oracle.install.crs.config.sharedFileSystemStorage.ocrRedundancy=NORMAL
oracle.install.crs.config.useIPMI=false
oracle.install.crs.config.ipmi.bmcUsername=
oracle.install.crs.config.ipmi.bmcPassword=
oracle.install.asm.SYSASMPassword=
oracle.install.asm.diskGroup.name=DATA
oracle.install.asm.diskGroup.redundancy=EXTERNAL
oracle.install.asm.diskGroup.AUSize=1
oracle.install.asm.diskGroup.disks=/dev/vdc1
Search WWH ::




Custom Search