Size: 473
Comment:
|
Size: 1617
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
=== OVM 3.2 Manager Installation === | === OVM 3.2/3.3 Manager Installation === |
Line 4: | Line 4: |
oracle database preinstall will install all required packages for database 11c, and also satisfy OVM Manager. # yum install oracle-rdbms-server-12cR1-preinstall |
Required packages for OVMM # yum install unzip libaio Requried packages for MySQL # yum install perl libaio |
Line 9: | Line 12: |
Other packages # yum install unzip |
|
Line 19: | Line 19: |
* Enable ntpd * Run createOracle.sh {{{ # ./createOracle.sh Adding group 'oinstall' with gid '54321' ... Adding group 'dba' Adding user 'oracle' with user id '54321', initial login group 'dba', supplementary group 'oinstall' and home directory '/home/oracle' ... Changing ownership of '/home/oracle' to oracle:dba Creating user 'oracle' succeeded ... Verifying user 'oracle' OS prerequisites for Oracle VM Manager ... oracle soft nofile 8192 oracle hard nofile 8192 oracle soft nproc 4096 oracle hard nproc 4096 oracle soft core unlimited oracle hard core unlimited Setting user 'oracle' OS limits for Oracle VM Manager ... Altered file /etc/security/limits.conf Original file backed up at /etc/security/limits.conf.orabackup Verifying & setting of user limits succeeded ... Changing '/u01' permission to 755 ... Modifying iptables for OVM Adding rules to enable access to: 7002 : Oracle VM Manager https 15901 : Oracle VM Manager VM console proxy 54321 : Oracle VM Manager core 54322 : Oracle VM Manager core via SSL 123 : NTP 10000 : Oracle VM Manager CLI Tool iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ] Rules added. }}} |
OVM 3.2/3.3 Manager Installation
- Install required packages
Required packages for OVMM # yum install unzip libaio Requried packages for MySQL # yum install perl libaio VM VNC and Serial console plugins # yum install jta tightvnc-java
- Other configuration
- mount options for MySQL optimization
rw,noatime,data=writeback,barrier=0,nobh
- Enable ntpd
- mount options for MySQL optimization
- Run createOracle.sh
# ./createOracle.sh Adding group 'oinstall' with gid '54321' ... Adding group 'dba' Adding user 'oracle' with user id '54321', initial login group 'dba', supplementary group 'oinstall' and home directory '/home/oracle' ... Changing ownership of '/home/oracle' to oracle:dba Creating user 'oracle' succeeded ... Verifying user 'oracle' OS prerequisites for Oracle VM Manager ... oracle soft nofile 8192 oracle hard nofile 8192 oracle soft nproc 4096 oracle hard nproc 4096 oracle soft core unlimited oracle hard core unlimited Setting user 'oracle' OS limits for Oracle VM Manager ... Altered file /etc/security/limits.conf Original file backed up at /etc/security/limits.conf.orabackup Verifying & setting of user limits succeeded ... Changing '/u01' permission to 755 ... Modifying iptables for OVM Adding rules to enable access to: 7002 : Oracle VM Manager https 15901 : Oracle VM Manager VM console proxy 54321 : Oracle VM Manager core 54322 : Oracle VM Manager core via SSL 123 : NTP 10000 : Oracle VM Manager CLI Tool iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ] Rules added.