Wednesday 11 November 2015

MWA server in R12



MWA server in R12
If you are suppose to run MWA server in R12 you might feel like something is missing here from 11i. So just read it and you will be able to handle it.
Prior to R12:
1. The MWA server startup files were located under "$MWA_TOP/bin" directory.
2. The MWA Server configuration files were located under "$MWA_TOP/secure" directory.
In R12
1. Scripts are under $INST_TOP/admin/scripts
2. Config files are under $INST_TOP/admin/install

Here are few commands and which we used to use in 11i, this is how we are going to use them in R12:
1. Startup the MWA server
mwactl.sh start
2. Shutdown the MWA server
mwactl.sh -login adminuid/pwd stop_force
3. Startup MWA Dispatcher
mwactl.sh start_dispatcher
4. Shutdown MWA Dispatcher
mwactl.sh stop_dispatcher

==========================

another way we need to start up MWA ..

$MWA_TOP/bin/mwactl.sh -login sysadmin/<passwd> start <port no>
$MWA_TOP/bin/mwactl.sh -login  sysadmin/<passwd>  stop  <port no>
netstat -a|grep <port no>

========================================

By default these scripts were not included in adstpall.sh and adstrtal.sh scripts. To add them enable
1. s_other_service_group_status
2. s_mwastatus
in context file and run autoconfig.

If you want to check port number for mwa. Look at following paramters in context file:
1. s_mwaPortNo.
2. s_mwaTelnetPortNo.


===================================

Start / Stop Mobile Application Services in Oracle Apps R12
Login as applmgr user :
Go to $ADMIN_SCRIPTS_HOME

Stop Mobile Application Services :

./mwactl.sh -login apps/apps_password stop_force
./mwactlwrpr.sh stop apps/apps_password

Start Mobile Application Services :

./mwactl.sh -login apps/apps_password start
./mwactlwrpr.sh start apps/apps_password

Check Mobile Services are up and Runing:

ps -ef | grep mwa

Find port Number of Mobile Services :

grep mwa $CONTEXT_FILE

Connect to Mobile Services :

telnet hostname.domainname portnumber(mobile application service port_number)
Thanks
Srini

No comments:

Post a Comment


No one has ever become poor by giving