{"id":127,"date":"2008-01-19T23:38:16","date_gmt":"2008-01-20T04:38:16","guid":{"rendered":"http:\/\/otac.isa-geek.net\/blog\/2008\/01\/19\/127-installing-oracle-ebusiness-suite-on-ubuntu-iv"},"modified":"2008-01-20T12:04:37","modified_gmt":"2008-01-20T17:04:37","slug":"installing-oracle-ebusiness-suite-on-ubuntu-iv","status":"publish","type":"post","link":"https:\/\/otac.isa-geek.net\/blog\/?p=127","title":{"rendered":"Installing Oracle eBusiness Suite on Ubuntu &#8211; IV"},"content":{"rendered":"<p><strong>Installation and Error resolution (continued&#8230;)<\/strong><\/p>\n<p>This is the fourth post on installing Oracle eBusiness suite 11i on Ubuntu. Previous posts are:<\/p>\n<ul>\n<li><a href=\"http:\/\/otac.isa-geek.net\/blog\/2007\/12\/18\/105-installing-oracle-ebusiness-suite-on-ubuntu\" title=\"Installing Oracle eBusiness Suite on Ubuntu\">Installing Oracle eBusiness Suite on Ubuntu<\/a><\/li>\n<li><a href=\"http:\/\/otac.isa-geek.net\/blog\/2007\/12\/20\/106-installing-oracle-ebusiness-suite-on-ubuntu-ii\" title=\"Installing Oracle eBusiness Suite on Ubuntu - II\">Installing Oracle eBusiness Suite on Ubuntu &#8211; II<\/a><\/li>\n<li><a href=\"http:\/\/otac.isa-geek.net\/blog\/2007\/12\/24\/118-installing-oracle-ebusiness-suite-on-ubuntu-iii\" title=\"Installing Oracle eBusiness Suite on Ubuntu - III\">Installing Oracle eBusiness Suite on Ubuntu &#8211; III<\/a><\/li>\n<\/ul>\n<p>Continuing from the last post, I will continue detailing errors met during the install,  resolution steps and completing the install.<\/p>\n<p>iv. Fourth Error: This dialog was generated with a reference to &#8220;running APPL_TOP for VIS instance&#8221; , when the overall installation was about 60% complete (Step 3 of 5).<\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2007\/12\/screenshot-oracle-applications-rapid-install-wizard-alert-3.png\" title=\"Oracle Applications Rapid Install Wizard Error #4\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2007\/12\/screenshot-oracle-applications-rapid-install-wizard-alert-3.thumbnail.png\" alt=\"Oracle Applications Rapid Install Wizard Error #4\" \/><\/a><\/p>\n<p>On checking the log file, the following message was the last line:<\/p>\n<p><strong>Please refer to the remaining logs on middle tier at &#8211; \/d03\/oracle.11.5.10\/visappl\/admin\/VIS_jiraiya\/log\/12231153.log.<\/strong><\/p>\n<p>This contained the following entry:<\/p>\n<p><strong>Executing: \/d02\/oracle.11.5.10\/viscomn\/temp\/adrunias.sh  APPS  APPS<br \/>\nThere was an error while running the command  &#8211; \/d02\/oracle.11.5.10\/viscomn\/temp\/adrunias.sh APPS APPS<br \/>\n\/d02\/oracle.11.5.10\/viscomn\/temp\/adrunias.sh: 199: Syntax error: Bad substitution<br \/>\nRW-50010: Error: &#8211; script has returned an error:   2<br \/>\nRW-50004: Error code received when running external process.  Check log file for details.<br \/>\nRunning APPL_TOP Install Driver for VIS instance<\/strong><\/p>\n<p>Research into the &#8220;bad substitution&#8221; error, suggested that it was due to an inoperable script command, perhaps due to differences in the sh implementation on Ubuntu Linux from that used in developing\/certifying Oracle EBS. In order to resolve, the following commands were issued:<\/p>\n<p><strong>$ cd \/usr\/bin<br \/>\n$ mv sh sh.orig<br \/>\n$ ln -fs bash sh<\/strong><\/p>\n<p>This set up the sh command as an alias of the bash (Bourne Again Shell), which in many cases, is more compatible with standard Unix sh than Linux sh. Retrying the process succeeded, indicating that the issue was now resolved.<\/p>\n<p><!--more-->v. Fifth error: At about 80% completion (step 4 of 5) for the install process, the progress bar stopped moving (and disk processing stopped), with the progress message &#8220;Starting CVM on Middle Tier&#8221;. Reviewing the log file indicated the following error:<\/p>\n<p><strong>\/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/perl\/bin\/perl: error while loading shared libraries: libdb.so.3: cannot open shared object file: No such file or directory<\/strong><\/p>\n<p><strong>Result             : FAILED<br \/>\n===========================================================================<br \/>\nAC-50207: Fatal: Failed to execute one or more of the config tools during Context Value Management<br \/>\nDeactivating Context Value Management System.<br \/>\nSystem Exit Status: 1<br \/>\n===========================================================================<\/strong><\/p>\n<p><strong>Restored the Context file in :<br \/>\n\/d03\/oracle.11.5.10\/visappl\/admin\/VIS_jiraiya.xml<\/strong><\/p>\n<p><strong>Aborting the running of Context Value Management<br \/>\njava.lang.Exception: Fatal Exception<\/strong><\/p>\n<p>This seemed to suggest that a shared library for perl execution was unavailable, leading to th failure of the CVM process. To resolve, the appropriate library file was located and a direct link to it made in the \/usr\/lib directory, using the following commands:<\/p>\n<p><strong>$ apt-get install libdb3<br \/>\n$ ln -s \/usr\/lib\/libdb3.so.3.0.2 \/usr\/lib\/libdb.so.3<br \/>\n$ sudo ln -s \/usr\/lib\/libgdbm.so.3 \/usr\/lib\/libgdbm.so.2<\/strong><\/p>\n<p>Re-running  rapidwizard in restart mode then allowed the installation to continue to the Post-Install checks.<\/p>\n<p><strong> Post-Install Tasks and Issues<br \/>\n<\/strong><\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2007\/12\/screenshot-install-oracle-applications-post-install-checks.png\" title=\"Install Oracle Applications - Post-Install Checks\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2007\/12\/screenshot-install-oracle-applications-post-install-checks.thumbnail.png\" alt=\"Install Oracle Applications - Post-Install Checks\" \/><\/a><\/p>\n<p>The dialog indicated failure of checks for HTTP, JSP  and PHP, with failure to access port 8000 on the server. Running nmap to determine the open ports provided details as follows:<\/p>\n<p><strong> $ sudo nmap localhost<\/strong><\/p>\n<p><strong>Starting Nmap 4.20 ( http:\/\/insecure.org ) at 2007-12-27 23:15 EST<br \/>\nInteresting ports on localhost (127.0.0.1):<br \/>\nNot shown: 1692 closed ports<br \/>\nPORT     STATE SERVICE<br \/>\n139\/tcp  open  netbios-ssn<br \/>\n445\/tcp  open  microsoft-ds<br \/>\n631\/tcp  open  ipp<br \/>\n1521\/tcp open  oracle<br \/>\n7000\/tcp open  afs3-fileserver<\/strong><\/p>\n<p><strong>Nmap finished: 1 IP address (1 host up) scanned in 0.095 seconds<\/strong><\/p>\n<p>This allowed me to verify that port 8000 was open on the server, but nothing was listening, suggesting that the services had not been started.<\/p>\n<p>Reviewing the log file provided the following details:<\/p>\n<p><strong>Setting service Oracle Apache Server VIS_jiraiya to mode 2<br \/>\nExecuting service control script:<br \/>\n\/d02\/oracle.11.5.10\/viscomn\/admin\/scripts\/VIS_jiraiya\/adapcctl.sh start<br \/>\nTimeout specified in context file: 100 second(s)<\/strong><\/p>\n<p><strong>script returned:<br \/>\n****************************************************<\/strong><\/p>\n<p><strong>adapcctl.sh version 115.43<\/strong><\/p>\n<p><strong>Starting Apache Web Server Listener (dedicated HTTP) &#8230;<br \/>\nStarting Apache Web Server Listener (dedicated PLSQL) &#8230;<\/strong><\/p>\n<p><strong>adapcctl.sh: exiting with status 3<br \/>\n<\/strong><\/p>\n<p>This made it apparent that the Apache server was not starting correctly. On reviewing the <strong>adapcctl.sh <\/strong>script, it was determined that the command line for the apache listener was the following:<\/p>\n<p><strong>\/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/bin\/apachectl start<\/strong><\/p>\n<p>Running this stand-alone, provided the following error message:<\/p>\n<p><strong>Syntax error on line 310 of \/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/conf\/httpd.conf:<br \/>\n<\/strong><strong>Cannot load \/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/libexec\/mod_auth_dbm.so into server: \/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/libexec\/mod_auth_dbm.so: undefined symbol: dbm_fetch<\/strong><\/p>\n<p><strong>Syntax error on line 254 of \/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/conf\/httpd_pls.conf:<br \/>\nCannot load \/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/libexec\/mod_rewrite.so into server: \/d02\/oracle.11.5.10\/visora\/iAS\/Apache\/Apache\/libexec\/mod_rewrite.so: undefined symbol: dbm_fetch<br \/>\n<\/strong><\/p>\n<p><!--more-->Reviewing the associated httpd.conf and httpd_pls.conf Apache configuration files (along with some Google searching) indicated that the simplest way to ensure that the  httpd process starts is to move the line that loads the <strong>mod_auth_dbm.so <\/strong>module to the end of the Loadmodule commands.<\/p>\n<p><strong>LoadModule dbm_auth_module    libexec\/mod_auth_dbm.so<\/strong><\/p>\n<p>I also moved the line that loads the <strong>mod_rewrite.so<\/strong> module to the end of the module load list. Saving the updated files, and retrying the adapcctl.sh script (to start the web processes) was now successful.<\/p>\n<p>On  further review of the log file, the summary report indicated failure of the application tier listener startup process:<\/p>\n<p><strong>[Service Control Execution Report]<br \/>\nThe report format is:<br \/>\n&lt;Service&gt;                                    &lt;Script&gt;         &lt;Status&gt;<\/strong><\/p>\n<p><strong>Oracle Apache Server VIS_jiraiya             adapcctl.sh      Started<br \/>\nOracleTNSListener80APPS_VIS_jiraiya          adalnctl.sh      Failed<br \/>\nOracleConcMgrVIS_jiraiya                     adcmctl.sh       Started<br \/>\nOracleFormsServer-Forms60VIS_jiraiya         adfrmctl.sh      Started<br \/>\nOracleReportServer-Rep60_VIS                 adrepctl.sh      Started<br \/>\nOracle Metrics Client VIS_jiraiya            adfmcctl.sh      Started<br \/>\nOracle Metrics Server VIS_jiraiya            adfmsctl.sh      Started<br \/>\nOracle Fulfillment Server VIS_jiraiya        jtffmctl.sh      Started<br \/>\nOracle Discoverer services VIS_jiraiya       addisctl.sh      Failed<br \/>\nOracle Restricted Apache Server VIS_jiraiya  adaprstctl.sh    Disabled<br \/>\nOracle Apache Server VIS_jiraiya for PL\/SQL  adapcctl.sh      Disabled<br \/>\nOracle TCF SocketServer VIS_jiraiya          adtcfctl.sh      Disabled<br \/>\nOracle ICSM VIS_jiraiya                      ieoicsm.sh       Disabled<br \/>\nOracle iProcurement Bulk Loader VIS_jiraiya  icxblkctl.sh     Disabled<\/strong><\/p>\n<p>The details in the log for the listener startup were as follows:<\/p>\n<p><strong>\/d02\/oracle.11.5.10\/viscomn\/admin\/scripts\/VIS_jiraiya\/adalnctl.sh start<br \/>\nTimeout specified in context file: 100 second(s)<\/strong><\/p>\n<p><strong>script returned:<br \/>\n****************************************************<\/strong><\/p>\n<p><strong>adalnctl.sh version<\/strong><\/p>\n<p><strong>Checking for FNDFS executable.<br \/>\nStarting listener process APPS_VIS.<\/strong><\/p>\n<p><strong>adalnctl.sh: exiting with status 1<br \/>\n<\/strong><\/p>\n<p><strong><br \/>\n<\/strong>On reviewing the <strong>\/d02\/oracle.11.5.10\/viscomn\/admin\/log\/VIS_jiraiya\/adalnctl.txt<\/strong> log file,the following results from the listener control startup was captured:<\/p>\n<p><strong>LSNRCTL for Linux: Version 9.2.0.6.0 &#8211; Production on 13-JAN-2008 12:25:38<\/strong><\/p>\n<p><strong>Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.<\/strong><\/p>\n<p><strong>Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=jiraiya)(Port=1626))<br \/>\nTNS-12541: TNS:no listener<br \/>\nTNS-12560: TNS:protocol adapter error<br \/>\nTNS-00511: No listener<br \/>\nLinux Error: 111: Connection refused<br \/>\nStarting listener process APPS_VIS.<\/strong><\/p>\n<p><strong>LSNRCTL for Linux: Version 9.2.0.6.0 &#8211; Production on 13-JAN-2008 12:25:38<\/strong><\/p>\n<p><strong>Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.<\/strong><\/p>\n<p><strong>Starting \/d02\/oracle.11.5.10\/visora\/8.0.6\/bin\/tnslsnr: please wait&#8230;<\/strong><\/p>\n<p><strong>TNS-12545: Connect failed because target host or object does not exist<br \/>\nTNS-12560: TNS:protocol adapter error<br \/>\nTNS-00515: Connect failed because target host or object does not exist<br \/>\nLinux Error: 2: No such file or directory<br \/>\n<\/strong><\/p>\n<p><strong>adalnctl.sh: exiting with status 1<br \/>\n<\/strong><\/p>\n<p>On investigation of the above indicated directory (\/d02\/oracle.11.5.10\/visora\/8.0.6\/bin\/), it appeared that the <strong>tnslsnr<\/strong> file  did not exist in the directory. Copying it from another listener product directory remedied the above issue:<\/p>\n<p><strong>$cp \/d01\/oracle.11.5.10\/visdb\/9.2.0\/bin\/tnslsnr \/d02\/oracle.11.5.10\/visora\/8.0.6\/bin\/<\/strong><\/p>\n<p><!--more-->The final step in verifying that the Oracle EBS instance worked correctly, was to start all the database tier processes, followed by the application tier processes. From the command line, I ran the following commands:<\/p>\n<p>Database service:<\/p>\n<p><strong>\/d01\/oracle.11.5.10\/visdb\/9.2.0\/appsutil\/scripts\/VIS_jiraiya\/addbctl.sh start<\/strong><\/p>\n<p>Listener service:<\/p>\n<p><strong>\/d01\/oracle.11.5.10\/visdb\/9.2.0\/appsutil\/scripts\/VIS_jiraiya\/addlnctl.sh start<\/strong><\/p>\n<p>Application and forms services:<\/p>\n<p><strong>\/d02\/oracle.11.5.10\/viscomn\/admin\/scripts\/VIS_jiraiya\/adstrtal.sh APPS\/APPS<\/strong><\/p>\n<p>See the tables and the end of this post for a concordance that identifies the location for the various management scripts.<\/p>\n<p><strong>Sign in <\/strong><\/p>\n<p>The main address used to locate the eBusiness suite in my instance used the defaults, however it is specific to the choices made during the rapidwiz install:<\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/oracle-applications-rapid-install-portal.png\" title=\"Oracle Applications Rapid Install Portal\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/oracle-applications-rapid-install-portal.thumbnail.png\" alt=\"Oracle Applications Rapid Install Portal\" \/><\/a><\/p>\n<p>Following the &#8220;Apps Logon links&#8221; goes to the main page for signing into Oracle eBusiness suite:<\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/logon-options-for-oracle-applications-11i.png\" title=\"Logon Options for Oracle Applications 11i\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/logon-options-for-oracle-applications-11i.thumbnail.png\" alt=\"Logon Options for Oracle Applications 11i\" \/><\/a><\/p>\n<p>The &#8220;E-Business Home Page&#8221; link then goes directly to the sign in page for Oracle Applications:<\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/login.png\" title=\"Oracle Applications Login\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/login.thumbnail.png\" alt=\"Oracle Applications Login\" \/><\/a><\/p>\n<p>Signing in to the Ebusiness suite environment required the default SYSADMIN user (default password is SYSADMIN). <strong>Remember to change passwords for all seeded users in your instance<\/strong>.<\/p>\n<p>The main eBusiness suite screen was then displayed:<\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/oracle-applications-home-page.png\" title=\"Oracle Applications Home Page\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/oracle-applications-home-page.thumbnail.png\" alt=\"Oracle Applications Home Page\" \/><\/a><\/p>\n<p><strong>Jinitiator setup<\/strong><\/p>\n<p><!--more-->Jinitiator is the Java-based plugin which is used to run Oracle Forms from within the browser environment. In most Windows installations, it is configured to automatically download and install , once the user chooses a Core Apps function. The screenshots below outline the steps for installing the Jinitiator client.<\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/jinitiator_installwarning_ie.png\" title=\"Jinitiator Install Warning for IE\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/jinitiator_installwarning_ie.thumbnail.png\" alt=\"Jinitiator Install Warning for IE\" \/><\/a><\/p>\n<p><a href=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/jinitiator_setup.png\" title=\"Jinitiator Setup\"><img decoding=\"async\" src=\"http:\/\/otac.isa-geek.net\/blog\/wp-content\/uploads\/2008\/01\/jinitiator_setup.thumbnail.png\" alt=\"Jinitiator Setup\" \/><\/a><\/p>\n<p>It is not possible to utilise the automated Jinitiator setup when running Firefox in a Ubuntu environment, so it will be manually installed. On the client computer, change to the home directory. Then enter the following commands to create a link to the JRE plugin in the firefox plugins directory.<\/p>\n<p><strong>$ cd<br \/>\n$cd \/.mozilla\/plugins<br \/>\n$ ln -s \/usr\/local\/jre1.6.0_03\/plugin\/i386\/ns7\/libjavaplugin_oji.so .\/libjavaplugin_oji.so<\/strong><\/p>\n<p>Update the pluginreg.dat file (backing it up first), replacing the entry that looks like this:<\/p>\n<p><strong>16:application\/x-java-applet;jpi-version=1.6.0_03:Java::$<\/strong><\/p>\n<p>with an updated entry that has jpi-version set to the same as the Oracle Forms applet version. In the default installation, this would be:<\/p>\n<p><strong>16:application\/x-java-applet;jpi-version=1.4.2_04:Java::$<br \/>\n<\/strong><\/p>\n<p>Restart Firefox and verify that the Oracle Apps Forms runtime starts, by signing in as SYSADMIN under System Administrator Responsibility, then clicking on the User -&gt;Define link.<\/p>\n<p><strong>Management Scripts<\/strong><\/p>\n<p>Following is an extract from the EBS Scripts information page, which outlines the locations and names of the various startup, shutdown and management scripts for the EBS instance.<\/p>\n<p><font color=\"BLACK\" face=\"Arial\" size=\"3\"><a title=\"DBCTRL\" name=\"DBCTRL\"><\/a>         <strong>         RDBMS ORACLE_HOME Control scripts          <\/strong><\/font><br \/>\n(located under &lt;RDBMS ORACLE_HOME&gt;\/appsutil\/scripts\/VIS_jiraiya)<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" width=\"70%\">\n<tr>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\" width=\"30%\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Control Script         <\/strong><\/font><\/p>\n<\/td>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\" width=\"70%\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Functionality         <\/strong><\/font><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         addbctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control database server          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         addlnctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Oracle Net listener for the database server          <\/font><\/td>\n<\/tr>\n<\/table>\n<p><font color=\"BLACK\" face=\"Arial\" size=\"3\"><br \/>\n<a title=\"DBINST\" name=\"DBINST\"><\/a>         <strong>         RDBMS ORACLE_HOME Install scripts          <\/strong><\/font><br \/>\n(located under &lt;RDBMS ORACLE_HOME&gt;\/appsutil\/install\/VIS_jiraiya)<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" width=\"70%\">\n<tr>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\" width=\"30%\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Install Script         <\/strong><\/font><\/p>\n<\/td>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\" width=\"70%\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Functionality         <\/strong><\/font><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adsvdlsn.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">          Start Oracle Net listener during installation          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adcrdb.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Start database and create database control files          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         addbprf.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Set profile option values          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adsvdcnv.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Perform character set conversion and licensing tasks         <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adsvdb.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Start database during installation          <\/font><\/td>\n<\/tr>\n<\/table>\n<p><font color=\"BLACK\" face=\"Arial\" size=\"3\"><br \/>\n<a title=\"COMNCTRL\" name=\"COMNCTRL\"><\/a>         <strong>         COMMON_TOP Control scripts                   <\/strong><\/font><br \/>\n(located under &lt;COMMON_TOP&gt;\/admin\/scripts\/VIS_jiraiya)<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\" width=\"70%\">\n<tr>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Control Script         <\/strong><\/font><\/p>\n<\/td>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Functionality         <\/strong><\/font><\/p>\n<\/td>\n<td bgcolor=\"GRAY\" nowrap=\"nowrap\" valign=\"middle\">\n<p align=\"left\">         <font color=\"WHITE\" face=\"Arial\" size=\"3\"><strong>         Node         <\/strong><\/font><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adalnctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Oracle Net8 listener for Applications services           <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         All application tier server nodes          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adstrtal.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Start all Applications server processes           <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         All application tier server nodes          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adstpall.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Stop all Applications server processes           <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         All application tier server nodes          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adfrmctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Forms server           <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Forms server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adfmcctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Forms Metrics Client           <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Forms server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adfmsctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Forms Metrics Server          <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         HTTP server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adtcfctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control TCF SocketServer          <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Concurrent processing server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adcmctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Concurrent managers          <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Concurrent processing server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adrepctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Reports server          <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Concurrent processing server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         adapcctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Apache processes          <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         HTTP server node          <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         jtffmctl.sh         <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         Control Oracle fulfillment server          <\/font><\/td>\n<td bgcolor=\"#f7f7e7\" valign=\"top\"><font class=\"tablerow\">         HTTP server node          <\/font><\/td>\n<\/tr>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Installation and Error resolution (continued&#8230;) This is the fourth post on installing Oracle eBusiness suite 11i on Ubuntu. Previous posts are: Installing Oracle eBusiness Suite on Ubuntu Installing Oracle eBusiness Suite on Ubuntu &#8211; II Installing Oracle eBusiness Suite on Ubuntu &#8211; III Continuing from the last post, I will continue detailing errors met during [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39,38,8,37],"tags":[],"class_list":["post-127","post","type-post","status-publish","format-standard","hentry","category-database","category-erp","category-linux","category-ebs"],"_links":{"self":[{"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=127"}],"version-history":[{"count":1,"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/127\/revisions"}],"predecessor-version":[{"id":508,"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/127\/revisions\/508"}],"wp:attachment":[{"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=127"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=127"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/otac.isa-geek.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}