emctl start dbconsole fails [message #307957] |
Thu, 20 March 2008 09:37 |
dirk.wegener
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
Hello all out there,
I have a big Problem with the Installation of OEM on a SUN Solaris 10 machine.
I have configured the dbcontrol an created the repository.
But at the end when I want to start the dbconsole nothing happens.
Here are the commands I use.
emca -config dbcontrol db -repos create
after the Configuration an the repository Creation the command
emctl start dbconsole
fails with the exception:
EM Configuration issue. /u01/app/oracle/product/10.2.0_64/db_1/_<ORACLE_SID>
Under /u01/app/oracle/product/10.2.0_64/db_1/<HOST_NAME>_<ORACLE_SID> are created all configuration files an so on.
But when i wanted to start emctl takes the wrong path without the hostname.
I have tried everything from unsetting the timezone, configuring oem with dbca an so on.
ORACLE_HOME, ORACLE_SID, ORACLE_BASE is set correctly.
Every SUN Package oracle needs is on the machine.
Does anybody can say what went wrong?
|
|
|
|
|
Re: emctl start dbconsole fails [message #308674 is a reply to message #308076] |
Tue, 25 March 2008 03:19 |
dirk.wegener
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
@ebrian
Yes I have blown it away and restarted with a new configuration.
I have tried to configured it with dbca and with emca.
But what do you mean OEM configure manually?
With which commands?
@nandha
Ithink I have tried to set the enviroment variables coreectly.
But which environment settings do you mean especially?
|
|
|
|
|
|
|
Re: emctl start dbconsole fails [message #310854 is a reply to message #307957] |
Wed, 02 April 2008 11:25 |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
I'll suggest to rebuild your repository & dbconsole by following the below procedure:
1. SQL> alter user SYSMAN account lock;
2. SQL> drop user SYSMAN cascade;
3. SQL> alter user MGMT_VIEW account lock;
4. SQL> drop user MGMT_VIEW cascade;
5. $ emca -deconfig dbcontrol db -repos drop
6. $ emca -config dbcontrol db -repos create
Take care...
|
|
|
|
Re: emctl start dbconsole fails [message #311201 is a reply to message #307957] |
Thu, 03 April 2008 12:32 |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
dirk,
I see the foll. error message in your logfile:
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
03-Apr-2008 10:36:21 oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
03-Apr-2008 10:36:21 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
What is the result of the command
$ hostname
on your platform.
Run these commands :
$ ORACLE_HOSTNAME=myhost.domainname.com
$ export ORACLE_HOSTNAME
|
|
|
Re: emctl start dbconsole fails [message #311836 is a reply to message #311201] |
Mon, 07 April 2008 01:40 |
dirk.wegener
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
Thanks for the help by far...
I have set ORACLE_HOSTNAME with the full qualified Domainname.
After that I tried to start the dbconsole and another error appears...
oracle@sv0132 # emctl start dbconsole db
EM Configuration issue. /u01/app/oracle/product/10.2.0_64/db_1/_PDB80 not found.
My hostname is sv0132.
Any further ideas?
|
|
|
|
Re: emctl start dbconsole fails [message #312018 is a reply to message #311871] |
Mon, 07 April 2008 17:39 |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Did u just reset the domainname, i.e after i requested or was is set prior to my request? if it was set after, then u'll surely need to rebuild the em repo, i.e drop & create. If the domainname had been initially set, then wouldn't be necessary...
|
|
|
Re: emctl start dbconsole fails [message #312649 is a reply to message #312018] |
Wed, 09 April 2008 09:24 |
dirk.wegener
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
I have set the ORACLE_HOSTNAME to the fully qualified domainname tried to start the dbconsole and the described error appears.
After that with the same ORACLE_HOSTNAME I drop and create the em repo.
But the same error appears after I was trying to start the dbconsole.
|
|
|