ovm安裝過程及中斷處理
伺服器記憶體>1550M
執行安裝oracle的指令碼,/u01
cat /etc/security/limits.conf
oracle soft nofile 8192
安裝過程中斷,處理
刪除/u01目錄,新建
[root@ovm /]# rm -rf /u01/
[root@ovm /]# mkdir -p /u01
[root@ovm /]# chown -R oracle:oinstall /u01
[root@ovm /]# chmod -R 775 /u01
Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
Prerequisite verification failed, please manually remove your MySQL server RPM package, also remove MySQL home directory "/u01/app/oracle/mysql/data" if it exists.
[root@ovm mnt]# rpm -qa | grep mysql
[root@ovm mnt]# rpm -qa | grep MySQL
MySQL-shared-compat-advanced-5.5.27-1.el6.x86_64
MySQL-server-advanced-5.5.27-1.el6.x86_64
MySQL-shared-advanced-5.5.27-1.el6.x86_64
MySQL-client-advanced-5.5.27-1.el6.x86_64
MySQL-devel-advanced-5.5.27-1.el6.x86_64
[root@ovm media]# yum remove MySQL-shared-compat-advanced-5.5.27-1.el6.x86_64 MySQL-server-advanced-5.5.27-1.el6.x86_64 MySQL-shared-advanced-5.5.27-1.el6.x86_64 MySQL-client-advanced-5.5.27-1.el6.x86_64 MySQL-devel-advanced-5.5.27-1.el6.x86_64
Loaded plugins: refresh-packagekit
Setting up Remove Process
Resolving Dependencies
Root1234
[root@ovm mnt]# ./runInstaller.sh
Oracle VM Manager Release 3.2.2 Installer
Oracle VM Manager Installer log file:
/tmp/ovm-manager-3-install-2013-10-24-225441.log
Please select an installation type:
1: Simple (includes database if necessary)
2: Custom (using existing Oracle database)
3: Uninstall
4: Help
Select Number (1-4): 1
Starting production with local database installation ...
Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
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 Software...
Installing Database Software...
Retrieving MySQL Database 5.5 ...
Unzipping MySQL RPM File ...
Installing MySQL 5.5 RPM package ...
Configuring MySQL Database 5.5 ...
Installing MySQL backup RPM package ...
Step 2 of 9 : Java ...
Installing Java ...
Step 3 of 9 : Database schema ...
Creating database 'ovs' ...
Creating user 'ovs' for database '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 ...
Installing Oracle ADF Patch...
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 ...
Granting ovm-admin role to user 'admin' ...
Set Log Rotation ...
Disabling HTTP and enabling HTTPS...
Configuring Https Identity and Trust...
Configuring Weblogic parameters...
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 ...
Retrieving Oracle VM Manager CLI tool ...
Extracting Oracle VM Manager CLI tool...
Installing Oracle VM Manager CLI 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 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 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 : 0004fb000001000015a6df8a4d581224
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://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_configAZFkFd.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26972107/viewspace-774965/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Nucleus中斷處理過程!!!!
- MYSQL匯入中斷處理過程MySql
- Mysql安裝過程問題總結及處理方法MySql
- PHP5.2.4安裝中出現問題及處理過程PHP
- Linux 核心處理中斷全過程解析Linux
- Linux Yum 安裝失敗處理過程整理Linux
- 分散裝運處理的過程
- oracle儲存過程中單引號及字串拼接處理Oracle儲存過程字串
- python中PCA的處理過程PythonPCA
- DOM在Ahooks中的處理過程Hook
- 中斷和中斷處理程式
- Nginx的介紹及安裝過程Nginx
- npm 安裝錯誤及處理方法NPM
- rman建立catalog過程及問題處理
- Oracle 18c rpm 安裝及解析安裝過程Oracle
- Nebula 2.5.0安裝過程及遇到的坑
- Webpack安裝配置及打包詳細過程Web
- 異常處理過程
- mysql5.7安裝及問題處理MySql
- Mysql安裝過程中遇到的問題及解決辦法MySql
- AIX系統中安裝TSM過程AI
- OGG 配置過程中的錯誤處理
- ORACLE-00600 4194 斷電undo損壞處理過程Oracle
- APK安裝過程APK
- DML 語句處理過程
- oracle處理SQL的過程OracleSQL
- elk(單機)安裝過程中遇到的問題及解決方法
- Oracle RAC之--安裝過程中碰到的問題及解決方法Oracle
- 安裝yeoman,grunt過程中的問題
- STATSPACK安裝過程中遇到的問題
- 【故障處理】一次RAC故障處理過程
- 理論+實驗 詳解Oracle安裝部署過程Oracle
- Zookeeper 在Windows下的安裝過程及測試Windows
- Solaris10整合apache與php過程及出錯處理ApachePHP
- webpack的安裝過程Web
- selenium安裝過程
- Cocoapods安裝過程
- 【一】TYPORA安裝過程