返回顶部
首页 > 资讯 > 数据库 >OracleVM Manager 安装
  • 634
分享到

OracleVM Manager 安装

2024-04-02 19:04:59 634人浏览 独家记忆
摘要

1. requirement  cpu: at least  2  memory: at least 2048M2. 挂载安装介质mount -o loop

1. requirement

  cpu: at least  2

  memory: at least 2048M


2. 挂载安装介质

mount -o loop,ro oracleVMM-3.4.2.iso /mnt
cd /mnt

3. 安装依赖包

yum -y install zip unzip nuMactl perl

4. 创建用户和组

useradd oracle
echo oracle | passwd --stdin oracle
groupadd dba
usermod -G dba oracle

5. 配置limits.conf文件

echo "
oracle soft nofile 8192
oracle hard nofile 8192
oracle soft nproc 4096
oracle hard nproc 4096
oracle soft core unlimited
oracle hard core unlimited
" >> /etc/security/limits.conf

注:以上5步执行createOracle.sh脚本会自动执行


6. Oracle VM Manager install 基本是自动执行

[root@localhost mnt]# sh ./runInstaller.sh

Oracle VM Manager Release 3.4.2 Installer


Oracle VM Manager Installer log file:

/var/log/ovmm/ovm-manager-3-install-2017-03-24-000742.log


Please select an installation type:

   1: Install

   2: Upgrade

   3: Uninstall

   4: Help


   Select Number (1-4): 1


Verifying installation prerequisites ...

*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local Mysql DB is 7680 MB RAM


Starting production with local database installation ...


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


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


Verifying configuration ...


Start installing Oracle VM Manager:

   1: Continue

   2: Abort


   Select Number (1-2): 1


Step 1 of 7 : Database Software ...

Installing Database Software...

Retrieving mysql Database 5.6 ...

Unzipping Mysql RPM File ...

Installing MySQL 5.6 RPM package ...

Configuring MySQL Database 5.6 ...

Installing MySQL backup RPM package ...


Step 2 of 7 : Java ...

Installing Java ...


Step 3 of 7 : WEBLogic and ADF ...

Retrieving Oracle WebLogic Server 12c and ADF ...

Installing Oracle WebLogic Server 12c and ADF ...

Applying patches to Weblogic ...

Applying patch to ADF ...


Step 4 of 7 : Oracle VM ...

Installing Oracle VM Manager Core ...

Retrieving Oracle VM Manager Application ...

Extracting Oracle VM Manager Application ...


Retrieving Oracle VM Manager Upgrade tool ...

Extracting Oracle VM Manager Upgrade tool ...

Installing Oracle VM Manager Upgrade tool ...


Retrieving Oracle VM Manager CLI tool ...

Extracting Oracle VM Manager CLI tool...

Installing Oracle VM Manager CLI tool ...

Installing Oracle VM Manager WLST Scripts ...


Step 5 of 7 : Domain creation ...

Creating domain ...


Step 6 of 7 : Oracle VM Tools ...


Retrieving Oracle VM Manager shell & api ...

Extracting Oracle VM Manager Shell & API ...

Installing Oracle VM Manager Shell & API ...


Retrieving Oracle VM Manager Wsh tool ...

Extracting Oracle VM Manager Wsh tool ...

Installing Oracle VM Manager Wsh tool ...


Retrieving Oracle VM Manager Tools ...

Extracting Oracle VM Manager Tools ...

Installing Oracle VM Manager Tools ...


Retrieving ovmcore-console ...

Installing ovmcore-console RPM package ...

Copying Oracle VM Manager shell to '/usr/bin/ovm_shell.sh' ...

Installing ovm_admin.sh in '/u01/app/oracle/ovm-manager-3/bin' ...

Installing ovm_upgrade.sh in '/u01/app/oracle/ovm-manager-3/bin' ...


Step 7 of 7 : Start OVM Manager ...

Enabling Oracle VM Manager service ...

Shutting down Oracle VM Manager instance ...

Starting Oracle VM Manager instance ...


Please wait while WebLogic configures the applications...

Trying to connect to core via ovmwsh (attempt 1 of 20) ...

Trying to connect to core via ovmwsh (attempt 2 of 20) ...

Trying to connect to core via ovm_shell (attempt 1 of 5)...

Oracle VM Manager installed.


Installation Summary

--------------------

Database configuration:

  Database type               : MySQL

  Database host name          : localhost

  Database name               : ovs

  Database listener port      : 49500

  Database user               : ovs


Weblogic Server configuration:

  Administration username     : weblogic


Oracle VM Manager configuration:

  Username                    : admin

  Core management port        : 54321

  UUID                        : 0004fb00000100006272a6cb54d2f1c0



Passwords:

There are no default passwords for any users. The passwords to use for Oracle VM Manager, Database, and Oracle WebLogic Server have been set by you during this installation. In the case of a default install, all passwords are the same.


Oracle VM Manager UI:

  https://10.20.3.34:7002/ovm/console

Log in with the user 'admin', and the password you set during the installation.


For more infORMation about Oracle Virtualization, please visit:

  Http://www.oracle.com/virtualization/


Oracle VM Manager installation complete.


Please remove configuration file /tmp/ovm_configSVOH7Q.


您可能感兴趣的文档:

--结束END--

本文标题: OracleVM Manager 安装

本文链接: https://lsjlt.com/news/52012.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作