虚拟机:VMware 10
操做系统:Linux 64位
数据库:Oracle 11g R2
本地机器:Win 7 64位
虚拟机上网方式选择Host-only,虚机网卡的IP设置为192.168.0.18,本地机器VMware Network Adapter VMnet1
的IP设为192.168.0.11,虚机与主机能互ping,主机telnet 192.168.0.18 1158也能经过,虚机与主机的防火墙
都已关闭,本地hosts文件已加入了虚拟机的域名与IP地址的映射。
在虚机启动企业管理器后,在虚拟机上能够访问企业管理器控制台,可是本地浏览器没法访问。
数据库
在本地浏览器输入的地址为https://oracle.example.com:5500/em/console/aboutApplication
使用的火狐浏览器,显示的错误缘由为:ssl_error_weak_server_cert_key,IE浏览器基本无提示
经查阅资料,关闭EM的SSL,就能够访问。
[oracle@oracle ~]$ emctl unsecure dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
https://oracle.example.com:5500/em/console/aboutApplication
Configuring DBConsole for HTTP... Done.
DBCONSOLE successfully stopped... Done.
Agent is already stopped... Done.
Unsecuring dbconsole... Started.
DBConsole is now unsecured... Done.
Unsecuring dbconsole... Sucessful.
DBCONSOLE successfully restarted... Done.
[oracle@oracle ~]$浏览器