Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2013-08-15 01:26:14
Size: 521
Editor: frank
Comment:
Revision 4 as of 2013-08-15 19:14:19
Size: 384
Editor: frank
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
Line 9: Line 13:

Other packages
# yum install unzip
# yum install perl //required by bundled MySQL

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

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