SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
PREPARED BY RAVI KUMAR LANKE Page 1
Oracle VM (3.0.1) Installation
This article gives a brief overview of the installation of Oracle VM Server and Oracle VM
Manager version 3.0.1 (64-bit).
 Oracle VM Software
 Oracle VM Server
 Oracle VM Manager
Oracle VM Software
The Oracle VM software can be downloaded from the Oracle E-Delivery Web site for Oracle
Linux and Oracle VM.
Oracle VM Server
The Oracle VM Server software is a bare-metal installation, which means it is installed directly
on to the server with no initial OS installation. After placing the CD into the drive and starting
the server you are presented with the boot screen. Press the "Return" key to continue.
If you need to do a media test, then tab to the "OK" button and press the "Return" key, otherwise
tab to the "Skip" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 2
Select the required keyboard layout, tab to the "OK" button and press the "Return" key.
To accept the license agreement, tab to the "Accept" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 3
Confirm the partitioning warning by tabbing to the "Yes" button and pressing the "Return" key.
Select the correct drive, tab to the "OK" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 4
On the warning screen, tab to the "Yes" button and press the "Return" key.
If you wish to review the partitioning layout, tab to the "Yes" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 5
If you are happy with the partition layout, tab to the "OK" button and press the "Return" key.
Select the preferred boot loader configuration, then tab to the "OK" button and press the
"Return" key.
PREPARED BY RAVI KUMAR LANKE Page 6
Select the network interface for the management interface, tab to the "OK" button and press the
"Return" key.
Enter the relevant network configuration, tab to the "OK" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 7
Enter the gateway and DNS information, tab to the "OK" button and press the "Return" key.
Enter the hostname information, tab to the "OK" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 8
Select the relevant timezone, tab to the "OK" button and press the "Return" key.
Enter the agent password, tab to the "OK" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 9
Enter the root password, tab to the "OK" button and press the "Return" key.
On the review screen, tab to the "OK" button and press the "Return" key.
PREPARED BY RAVI KUMAR LANKE Page 10
Wait while the installation takes place.
Once complete, press the "Return" key to reboot the server.
PREPARED BY RAVI KUMAR LANKE Page 11
You are then presented with the console screen.
Log in to use the command line for management tasks, or install the Oracle VM Manager
software on a separate server.
Oracle VM Manager
The Oracle VM Manager is installed on a separate server running 64-bit Linux. In this article it
was installed on Oracle Enterprise Linux (OEL) 5.7 (64-bit) with a minimum of 2G RAM, 4G
swap and firewall and secure Linux disabled. The OEL installation included the following
package groups:
 GNOME Desktop Environment
 Editors
PREPARED BY RAVI KUMAR LANKE Page 12
 Graphical Internet
 Text-based Internet
 Development Libraries
 Development Tools
 Server Configuration Tools
 Administration Tools
 Base
 System Tools
 X Window System
An example of this type of Linux installations can be seen here.
Install the "oracle-validated" package to perform most of the prerequisite setup. Follow the
instructions at http://public-yum.oracle.com to setup the yum repository for OL, then perform the
following command.
# yum install oracle-validated
Create the "/u01" mountpoint and change its ownership to "oracle".
# mkdir /u01
# chown oracle:oinstall /u01
Mount the OVM media as the "root" user.
# # Real CD or DVD.
# mkdir /media/cdrom
# mount /dev/cdrom /media/cdrom
# # ISO image.
# mkdir /media/cdrom
# mount -o loop,ro OracleVM-Manager-3.0.1.iso /media/cdrom
Then start the installation as the "root" user. The installation requires decisions to be made about
the type of installation along with several passwords. The user entry for this installation is shown
in bold.
# cd /media/cdrom
# sh runInstaller.sh
Oracle VM Manager Release 3.0.1 Installer
Oracle VM Manager Installer log file:
/tmp/ovmm-installer.selfextract_Cv7872/install-2011-08-27-155850.log
Please select an installation type:
1: Simple
2: Standard
3: Uninstall
4: Help
Select Number (1-4): 2
PREPARED BY RAVI KUMAR LANKE Page 13
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): 1
Enter the Oracle Database SYSTEM password:
Enter the Oracle Database SYSTEM password (confirm):
Enter the Oracle Application Express (APEX) port [8080]:
Enter the Oracle Database listener port [1521]:
Enter the Oracle VM Manager database schema [ovs]:
Enter the Oracle VM Manager database schema password:
Enter the Oracle VM Manager database schema password (confirm):
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 ...
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 ...
PREPARED BY RAVI KUMAR LANKE Page 14
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 : 0004fb0000010000b49bbb23e96fd5c6
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.
PREPARED BY RAVI KUMAR LANKE Page 15
Oracle VM Manager UI:
http://ovm-manager.localdomain:7001/ovm/console
https://ovm-manager.localdomain: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.
#
The Oracle VM Manager can then be accessed from the address listed at the end of the
installation (https://ovm-manager.localdomain:7002/ovm/console).
Log in using the "admin" user along with the password entered during the installation.
PREPARED BY RAVI KUMAR LANKE Page 16

Contenu connexe

Tendances

Install sccm 2007 on windows server 2008 r2 – step by step
Install sccm 2007 on windows server 2008 r2 – step by stepInstall sccm 2007 on windows server 2008 r2 – step by step
Install sccm 2007 on windows server 2008 r2 – step by stepd0wonload
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installationAmit Sharma
 
Guidlines sitecore9 installation
Guidlines sitecore9 installationGuidlines sitecore9 installation
Guidlines sitecore9 installationPRADEEP GUPTA
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Taoufik AIT HSAIN
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
Epm 1 2_2_instl_config
Epm 1 2_2_instl_configEpm 1 2_2_instl_config
Epm 1 2_2_instl_configDeeksha Gupta
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1rossodavide
 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installationOsama Mustafa
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation stepsDharmaraj Borse
 
VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038vmukti
 
Installing and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role ServerInstalling and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role ServerSolarWinds
 
Global anti passback
Global anti passbackGlobal anti passback
Global anti passbackTSOLUTIONS
 
How to create an identifeye ar game – tech specs
How to create an identifeye ar game – tech specsHow to create an identifeye ar game – tech specs
How to create an identifeye ar game – tech specsOnno Hansen-Staszyński
 
Dell open manage essentials install
Dell open manage essentials installDell open manage essentials install
Dell open manage essentials installSvetlana Kachintseva
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointDani Royman Simanjuntak
 
Sap ep 7.0 install
Sap ep 7.0 installSap ep 7.0 install
Sap ep 7.0 installdkeerthan
 
Oracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASMOracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASMArun Sharma
 
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bitOracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bitMohammed Raouf
 

Tendances (20)

Install sccm 2007 on windows server 2008 r2 – step by step
Install sccm 2007 on windows server 2008 r2 – step by stepInstall sccm 2007 on windows server 2008 r2 – step by step
Install sccm 2007 on windows server 2008 r2 – step by step
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
 
Guidlines sitecore9 installation
Guidlines sitecore9 installationGuidlines sitecore9 installation
Guidlines sitecore9 installation
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
Epm 1 2_2_instl_config
Epm 1 2_2_instl_configEpm 1 2_2_instl_config
Epm 1 2_2_instl_config
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installation
 
Installation
InstallationInstallation
Installation
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation steps
 
VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038
 
Installing and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role ServerInstalling and Configuring SolarWinds Patch Manager Automation Role Server
Installing and Configuring SolarWinds Patch Manager Automation Role Server
 
Global anti passback
Global anti passbackGlobal anti passback
Global anti passback
 
How to create an identifeye ar game – tech specs
How to create an identifeye ar game – tech specsHow to create an identifeye ar game – tech specs
How to create an identifeye ar game – tech specs
 
Dell open manage essentials install
Dell open manage essentials installDell open manage essentials install
Dell open manage essentials install
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access Point
 
Sap ep 7.0 install
Sap ep 7.0 installSap ep 7.0 install
Sap ep 7.0 install
 
Oracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASMOracle 12cR2 Installation On Linux With ASM
Oracle 12cR2 Installation On Linux With ASM
 
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bitOracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
 

En vedette

ekonomista 2.0 - N.º 8 (eusk)
ekonomista 2.0 - N.º 8 (eusk)ekonomista 2.0 - N.º 8 (eusk)
ekonomista 2.0 - N.º 8 (eusk)ekonomistak
 
Интернет-маркетинг для салонов красоты
Интернет-маркетинг для салонов красотыИнтернет-маркетинг для салонов красоты
Интернет-маркетинг для салонов красотыFert
 
eBook: Reductions in Force - A Ten Point Inspection
eBook: Reductions in Force - A Ten Point InspectioneBook: Reductions in Force - A Ten Point Inspection
eBook: Reductions in Force - A Ten Point InspectionThomas Econometrics
 
Creating master and work repository
Creating master and work repositoryCreating master and work repository
Creating master and work repositoryRavi Kumar Lanke
 
游戏运营(第三讲)
游戏运营(第三讲)游戏运营(第三讲)
游戏运营(第三讲)www.emean.com
 
Analytics work space manager installation
Analytics work space manager installationAnalytics work space manager installation
Analytics work space manager installationRavi Kumar Lanke
 
Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12
Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12
Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12Atrivé
 
СПА-Форум в Новосибирске, Мир новых возможностей Интернета
СПА-Форум в Новосибирске, Мир новых возможностей ИнтернетаСПА-Форум в Новосибирске, Мир новых возможностей Интернета
СПА-Форум в Новосибирске, Мир новых возможностей ИнтернетаFert
 
ОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯ
ОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯ
ОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯFert
 
Casting a Sensible Vote
Casting a Sensible VoteCasting a Sensible Vote
Casting a Sensible VoteAndeel Ali
 
Globalization leadership and improvement in schools chris green - day 1-sess...
Globalization leadership and improvement in schools  chris green - day 1-sess...Globalization leadership and improvement in schools  chris green - day 1-sess...
Globalization leadership and improvement in schools chris green - day 1-sess...Fadi Nijem , MBA, MSc, CM, CPT, CCSE
 
Kaj obeta Google Plus poslovnim uporabnikom?
Kaj obeta Google Plus poslovnim uporabnikom?Kaj obeta Google Plus poslovnim uporabnikom?
Kaj obeta Google Plus poslovnim uporabnikom?Urska Saletinger
 

En vedette (20)

Rendement is meer dan alleen het verbeteren van het energielabel
Rendement is meer dan alleen het verbeteren van het energielabelRendement is meer dan alleen het verbeteren van het energielabel
Rendement is meer dan alleen het verbeteren van het energielabel
 
ekonomista 2.0 - N.º 8 (eusk)
ekonomista 2.0 - N.º 8 (eusk)ekonomista 2.0 - N.º 8 (eusk)
ekonomista 2.0 - N.º 8 (eusk)
 
Интернет-маркетинг для салонов красоты
Интернет-маркетинг для салонов красотыИнтернет-маркетинг для салонов красоты
Интернет-маркетинг для салонов красоты
 
Tevii
TeviiTevii
Tevii
 
eBook: Reductions in Force - A Ten Point Inspection
eBook: Reductions in Force - A Ten Point InspectioneBook: Reductions in Force - A Ten Point Inspection
eBook: Reductions in Force - A Ten Point Inspection
 
Creating master and work repository
Creating master and work repositoryCreating master and work repository
Creating master and work repository
 
1.1a rasional pengembangan k2013
1.1a    rasional pengembangan k20131.1a    rasional pengembangan k2013
1.1a rasional pengembangan k2013
 
游戏运营(第三讲)
游戏运营(第三讲)游戏运营(第三讲)
游戏运营(第三讲)
 
Analytics work space manager installation
Analytics work space manager installationAnalytics work space manager installation
Analytics work space manager installation
 
Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12
Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12
Inleiding R. Scherpenisse Event Verschil maken in de buurt 01 02 12
 
СПА-Форум в Новосибирске, Мир новых возможностей Интернета
СПА-Форум в Новосибирске, Мир новых возможностей ИнтернетаСПА-Форум в Новосибирске, Мир новых возможностей Интернета
СПА-Форум в Новосибирске, Мир новых возможностей Интернета
 
Energiebesparing met prestatiecontracten
Energiebesparing met prestatiecontractenEnergiebesparing met prestatiecontracten
Energiebesparing met prestatiecontracten
 
Azbox
AzboxAzbox
Azbox
 
ОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯ
ОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯ
ОСОБЕННОСТИ СОВРЕМЕННОГО ПОИСКОВОГО ПРОДВИЖЕНИЯ
 
Globalsat
GlobalsatGlobalsat
Globalsat
 
Casting a Sensible Vote
Casting a Sensible VoteCasting a Sensible Vote
Casting a Sensible Vote
 
Globalization leadership and improvement in schools chris green - day 1-sess...
Globalization leadership and improvement in schools  chris green - day 1-sess...Globalization leadership and improvement in schools  chris green - day 1-sess...
Globalization leadership and improvement in schools chris green - day 1-sess...
 
Informatica client
Informatica clientInformatica client
Informatica client
 
Tata nano
Tata nanoTata nano
Tata nano
 
Kaj obeta Google Plus poslovnim uporabnikom?
Kaj obeta Google Plus poslovnim uporabnikom?Kaj obeta Google Plus poslovnim uporabnikom?
Kaj obeta Google Plus poslovnim uporabnikom?
 

Similaire à Oracle vm-installation

Oracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeOracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeRavi Kumar Lanke
 
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Arun Sharma
 
Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7Ravi Kumar Lanke
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxVenu Palakolanu
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cRakesh Gujjarlapudi
 
Oracle VM 3.4.1 Installation
Oracle VM 3.4.1 InstallationOracle VM 3.4.1 Installation
Oracle VM 3.4.1 InstallationSimo Vilmunen
 
Soa bpm standalone_installation
Soa bpm standalone_installationSoa bpm standalone_installation
Soa bpm standalone_installationK Kumar Guduru
 
Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210raman pattanaik
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Voeurng Sovann
 
Oracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure InstallationOracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure InstallationMonowar Mukul
 
SafePeak Installation guide
SafePeak Installation guideSafePeak Installation guide
SafePeak Installation guideVladi Vexler
 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMLaurent Leturgez
 

Similaire à Oracle vm-installation (20)

Oracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeOracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgrade
 
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
Oracle Enterprise Manager Cloud Control 13c13.3 Installation On Oracle Linux-7
 
Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7Installing oracle database 11g on windows 7
Installing oracle database 11g on windows 7
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
 
Oracle WebLogic
Oracle WebLogicOracle WebLogic
Oracle WebLogic
 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
 
Oracle VM 3.4.1 Installation
Oracle VM 3.4.1 InstallationOracle VM 3.4.1 Installation
Oracle VM 3.4.1 Installation
 
Soa bpm standalone_installation
Soa bpm standalone_installationSoa bpm standalone_installation
Soa bpm standalone_installation
 
Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
 
Oracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure InstallationOracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure Installation
 
Introduction to OBIEE 11g
Introduction to OBIEE 11gIntroduction to OBIEE 11g
Introduction to OBIEE 11g
 
SafePeak Installation guide
SafePeak Installation guideSafePeak Installation guide
SafePeak Installation guide
 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VM
 
Linux vm in_v_box
Linux vm in_v_boxLinux vm in_v_box
Linux vm in_v_box
 
Linux vm in_v_box
Linux vm in_v_boxLinux vm in_v_box
Linux vm in_v_box
 
Oracle vm upgradation
Oracle vm upgradationOracle vm upgradation
Oracle vm upgradation
 

Plus de Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessionsRavi Kumar Lanke
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Ravi Kumar Lanke
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseRavi Kumar Lanke
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Ravi Kumar Lanke
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Ravi Kumar Lanke
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitRavi Kumar Lanke
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Ravi Kumar Lanke
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Ravi Kumar Lanke
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac addressRavi Kumar Lanke
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406Ravi Kumar Lanke
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitRavi Kumar Lanke
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Ravi Kumar Lanke
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windowsRavi Kumar Lanke
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...Ravi Kumar Lanke
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task managerRavi Kumar Lanke
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksRavi Kumar Lanke
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerceRavi Kumar Lanke
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerRavi Kumar Lanke
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser titleRavi Kumar Lanke
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle databaseRavi Kumar Lanke
 

Plus de Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 

Dernier

Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 

Dernier (20)

Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 

Oracle vm-installation

  • 1. PREPARED BY RAVI KUMAR LANKE Page 1 Oracle VM (3.0.1) Installation This article gives a brief overview of the installation of Oracle VM Server and Oracle VM Manager version 3.0.1 (64-bit).  Oracle VM Software  Oracle VM Server  Oracle VM Manager Oracle VM Software The Oracle VM software can be downloaded from the Oracle E-Delivery Web site for Oracle Linux and Oracle VM. Oracle VM Server The Oracle VM Server software is a bare-metal installation, which means it is installed directly on to the server with no initial OS installation. After placing the CD into the drive and starting the server you are presented with the boot screen. Press the "Return" key to continue. If you need to do a media test, then tab to the "OK" button and press the "Return" key, otherwise tab to the "Skip" button and press the "Return" key.
  • 2. PREPARED BY RAVI KUMAR LANKE Page 2 Select the required keyboard layout, tab to the "OK" button and press the "Return" key. To accept the license agreement, tab to the "Accept" button and press the "Return" key.
  • 3. PREPARED BY RAVI KUMAR LANKE Page 3 Confirm the partitioning warning by tabbing to the "Yes" button and pressing the "Return" key. Select the correct drive, tab to the "OK" button and press the "Return" key.
  • 4. PREPARED BY RAVI KUMAR LANKE Page 4 On the warning screen, tab to the "Yes" button and press the "Return" key. If you wish to review the partitioning layout, tab to the "Yes" button and press the "Return" key.
  • 5. PREPARED BY RAVI KUMAR LANKE Page 5 If you are happy with the partition layout, tab to the "OK" button and press the "Return" key. Select the preferred boot loader configuration, then tab to the "OK" button and press the "Return" key.
  • 6. PREPARED BY RAVI KUMAR LANKE Page 6 Select the network interface for the management interface, tab to the "OK" button and press the "Return" key. Enter the relevant network configuration, tab to the "OK" button and press the "Return" key.
  • 7. PREPARED BY RAVI KUMAR LANKE Page 7 Enter the gateway and DNS information, tab to the "OK" button and press the "Return" key. Enter the hostname information, tab to the "OK" button and press the "Return" key.
  • 8. PREPARED BY RAVI KUMAR LANKE Page 8 Select the relevant timezone, tab to the "OK" button and press the "Return" key. Enter the agent password, tab to the "OK" button and press the "Return" key.
  • 9. PREPARED BY RAVI KUMAR LANKE Page 9 Enter the root password, tab to the "OK" button and press the "Return" key. On the review screen, tab to the "OK" button and press the "Return" key.
  • 10. PREPARED BY RAVI KUMAR LANKE Page 10 Wait while the installation takes place. Once complete, press the "Return" key to reboot the server.
  • 11. PREPARED BY RAVI KUMAR LANKE Page 11 You are then presented with the console screen. Log in to use the command line for management tasks, or install the Oracle VM Manager software on a separate server. Oracle VM Manager The Oracle VM Manager is installed on a separate server running 64-bit Linux. In this article it was installed on Oracle Enterprise Linux (OEL) 5.7 (64-bit) with a minimum of 2G RAM, 4G swap and firewall and secure Linux disabled. The OEL installation included the following package groups:  GNOME Desktop Environment  Editors
  • 12. PREPARED BY RAVI KUMAR LANKE Page 12  Graphical Internet  Text-based Internet  Development Libraries  Development Tools  Server Configuration Tools  Administration Tools  Base  System Tools  X Window System An example of this type of Linux installations can be seen here. Install the "oracle-validated" package to perform most of the prerequisite setup. Follow the instructions at http://public-yum.oracle.com to setup the yum repository for OL, then perform the following command. # yum install oracle-validated Create the "/u01" mountpoint and change its ownership to "oracle". # mkdir /u01 # chown oracle:oinstall /u01 Mount the OVM media as the "root" user. # # Real CD or DVD. # mkdir /media/cdrom # mount /dev/cdrom /media/cdrom # # ISO image. # mkdir /media/cdrom # mount -o loop,ro OracleVM-Manager-3.0.1.iso /media/cdrom Then start the installation as the "root" user. The installation requires decisions to be made about the type of installation along with several passwords. The user entry for this installation is shown in bold. # cd /media/cdrom # sh runInstaller.sh Oracle VM Manager Release 3.0.1 Installer Oracle VM Manager Installer log file: /tmp/ovmm-installer.selfextract_Cv7872/install-2011-08-27-155850.log Please select an installation type: 1: Simple 2: Standard 3: Uninstall 4: Help Select Number (1-4): 2
  • 13. PREPARED BY RAVI KUMAR LANKE Page 13 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): 1 Enter the Oracle Database SYSTEM password: Enter the Oracle Database SYSTEM password (confirm): Enter the Oracle Application Express (APEX) port [8080]: Enter the Oracle Database listener port [1521]: Enter the Oracle VM Manager database schema [ovs]: Enter the Oracle VM Manager database schema password: Enter the Oracle VM Manager database schema password (confirm): 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 ... 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 ...
  • 14. PREPARED BY RAVI KUMAR LANKE Page 14 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 : 0004fb0000010000b49bbb23e96fd5c6 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.
  • 15. PREPARED BY RAVI KUMAR LANKE Page 15 Oracle VM Manager UI: http://ovm-manager.localdomain:7001/ovm/console https://ovm-manager.localdomain: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. # The Oracle VM Manager can then be accessed from the address listed at the end of the installation (https://ovm-manager.localdomain:7002/ovm/console). Log in using the "admin" user along with the password entered during the installation.
  • 16. PREPARED BY RAVI KUMAR LANKE Page 16