21 de febrero de 2017

Iniciar / Parar Mobile Application Services in Oracle Apps R12

Nos logueamos con applmgr user :

EN $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

Chequear Mobile Services si esta corriendo.

ps -ef | grep mwa

buscar el numero de puerto de Mobile Services :
grep mwa $CONTEXT_FILE

Conectarse Mobile Services :
telnet hostname.domainname portnumber (puerto del servicio mobile)


Para iniciar automáticamente junto con EBS

a) Para 11i o r12 modificamos el valor "s_mwastatus" y "s_other_service_group_status" a 'enabled' en el $CONTEXT_FILE $APPL_TOP/admin/.xml en 11i o $INST_TOP/appl/admin/.xml en r12 ( Donde sería: _)

b) Ejecutamos  Autoconfig

c) Ahora los servicios mobile se inician automáticamente junto con los scripts start/stop.
adstrtal.sh/adstpall.sh control scripts.


Para fijar el puerto, modificar el siguiente valor en el $CONTEXT_FILE

s_mwaTelnetPortNo:

10220

Notas Referencia:
Mobile Application Server - Advanced Configurations and Topologies for Mobile Web Applications (MWA) of E-Business Suite 11i and R12 (Doc ID 1081404.1)

Mobile Web Applications (MWA) Troubleshooting Tips for Release 12 Mobile Web Applications Server (Doc ID 782162.1)

Mobile Web Applications Server - MWA Solution Tips for E-Business Suite 11i and R12 Oracle Mobile Application Server (Doc ID 269991.1)

Mobile Web Applications Server - How to Start/Stop MWA Services Using Control Scripts adstrtal.sh/adstpall.sh (Doc ID 731320.1)