Installing Oracle VM Manager

From PeformIQ Upgrade
Jump to navigation Jump to search

Back to Oracle VM Manager

Details

The following walk-through assumes that Oracle VM Manager is not already installed. If it is, you will need to shut it down ($ service ovmm stop) and then uninstall it before doing the (re-)installation.

  1. Be superuser
  2. Go to the directory containing installer software
  3. Run the Oracle setup script - createOracle.sh - which sets up Oracle users and a few other Oracle requirements
  4. Run the installation script - runInstaller.sh

After installation, shut the instance down and back up the database.

Find the Installation Scripts

$ cd /media/CDROM
$ ls
components       EULA     oracle-validated.params  runInstaller.sh
createOracle.sh  LICENSE  ovmm-installer.bsx

Install the Application

Perform the simple installation...

This takes a while (Started at 19:07)...

$ ./runInstaller.sh 

Oracle VM Manager Release 3.0.1 Installer

Oracle VM Manager Installer log file:

  /tmp/ovmm-installer.selfextract_lLsUbL/install-2011-09-22-190740.log

Please select an installation type:
   1: Simple
   2: Standard
   3: Uninstall
   4: Help

   Select Number (1-4): 1

Starting simple installation ...

Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation is 3950 MB RAM

One password is used for all users created and used during the installation.

Enter a password for all logins used during the installation: 
Enter a password for all logins used during the installation (confirm): 

Verifying configuration ...

Start installing the configured components:
   1: Continue
   2: Abort

   Select Number (1-2): 1

Step 1 of 9 : Database ...
Installing Database ...
Retrieving Oracle Database 11g XE ...
Installing Oracle Database 11g XE ...
Configuring Oracle Database 11g XE ...

Step 2 of 9 : Java ...
Installing Java ...

Step 3 of 9 : Database Schema ...
Creating database schema 'ovs' ...

Step 4 of 9 : WebLogic ...
Retrieving Oracle WebLogic Server 11g ...
Installing Oracle WebLogic Server 11g ...

Step 5 of 9 : ADF ...
Retrieving Oracle Application Development Framework (ADF) ...
Unzipping Oracle ADF ...
Installing Oracle ADF ...

Step 6 of 9 : Oracle VM  ...
Retrieving Oracle VM Manager Application ...
Extracting Oracle VM Manager Application ...
Installing Oracle VM Manager Core ...
Step 7 of 9 : Domain creation ...
Creating Oracle WebLogic Server domain ...
Starting Oracle WebLogic Server 11g ...
Configuring data source 'OVMDS' ...
Creating Oracle VM Manager user 'admin' ...
Step 8 of 9 : Deploy ...
Deploying Oracle VM Manager Core container ...
Deploying Oracle VM Manager UI Console ...
Deploying Oracle VM Manager Help ...
Enabling HTTPS ...
Granting ovm-admin role to user 'admin' ...

Step 9 of 9 : Oracle VM Manager Shell ...
Retrieving Oracle VM Manager Shell & API ...
Extracting Oracle VM Manager Shell & API ...
Installing Oracle VM Manager Shell & API ...
Retrieving Oracle VM Manager Upgrade tool ...
Extracting Oracle VM Manager Upgrade tool ...
Installing Oracle VM Manager Upgrade tool ...
Copying Oracle VM Manager shell to '/usr/bin/ovm_shell.sh' ...
Installing ovm_admin.sh in '/u01/app/oracle/ovm-manager-3/bin' ...
Installing ovm_upgrade.sh in '/u01/app/oracle/ovm-manager-3/bin' ...
Enabling Oracle VM Manager service ...
Oracle VM Manager installed.

Installation Summary
--------------------
Database configuration:
  Database host name          : localhost
  Database instance name (SID): XE
  Database listener port      : 1521
  Application Express port    : 8080
  Oracle VM Manager schema    : ovs

Weblogic Server configuration:
  Administration username     : weblogic

Oracle VM Manager configuration:
  Username                    : admin
  Core management port        : 54321
  UUID                        : 0004fb0000010000c2e0efabad53a550


Passwords:
There are no default passwords for any users. The passwords to use for Oracle VM Manager, Oracle Database 11g XE, and Oracle WebLogic Server have been set by you during this installation. In the case of a default install, all passwords are the same.

Oracle VM Manager UI:

  http://vmmanager.pha.com.au:7001/ovm/console
  https://vmmanager.pha.com.au:7002/ovm/console

Log in with the user 'admin', and the password you set during the installation.

Please note that you need to install tight-vnc on this computer to access a virtual machine's console.

For more information about Oracle Virtualization, please visit:

  http://www.oracle.com/virtualization/

Oracle VM Manager installation complete.

$  

Installation finished at 19:44 a- so took 40 minutes.

Now shut it down and back it up!