Installing Oracle VM Manager 3.3.1 on Oracle Linux 6

Pre-requisites

Installing Oracle VM Manager 3.3.1

First upload the Oracle VM Manager iso to the Oracle Linux 6 server.

[root@ovm01 ~]# ls -la
total 2361088
dr-xr-x---. 2 root root 4096 Dec 11 10:14 .
dr-xr-xr-x. 25 root root 4096 Dec 11 10:11 ..
-rw-r--r--. 1 root root 18 Apr 30 2010 .bash_logout
-rw-r--r--. 1 root root 176 Apr 30 2010 .bash_profile
-rw-r--r--. 1 root root 176 Apr 30 2010 .bashrc
-rw-r--r--. 1 root root 100 Apr 30 2010 .cshrc
-rw-r--r--. 1 root root 129 Apr 30 2010 .tcshrc
-rw-r-----. 1 root root 2417672192 Dec 11 10:18 OracleVMManager331.iso
-rw-------. 1 root root 1392 Dec 11 10:10 anaconda-ks.cfg
-rw-r--r--. 1 root root 28729 Dec 11 10:10 install.log
-rw-r--r--. 1 root root 7572 Dec 11 10:08 install.log.syslog

The mount the iso with loop option on another path.

[root@ovm01 ~]# mount -o loop /root/OracleVMManager331.iso /mnt/

Then run the ‘createOracle.sh’ script to create the oracle user and fix prerequisite settings on the server.

[root@ovm01 ~]# /mnt/createOracle.sh

Install required packages.

[root@ovm01 ~]# yum -y install zip unzip libaio

Before running the install script you should check that the disk that ‘/u01’ is on has at least 7GB of free space. Then run the installer.

[root@ovm01 ~]# /mnt/runInstaller.sh

If there is a prerequisite that fails that you know is ok then you can ignore it with the ‘-n’ parameter.

[root@ovm01 ~]# /mnt/runInstaller.sh -n

The installer will then ask you what to do, press ‘1’ to install the manager.

Oracle VM Manager Release 3.3.1 Installer

Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2014-12-11-102538.log

Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help

Select Number (1-4): 1

Then enter a password of your choice which will be used for all user accounts during the install. The password will require a mix of a letter, uppercase and lowercase letters.

Starting production with local database installation ...

Ignoring prerequisites check ...

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):

Then enter the common name to be used for the SSL certification generation if required. I normaly just go for the default here.

Please enter your fully qualified domain name, e.g. ovs123.us.oracle.com, (or IP address) of your management server for SSL certification generation 10.211.55.9 [ovm01.bassengvegen.com]:

Then press ‘1’ again to continue.

Verifying configuration ...

Start installing Oracle VM Manager:
1: Continue
2: Abort

Select Number (1-2): 1

This is an example of the output that will come then.

Step 1 of 9 : Database Software...
Installing Database Software...
Retrieving MySQL Database 5.6 ...
Unzipping MySQL RPM File ...
Installing MySQL 5.6 RPM package ...
Configuring MySQL Database 5.6 ...
Installing MySQL backup RPM package ...

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

Step 3 of 9 : Database schema ...
Creating database 'ovs' ...
Creating database 'appfw'
Creating user 'ovs' for database 'ovs'...
Creating user 'appfw' for database 'appfw'

Step 4 of 9 : WebLogic and ADF...
Retrieving Oracle WebLogic Server 12c and ADF ...
Installing Oracle WebLogic Server 12c and ADF ...
Applying patches to Weblogic ...

Step 5 of 9 : Oracle VM ...
Installing Oracle VM Manager Core ...
Retrieving Oracle VM Manager Application ...
Extracting Oracle VM Manager Application ...

Retrieving Oracle VM Manager Upgrade tool ...
Extracting Oracle VM Manager Upgrade tool ...
Installing Oracle VM Manager Upgrade tool ...

Step 6 of 9 : Domain creation ...
Creating Oracle WebLogic Server domain ...
Starting Oracle WebLogic Server 12c ...
Creating Oracle VM Manager user 'admin' ...

Retrieving Oracle VM Manager CLI tool ...
Extracting Oracle VM Manager CLI tool...
Installing Oracle VM Manager CLI tool ...

Step 7 of 9 : Deploy ...
Configuring Https Identity and Trust...
Deploying Oracle VM Manager Core container ...
Configuring Client Cert Login...
Deploying Oracle VM Manager UI Console ...
Deploying Oracle VM Manager Help ...
Disabling HTTP access ...

Step 8 of 9 : Oracle VM Tools ...

Retrieving Oracle VM Manager Shell & API ...
Extracting Oracle VM Manager Shell & API ...
Installing Oracle VM Manager Shell & API ...

Retrieving Oracle VM Manager Wsh tool ...
Extracting Oracle VM Manager Wsh tool ...
Installing Oracle VM Manager Wsh tool ...

Retrieving Oracle VM Manager Tools ...
Extracting Oracle VM Manager Tools ...
Installing Oracle VM Manager Tools ...
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' ...

Step 9 of 9 : Start OVM Manager ...
Enabling Oracle VM Manager service ...
Shutting down Oracle VM Manager instance ...
Starting Oracle VM Manager instance ...
Waiting for the application to initialize ...
Oracle VM Manager is running ...

Please wait while WebLogic configures the applications...
Oracle VM Manager installed.

Installation Summary
--------------------
Database configuration:
Database type : MySQL
Database host name : localhost
Database name : ovs
Database listener port : 49500
Database user : ovs

Weblogic Server configuration:
Administration username : weblogic

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

Passwords:
There are no default passwords for any users. The passwords to use for Oracle VM Manager, Database, 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:
https://ovm01.bassengvegen.com:7002/ovm/console
Log in with the user 'admin', and the password you set during the installation.

Note that you must install the latest ovmcore-console package for your Oracle Linux distribution to gain VNC and serial console access to your Virtual Machines (VMs).
Please refer to the documentation for more information about this package.

For more information about Oracle Virtualization, please visit:
http://www.oracle.com/virtualization/

Oracle VM Manager installation complete.

Please remove configuration file /tmp/ovm_confighnQr36.

The remove the file mentioned in the last line.

[root@ovm01 ovmm]# rm -rf /tmp/ovm_confighnQr36

Congratulations! Oracle VM Manager 3.3.1 is now installer and can be reached at ‘https://<IP>:7002/ovm/console/faces/login.jspx’.

Now check out how to install the Oracle VM Server.


comments powered by Disqus