Maaf Pak saya coba ingin membantu Pak Andes untuk permasalahan Trouble EM
sepertinya Pak Andes pakai DB Oracle release 1, karena menurut pengalaman saya, 
cara penanganan emca(EM Configuration Assistant) untuk release 1 dan 2 berbeda, 
mungkin cara yang di sampaikan Pak Bekti untuk release 2 (CMIIW), 

coba dengan syntax ini Pak UNTUK release 1 
step1 - DROP EM
          $ emca -x [nama DB]  

step2 - CREATE EM
          $ emca -r  (untuk create ulang EM dengan option '-r' tanpa create 
ulang Repository)

step3 - Cek Status EM
          $ emctl status dbconsole
             * jika ada error 
/u01/app/oracle/product/10.1.0/oc4j/j2ee/OC4J_DBConsole_andes.info_orcl not 
found.
               $ export ORACLE_SID=orcl

step4 - Jalankan EM         
         $ emctl start dbconsole 

Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
Copyright (c) 1996, 2004 Oracle Corporation.  All rights reserved.
http://alwarid-taj.fakhruddin.local:5502/em/console/aboutApplication
Oracle Enterprise Manager 10g is running.


Semoga membantu
Salam 
Ditya O


  ----- Original Message ----- 
  From: Andes Febrian 
  To: [email protected] 
  Sent: Friday, September 14, 2007 10:00 AM
  Subject: Re: [indo-oracle] Tanya : OC4J Configuration issue


  pak bekti, blm bisa jg :( saya coba buat ulang repositorynya dgn perintah :

  $ emca -repos recreate

  STARTED EMCA at Fri Sep 14 17:03:20 WIT 2007
  Enter the following information about the database to be configured
  Listener port number: 1521
  Database SID: orcl
  Service name: orcl
  Email address for notification:
  Email gateway for notification:
  Password for dbsnmp:
  Password for sysman:
  Password for sys:

  ----------------------------------------------------------

  You have specified the following settings

  Database ORACLE_HOME ................ /u01/app/oracle/product/10.1.0
  Enterprise Manager ORACLE_HOME ................
  /u01/app/oracle/product/10.1.0

  Database host name ................ andes.info
  Listener port number ................ 1521
  Database SID ................ orcl
  Service name ................ orcl
  Email address for notification ...............
  Email gateway for notification ...............

  ----------------------------------------------------------
  Do you wish to continue? [yes/no]: ye
  Do you wish to continue? [yes/no]: yes
  Sep 14, 2007 5:03:39 PM oracle.sysman.emcp.EMConfig checkConfiguration
  SEVERE: Repository already exists. Fix the error(s) and run EM
  Configuration Assistant again in standalone mode.
  Could not complete the configuration. Refer to the log file for details

  btw, buat repostory ini, database harus up atau tidak perlu ? terima kasih
  pak atas semua bantuannya. oh ya, klo saya pake perintah yg sekaligus satu
  baris, muncul message seperti ini :

  $ emca -config all db -repos recreate
  Incorrect usage:
  oracle.sysman.emcp.EMConfigAssistant [options] [list of parameters]
  Options:
  dst..

  On 9/14/07, Subekti Pranoto <[EMAIL PROTECTED]> wrote:
  >
  > Pak andes,
  >
  > sudah berhasil create repository nya?? berikut ini saya contohkan hasil
  > recreate repository EM punya saya, untuk memberi inspirasi. saya coba
  > jadikan perintahnya jadi satu. Waktu yang dibutuhkan dari jam 8:38:25 AM sd
  > 8:44:13 AM, di mesin IBM x3650 Single Processor 3.2 GHz, memory 2 GHz,
  > dengan datafile "development" 70 GB.
  >
  >
  > 
##############################################################################################
  > $ emca -config all db -repos recreate
  >
  > STARTED EMCA at Sep 14, 2007 8:38:25 AM
  > EM Configuration Assistant, Version 10.2.0.1.0 Production
  > Copyright (c) 2003, 2005, Oracle. All rights reserved.
  >
  > Enter the following information:
  > Database SID: stby10
  > Central agent home: /opt/app/oracle/product/10.2.0/db_1
  > Listener port number: 1521
  > Password for SYS user:
  > Password for DBSNMP user:
  > Password for SYSMAN user:
  > Email address for notifications (optional):
  > Outgoing Mail (SMTP) server for notifications (optional):
  > ----------------------------------------------------------
  >
  > You have specified the following settings
  >
  > Database ORACLE_HOME ................ /opt/app/oracle/product/10.2.0/db_1
  >
  > Database hostname ................ stby10
  > Listener port number ................ 1521
  > Database SID ................ stby10
  > Central agent home ................ /opt/app/oracle/product/10.2.0/db_1
  > Email address for notifications ...............
  > Outgoing Mail (SMTP) server for notifications ...............
  >
  > ----------------------------------------------------------
  > Do you wish to continue? [yes(Y)/no(N)]: yes
  > Sep 14, 2007 8:38:49 AM oracle.sysman.emcp.EMConfig perform
  > INFO: This operation is being logged at
  > 
/opt/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/stby10/emca_2007-09-14_08-
  > 38-25-AM.log.
  > Sep 14, 2007 8:38:50 AM oracle.sysman.emcp.EMReposConfig dropRepository
  > INFO: Dropping the EM repository (this may take a while) ...
  > Sep 14, 2007 8:39:42 AM oracle.sysman.emcp.EMReposConfig invoke
  > INFO: Repository successfully dropped
  > Sep 14, 2007 8:39:42 AM oracle.sysman.emcp.EMReposConfig createRepository
  > INFO: Creating the EM repository (this may take a while) ...
  > Sep 14, 2007 8:42:07 AM oracle.sysman.emcp.EMReposConfig invoke
  > INFO: Repository successfully created
  > Sep 14, 2007 8:42:27 AM 
oracle.sysman.emcp.util.CentralAgentUtilregisterWithCentralAgents
  > INFO: Registering target(s) with central agent(s) (this may take a
  > while)...
  > Sep 14, 2007 8:42:37 AM oracle.sysman.emcp.util.DBControlUtil startOMS
  > INFO: Starting Database Control (this may take a while) ...
  > Sep 14, 2007 8:44:13 AM 
oracle.sysman.emcp.EMDBPostConfigperformConfiguration
  > INFO: Database Control started successfully
  > Sep 14, 2007 8:44:13 AM 
oracle.sysman.emcp.EMDBPostConfigperformConfiguration
  > INFO: >>>>>>>>>>> The Database Control URL is 
http://stby10:5500/em<<<<<<<<<<<
  > Enterprise Manager configuration completed successfully
  > FINISHED EMCA at Sep 14, 2007 8:44:13 AM
  >
  >
  > 
##############################################################################################
  >
  > saya mohon maaf jika apa yang saya berikan belum menyelesaikan masalah pak
  > andes. mungkin rekan-rekan indo-oracle ada yang bisa membantu ....
  >
  > regard,
  > subekti
  >
  > -
  >

  -- 
  Cheers,
  ^_^ Andes ^_^

  [Non-text portions of this message have been removed]



   


------------------------------------------------------------------------------


  Internal Virus Database is out-of-date.
  Checked by AVG Free Edition.
  Version: 7.1.392 / Virus Database: 268.17.39/685 - Release Date: 2/13/2007


[Non-text portions of this message have been removed]

Kirim email ke