Skip Headers

Oracle Content Management SDK Installation Guide
10g (9.0.4)

Part Number B10689-01
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

6
Troubleshooting

This chapter describes common installation and configuration problems and solutions.

Installation and Configuration Problems

Most installation and configuration errors involve failure to carefully follow pre-installation instructions. The following table describes some common installation and configuration problems, possible causes, and what you should do to correct the problem. Note that installation and configuration actions are captured in two different log files that you can examine to assist in troubleshooting efforts:

NFS Troubleshooting

If you receive a "Permission denied" error when mounting an NFS drive, use the following table to locate the source of the problem.

Table 6-2  NFS Troubleshooting
Troubleshooting Step For More Information

Check the Node logfile for more information. The regular node log records the same type of information for each node. This log is useful for troubleshooting protocol servers and agents. All errors are logged with stack traces. Log file properties, such as Log Level and Rotation Interval, are specified in the node configuration of the node being monitored.

By default, the node log is located in:



$ORACLE_HOME/ifs/cmsdk/log/<transferred 
domain name>/<node name>.log

Determine whether the Oracle CM SDK NFS server is configured as the primary or secondary server. If the server is configured as the secondary server, or if the Oracle CM SDK NFS server is not on the standard port number, Solaris clients must specify the public option and Linux clients must specify the mount port.

See "NFS (Network File System) Protocol" in Chapter 5, "Client Access Paths and Software" for more information.

Verify that the client is included in the Trusted Client list.

See "Setting Up a Trusted Client List" in Chapter 4, "Post-Configuration" for more information.

Verify the port number and mount port number on which the NFS server is running.

See Chapter 3, "Installation and Configuration", for information about selecting NFS server port numbers during the Oracle CM SDK configuration process.

Use the netstat command (on Windows clients) to verify that the computer is currently listening to the specified ports.

Enter netstat ? at the command prompt for a list of parameters.

Verify that you are using a certified NFS client.

While client access to NFS is available on all UNIX operating systems, Windows systems require additional client software. Hummingbird Maestro NFS is a client certified for use with Oracle CM SDK NFS Server.

  • Windows 2000 users who want to connect to Oracle CM SDK NFS Server must use Hummingbird Maestro NFS 7.0.

  • Windows NT users who want to connect to Oracle CM SDK NFS Server can use Hummingbird Maestro NFS 6.0 or later.

See the Release Notes for other supported NFS client applications and version numbers.

Deinstalling Oracle Content Management SDK

Run the Oracle Universal Installer to deinstall Oracle CM SDK:

  1. Log on using the account that installed and configured Oracle CM SDK. Typically, this is an account named oracle.

  2. Stop the domain and nodes. For HTTP nodes, stop their OC4J processes.

  3. Shut down all protocol servers and agents using the appropriate command for your release of the product.

    Table 6-3  Deinstallation Commands
    Release Command

    Oracle Content Management Software Development Kit 1.0

    $ORACLE_HOME/ifs/bin/ifsstop

    Oracle Content Management Software Development Kit 1.1.x

    $ORACLE_HOME/ifs1.1/bin/ifsstop

    Oracle Internet File System 9.0.1, 9.0.2

    $ORACLE_HOME/9ifs/bin/ifsjservctl stop

    $ORACLE_HOME/9ifs/bin/ifsstopdomain

    (Or use the Oracle Enterprise Manager Console to stop the domain and all nodes.)

    Oracle Content Management SDK 9.0.3

    $ORACLE_HOME/ifs/cmsdk/bin/ifsctl stop

    $ORACLE_HOME/opmn/bin/opmnctl stopall

  4. Allow all of the processes to stop.

  5. Launch the Oracle Universal Installer from the installation CD.

  6. On the Welcome screen, click Deinstall Products. The Inventory screen appears.

  7. On the Inventory screen, click the $ORACLE_HOME directory to display all installed components. Verify that the list includes Oracle CM SDK or Oracle Internet File System.

  8. Select Oracle CM SDK or Oracle Internet File System from the list and click Remove.

  9. Click Yes to confirm the Oracle CM SDK deinstallation. The software components are removed, and in a moment, the Oracle Universal Installer reappears.

  10. Click Close.

  11. Exit the Oracle Universal Installer.

  12. To completely remove the Oracle CM SDK or Oracle Internet File System directory from the computer, log on as root (or oracle) and use the UNIX remove (rm) command with the recursive and force options.


    Caution:

    Be certain to enter the correct pathname before executing the command below. The force parameter (-f) removes all files, even those for which you do not have write access, and the recursive parameter (-r) removes all files in all sub-directories under the path. If you enter the wrong pathname, you could seriously damage your system.


    Table 6-4  Remove Commands
    Release Command

    Oracle Internet File System 1.0

    rm -rf $ORACLE_HOME/ifs

    Oracle Internet File System 1.1.x

    rm -rf $ORACLE_HOME/ifs1.1

    Oracle Internet File System 9.0.1, 9.0.2

    rm -rf $ORACLE_HOME/9ifs

    Oracle Content Management SDK 9.0.3

    rm -rf $ORACLE_HOME/ifs/cmsdk

When to Contact Oracle Support Services

You can contact Oracle Support Services at http://metalink.oracle.com.

Before calling Oracle Support Services:

For installation-related problems, please have the following available:

Oracle Support Services can be reached at the following numbers. The hours are detailed in your support contract.

For a complete list of Support Numbers, see: http://www.oracle.com/support/contact_us/sup_hot_phone.html


Go to previous page Go to next page
Oracle
Copyright © 1999, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents
Go To Index
Index