Blog / People and Culture Blog

Steps to start admin server on patch file system in r12.2

To start admin server on patch environment forcepatchfs option should be used as below.

Source environment

$. /data01/fs1/EBSapps/appl/APPS_Jay1.env

cd $ADMIN_SCRIPTS_HOME

[applmgr@mercury scripts]$ sh adadminsrvctl.sh start forcepatchfs

You are running adadminsrvctl.sh version 120.10.12020000.11

Enter the WebLogic Admin password:

Enter the APPS Schema password:

Starting WLS Admin Server…

Refer /data01/fs2/inst/apps/PHASE1_Jay1/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /data02/fs2/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /data02/fs2/inst/apps/PHASE1_Jay/logs/appl/admin/log/adadminsrvctl.txt for more information …

Check the admin server status as below.

$sh adadminsrvctl.sh status forcepatchfs

You are running adadminsrvctl.sh version 120.10.12020000.11

Enter the WebLogic Admin password:
Enter the APPS Schema password:

The AdminServer is running

AdminServer logs are located at /data02/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /data02/fs1/inst/apps/PHASE1_Jay/logs/appl/admin/log/adadminsrvctl.txt for more information …

Related blogs