如何在 Windows 和 Linux 中的 Oracle AS 10.1.3.4 中启动 Enterprise Manager(em) 控制台
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5415431/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to start Enterprise Manager(em) console in Oracle AS 10.1.3.4 in windows and linux
提问by Raj
I have installed Oracle AS 10.1.3.1 and then applied patch to upgrade it to 10.1.3.4
我已经安装了 Oracle AS 10.1.3.1,然后应用补丁将其升级到 10.1.3.4
This OAS is configured to listen at port 80.
此 OAS 配置为侦听端口 80。
When I go to http://localhost
after starting OPMN, i can wee the welcome screen.
当我http://localhost
在启动 OPMN 后进入时,我可以看到欢迎屏幕。
But now I want to login to Enterprise Manager(em) console so I go to http://localhost/em
but this link doesn't work and says:
但是现在我想登录到 Enterprise Manager(em) 控制台,所以我去http://localhost/em
但是这个链接不起作用并说:
Not Found The requested URL
/em
wasnot found on this server.
未找到请求的 URL
/em
是在此服务器上找不到。
Please tell me how to start em console in OAS 10.1.3.4
请告诉我如何在 OAS 10.1.3.4 中启动 em 控制台
回答by cagcowboy
I'm casting my mind back a few years here, so this could be completely wrong.
我在这里回想几年,所以这可能是完全错误的。
I thinkthat em had it's own web-server and so would have run on a different port. Try 1810.
我认为他们有自己的网络服务器,所以会在不同的端口上运行。试试1810。
You might also want to try https rather than http.
您可能还想尝试使用 https 而不是 http。
So, in conclusion, try:
因此,总而言之,请尝试:
If this doesn't work, please can you let me know and I'll delete this answer. :-)
如果这不起作用,请告诉我,我将删除此答案。:-)
回答by Ian Carpenter
Firstly to verify what port you should be using (and providing you haven't reconfigured it) you can check the file:
首先要验证您应该使用哪个端口(并且如果您没有重新配置它),您可以检查文件:
portlist.ini
which can be found at
可以在
ORACLE_APPLICATION_SERVER_HOME\install
Once you are sure that you are using the correct port, have you started the console? (opmnctl start all command doesn't start the AS control) You can try starting it using the following command:
一旦确定使用了正确的端口,是否启动了控制台?(opmnctl start all 命令并没有启动AS控件)您可以尝试使用以下命令启动它:
ORACLE_APPLICATION_SERVER_HOME\opmn\bin\opmnctl startproc application=ascontrol