Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Deleted all default roles and groups within Enterprise Manager Console
Answers
-
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?
0 -
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?
0 -
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.
0 -
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)
0 -
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
0 -
@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.
0 -
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.
0 -
The question is, how does this new state help me since I can't connect to Enterprise Manager using web url?
0 -
Can you connect to the server through wlst on t3?
0 -
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!
0