Admin Server Startup Issue in EBS (R12.2) Must Run On Primary Node

Issue: Error starting Admin Server

When we are starting Admin Server, getting below error

sh $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh start

logs: $EBS_DOMAIN_HOME/servers/AdminServer/logs/AdminServer.log

adadminsrvctl.sh should be run only from the primary node Doyensys

Cause: Wrong Entry in Context File 

In our case trainee accidentally changed the parameter s_web_admin_status value to disable in the context file.

Fix: Update context File and run autoconfig

  1. Take backup of run context file
  2. Manually updated this parameter and enabled it

<oa_service_group type=”web_admin” title=”Web Administration” services=”admin_server, tns_apps” requires=”root”>
<oa_service_group_status oa_var=”s_web_admin_status”>enabled</oa_service_group_status>
</oa_service_group>
<oa_service_group type=”web entry” title=”Web Entry Point Services” services=”ohs, opmn”>

  1. Run Autoconfigon application tier

Configuring IES_TOP…….COMPLETED
Configuring OZF_TOP…….COMPLETED
Configuring CSD_TOP…….COMPLETED
Configuring IGC_TOP…….COMPLETED

AutoConfig completed successfully.

  1. Restart Admin server
  2. a)Make sure you are connected to application user i.e applmgr
  3. b)Go to $ADMIN_SCRIPTS_HOME

cd $ADMIN_SCRIPTS_HOME

  1. c)Start Admin Server

[applmgr@Doyensys scripts]$ ./adadminsrvctl.sh start

You are running adadminsrvctl.sh version 120.10.12020000.10

Enter the WebLogic Admin password:
Enter the APPS Schema password:
Starting WLS Admin Server…
Refer /u01/oracle/PRD122/fs2/inst/apps/PRD122_Doyensys/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /u01/oracle/PRD122/fs2/FMW_Home/user_projects/domains/EBS_domain_PRD122/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/oracle/PRD122/fs2/inst/apps/PRD122_Doyensys/logs/appl/admin/log/adadminsrvctl.txt for more information …

 

Recent Posts