Set Up Automatic Startup of Services

Oracle recommends setting up the server so that the Node Manager automatically restarts services when necessary. If you are installing this on a machine with the Oracle Clinical Front End, you will have done this as part of executing Set Up Automatic Startup.

  • If this is a standalone reports server, follow the same instructions except, in script autostartfrdomainscript.py located in opa_home\config\opa_setup_scripts\domain\lifecycle, comment out the following line:

    start ('WLS_FORMS')

  • To autostart the reports server:
    1. Update the autostartfrdomainscript.py file located in the opa_home\config\opa_setup_scripts\domain\lifecycle directory with the following command:
      nmStart(serverName=’<ReportsServerName>’, serverType=’ReportsServerComponent’)
      
    2. Save and close the file.
    3. Restart the computer to apply the changes.

      Allow some time for all the services which includes Reports server to start.

  • If you are not installing TMS, also comment out the following line in script autostartopadomainscript.py located in opa_home\config\opa_setup_scripts\domain\lifecycle:
    nmConnect(userConfigFile=configfile, userKeyFile=keyfile, nmPort=port,
    domainName='OPADomain',domainDir='your_middleware_home/USER_P~1/domains/OPADomain',nmType='ssl')