How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

12
4/7/2015 How to install Oracle VM manager on Oracle Linux ? UnixArena http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 1/12 Tuesday , April 7 2015 About Contact Us Privacy Policy Hire US Table of Contents Search... RTD Calibration Guide? How to Calibrate an RTD or PT100 Fluke Application Note Download VMware Cloud Oracle Solaris Free-EBooks Tutorials LINUX Frequently Asked Advertise with us Home / Oracle VM for X86 / How to install Oracle VM manager on Oracle Linux ? How to install Oracle VM manager on Oracle Linux ? May 18, 2014 in Oracle VM for X86, Oracle VM installation Oracle VM manager provides graphical web-based interface to administrate network , storage infrastructure of oracle VM servers.It provides a centralized management environment for oracle VM servers and oracle VM for SPARC environments.Since it provides web interface, you can manage the oracle VM servers from anywhere .To install oracle VM manager , you need oracle enterprise linux operating system . Oracle VM manager applications uses oracle database and weblogic software .This oracle VM manage is similar to VMware vCenter server.You can see the Oracle VM and VMware vSphere comparison. Here we will see how we can deploy the oracle VM manager on oracle Enterprise linux operating system Requirement : 1. Operating system – Oracle enterprise Linux 6 2. Physical Memory – 8GB 3. CPU – 1 4. Disk free space – 10GB 5. Oracle VM Manager software . ( It can be freely downloaded from oracle website) 1. Login to the oracle enterprise Linux 6 as root user. SPONSORS

description

ORacle CM manager

Transcript of How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

Page 1: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 1/12

Tuesday , April 7 2015 About Contact Us Privacy Policy Hire US Table of Contents ὐ�Search...

RTD Calibration Guide?How to Calibrate an RTD or PT100 Fluke Application Note Download

VMware Cloud Oracle Solaris Free-EBooks Tutorials LINUX Frequently Asked Advertise with us

Home / Oracle VM for X86 / How to install Oracle VM manager on Oracle Linux ?

How to install Oracle VM manager on Oracle Linux ?May 18, 2014 in Oracle VM for X86, Oracle VM installation

Oracle VM manager provides graphical web-based interface to administrate network , storage infrastructure of oracleVM servers.It provides a centralized management environment for oracle VM servers and oracle VM for SPARCenvironments.Since it provides web interface, you can manage the oracle VM servers from anywhere .To install oracleVM manager , you need oracle enterprise linux operating system . Oracle VM manager applications uses oracle

database and weblogic software .This oracle VM manage is similar to VMware vCenter server.You can see the Oracle

VM and VMware vSphere comparison. Here we will see how we can deploy the oracle VM manager on oracle

Enterprise linux operating system

Requirement :

1. Operating system – Oracle enterprise Linux 6

2. Physical Memory – 8GB

3. CPU – 1

4. Disk free space – 10GB

5. Oracle VM Manager software . ( It can be freely downloaded from oracle website)

1. Login to the oracle enterprise Linux 6 as root user.

SPONSORS

Page 2: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 2/12

Oracle Enterprise Linux

2.Download the oracle VM manager software from oracle and mount the ISO using below commands.

[root@UA-OVM ~]# cd Desktop/

[root@UA-OVM Desktop]# mount -t iso9660 -o loop V29653-01.iso /mnt

[root@UA-OVM Desktop]# df -h /mnt

Filesystem Size Used Avail Use% Mounted on

/root/Desktop/V29653-01.iso

2.4G 2.4G 0 100% /mnt

[root@UA-OVM Desktop]#

3.Go to /mnt and list the directory contents.

[root@UA-OVM Desktop]# cd /mnt

[root@UA-OVM mnt]# ls -lrt

total 100472

-r-xr-xr-x. 1 root root 11696 Dec 15 2011 upgrade

-r-xr-xr-x. 1 root root 429 Dec 15 2011 runUpgrader.sh

-r--r--r--. 1 root root 172 Dec 15 2011 oracle-validated.params

Advertise Here

Follow UnixArena

SubscribeTo RSS Feed

37Followers

707Fans

TOP DOWNLOADS-UNIXARENA

Advertisement

VSAN: Reimagining Storage in vSphere

Virtual Infrastructure Storage

Linux+ Exam 1 CramMaster

Microsoft Excel 2013-- Quick Reference Guide

Microsoft Outlook 2013 -- Free QuickReference Card

Lingeswaran R

Follow

Page 3: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 3/12

-r-xr-xr-x. 1 root root 9323 Dec 15 2011 createOracle.sh

-r-xr-xr-x. 1 root root 102843523 Dec 15 2011 ovmm-installer.bsx

-r-xr-xr-x. 1 root root 475 Dec 15 2011 runInstaller.sh

-r--r--r--. 1 root root 6960 Dec 15 2011 LICENSE

-r--r--r--. 1 root root 6960 Dec 15 2011 EULA

dr-xr-xr-x. 2 root root 2048 Dec 15 2011 components

[root@UA-OVM mnt]#

4.Make sure that your system hostname has been added to /etc/hosts file.

[root@UA-OVM mnt]# uname -a

Linux UA-OVM 2.6.39-200.24.1.el6uek.x86_64 #1 SMP Sat Jun 23 02:39:07 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux

[root@UA-OVM mnt]# ifconfig eth0

eth0 Link encap:Ethernet HWaddr 00:0C:29:C6:3E:29

inet addr:192.168.2.10 Bcast:192.168.2.255 Mask:255.255.255.0

inet6 addr: fe80::20c:29ff:fec6:3e29/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:4749 errors:0 dropped:0 overruns:0 frame:0

TX packets:50 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:395140 (385.8 KiB) TX bytes:5921 (5.7 KiB)

[root@UA-OVM mnt]# vi /etc/hosts

[root@UA-OVM mnt]# cat /etc/hosts |grep UA-OVM

192.168.2.10 UA-OVM

[root@UA-OVM mnt]#

5.Prior to start the installation, run the “createOracle.sh” script to create the prerquesties.

[root@UA-OVM mnt]# ./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

WHAT’S HOT ?

Linux – LVM Free Training / TutorialAugust 27, 2013

How to configure Quorum deviceson Solaris cluster ?June 30, 2014

Dtrace-To find high kernal usageJuly 9, 2012

Shellshock bug – vulnerability onBash shellSeptember 26, 2014

Heartbleed vulnerability on VMwareESXI 5.5 and Vcenter 5.5April 13, 2014

Solaris 10’s Resource Management and ShellLimit(ulimit)July 2, 2012

Linux LVM – Re-sizing the LogicalVolumeAugust 14, 2013

Page 4: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 4/12

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 ...

Creating mountpoint '/u01' ...

Modifying iptables for rule RH-Firewall-1-INPUT(default)

Adding rules to enable access to :

7001 : Oracle VM Manager http

7002 : Oracle VM Manager https

15901 : Oracle VM Manager VM console proxy

54321 : Oracle VM Manager core

Firewall rule RH-Firewall-1-INPUT does not exist, please configure iptables manually.

[root@UA-OVM mnt]#

6.Run the “runInstaller.sh” to install the oracle Database,weblogic and Oracle VM manager .This script willautomatically configures everything.This script will prompt to select the instalaltion type. Here i have selected “demo”so that it will install oracle XE database. For real production environment ,you need to select “Production”. This scriptwill prompt for new admin password and you need to provide the password with combination of numbers and letters.It won’t accept the special characters.

[root@UA-OVM mnt]# ./runInstaller.sh

Oracle VM Manager Release 3.0.3 Installer

Oracle VM Manager Installer log file:

/tmp/ovmm-installer.selfextract_KC9V9A/install-2014-05-17-233216.log

Please select an installation type:

1: Demo

2: Production

3: Uninstall

4: Help

Select Number (1-4): 1

Starting demo installation ...

The Demo installation type will use an XE database. The usage of XE is for *demo purposes only* and is not supported for production. Please

*do not* plan to start with XE and migrate to a supported version of the database as this may not be possible. For production environments or

any long term usage please use the "Production" option with an SE or EE database.

Enterprise Infrastructure Monitoring SoftwaresJuly 8, 2013

How to Measure the NetworkBandwidth Between Solaris Nodes?December 28, 2013

How to enable SAR(System Activity Reporter) inSolaris?July 12, 2012

Page 5: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 5/12

1: Continue

2: Abort

Select Number (1-2): 1

Verifying installation prerequisites ...

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 ...

Page 6: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 6/12

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

Database instance name (SID): XE

Database listener port : 1521

Application Express port : 8080

Oracle VM Manager schema : ovs

Weblogic Server configuration:

Page 7: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 7/12

Administration username : weblogic

Oracle VM Manager configuration:

Username : admin

Core management port : 54321

UUID : 0004fb000001000084c8f61f94c15c69

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://UA-OVM:7001/ovm/console

https://UA-OVM: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.

Please remove configuration file /tmp/ovm_configIvsA4Z.

[root@UA-OVM mnt]#

7.Once the installation is completed, you need to validate the Oracle Linux firewall settings. By default , it blockseverything . You can run the below command to flush the iptables.This change will not persist across the server reboot.

[root@UA-OVM mnt]# iptables -F

[root@UA-OVM mnt]# iptables -L

Chain INPUT (policy ACCEPT)

target prot opt source destination

Chain FORWARD (policy ACCEPT)

target prot opt source destination

Page 8: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 8/12

Chain OUTPUT (policy ACCEPT)

target prot opt source destination

[root@UA-OVM mnt]#

8.To disable iptables permanently across the system reboot, use the below set of commands.

# /etc/init.d/iptables save

# /etc/init.d/iptables stop

# chkconfig iptables off

9.Now you can access the OVM console from web-browser using below URL from any system if you have networkconnectivity.

Oracle VM Manager UI:

http://UA-OVM:7001/ovm/console

https://UA-OVM:7002/ovm/console

10.Here is the login console for OVM manager.

Page 9: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 9/12

OVM console Login

11.OVM home page will looks something like below one.

Page 10: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 10/12

Share ! 5

OVM console Home Page

Oracle VM manager installation is very easy.Oracle has integrated their top softwares like oracle Database,Weblogicwith oracle VM manager.From here you can add the oracle VM servers and create a server pool for virtual machinesprovisioning.We will see those things in upcoming articles. Stay tuned.

Share it ! Comment it !! Be Sociable.!!!

6Like Share

Previous: Next:

Page 11: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 11/12

You may also Like

Oracle VM for X86 TutorialAugust 16, 2014

How to upgrade Oracle VMserver ?June 6, 2014

How to upgrade oracle VMmanager ?June 5, 2014

How to take console ofOracle VM guest ?May 29, 2014

How to create a virtualmachine on oracle VM ?May 21, 2014

How to create a new VMnetwork and VNIC on OracleVM ?May 21, 2014

How to install Oracle VM server (x86)?Step By Step Guide«

How to add ISCSI storage array toOVM ? »

Leave a Reply

Your email address will not be published. Required fields are marked *

Name *

Email *

Website

Page 12: How to Install Oracle VM Manager on Oracle Linux _ - UnixArena

4/7/2015 How to install Oracle VM manager on Oracle Linux ?  UnixArena

http://www.unixarena.com/2014/05/installoraclevmmanageroraclelinux.html 12/12

Post Comment

To Get Regular Updates

Follow UnixArena on Facebook

Follow UnixArena on Twitter

Follow UnixArena on Google Plus

Follow UnixArena on LinkedIn

RSS Feed

Subscribe to our email newsletter.

Enter your email address

Advertisement

Subscribe

Powered by WordPress | Designed by TielabsUnixArena © Copyright 2014, All Rights Reserved