Deleted all default roles and groups within Enterprise Manager Console - Page 2 — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Deleted all default roles and groups within Enterprise Manager Console

Received Response
155
Views
20
Comments
2»

Answers

  • Carsten Weber
    Carsten Weber Rank 5 - Community Champion

    I have tried using ./stop.sh and it shows the following output:

    Stopping domain; Using domainHome: /opt/oracle/base/product/fmw/user_projects/domains/bi ...

    Initializing WebLogic Scripting Tool (WLST) ...

    Welcome to WebLogic Server Administration Scripting Shell

    Type help() for help on available commands

    <May 24, 2017 10:49:40 AM CEST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>

    <May 24, 2017 10:49:40 AM CEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>

    <May 24, 2017 10:49:40 AM CEST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>

    Failed to connect to node manager.  Assuming no domain processes running.

    Can you tell me where to find the start-script for Node Manager?

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    In 12c Node Manager Script would be at following location <DOMAIN_HOME>\bin

    Don't you think you are getting this message may be because your Application(Node Manager, Admin Server, Managed Server and BIEE Services) are already down?

  • Carsten Weber
    Carsten Weber Rank 5 - Community Champion

    Yeah I have just checked. When performing a "bi_Status" it tells me Note Manager is not running.

    Unfortunately it also seems that I can't restart it using shell.

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    Are you saying that your Node Manager isn't starting using startNodemanager.sh script?

    If your BI servers and services are already down then no need to start them up individually just follow rest of the steps, step(c) will take care of Node Manager startup:

    b) On your OBIEE Server at following location <DOMAIN _HOME>\servers\AdminServer rename your "data" folder to "data_backup"

        Don't worry this folder(data) would be recreated during Admin Server startup.

    c) Now just bring back UP your Admin Server by running below command from following location <DOMAIN _HOME>\bitools\bin

    ./start.sh -i AdminServer (FOR UNIX)

    start.cmd -i AdminServer (FOR WINDOWS)

  • Carsten Weber
    Carsten Weber Rank 5 - Community Champion

    Ok I have tried your suggestion but it has not worked.

    1. New data directory was created

    2. It shows me an error message:

    Starting AdminServer ...

    Unable to connect to AdminServer on host: Domain

    Failed to start one or more Servers

    /Servers/AdminServer/ListenPort=9500

    Accessing admin server using URL t3://Domain:9500

    Start Admin Server connect Exception caught Error occurred while performing connect : Error getting the initial context. There is no server running at t3://modi.gwi-net.com:9500 : Failed to initialize JNDI context, tried 1 time or times totally, the interval of each time is 0ms.

    t3://Domain:9500: Destination 10.128.74.30, 9500 unreachable.; nested exception is:

            java.net.ConnectException: Connection refused; No available router to destination.; nested exception is:

            java.rmi.ConnectException: No available router to destination.

    Use dumpStack() to view the full stacktrace :

    Reading domain...

    Error: runCmd() failed. Do dumpStack() to see details.

    Failed to get Status of Servers and System Components

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    @1715906 yeah that can't really have worked. you're in quite of a bind there and unfortunately your environment is pretty much kaputt unless you have database backups from before the deletion.

  • Carsten Weber
    Carsten Weber Rank 5 - Community Champion

    Actually I just got the AdminServer running again:

    Starting specific servers ...

    Finished starting servers

    Status of Domain: /opt/oracle/base/product/fmw/user_projects/domains/bi

    NodeManager (modi.gwi-net.com:9506): RUNNING

    Name            Type            Machine                   Status

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

    AdminServer     Server          modi.gwi-net.com          RUNNING

    bi_server1      Server          modi.gwi-net.com          FAILED_NOT_RESTARTABLE

    obips1          OBIPS           modi.gwi-net.com          SHUTDOWN

    obijh1          OBIJH           modi.gwi-net.com          SHUTDOWN

    obiccs1         OBICCS          modi.gwi-net.com          SHUTDOWN

    obisch1         OBISCH          modi.gwi-net.com          SHUTDOWN

    obis1           OBIS            modi.gwi-net.com          SHUTDOWN

    ohs_bi          OHS             modi.gwi-net.com          SHUTDOWN

    I just copied the files which where contained in an old EmbeddedLDAPBackup.zip-file to the directory: /AdminServer/data/ldap/ldapfiles

    This did not bring up any error when I ran the "./start.sh -i AdminServer" command.

  • Carsten Weber
    Carsten Weber Rank 5 - Community Champion

    The question is, how does this new state help me since I can't connect to Enterprise Manager using web url?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Can you connect to the server through wlst on t3?

  • Carsten Weber
    Carsten Weber Rank 5 - Community Champion

    Ok I got it working again. I just restarted all services and it was successful. The login to Enterprise Manager also works.

    Thanks everyone for your help!