This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oraclevm:ovmm_install [2017/01/18 18:09] frank |
oraclevm:ovmm_install [2017/01/18 18:12] (current) frank |
||
---|---|---|---|
Line 22: | Line 22: | ||
# tune2fs -o journal_data_writeback /dev/xvda2 #root partition | # tune2fs -o journal_data_writeback /dev/xvda2 #root partition | ||
</code> | </code> | ||
- | * Enable ntpd | + | * Enable ntpd |
* Run createOracle.sh | * Run createOracle.sh | ||
- | {{{ | + | <code> |
# ./createOracle.sh | # ./createOracle.sh | ||
Adding group 'oinstall' with gid '54321' ... | Adding group 'oinstall' with gid '54321' ... | ||
Line 53: | Line 53: | ||
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ] | iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ] | ||
Rules added. | Rules added. | ||
- | }}} | + | </code> |
- | * Run runInstaller | + | * Run runInstaller |
- | {{{ | + | <code> |
# ./runInstaller.sh | # ./runInstaller.sh | ||
Line 200: | Line 199: | ||
Please remove configuration file /tmp/ovm_configJghj07. | Please remove configuration file /tmp/ovm_configJghj07. | ||
- | + | </code> | |
- | + | * Check configuration files | |
- | }}} | + | <code> |
- | * Check configuration files | + | |
- | {{{ | + | |
# cat /etc/sysconfig/ovmm | # cat /etc/sysconfig/ovmm | ||
JVM_MEMORY_MAX=4096m | JVM_MEMORY_MAX=4096m | ||
Line 226: | Line 223: | ||
BUILDID=3.3.1.465 | BUILDID=3.3.1.465 | ||
- | }}} | + | </code> |
=== Upgrade/backup/restore === | === Upgrade/backup/restore === | ||
- | + | * Backup/Restore for OVMM 3.3 | |
- | * Backup/Restore for OVMM 3.3 | + | <code> |
- | {{{ | + | |
# service ovmcli stop; service ovmm stop | # service ovmcli stop; service ovmm stop | ||
# /u01/app/oracle/ovm-manager-3/bin/ovm_upgrade.sh --deletedb --dbhost=localhost --dbport=45900 --dbsid=ovs --dbuser=ovs --dbpass=Welcome1 | # /u01/app/oracle/ovm-manager-3/bin/ovm_upgrade.sh --deletedb --dbhost=localhost --dbport=45900 --dbsid=ovs --dbuser=ovs --dbpass=Welcome1 | ||
- | }}} | + | </code> |