Start admin server on patch file system using forcepatchfs

If you want to start admin server on patch file system, we need to use option forcepatchfs as below.

Source environment on patch file system.

$echo $FILE_EDITION

$. /data02/fs1/EBSapps/appl/APPS_prdtest.env

cd $ADMIN_SCRIPTS_HOME

[applmgr@marstst 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 /data02/fs2/inst/apps/PHASE1_prdtest/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.

Leave a Comment