Installing Oracle VM Manager 3.0.3

Download iso image V29653-01.iso from http://edelivery.oracle.com

mkdir dvd

mount -o loop V29653-01.iso dvd

 

[root@losangeles dvd]# ./runInstaller.sh

Oracle VM Manager Release 3.0.3 Installer

Oracle VM Manager Installer log file:
 /tmp/ovmm-installer.selfextract_EQ3172/install-2012-03-14-112549.log

Please select an installation type:
  1: Demo
  2: Production
  3: Uninstall
  4: Help

  Select Number (1-4): 2

Starting standard installation ...

Verifying installation prerequisites ...

Oracle Database Repository
==========================
Would you like to install Oracle Database 11g Express Edition (XE) or
connect to an existing Oracle database?
  1: Install Oracle Database 11g XE
  2: Use an existing Oracle database

  Select Number (1-2): 2

Enter the Oracle Database hostname [localhost]: losangeles-vip.an.com
Enter the Oracle Database System ID (SID) [XE]: ORATOOLS
Enter the Oracle Database SYSTEM password:
Enter the Oracle Database listener port [1521]: 1975
Enter the Oracle VM Manager database schema [ovs]:
Enter the Oracle VM Manager database schema password:
Invalid password.
Passwords need to be between 8 and 16 characters in length.
Passwords must contain at least 1 lower case and 1 upper case letter.
Passwords must contain at least 1 numeric value.
Enter the Oracle VM Manager database schema password:
Enter the Oracle VM Manager database schema password (confirm):

 
Pay attention that the password may not contain special characters (certainly not the exclamation mark '!') otherwise the installation will fail without warning.

Oracle Weblogic Server 11g
==========================
Enter the Oracle WebLogic Server 11g user [weblogic]:
Enter the Oracle WebLogic Server 11g user password:
Enter the Oracle WebLogic Server 11g user password (confirm):

Oracle VM Manager application
=============================
Enter the username for the Oracle VM Manager administration user [admin]:
Enter the admin user password:
Enter the admin user password (confirm):

Verifying configuration ...

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

  Select Number (1-2): 1

Step 1 of 9 : Database ...
Installing Database ...
Database installation skipped ...

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 ...
Shutting down Oracle VM Manager instance ...
Restarting Oracle VM Manager instance ...
Waiting 15 seconds for the application to initialize ...
Oracle VM Manager is running ...
Oracle VM Manager installed.

Please wait while WebLogic configures the applications... This can
take up to 5 minutes.

Installation Summary
--------------------
Database configuration:
 Database host name          : losangeles-vip.an.com
 Database instance name (SID): ORATOOLS
 Database listener port      : 1975
 Application Express port    : None
 Oracle VM Manager schema    : ovs

Weblogic Server configuration:
 Administration username     : weblogic

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

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://losangeles.an.com:7001/ovm/console
 https://losangeles.an.com:7002/ovm/console
Log in with the user 'admin', and the password you set during the installation.

Please note that you need to install tightvnc-java 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.

[root@pi01 ~]# service ovmm status
Oracle VM Manager is running...

service ovmm stop
service ovmm start