Enterprise Manager Problem [message #271088] |
Sat, 29 September 2007 02:48 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
hi everybody...
I'm having trouble with my EM...
before, EM was connecting, but when i changed the computer name of the server suddenly it has no connection...
when i start the dbconsole, its looking for the old computer name...
pls. suggest whats the best solution...i need to change the computer name because i will give it to another new server..
thank you very much
|
|
|
|
|
Re: Enterprise Manager Problem [message #271292 is a reply to message #271159] |
Mon, 01 October 2007 03:12 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
one thing...
could you give me another link for the basics in remotely accessing EM...
although i could connect EM in the server itself but i could not connect using other computer...
thanks in advance...
|
|
|
|
Re: Enterprise Manager Problem [message #271312 is a reply to message #271299] |
Mon, 01 October 2007 04:31 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
sir,
i have followed it..although EM can be accessed in the server itself.but using a different PC is not connecting...
what possible configuration was missed?
|
|
|
|
|
|
Re: Enterprise Manager Problem [message #271357 is a reply to message #271333] |
Mon, 01 October 2007 07:30 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
sir michel,
Is not connecting does not mean anything.
Precise.
still i could not get your point...i had explained it in manner which what i think is precise...
thanks...
|
|
|
|
Re: Enterprise Manager Problem [message #271583 is a reply to message #271378] |
Tue, 02 October 2007 02:08 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
sir,
this is the message when connecting to the particular server using EM...
http://hostname1:port/em
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
If you typed the page address in the Address bar, make sure that it is spelled correctly.
To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
Click the Tools menu, and then click Internet Options.
On the Connections tab, click LAN Settings.
Select Automatically detect settings, and then click OK.
Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
Click the Back button to try another link.
Cannot find server or DNS Error
Internet Explorer
when i connect to other server with EM...
http://hostname2:port/em
Login
Login to Database:dbname
* User Name
* Password
Connect As NormalSYSOPERSYSDBA
Copyright © 1996, 2006, Oracle. All rights reserved.
|
|
|
|
|
|
Re: Enterprise Manager Problem [message #271659 is a reply to message #271088] |
Tue, 02 October 2007 06:55 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
C:\Documents and Settings\Administrator>emctl status dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://host:port/em/console/aboutApplication
Oracle Enterprise Manager 10g is running.
------------------------------------------------------------------
Logs are generated in directory E:\oracle\product\10.2.0\db_1/host_ORCL/sysman/log
|
|
|
Re: Enterprise Manager Problem [message #272395 is a reply to message #271659] |
Thu, 04 October 2007 19:39 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello bong,
When you say that you use this URL:
... by the way... this "hostname1" is a regular URL? Or it is something like:
==> http://computer1:1158/em
What I mean is: The format is...
a) http://dbsvr.mydomain.com:1158/em
b) http://computer1:1158/em
If you are on "computer1" and you issue URL like [b]... you will reach and get connection with the OEM server.
If you are on **other** computer and you issue URL like [b]... you will probably not get connected with the OEM server because this other computer does not know who is "computer1"... unless you are in a Microsoft NetBIOS environment or there is "computer1" definition in hosts file of this other computer.
Why this?
Because this URL should have the name resolved and in this case (URL type [b])... regular DNS server will not translate. Does not look like regular/tradicional URL... (I mean... a valid domain).
If [b] is your case... try to use IP address instead of name "computer1"... like below:
http://172.16.254.90:1158/em (just an example).
Regards,
mson77
|
|
|
Re: Enterprise Manager Problem [message #272688 is a reply to message #271088] |
Sat, 06 October 2007 04:03 |
bong
Messages: 13 Registered: September 2007
|
Junior Member |
|
|
sir mson77,
i had tried using IP several times but still the same..no connection..
by the way, the server is having another network card used for MS loopback adapter. enabling and disabling this did not create any good result..
thanks...
|
|
|
Re: Enterprise Manager Problem [message #272699 is a reply to message #271583] |
Sat, 06 October 2007 05:02 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello bong,
The error message below...
bong wrote on Tue, 02 October 2007 04:08 | http://hostname1:port/em
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
| tells you that:
1) Your computer can not reach "hostname1"; or
2) "port" (tcp port number) at hostname1 is firewalled (filtered/blocked);
3) Check your browser setting regarding connection and proxy setting;
What you can do:
1) At your computer... try to ping:If it is ok... then the route and name resolution is fine (you can use either name ou IP address from this computer to reach "hostname1");
2) Check firewall rules at hostname1 if the tcp port (1158 in my example) is opened;
What is the minimum expected:
1) As you said that you can browse OEM from hostname1... the OEM service is running;
2) Then at other computer you should receive at least an OEM web page independent of your oracle DB connection status connected or not;
Try to write here as much as complete and reliable information to get good help.
Regards,
mson77
|
|
|
|