The Oracle VM Manager installer can be installed silently, without any intervention. An installation configuration script can be used to provide the installation options, and a set of command line options are available for the installation parameters. See Appendix A, Oracle VM Manager Installation Script (runInstaller) at the end of this chapter for information on the command line options.
The following example silently performs a production install.
Example 3.4. Silent install using configuration file
The command to run the silent production installation using a configuration file is:
./runInstaller.sh --config=/path/config.yml --installtype=production --assumeyes
The configuration file used in this installation example (config.yml) installs a local Oracle XE database. Replace the password entry with your own password.
db: install : Yes host : localhost sys_password :password
port : 1521 sid : XE mgmt_port : 8080 user : ovs password :password
webLogic: install : Yes user : weblogic password :password
java: install : Yes ADF: install : Yes OVMCore: install : Yes user : admin password :password
OVMConsole: install : Yes OVMShell: install : Yes onFailure: cleanup : No OVMUpgrade: install : Yes