Skip Headers
Oracle® Application Server Installation Guide
10g Release 3 (10.1.3) for HP-UX Itanium
B28540-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

7 Postinstallation Tasks

Contents:

7.1 Deploying Oracle Business Rules Rule Author

After installing Oracle Application Server, you need to perform some additional steps to use Oracle Business Rules Rule Author and its associated online help.

The steps are as follows:

  1. Access the Oracle Enterprise Manager 10g Application Server Control Console using the following URL:

    http://hostname:http_port_number/em
    
    

    In the Groups section of the page, click home in the Name column.

  2. Select the Applications tab.

  3. To deploy Oracle Business Rules Rule Author, perform the following steps:

    1. Click Deploy. This opens the Deploy: Select Archive page.

    2. Select one of the following options:

      • Archive already present on server where Application Server Control is running.

        If you select this option, fill in the Location on Server field with $ORACLE_HOME/rules/webapps/ruleauthor.ear.

      • Archive is present on local host. Upload archive to the server where Application Server Control is running.

        If you select this option, click Browse to locate the ruleauthor.ear file on your machine. The file is located at $ORACLE_HOME/rules/webapps/ruleauthor.ear.

    3. Click Next. This opens the Deploy: Application Attributes page.

    4. Enter the name of the application as ruleauthor.

    5. Click Next. This opens the Deploy: Deployment Settings page.

    6. Click Deploy. This will display server messages during deployment.

    7. Click Return.

  4. To deploy the online help for Oracle Business Rules Rule Author, perform the following steps:

    1. Click Deploy. This opens the Deploy: Select Archive page.

    2. Select one of the following options:

      • Archive already present on server where Application Server Control is running.

        If you select this option, fill in the Location on Server field with $ORACLE_HOME/rules/webapps/rulehelp.ear.

      • Archive is present on local host. Upload archive to the server where Application Server Control is running.

        If you select this option, click Browse to locate the rulehelp.ear file on your machine. The file is located at $ORACLE_HOME/rules/webapps/rulehelp.ear.

    3. Click Next. This opens the Deploy: Application Attributes page.

    4. Enter the name of the application as rulehelp.

    5. Click Next. This opens the Deploy: Deployment Settings page.

    6. Click Deploy. This will display server messages during deployment.

7.2 State of Oracle Application Server Instances After Installation

After installation, the components that you have configured are started up (unless you have configured them to use ports lower than 1024, in which case you have to start them up manually).

You can view the Welcome page and the Application Server Control page in a browser. The URLs for these pages are shown in the last screen of the installer. You can view the contents of the last screen in the file ORACLE_HOME/install/readme.txt.

You can use scripts or you can use the Oracle Enterprise Manager 10g Application Server Control to start and stop Oracle Application Server instances. See the Oracle Application Server Administrator's Guide for details.

7.3 Passwords for Oracle Application Server Components

By default, all passwords for Oracle Application Server components are set to be the same as the Oracle Application Server instance password. For security reasons, you should change the passwords of the various components to have different values.

See the Oracle Application Server Administrator's Guide and the component guides in the Oracle Application Server Documentation Library for details on how to alter the passwords for the components you have installed.

7.4 NFS Installations

If you installed Oracle Application Server on an NFS disk, you need to edit the LockFile directive in the ORACLE_HOME/Apache/Apache/conf/httpd.conf file so that it points to a local disk. This file is used by the Oracle HTTP Server component.

See the Oracle HTTP Server Administrator's Guide for details.

7.5 Configuring OracleAS Clusters

If you did not configure OracleAS Clusters during installation, you can use Oracle Process Manager and Notification Server (OPMN) commands to do so following installation. See "Configuring Cluster Topologies" in the Oracle Application Server Administrator's Guide for details.

7.6 Backup and Recovery

After installation would be a good time to start backing up the files, and to set up your backup and recovery strategy. See the Oracle Application Server Administrator's Guide for details.

7.7 SSL

By default, most components are not configured for SSL. To enable SSL, see the SSL section in the Oracle Application Server Administrator's Guide.

7.8 Operating System Locale and NLS_LANG Environment Variable

If you installed Oracle Application Server in a non-English language environment, please check your settings as described in these sections:

7.8.1 Check the Operating System Locale

To make sure the default locale is set properly, verify that the LC_ALL or LANG environment variables are set with the appropriate values. To check the current setting, run the locale command:

prompt> locale

7.8.2 Check the NLS_LANG Setting

To check the NLS_LANG setting:

  1. Make sure the value of the NLS_LANG environment variable is compatible with the default locale setting of the operating system. See the Oracle Application Server Globalization Guide for details, including a list of files that set this variable. You might need to edit the value of the NLS_LANG variable in these files.

  2. Check that the NLS_LANG setting in the ORACLE_HOME/opmn/conf/opmn.xml file is identical to the NLS_LANG environment variable.

    Example: The NLS_LANG setting in the opmn.xml file might look something like this:

    <environment>
         <variable id="TMP" value="/tmp"/> 
         <variable id="NLS_LANG" value="JAPANESE_JAPAN.JA16SJIS"/> 
    </environment>
    
    

7.9 What to Do Next

After installing Oracle Application Server, you should read the Oracle Application Server Administrator's Guide. Specifically, you should read the "Getting Started After Installing Oracle Application Server" chapter.

You should also perform a complete Oracle Application Server environment backup after installing Oracle Application Server. This enables you to restore a working environment in case something goes wrong. For details on how to perform a complete Oracle Application Server environment backup, see the Oracle Application Server Administrator's Guide.

You should also perform a complete Oracle Application Server environment backup after each successful patchset upgrade and after each successful configuration change.