Pular para o conteúdo
  • Este tópico contém 8 respostas, 3 vozes e foi atualizado pela última vez 16 anos, 11 meses atrás por Rodrigo Almeida.
Visualizando 9 posts - 1 até 9 (de 9 do total)
  • Autor
    Posts
  • #86128
    Anônimo

      Bom dia pessoALL..

      Tenho instalado o oracle 11g no Oracle Enterprise Linux 5… Tudo perfeito… Criei um banco sem problemas… Acessei via SQL Plus… Tudo perfeito…

      Fui acessar o Enterprise Manager via browser… Inicie via o comando “emctl start dbconsole”… Gerou alguns logs…

      [oracle@localhost db_1]$ emctl stop dbconsole
      Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
      Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
      https://localhost.localdomain:1158/em/c … pplication
      Stopping Oracle Enterprise Manager 11g Database Control …
      … Stopped.
      [oracle@localhost db_1]$ emctl start dbconsole
      Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
      Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
      https://localhost.localdomain:1158/em/c … pplication
      Starting Oracle Enterprise Manager 11g Database Control ……. started.
      ——————————————————————
      Logs are generated in directory /u01/app/oracle/product/11.1.0/db_1/localhost.localdomain_SGD/sysman/log

      Mas quando fui no browse acessar deu o erro de Access Denied….

      https://localhost.localdomain:1158/em/

      ERROR
      The requested URL could not be retrieved

      While trying to retrieve the URL: localhost.localdomain:1158

      The following error was encountered:

      * Access Denied.

      Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

      O que pode ser??
      Tudo esta “startado” aparentemente perfeitamente…

      #86162
      Rodrigo Almeida
      Participante

        Tenta pode esse endereço:

        http://localhost:1158/em

        Abraços,
        Rodrigo Almeida

        #86164
        vieri
        Participante

          aonde está local_host, troque pelo nome ou ip
          da maquina que o oracle realmente está instalado,
          provavelmente seu ip está com local host, por isso o emtcl lhe avisou deste endereço.

          #86174
          Anônimo

            Ja usei essas tentativas e nada….

            http://localhost.localdomain:1158/em
            The following error was encountered:

            Unable to determine IP address from host name for localhost.localdomain 
            

            The dnsserver returned:

            Name Error: The domain name does not exist. 
            

            https://localhost.localdomain:1158/em
            The following error was encountered:

            * Access Denied.
            
              Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. 
            

            http://10.2.0.54.localdomain:1158/em
            The following error was encountered:

            Unable to determine IP address from host name for 10.2.0.54.localdomain 
            

            The dnsserver returned:

            Name Error: The domain name does not exist. 
            

            This means that:

            The cache was not able to resolve the hostname presented in the URL.
            Check if the address is correct.

            https://10.2.0.54.localdomain:1158/em
            The following error was encountered:

            * Access Denied.
            
              Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. 
            

            http://10.2.0.54:1158/em
            The following error was encountered:

            * Connection to 10.2.0.54 Failed 
            

            The system returned:

            (113) No route to host
            

            https://10.2.0.54:1158/em
            The following error was encountered:

            * Access Denied.
            
              Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. 
            

            Que pode ser? Aparentemente tem relacao com permissao…
            Mas onde vejo isso?

            #86178
            Rodrigo Almeida
            Participante

              Tu está com o usuário Oracle?

              Qual o contéudo do arquivo HOSTS?

              Abraços,

              Rodrigo Almeida

              #86186
              Anônimo

                Sim… Estou com o usuario Oracle…

                O conteudo do /etc/hosts:

                Do not remove the following line, or various programs

                that require network functionality will fail.

                127.0.0.1 localhost.localdomain localhost
                ::1 localhost6.localdomain6 localhost6

                #86187
                Rodrigo Almeida
                Participante

                  Seguinte,

                  Adicione essa linha no seu HOSTS.

                  10.2.0.54 localhost.localdomain localhost

                  E depois, acesse o servidor como ROOT, e baixe o IPTABLES.

                  #> service iptables stop

                  Se continuar com erros, veja se existe alguma regra de PROXY no seu ambiente ou configuração do navegador.

                  E tente os endereços abaixo:

                  http://10.2.0.54:1128/em

                  ou

                  http://localhost:1128/em

                  Abraços,
                  Rodrigo Almeida[/b]

                  #86205
                  Anônimo

                    Adicionei uma regra (o próprio endereço) nas excessões e funcionou….

                    Valeu a ajuda….

                    Muito obrigado

                    #86216
                    Rodrigo Almeida
                    Participante

                      Blz…. 😀

                      Abraços,

                      Rodrigo Almeida

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