DBAsupport.com Forums - Powered by vBulletin
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: problems with 10g R2 install on Linux

  1. #1
    Join Date
    Jul 2007
    Location
    NY, USA
    Posts
    18

    Question problems with 10g R2 install on Linux

    I've installed 10g Database R2 (and de/re-installed it) on my RHEL4 Linux system several times now, and I have the same errors come up each time that I had with a fresh install. For example, when I try to start the EM console:
    Code:
    $ $ORACLE_HOME/bin/emctl start dbconsole
    OC4J Configuration issue. /usr/local/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_[hostnme]_[sid] not found.
    When I try to configure the EM agent:
    Code:
    $ $ORACLE_HOME/bin/emctl config agent
    EM Configuration issue. /usr/local/oracle/product/10.2.0/db_1/[hostnme]_[sid] not found.
    When I try to recreate the EM repository:
    Code:
    $ $ORACLE_HOME/bin/emca -repos recreate
    ...
    Jul 9, 2007 4:02:59 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error dropping the repository
    Jul 9, 2007 4:02:59 PM oracle.sysman.emcp.EMReposConfig invoke
    ...
    When I try to configure the dbcontrol web port (or any other port):
    Code:
    $ $ORACLE_HOME/bin/emca -reconfig ports -DBCONTROL_HTTP_PORT 1820
    ...
    Jul 9, 2007 3:57:23 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Database Control is not configured for this database.
    ...
    And another:
    Code:
    $ $ORACLE_HOME/bin/emca -config dbcontrol db -repos recreate
    
    STARTED EMCA at Jul 9, 2007 4:04:23 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    
    Enter the following information:
    Database SID: oracledb
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Invalid username/password.
    I've found and tried to follow steps to alleviate each of these errors, but nothing works. There seems to be something essential wrong, either with the version (I verified the sum of the archive before installing) or with my system with regard to Oracle.

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    check the logfiles

    thanks

  3. #3
    Join Date
    Jul 2007
    Location
    NY, USA
    Posts
    18
    Quote Originally Posted by pando
    check the logfiles

    thanks
    And thanks to you as well... but what would I check the logfiles for? which log files? The information I've found in the logs so far has not been helpful.

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Tell us which logs have you checked?

    Thanks

  5. #5
    Join Date
    Jul 2007
    Location
    NY, USA
    Posts
    18
    All of them! That is: all the logs that are reported by the error messages. install logs, action logs for each utility.

  6. #6
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Could you be more specific?
    I'm almost certain Pando was expecting something like a list of filenames including full path.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  7. #7
    Join Date
    Jul 2007
    Location
    NY, USA
    Posts
    18
    Of course... I didn't want to dump a bunch of long logs without being asked first. As it turns out, the logs are too long to list here, so I have attached them as a TXT file. I hope this helps. Please let me know if you need more logs:
    Attached Files Attached Files

  8. #8
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Pando asked for a list of log names... not for the actual logs
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  9. #9
    Join Date
    Jul 2007
    Location
    NY, USA
    Posts
    18
    Some of the logs:
    Code:
    /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/oui/installActions2007-07-06_02-28-33PM.log
    /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/oui/oraInstall2007-07-06_02-28-33PM.err
    /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/emca/emca_2007-07-09_04-04-23-PM.log
    /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/emca/emca_2007-07-09_04-51-53-PM.log
    /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/oracledb/emConfig.log

  10. #10
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    havent you see these messages?

    CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: DBSNMP
    Jul 9, 2007 4:04:32 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: ORA-01017: invalid username/password; logon denied

    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width