Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2013-08-15 19:14:06
Size: 412
Editor: frank
Comment:
Revision 5 as of 2013-08-15 19:16:04
Size: 1610
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Line 9: Line 8:
# yum install perl //required by bundled MySQL # yum install perl
Line 20: 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
    
    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
  • 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.

Tech/OVMManagerInstall (last edited 2014-08-27 22:59:00 by frank)