REMOVE SSO CONFIGURATION - Remove the accessgate
-------------------------------------------------------------------------------
perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-delete-managedserver \
-contextfile=$CONTEXT_FILE -managedsrvname=oaea_server1 \
-servicetype=oaea -logfile=/tmp/delMS_oaeaserver1.log
output
---------
-bash-4.4$ perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-delete-managedserver \
> -contextfile=$CONTEXT_FILE -managedsrvname=oaea_server1 \
> -servicetype=oaea -logfile=/tmp/delMS_oaeaserver1.log
Enter the APPS Schema password:
Enter the WebLogic AdminServer password:
ManagedServer oaea_server1 deleted successfully.
-bash-4.4$
-----------------------------------------------
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
-contextfile=$CONTEXT_FILE \
-configoption=removeMS \
-accessgate=erpdev01.nizam.com:6801
output
-------
-bash-4.4$ perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
> -contextfile=$CONTEXT_FILE \
> -configoption=removeMS \
> -accessgate=erpdev01.nizam.com:6801
Enter apps schema password :
*** LOG FILE: /erp_appl/app/fs1/inst/apps/ERPDBA_erpdev01/logs/appl/rgf/TXK/txkSetAppsConf_07151209.log ***
-bash-4.4$
----------------------------------------------------------------------
SSO CONFIGURATION - Redeploy the accessgate
-------------------------------------------------------------
perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-create-oaea_resources \
-contextfile=$CONTEXT_FILE \
-managedsrvname=oaea_server1 \
-managedsrvport=6801 \
-deployApps=accessgate \
-SSOServerURL=https://ssodev.wip.nizam.com/ \
-logfile=/tmp/deployeag.log
output:
-----
-bash-4.4$ perl $AD_TOP/patch/115/bin/adProvisionEBS.pl ebs-create-oaea_resources \
> -contextfile=$CONTEXT_FILE \
> -managedsrvname=oaea_server1 \
> -managedsrvport=6801 \
> -deployApps=accessgate \
> -SSOServerURL=https://ssodev.wip.nizam.com/ \
> -logfile=/tmp/deployeag.log
Enter the APPS Schema password:
Enter the WebLogic AdminServer password:
The logfile for this session is located at /tmp/deployeag.log
<Jul 15, 2019 12:14:42 PM GST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, accessgate [archive: /erp_appl/app/fs1/FMW_Home/Oracle_EBS-app1/applications/accessgate/fndauth.war], to oaea_server1 .>
....<Jul 15, 2019 12:15:01 PM GST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
-bash-4.4$
----------------------------------------------------------------------
perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
-contextfile=$CONTEXT_FILE \
-configoption=addMS \
-accessgate=erpdev01.nizam.com:6801
output:
-------
-bash-4.4$ perl $FND_TOP/patch/115/bin/txkSetAppsConf.pl \
> -contextfile=$CONTEXT_FILE \
> -configoption=addMS \
> -accessgate=erpdev01.nizam.com:6801
Enter apps schema password :
*** LOG FILE: /erp_appl/app/fs1/inst/apps/ERPDBA_au1627/logs/appl/rgf/TXK/txkSetAppsConf_07151216.log ***
--------------------------------------------------------------------------------------------