<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=OVS_Implementation-16jan</id>
	<title>OVS Implementation-16jan - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=OVS_Implementation-16jan"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=OVS_Implementation-16jan&amp;action=history"/>
	<updated>2026-07-27T11:09:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=OVS_Implementation-16jan&amp;diff=4319&amp;oldid=prev</id>
		<title>Admin: Auto-created from uploaded PDF text extraction</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=OVS_Implementation-16jan&amp;diff=4319&amp;oldid=prev"/>
		<updated>2026-07-26T16:27:10Z</updated>

		<summary type="html">&lt;p&gt;Auto-created from uploaded PDF text extraction&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;Auto-generated from the uploaded PDF [[:File:OVS_Implementation-16jan.pdf|OVS_Implementation-16jan.pdf]]. This is an extracted-text rendering for searchability; see the original PDF for exact formatting, diagrams, tables, and images.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Building of..&lt;br /&gt;
&lt;br /&gt;
         Oracle Virtual Machine- Cloud&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                              Table of Contents&lt;br /&gt;
Brief of Project:............................................................................................................1&lt;br /&gt;
Description....................................................................................................................2&lt;br /&gt;
OVM Architecture........................................................................................................4&lt;br /&gt;
Oracle VM- Server (OVS)............................................................................................5&lt;br /&gt;
Oracle VM-Manager (OVM)......................................................................................11&lt;br /&gt;
Oracle Virtual Machine-Cloud....................................................................................13&lt;br /&gt;
Oracle Vitual Machine................................................................................................19&lt;br /&gt;
Troubleshooting..........................................................................................................23&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                          Brief of Project:&lt;br /&gt;
This architecture has been built considering Oracle private cloud architecture.&lt;br /&gt;
The need of Oracle Private Cloud was due to using Oracle DB and several other&lt;br /&gt;
intranet sites had to be run in such flow that other servers can be excluded.&lt;br /&gt;
This architecture is built using 2Physical servers (with Heavy configuration&lt;br /&gt;
used as Oracle Virtua Server), 1 SAN (user as sharing storage where VM&lt;br /&gt;
resides and seprate LUN given for DB) and 1 Basic configuration (initially used&lt;br /&gt;
as Oracle Virtual Manager than later rolled out and migrated to VM inside).&lt;br /&gt;
The most premium benifit of using OVM is you dont needs to configure&lt;br /&gt;
multipath mannualy or even bonding too. Oracle cloud managess itself all.&lt;br /&gt;
&lt;br /&gt;
                             Description&lt;br /&gt;
&lt;br /&gt;
In this architecture, initially 3 machines are used to start-with&lt;br /&gt;
“building of Oracle VM-Cloud”. 2 are used in building Oracle VM&lt;br /&gt;
Server (OVS) and last one, is used for building Oracle VM Server&lt;br /&gt;
(OVMM). Later, the OVMM was moved to VM.&lt;br /&gt;
Basic allocations of Hardware for all above machines is describesd&lt;br /&gt;
below:&lt;br /&gt;
    Current Hardware/Software configuration of Physical &amp;amp;&lt;br /&gt;
                       Virtual Nodes.&lt;br /&gt;
Hardware Configuration:&lt;br /&gt;
&lt;br /&gt;
S.No     Device               Desc           Size           Used For&lt;br /&gt;
1        Server 1             HDD (Raid )    1199.2GB       OVM-S&lt;br /&gt;
                              RAM            256GB&lt;br /&gt;
                              Processor      20core&lt;br /&gt;
                              NICs           2&lt;br /&gt;
                              Fibre port     2(HBA)&lt;br /&gt;
2        Server 1             HDD (Raid )    1199.2GB       OVM-S&lt;br /&gt;
                              RAM            256GB&lt;br /&gt;
                              Processor      20core&lt;br /&gt;
                              NICs           2&lt;br /&gt;
                              Fibre port     2(HBA)&lt;br /&gt;
3        SAN                  SAS            150GB          Server_pool&lt;br /&gt;
4        SAN                  SAS            2.7TB          VM Disk Files&lt;br /&gt;
5        SAN                  SSD            2.9TB          Mounting to&lt;br /&gt;
                                                            DB_VM.&lt;br /&gt;
&amp;gt; For OV-Manager (Physical) :&lt;br /&gt;
This is a temporary machine used for configuring Pool over both OVS. After&lt;br /&gt;
transferring OVMM from physical to VM, physical machine was removed. Specs&lt;br /&gt;
and steps to configure OVMM is decribed below.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; For OV-Manager (VM) :&lt;br /&gt;
&lt;br /&gt;
SPECS:&lt;br /&gt;
1) VM_Name: CBS-OVMM&lt;br /&gt;
2) Memore: 10Gb&lt;br /&gt;
3) Processors: 2 threads&lt;br /&gt;
&lt;br /&gt;
4) HDD: 25 GB (RHEL6)&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Software Configuration:&lt;br /&gt;
Partition Table on both OVM-S:&lt;br /&gt;
/boot              500MB&lt;br /&gt;
/                  50GB (lvm)&lt;br /&gt;
swap               4GB&lt;br /&gt;
/var/lib/xenstored2.9GB&lt;br /&gt;
&lt;br /&gt;
Properties of OVM-m (inside VM):&lt;br /&gt;
Partition Table&lt;br /&gt;
/                30GB (lvm)&lt;br /&gt;
/boot            500MB&lt;br /&gt;
swap             8GB (lvm)&lt;br /&gt;
Processor : 2&lt;br /&gt;
&lt;br /&gt;
Properties of OVM-VM (CSB-APP1 &amp;amp; CSB-APP2)&lt;br /&gt;
Partition Table (10.10.10.11/12) {TOTAL HDD Size= 620GB}&lt;br /&gt;
/                  100GB (lvm)&lt;br /&gt;
/boot              500MB&lt;br /&gt;
/tmp               10GB (lvm)&lt;br /&gt;
/app               200GB (lvm)&lt;br /&gt;
/appbackup         300GB (lvm)&lt;br /&gt;
swap               8GB (lvm)&lt;br /&gt;
&lt;br /&gt;
Prcoessors: 12&lt;br /&gt;
&lt;br /&gt;
Properties of OVM-VM (CSB-DB &amp;amp; CSB-DB-clone)&lt;br /&gt;
Partition Table (10.10.10.15) {TOTAL HDD Size= 350GB}&lt;br /&gt;
/                  200GB (lvm)&lt;br /&gt;
/boot              500MB&lt;br /&gt;
/home                   100GB(lvm)&lt;br /&gt;
swap               30GB (lvm)&lt;br /&gt;
tmp                15GB (lvm)&lt;br /&gt;
Prcoessors: 12&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**SSD LUN mounted on CSB-DB1 with lvm partioned and mounted in&lt;br /&gt;
below segmentation:&lt;br /&gt;
/dev/xvdc1    459G 77G 359G 18% /vol1&lt;br /&gt;
/dev/xvdc2    459G 66G 370G 16% /vol2&lt;br /&gt;
/dev/xvdc3    459G 26G 410G 6% /vol3&lt;br /&gt;
/dev/xvdc4    459G 1.8G 434G 1% /vol4&lt;br /&gt;
/dev/xvdc5    184G 12G 163G 7% /oracle&lt;br /&gt;
/dev/xvdc7    1.2T 203G 905G 19% /backups&lt;br /&gt;
/dev/xvdc6    459G 156G 280G 36% /arch&lt;br /&gt;
&lt;br /&gt;
        OVM Architecture&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OVMM          APP1            APP2   DB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                 Execution&lt;br /&gt;
                     Of VMs&lt;br /&gt;
&lt;br /&gt;
OVS1                                 OVS2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
              CBS_ POOL ( H.A)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                     SAN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
       VM are running on this node&lt;br /&gt;
       VM are on SAN&lt;br /&gt;
&lt;br /&gt;
                       Oracle VM- Server (OVS)&lt;br /&gt;
Moving forward to implement OVM architecture, deployment started from&lt;br /&gt;
installing 2 OVM-Servers. Step are as followed:&lt;br /&gt;
   •   Make sure that the server BIOS is set to boot from CD.&lt;br /&gt;
   • Insert the Oracle VM Server CD into your CD drive.&lt;br /&gt;
   • Boot the server with the Oracle VM Server CD.&lt;br /&gt;
   • The Oracle VM Server screen is displayed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Confirmation will be asked for testing the installation source.&lt;br /&gt;
&lt;br /&gt;
Notification of type of OS installation to be started.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Oracle VM Server 3.0 End User License Agreement screen is displayed.&lt;br /&gt;
&lt;br /&gt;
The Partitioning Type screen is displayed.&lt;br /&gt;
&lt;br /&gt;
Network Setup:&lt;br /&gt;
&lt;br /&gt;
Hostname Setup:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Real Name : CSFB-OVS2-PROD.capitalbank for Node2 and for Node1=&lt;br /&gt;
CSFB-OVS1-PROD.capitalbank&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Password setup&lt;br /&gt;
&lt;br /&gt;
Installation started:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same steps were followed on Node 2 (named: CSFB-OVS1-&lt;br /&gt;
PROD.capitalbank).&lt;br /&gt;
&lt;br /&gt;
                          Oracle VM-Manager (OVM)&lt;br /&gt;
Here 2 instances are made of same machine, namely OVMM. Firstly, physical&lt;br /&gt;
machine is used to build OVMM (steps are below). Later, this running OVMM is&lt;br /&gt;
shifted inside VM. Steps to Migrating inside VM is given in the end.&lt;br /&gt;
&lt;br /&gt;
                             Steps for Installing OVMM&lt;br /&gt;
Before you can run the Oracle VM Manager installer, you must mount the&lt;br /&gt;
installation media.&lt;br /&gt;
# mkdir /OVMCD&lt;br /&gt;
# mount -o loop OracleVM-Manager-3.x.x.iso /OVMCD&lt;br /&gt;
# cd /OVMCD&lt;br /&gt;
# ./runInstaller.sh&lt;br /&gt;
Please select an installation type:&lt;br /&gt;
   1: Demo&lt;br /&gt;
   2: Production&lt;br /&gt;
   3: Uninstall&lt;br /&gt;
   4: Help&lt;br /&gt;
Select Number (1-2): 2&lt;br /&gt;
&lt;br /&gt;
Start installing the configured components:&lt;br /&gt;
&lt;br /&gt;
   1: Continue&lt;br /&gt;
   2: Abort&lt;br /&gt;
&lt;br /&gt;
   Select Number (1-2): 1&lt;br /&gt;
&lt;br /&gt;
Step 1 of 9 : Database ...&lt;br /&gt;
Installing Database ...&lt;br /&gt;
Database installation skipped ...&lt;br /&gt;
&lt;br /&gt;
Step 2 of 9 : Java ...&lt;br /&gt;
Installing Java ...&lt;br /&gt;
&lt;br /&gt;
When the installation is complete a summary similar to the following is displayed:&lt;br /&gt;
&lt;br /&gt;
Installation Summary&lt;br /&gt;
--------------------&lt;br /&gt;
Database configuration:&lt;br /&gt;
  Database host name          :        localhost&lt;br /&gt;
  Database instance name (SID):        MYDB&lt;br /&gt;
  Database listener port      :        1521&lt;br /&gt;
  Application Express port    :        8080&lt;br /&gt;
  Oracle VM Manager schema    :        ovs&lt;br /&gt;
&lt;br /&gt;
Weblogic Server configuration:&lt;br /&gt;
  Administration username      : weblogic&lt;br /&gt;
&lt;br /&gt;
Oracle VM Manager configuration:&lt;br /&gt;
  Username                    : admin&lt;br /&gt;
  Core management port        : 54321&lt;br /&gt;
  UUID                        : 0004fb0000010000cc1b57e39ff77ea9&lt;br /&gt;
&lt;br /&gt;
Passwords:&lt;br /&gt;
There are no default passwords for any users. The passwords to use for Oracle&lt;br /&gt;
VM&lt;br /&gt;
&lt;br /&gt;
Manager, Oracle Database 11g XE, and Oracle WebLogic Server have been set by&lt;br /&gt;
you&lt;br /&gt;
during this installation. In the case of a demo install, all passwords are the&lt;br /&gt;
same.&lt;br /&gt;
&lt;br /&gt;
Oracle VM Manager UI:&lt;br /&gt;
  http://myserver.example.com:7001/ovm/console&lt;br /&gt;
  https://myserver.example.com:7002/ovm/console&lt;br /&gt;
Log in with the user &amp;#039;admin&amp;#039;, and the password you set during the installation.&lt;br /&gt;
&lt;br /&gt;
Please note that you need to install tightvnc-java on this computer to access a&lt;br /&gt;
virtual&lt;br /&gt;
machine&amp;#039;s console.&lt;br /&gt;
&lt;br /&gt;
For more information about Oracle Virtualization, please visit:&lt;br /&gt;
  http://www.oracle.com/virtualization/&lt;br /&gt;
&lt;br /&gt;
Oracle VM Manager installation complete.&lt;br /&gt;
&lt;br /&gt;
Please remove configuration file /tmp/ovm_configid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                Installation Directories&lt;br /&gt;
Component                         Location&lt;br /&gt;
&lt;br /&gt;
Java                              /u01/app/oracle/java&lt;br /&gt;
&lt;br /&gt;
Oracle WebLogic Server 11g        /u01/app/oracle/Middleware/&lt;br /&gt;
&lt;br /&gt;
Oracle ADF                        /u01/app/oracle/Middleware/&lt;br /&gt;
&lt;br /&gt;
Oracle VM Manager application     /u01/app/oracle/ovm-manager-3/&lt;br /&gt;
&lt;br /&gt;
Oracle WebLogic Server domain     /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain&lt;br /&gt;
&lt;br /&gt;
                    Oracle Virtual Machine-Cloud&lt;br /&gt;
                             -Prerequisites Readyness..&lt;br /&gt;
Next step is to build Oracle-VM over server(s) through OVM-M. Basic steps&lt;br /&gt;
involved are-&lt;br /&gt;
1. Recognizing Storage,&lt;br /&gt;
2. Creating Server_Pool,&lt;br /&gt;
3. Buiding repositories ,&lt;br /&gt;
4. and then finally building the VM.&lt;br /&gt;
Artifacts are:&lt;br /&gt;
Log-in to https://10.10.10.6:7002/ovm/console/faces/login.jspx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Discover the servers as per the imagwe below&lt;br /&gt;
&lt;br /&gt;
Next, step is “Creation of storage”. For this 3 LUNs were made projected for&lt;br /&gt;
building OVM architecture. One for providing to Server_Pool (size=150GB) ,&lt;br /&gt;
second is assigning to Repositories (size= 2643GB) and last one for mounting&lt;br /&gt;
to VM (for residing oracle database, size= 2979GB).&lt;br /&gt;
As direct projections have been made through F_S/W from SAN to OVM-S, so&lt;br /&gt;
there just rescaning physical disk at both Nodes will be make LUNs visible on&lt;br /&gt;
Servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now moving ahead to validate the “Storage” tab that all LUNs are visible are&lt;br /&gt;
not:&lt;br /&gt;
&lt;br /&gt;
One workaround needs to be done in FC projection of LUN is making admin&lt;br /&gt;
server of Unmanaged Fibre Channel Storage:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, is creating Repositories:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This LUN is of 2643GB where VM disk file will be residing. (SAS Volume)&lt;br /&gt;
&lt;br /&gt;
Next is making admin. Here admin are CSFB-OVS1-PROD.capitalbank and&lt;br /&gt;
CSFB-OVS2-PROD.capitalbank.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, we needs to modify Network tab to make enable to work in VM&lt;br /&gt;
environment. Below is the procedure;&lt;br /&gt;
1) Click on ‘Edit’ button after selecting 10.10..... row:&lt;br /&gt;
&lt;br /&gt;
Now click the radio button of ‘Virtual Machine’ in the wizard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the time comes of creating ‘Server Pool’ with discovered servers,&lt;br /&gt;
assigned storage and available repositories.&lt;br /&gt;
&lt;br /&gt;
Now clicking Next button will confirm the servers to be added in cluster out of&lt;br /&gt;
the available ones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In above diagram only one server was added intially. And 2VM were built over&lt;br /&gt;
it. Later second server was added and another 2 more VM were created on&lt;br /&gt;
them. Compiling this, your architure is ready to built number of VM you wanted&lt;br /&gt;
(restriction to the hardware resources available).&lt;br /&gt;
VM creation is described in next section.&lt;br /&gt;
&lt;br /&gt;
                          Oracle Vitual Machine&lt;br /&gt;
                                   -Building VM&lt;br /&gt;
Now the time to built VM in OVM environment. Right click the newly created server&lt;br /&gt;
pool (CBS_POOL). And click option ‘Create Virtual Machine’. Below Wizard will appear&lt;br /&gt;
and move ahead with described details in this further document:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Specifications for creating VM:&lt;br /&gt;
&lt;br /&gt;
Assigning VNC to vm:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alloting amount of Disk and installation source for VM:&lt;br /&gt;
&lt;br /&gt;
Boot Order Description:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Status :&lt;br /&gt;
&lt;br /&gt;
Console Button:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thus, VM has been created:&lt;br /&gt;
&lt;br /&gt;
                             Troubleshooting&lt;br /&gt;
                      (1) SOP For Flushing DB of OVM-S&lt;br /&gt;
This can be the case when both OVM-S are not able to join cluster due to&lt;br /&gt;
different cluster.conf file or mismatch databases on both nodes or service&lt;br /&gt;
misbehaviour (by service i only mean ovs-agent). So, in this scenario one of&lt;br /&gt;
the workaroung will be:&lt;br /&gt;
1) Stop the ovs-agent service&lt;br /&gt;
/etc/init.d/ovs-agent stop&lt;br /&gt;
2) backup the database of OVM-S at /root.&lt;br /&gt;
#mv /etc/ovs-agent/db /root/db-date&lt;br /&gt;
3) Clear the cluster.conf.&lt;br /&gt;
/dev/null &amp;gt; /etc/ocfs2/cluster.conf&lt;br /&gt;
4) Start the ovs-agent service&lt;br /&gt;
/etc/init.dovs-agent start&lt;br /&gt;
**Please be informed that this step has to be perfomed at both Nodes&lt;br /&gt;
semultaenuously. **&lt;br /&gt;
      (2) SOP For changing IP and Network of whole architecture&lt;br /&gt;
1) Firstly, new IP has to be assigned to the machines in environment..&lt;br /&gt;
#ip a add 192.168.0.207/24 dev eth0&lt;br /&gt;
2) Now, browse OVMM via new IP.&lt;br /&gt;
3) New virtual adapter needs to be created in Networking via choosing below&lt;br /&gt;
perimetes.&lt;br /&gt;
&lt;br /&gt;
4) Now login via NEW IP and rediscover the OVS.&lt;br /&gt;
&lt;br /&gt;
                  SOP For Back-up &amp;amp; Restore OVM-M&lt;br /&gt;
   Link: https://docs.oracle.com/cd/E50245_01/E50251/html/vmadm-&lt;br /&gt;
                     manager-backup-restore.html&lt;br /&gt;
BACKING-UP OVM-M:&lt;br /&gt;
OVM stores it own configuration in Mysql by default. So backup procedure ies 2&lt;br /&gt;
easy steps:-&lt;br /&gt;
1) create a directory under /home.&lt;br /&gt;
# mkdir /home/backup-ovm&lt;br /&gt;
2) copy the .config file of ovm to /home/backup-ovm&lt;br /&gt;
cp -pvr /u01/app/oracle/ovm-manager-3/.config /home/backup-ovm&lt;br /&gt;
4a) As of Oracle VM Manager Release 3.2.1, backups of the local MySQL&lt;br /&gt;
database are performed automatically every 24 hours. Backups are stored&lt;br /&gt;
within /u01/app/oracle/mysql/dbbackup by default, and are rotated regularly so&lt;br /&gt;
that only the 21 most recent backups are stored at any point in time. Backups&lt;br /&gt;
make use of the MySQL Enterprise Backup utility.&lt;br /&gt;
#cp -pvr /u01/app/oracle/mysql/dbbackup /home/backup-ovm&lt;br /&gt;
4b) To perform mannual backup-&lt;br /&gt;
It is possible to initiate a backup manually. This is usually done when&lt;br /&gt;
performing an upgrade of Oracle VM Manager. While it is possible to invoke the&lt;br /&gt;
mysqlbackup utility directly, it is recommended that you initiate a backup&lt;br /&gt;
directly from the Oracle VM Manager core. This can be achieved using the&lt;br /&gt;
provided backup script at&lt;br /&gt;
/u01/app/oracle/ovm-manager-3/ovm_tools/bin/BackupDatabase script:&lt;br /&gt;
# /u01/app/oracle/ovm-manager-3/ovm_tools/bin/BackupDatabase -w&lt;br /&gt;
Enter your OVM Manager username: admin&lt;br /&gt;
Enter your OVM Manager password:&lt;br /&gt;
&lt;br /&gt;
INFO: Backup started to:&lt;br /&gt;
     /u01/app/oracle/mysql/dbbackup/ManualBackup-20140324_102412&lt;br /&gt;
&lt;br /&gt;
   Job: &amp;#039;Start Backup to: ManualBackup&amp;#039;&lt;br /&gt;
&lt;br /&gt;
By default, the backup script stores the backup as a manual backup, to avoid the&lt;br /&gt;
rotation that takes place for other automatic backups. The backup script prompts you&lt;br /&gt;
for your Oracle VM Manager username and password.&lt;br /&gt;
&lt;br /&gt;
 Link:- https://docs.oracle.com/cd/E50245_01/E50251/html/vmadm-manager-&lt;br /&gt;
                                  restore.html&lt;br /&gt;
&lt;br /&gt;
                              RESTORING OVM-M:&lt;br /&gt;
First step is to install OVM-M on separate machine using existing uuid.&lt;br /&gt;
# ./runInstaller.sh --uuid 0004FB000000100002CB7F2DFFA8D8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. After installation, reinstallation or upgrade, stop the Oracle VM Manager&lt;br /&gt;
Command Line Interface, Oracle VM Manager, and the database before you&lt;br /&gt;
restore the backup:&lt;br /&gt;
# /sbin/service ovmcli stop&lt;br /&gt;
# /sbin/service ovmm stop&lt;br /&gt;
# /sbin/service ovmm_mysql stop&lt;br /&gt;
&lt;br /&gt;
3. Before you restore the database, ensure that no database files already exist&lt;br /&gt;
on the Oracle VM Manager host:&lt;br /&gt;
# cd /u01/app/oracle/mysql/data/&lt;br /&gt;
# rm -rf appfw ibdata1 ib_logfile0 ib_logfile1 mysql ovs performance_schema&lt;br /&gt;
&lt;br /&gt;
Important: Do not remove any of the following files from&lt;br /&gt;
/u01/app/oracle/mysql/data/:&lt;br /&gt;
   • auto.cnf&lt;br /&gt;
   • my.cnf&lt;br /&gt;
   • .mysqlconfig&lt;br /&gt;
   • mysql_upgrade_info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. To initiate the database restore, as the oracle user, use the&lt;br /&gt;
RestoreDatabase command located in&lt;br /&gt;
/u01/app/oracle/ovm-manager-3/ovm_tools/bin, for example:&lt;br /&gt;
# su - oracle&lt;br /&gt;
$ bash /u01/app/oracle/ovm-manager-3/ovm_tools/bin/RestoreDatabase.sh \&lt;br /&gt;
   ManualBackup-20140324_102412&lt;br /&gt;
INFO: Expanding the backup image...&lt;br /&gt;
INFO: Applying logs to the backup snapshot...&lt;br /&gt;
INFO: Restoring the backup...&lt;br /&gt;
INFO: Restoring OVM keystores and certificates&lt;br /&gt;
INFO: Success - Done!&lt;br /&gt;
INFO: Log of operations performed is available at:&lt;br /&gt;
/u01/app/oracle/mysql/dbbackup/ManualBackup-20140324_102412/Restore.log&lt;br /&gt;
&lt;br /&gt;
5. Restart the database and Oracle VM Manager, and the Oracle VM Manager&lt;br /&gt;
Command Line Interface.&lt;br /&gt;
# /sbin/service ovmm_mysql start&lt;br /&gt;
# /sbin/service ovmm start&lt;br /&gt;
# /sbin/service ovmcli start&lt;br /&gt;
&lt;br /&gt;
6. Since the certificates required to authenticate various components, such as&lt;br /&gt;
the Oracle VM Manager Web Interface and Oracle VM Manager Command Line&lt;br /&gt;
Interface, are regenerated during the new installation and the mappings for&lt;br /&gt;
&lt;br /&gt;
these are overwritten by the database restore, it is necessary to reconfigure&lt;br /&gt;
the certificates used to authenticate these components. This is achieved by&lt;br /&gt;
running the following script to reconfigure the Oracle WebLogic Server:&lt;br /&gt;
# export MW_HOME=/u01/app/oracle/Middleware&lt;br /&gt;
# /u01/app/oracle/ovm-manager-3/ovm_upgrade/bin/ovmkeytool.sh setupWebLogic&lt;br /&gt;
&lt;br /&gt;
 Once you have run this command, you must restart Oracle VM Manager and&lt;br /&gt;
then run the client certificate configuration script:&lt;br /&gt;
# /sbin/service ovmm restart&lt;br /&gt;
# /u01/app/oracle/ovm-manager-3/bin/configure_client_cert_login.sh&lt;br /&gt;
&lt;br /&gt;
# /sbin/service ovmm restart&lt;br /&gt;
&lt;br /&gt;
Within Oracle VM Manager go to the Servers and VMs tab and perform a Refresh All on your&lt;br /&gt;
existing server pools.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                            OR&lt;br /&gt;
1) install OVM-M on separate machine using existing uuid (same step is&lt;br /&gt;
followed to shift OVMM inside VM).&lt;br /&gt;
# ./runInstaller.sh --uuid 0004FB000000100002CB7F2DFFA8D8&lt;br /&gt;
&lt;br /&gt;
2) Lastly, Discover the OVS via IP in OVM&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; Finally all other configuration will be loaded in next 30 minutes. &amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                                Thanking You&lt;br /&gt;
                                  Regards,&lt;br /&gt;
                               Kamal Kishore&lt;br /&gt;
                       Tetra Information Services Ltd.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>