如何在 Windows 和 Linux 中的 Oracle AS 10.1.3.4 中启动 Enterprise Manager(em) 控制台

发布于 2024-10-26 12:28:39 字数 357 浏览 1 评论 0原文

我已经安装了 Oracle AS 10.1.3.1,然后应用补丁将其升级到 10.1.3.4

此 OAS 配置为侦听端口 80。

当我启动 OPMN 后访问 http://localhost 时,我可以看到欢迎屏幕。

但现在我想登录 Enterprise Manager(em) 控制台,因此我转到 http://localhost/em 但此链接不起作用并显示:

未找到请求的 URL /em

在此服务器上找不到。

请告诉我如何在 OAS 10.1.3.4 中启动 em 控制台

I have installed Oracle AS 10.1.3.1 and then applied patch to upgrade it to 10.1.3.4

This OAS is configured to listen at port 80.

When I go to http://localhost after starting OPMN, i can wee the welcome screen.

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:

Not Found The requested URL /em was

not found on this server.

Please tell me how to start em console in OAS 10.1.3.4

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

何以心动 2024-11-02 12:28:39

首先,要验证您应该使用哪个端口(并且假设您没有重新配置它),您可以检查该文件:

portlist.ini

该文件可以在以下位置找到

ORACLE_APPLICATION_SERVER_HOME\install

:一旦您确定您使用的是正确的端口,您是否启动了控制台? (opmnctl start all命令不会启动AS控件)您可以尝试使用以下命令启动它:

ORACLE_APPLICATION_SERVER_HOME\opmn\bin\opmnctl startproc application=ascontrol

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:

ORACLE_APPLICATION_SERVER_HOME\opmn\bin\opmnctl startproc application=ascontrol
北座城市 2024-11-02 12:28:39

我的思绪回到几年前,所以这可能是完全错误的。

认为他们有自己的网络服务器,因此会在不同的端口上运行。尝试 1810。

您可能还想尝试 https 而不是 http。

因此,总而言之,请尝试:

http://localhost:1810/em

https://localhost:1810/em

如果这不起作用,请告诉我,我将删除此答案。 :-)

I'm casting my mind back a few years here, so this could be completely wrong.

I think that em had it's own web-server and so would have run on a different port. Try 1810.

You might also want to try https rather than http.

So, in conclusion, try:

http://localhost:1810/em

https://localhost:1810/em

If this doesn't work, please can you let me know and I'll delete this answer. :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文