Home » RDBMS Server » Enterprise Manager » Installaing OEM
Installaing OEM [message #265534] Thu, 06 September 2007 10:49 Go to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member
Hi

Redhat enterprise linux 3,Oracle - 10.2.0.1

Anybody can help me with installation of OEM from scratch.?
If somebody have any documents, Plz do send.

Thanks

Re: Installaing OEM [message #265537 is a reply to message #265534] Thu, 06 September 2007 11:00 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Do you want to Install Grid Control or OEM DBconsole?

OEM installed by default,theres no need to install OEM.Just start the service and open it in webbrowser.

$emctl start
$emctl status
Re: Installaing OEM [message #265540 is a reply to message #265537] Thu, 06 September 2007 11:13 Go to previous messageGo to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member
First of all I dont know the different between OEM Grid control and
OEM DBconsole.

I want to Install OEM on a Database Server.I mean want to use OEM on that server.

[ora_usr@oracle-dev ora_usr]$ emctl status
EM Configuration issue. /usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.
[ora_usr@oracle-dev ora_usr]$ emctl start
EM Configuration issue. /usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.



Thanks
Re: Installaing OEM [message #265547 is a reply to message #265540] Thu, 06 September 2007 11:18 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Whats your oracle_sid?

Set the enviromental variables.

export ORACLE_SID=......
export ORACLE_HOME.........
export ORACLE_BASE......

for example

ORACLE_BASE=/opt/oracle
ORACLE_HOME=/opt/oracle/10.2.0
ORACLE_SID=QLINK
Re: Installaing OEM [message #265550 is a reply to message #265547] Thu, 06 September 2007 11:28 Go to previous messageGo to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member
Yes I did that but have the same problem as before


[ora_usr@oracle-dev ora_usr]$ emctl start
EM Configuration issue. /usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.
[ora_usr@oracle-dev ora_usr]$ emctl status
EM Configuration issue. /usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.


Regards


Re: Installaing OEM [message #265565 is a reply to message #265550] Thu, 06 September 2007 11:44 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Post the result of these queries

lsnrctl status
sqlplus /as sysdba
Re: Installaing OEM [message #265566 is a reply to message #265565] Thu, 06 September 2007 11:47 Go to previous messageGo to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member

[ora_usr@oracle-dev ora_usr]$ lsnrctl status

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 06-SEP-2007 12:44:30

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-12541: TNS:no listener
 TNS-12560: TNS:protocol adapter error
  TNS-00511: No listener
   Linux Error: 2: No such file or directory
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle-dev)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date                17-JUL-2007 10:22:38
Uptime                    51 days 2 hr. 21 min. 52 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /usr/local/oracle/product/10.2.0/Db_1/network/admin/listener.ora
Listener Log File         /usr/local/oracle/product/10.2.0/Db_1/network/log/listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle-dev)(PORT=1521)))
Services Summary...
Service "MODVMXLA" has 1 instance(s).
  Instance "MODVMXLA", status READY, has 1 handler(s) for this service...
Service "MODVMXLAXDB" has 1 instance(s).
  Instance "MODVMXLA", status READY, has 1 handler(s) for this service...
Service "MODVMXLA_XPT" has 1 instance(s).
  Instance "MODVMXLA", status READY, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "myodbc" has 1 instance(s).
  Instance "myodbc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully

Re: Installaing OEM [message #265569 is a reply to message #265534] Thu, 06 September 2007 11:52 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
use CUT & PASTE plus use of <code tags> to show results of following:

id
env | sort
Re: Installaing OEM [message #265571 is a reply to message #265566] Thu, 06 September 2007 11:54 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
POST THESE
$ echo $ORACLE_SID
QLINK
$ echo $ORACLE_HOME
/opt/oracle/10.2.0
$ echo $ORACLE_BASE
/opt/oracle
$


check it

http://download-west.oracle.com/docs/cd/B10501_01/em.920/a96676/trouble.htm
Re: Installaing OEM [message #265581 is a reply to message #265571] Thu, 06 September 2007 12:06 Go to previous messageGo to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member
 
[ora_usr@oracle-dev ora_usr]$ env | sort
_=/bin/env
EDITOR=vi
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/ora_usr
HOSTNAME=oracle-dev
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LD_LIBRARY_PATH=/usr/lib/::/usr/local/oracle/product/10.2.0/Db_1/lib
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=ora_usr
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
MAIL=/var/spool/mail/ora_usr
ODBCINI=/etc/odbc.ini
ODBCSYSINI=/etc
ORACLE_HOME=/usr/local/oracle/product/10.2.0/Db_1
ORACLE_SID=MODVMXLA
PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/oracle/product/10.2.0/Db_1/bin:/home/ora_usr/bin
PWD=/home/ora_usr
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_CLIENT=10.1.1.28 1134 22
SSH_CONNECTION=10.1.1.28 1134 192.168.4.11 22
SSH_TTY=/dev/pts/0
TERM=xterm
USER=ora_usr
[ora_usr@oracle-dev ora_usr]$ id
uid=500(ora_usr) gid=500(ora_usr) groups=500(ora_usr)
[ora_usr@oracle-dev ora_usr]$

[ora_usr@oracle-dev ora_usr]$ echo $ORACLE_SID
MODVMXLA
[ora_usr@oracle-dev ora_usr]$ echo $ORACLE_HOME
/usr/local/oracle/product/10.2.0/Db_1
[ora_usr@oracle-dev ora_usr]$ echo $ORACLE_BASE



My ORACLE_BASE is not set.
Re: Installaing OEM [message #265587 is a reply to message #265581] Thu, 06 September 2007 12:13 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Set Oracle_base and then try.
Re: Installaing OEM [message #265592 is a reply to message #265587] Thu, 06 September 2007 12:27 Go to previous messageGo to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member
what should be location of $ORACLE_BASE


Re: Installaing OEM [message #265597 is a reply to message #265592] Thu, 06 September 2007 12:42 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
/usr/local/oracle/
Re: Installaing OEM [message #265609 is a reply to message #265597] Thu, 06 September 2007 13:08 Go to previous messageGo to next message
babble
Messages: 25
Registered: July 2007
Location: new york
Junior Member
Still does not work
[ora_usr@oracle-dev product]$ emctl start
EM Configuration issue. /usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.
[ora_usr@oracle-dev product]$ emctl status
EM Configuration issue. /usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.
[ora_usr@oracle-dev product]$ echo $ORACLE_BASE
/usr/local/oracle
Re: Installaing OEM [message #265955 is a reply to message #265534] Sat, 08 September 2007 01:14 Go to previous messageGo to next message
Arju
Messages: 1554
Registered: June 2007
Location: Dhaka,Bangladesh. Mobile:...
Senior Member

/usr/local/oracle/product/10.2.0/Db_1/oracle-dev_MODVMXLA not found.
Re: Installaing OEM [message #265987 is a reply to message #265534] Sat, 08 September 2007 09:06 Go to previous message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

Hi,
You should recreate OEM repository again.

http://dbataj.blogspot.com/2007/01/oc4j-configuration-issue.html

Regards
Taj
Previous Topic: Bind Variables are defined as VARCHAR2 for table columns of CHAR data type in OCI
Next Topic: Login to EM , then database moves to mounted state
Goto Forum:
  


Current Time: Fri Apr 19 18:27:19 CDT 2024