Skip Headers

Oracle® Application Server 10g Release Notes
10g (9.0.4) for Linux x86

Part Number B12261-03
Go To Documentation Library
Home
Go To Table Of Contents
Contents

Go to previous page Go to next page

3
Management and Security

This chapter describes management and security issues associated with Oracle Application Server. It includes the following topics:

3.1 Supported Network Features

Table 3-1 shows the networking features that are supported for Linux Systems:

Table 3-1 Supported Networking Procedures 
Feature Supported?

Installing Oracle Application Server on a host using DHCP.

Yes

Installing Oracle Application Server on a host off of the network.

Yes

Changing the hostname of a host containing an Oracle Application Server middle-tier instance.

Yes

Refer to the Oracle Application Server 10g Administrator's Guide.

Changing the IP address of a host containing an Oracle Application Server middle-tier instance.

Yes

Refer to the Oracle Application Server 10g Administrator's Guide.

Changing the hostname of a host containing an Oracle Application Server Infrastructure.

No

Changing the IP address of a host containing an Oracle Application Server Infrastructure.

Yes

Refer to the Oracle Application Server 10g Administrator's Guide.

3.2 OPMN Issues

This section describes OPMN issues. It includes the following topics:

3.2.1 opmnctl Scoped Commands do not Work Against Oracle9iAS 9.0.2 and 9.0.3 instances.

opmnctl scoped commands do not work against Oracle9iAS 9.0.2 and 9.0.3 instances. A scoped command that is for a single Oracle Application Server instance and sent to either an Oracle9iAS 9.0.2 or 9.0.3 instance will return an error.

3.2.2 Error Message When Executing opmnctl Commands

When you execute either an opmnctl stopall or opmnctl startall command, the oidctl log file contains the following error message:

*** Instance Number already in use. *** 
*** Please try a different Instance number. ***

This error message is benign and can be ignored.

This error message typically appears for OracleAS Infrastructure 10g installations with Oracle Internet Directory.

3.2.3 Problem with Application Server Control Ports Page

When you go to the Application Server Control ports page, the Oracle HTTP Server Diagnostic Port is displayed for Oracle HTTP Server Listener. After you restart OPMN, the diagnostic port will no longer be displayed.

3.2.4 OPMN Reports Incorrect Shared Memory Value

In some circumstances, Linux systems incorrectly record negative values in the /proc file system. As a result of this Linux issue, OPMN incorrectly reports the shared memory value as a positive value and incorrectly reports the value for shared memory and private memory combined to be greater than the total memory.

Typically, this issue only occurs with the Oracle HTTP Server process. To workaround this issue, restart the associated component. For example, if you find this issue with Oracle HTTP Server, restart Oracle HTTP Server.

3.3 DCM Issues

This section describes DCM issues. It includes the following topic:

3.3.1 Tune the DCM Auto-archiving Feature to Improve System Performance

When you install Oracle Application Server, the DCM auto-archiving feature is configured to maintain fifteen backup archives. You can improve system performance by reducing the number of archives, or turning off auto-archiving.

To reduce the number of archives, for example, to 5:

ORACLE_HOME/dcm/bin/dcmctl set -arch 5

To turn off auto-archiving:

ORACLE_HOME/dcm/bin/dcmctl set -arch 0

Refer to Distributed Configuration Management Reference Guide for more information about DCM auto-archiving.


Note:

Limiting or disabling DCM auto-archiving may affect your ability to recover from system failures.


3.4 Other Management Issues

This section describes other management issues. It includes the following topics:

3.4.1 Online Help for Oracle Wallet Manager is Not Available

The online help for Oracle Wallet Manager is not available. If you try to use the online help, an error code will be displayed.

Refer to Oracle Application Server 10g Security Guide for Oracle Wallet Manager information.

3.4.2 Open Wallet Failed Message on STDOUT

When registering OracleAS Metadata Repository with Oracle Internet Directory the DBCA output will feature a message "OPEN WALLET FAILED". This error message can be seen from in the DBCA output to Oracle Universal Installer screen or in the ORACLE_HOME/oraInventory/logs/installActions<time.stamp>.log file.

This message is benign and has no affect on the registration process.

3.4.3 Alter Database Open Resetlogs Fails With ORA-01194

The Backup and Recovery section in the Oracle Application Server 10g Administrator's Guide contains instructions for using the OracleAS Backup and Recovery Tool to perform point-in-time recovery when restoring the OracleAS Metadata Repository to a new host. The instructions advise you to use "alter database open resetlogs" if you get an error while performing the recovery.

In rare cases, the "alter database open resetlogs" command may fail with error ORA-01194. If this happens, check the restore log generated by the OracleAS Backup and Recovery Tool. You should find that one or more data files were not restored. If this is the case, rerun the OracleAS Backup and Recovery Tool using the same options as the first time you ran it. Then use the "alter database open resetlogs" and it should work without error.

3.4.4 Ignore Warnings in warn.log File When Running chgiphost.sh Script

When running the chgiphost.sh script following installation of any Oracle Application Server install type, warning messages are generated in the warn.log file. The warning messages are benign and can be ignored.

3.4.5 chgiphost.sh Script Returns Benign Error Messages in Standalone J2EE and Web Cache Installation

When you run the chgiphost.sh script on a J2EE and Web Cache installation that does not use OracleAS Infrastructure 10g services, the following types of error messages may be logged in the actions.log and error.log files:

These error messages are benign and can be ignored.

3.4.6 Error Message Using OracleAS Backup and Recovery Tool

If you perform a backup of the OracleAS Metadata Repository using the OracleAS Backup and Recovery Tool, RMAN returns error message RMAN-06089, which indicates that an archived log is out of sync with the catalog. This occurs if any of the archived logs are lost.

Before you retry the OracleAS Backup and Recovery Tool, execute the following command in RMAN:

change archivelog all validate;

Then rerun the OracleAS Backup and Recovery Tool to perform the OracleAS Metadata Repository backup.

3.5 Documentation Errata

This section describes known errors in management and security documentation. It contains the following topic:

3.5.1 Changing OPMN Ports (ONS Local, Request, and Remote)

The procedure for changing the ONS local, request, and remote ports in Oracle Application Server 10g Administrator's Guide is incorrect as follows:

3.5.2 Querying the Runtime JServ Port

The procedure for querying the runtime JServ port in Oracle Application Server 10g Administrator's Guide is incorrect.

You can query the runtime JServ port numbers as follows:

3.5.3 Restart Infrastructure Processes After Restoring a Metadata Repository

The procedures in Oracle Application Server 10g Administrator's Guide for restoring a Metadata Repository are incomplete. You should restart all Infrastructure processes after restoring a Metadata Repository.


Go to previous page Go to next page
Oracle
Copyright © 2003 Oracle.

All Rights Reserved.
Go To Documentation Library
Home
Go To Table Of Contents
Contents