Pular para o conteúdo
Visualizando 2 posts - 1 até 2 (de 2 do total)
  • Autor
    Posts
  • #106792
    Scheidt
    Participante

      Bom dia.

      Estou tentando iniciar a configuração do EMCA, porém ao executar gera erro e ao final pede para executar o procedimento abaixo:

      [oracle@srvdb01 ~]$ emca -config dbcontrol db -cluster

      INFO: Error securing Database Control. Database Control has not been brought-up on nodes srvdb01 srvdb02 . Execute the following command(s) on nodes: srvdb01 srvdb02 .

      1) Set the environment variable ORACLE_UNQNAME to Database unique name
      2) /u01/app/oracle/product/11.2.0.4/db_1/bin/emctl config emkey -repos -sysman_pwd < Password for SYSMAN user > -host -sid < Database unique name >
      3) /u01/app/oracle/product/11.2.0.4/db_1/bin/emctl secure dbconsole -sysman_pwd < Password for SYSMAN user > -host
      -sid < Database unique name >
      4) /u01/app/oracle/product/11.2.0.4/db_1/bin/emctl start dbconsole

      To secure Em Key, run /u01/app/oracle/product/11.2.0.4/db_1/bin/emctl config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >

      Executando o comando seugerido gera as mensagens abaixo:

      sing username “root”.
      root@192.168.120.1’s password:
      Last login: Mon Jul 28 09:12:20 2014 from 192.168.120.140
      [root@srvdb01 ~]# su – oracle
      [oracle@srvdb01 ~]$ env | grep ORA
      ORACLE_UNQNAME=prod
      ORACLE_SID=prod1
      ORACLE_BASE=/u01/app/oracle
      ORACLE_HOSTNAME=srvdb01.becker.intranet
      ORACLE_TERM=xterm
      ORACLE_HOME=/u01/app/oracle/product/11.2.0.4/db_1
      [oracle@srvdb01 ~]$ /u01/app/oracle/product/11.2.0.4/db_1/bin/emctl config emkey -repos -sysman_pwd mst00caj -host srvdb01.becker.intranet -sid prod
      EM Configuration issue. /u01/app/oracle/product/11.2.0.4/db_1/An error occurred while attempting to change log file permissions. Logging may not be active for t his process._prod not found.
      [oracle@srvdb01 ~]$ /u01/app/oracle/product/11.2.0.4/db_1/bin/emctl config emkey -repos -sysman_pwd mst00caj -host srvdb01.becker.intranet -sid prod
      EM Configuration issue. /u01/app/oracle/product/11.2.0.4/db_1/An error occurred while attempting to change log file permissions. Logging may not be active for this process._prod not found.
      [oracle@srvdb01 ~]$ emctl config emkey -repos -sysman_pwd mst00caj -host srvdb01.becker.intranet -sid prod
      EM Configuration issue. /u01/app/oracle/product/11.2.0.4/db_1/An error occurred while attempting to change log file permissions. Logging may not be active for this process._prod not found.
      [oracle@srvdb01 ~]$ emctl config emkey -repos -sysman_pwd mst00caj -host srvdb01.becker.intranet -sid prod1
      EM Configuration issue. /u01/app/oracle/product/11.2.0.4/db_1/An error occurred while attempting to change log file permissions. Logging may not be active for this process._prod not found.
      [oracle@srvdb01 ~]$

      Alguém sabe me informar como faço para corrigir o problema?

      #106793
      rman
      Participante

        @Scheidt

        Tente desativar o modo seguro nos 2 nós:


        $ emctl unsecure dbconsole

      Visualizando 2 posts - 1 até 2 (de 2 do total)
      • Você deve fazer login para responder a este tópico.