Oracle Ultra Search Online Documentation
Release 9.2

Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

Using the Remote Crawler

Without the Ultra Search remote crawler, you must run the Ultra Search crawler on the same host as the Oracle9i server. For large data sets, you can improve performance by running the Ultra Search crawler on one or more separate hosts from the Oracle 9i server. Because the Ultra Search crawler is a pure Java application, it communicates with the Oracle9i server through JDBC.

Ultra Search remote crawlers instances are always launched by the Oracle9i server. The Oracle9i server uses Java remote method invocation (RMI) to communicate with the remote crawler hosts. Therefore, each remote host must have an RMI registry and an RMI daemon running.

The reason for launching remote crawlers from the Oracle9i server is to leverage the high-availability of the Oracle9i server. The Ultra Search scheduling mechanism runs within the Oracle9i server and therefore automatically uses the database's high availability features.

Scalability and Load Balancing

Each Ultra Search schedule can be associated with exactly one crawler. The crawler can run locally on the Oracle9i server host or on a remote host. There is no limit to the number of schedules that can be run. Similarly, there is no limit to the number of remote crawler hosts that can be run.

However, each remote crawler host requires that the Ultra Search middle tier component be installed on its host.

By using several remote crawler hosts and carefully allocating schedules to specific hosts, you can achieve scalability and load balancing of the entire crawling process.

How is "Launching" Achieved?

Launching is done using Java remote method invocation (RMI) technology.

  1. When a crawling schedule is activated, the Ultra Search scheduler launches a Java program as a separate process on the database host. This Java program is known as the ActivationClient.
  2. This program attempts to connect to the remote crawler host through the standard RMI registry and RMI daemon on ports 1098 and 1099. If successful, the ActivationClient receives a remote reference to a Java object running on the remote host. This remote Java object is known as the ActivatableCrawlerLauncher.
  3. The ActivationClient then instructs the ActivatableCrawlerLauncher to launch the Ultra Search crawler on the remote host. The ActivatableCrawlerLauncher launches the Ultra Search crawler as a separate Java process on the remote host.

Installation & Configuration Sequence

  1. Make sure that you have installed the Ultra Search server components on the Oracle9i server, the Ultra Search middle tier component on one or more Web server hosts, and the Ultra Search middle tier component on all remote crawler hosts.

    See Installing Oracle Ultra Search


  2. Export the following common resources on the database host:
    • The temporary directory
    • The log directory
    • The mail archive directory (if you are using the Ultra Search mailing list feature)

    These resources are merely directories that must be accessible by all remote crawler instances over the network. You can use whatever mechanism you want to share these resources with a remote crawler host.

    The remote crawler code is pure Java. Therefore, it is platform independent. For example, your Ultra Search installation might consist of four hosts: one database server (host X) running Solaris, on which the Ultra Search server component is installed; one remote crawler host (host Y1) running on Windows NT; one remote crawler host (host Y2) running on Solaris; one remote crawler host (host Y3) running on Linux.

    In this scenario, you export the shared directories on host X using the UNIX "export" command. You then use the UNIX "mount" command on hosts Y2 and Y3 to mount the exported directories. For host Y1, you need to purchase a third-party NFS client for Windows NT and use that to mount the shared directories. (Note that if host X was a Linux server, you can create Samba shares and thereby mount those shares on Windows NT without needing to purchase any third party software).

  3. Configure the remote crawler with the administration tool.

    You now need to edit that profile by manually entering all mount points for the shared crawler resources that you defined in step 4. To edit the remote crawler profile, navigate to the "Crawler : remote crawler Profiles" page and click Edit for the remote crawler profile you want to edit:

    Specify values for the following parameters:

    • Mount point for temporary directory path as seen by the remote crawler
    • Mount point for log directory path as seen by the remote crawler
    • Mount point for mail archive path as seen by the remote crawler (if you are using the Ultra Search mailing list feature)

Additionally, you must specify the following crawler parameters before you can begin crawling:

Complete the crawler configuration with the administration tool.

Consult the Ultra Search administration tool documentation for details. The minimum set of parameters that will likely need to be configured are:

Each schedule must be assigned to a remote crawler or the local crawler (the local crawler is the crawler that runs on the local Oracle9i database host itself). To assign the a schedule to a remote crawler host or the local database host, click the hostname of a schedule in the Schedules page.

You can also turn off the remote crawler feature for each schedule, thereby forcing the schedule to launch a crawler on the local database host, instead of the specified remote crawler host. To turn off the remote crawler feature, click the hostname of a schedule in the "Synchronization Schedules" page. If a remote crawler host is selected, you are able to enable or disable the remote crawler.

Start up the RMI registry and RMI daemon on each remote crawler host.

Use the helper scripts in $ORACLE_HOME/tools/remotecrawler/scripts/<operating system> to do this.

The runall.sh and runall.bat scripts perform the following tasks in sequence:

You can invoke runregistry, runrmid, and register_stub individually. However, you must first invoke define_env to define the necessary environment variables.

Launch the remote crawler from the administration tool, and verify that it is running.

The state of the schedule is listed in the Schedules page. The remote crawler launching process takes up to 90 seconds to change state from LAUNCHING to FAILED, if failure occurs.

To view the schedule status, click the crawler status in the schedules list. To view more details especially in the event of failure, click the schedule status itself. This brings up a detailed schedule status page.

The remote crawler fails to launch if any one of the following requirements are not met:

  1. The RMI registry is not running and listening on port 1099 of each remote host.
  2. The RMI daemon is not running and listening on port 1098 of each remote host.
  3. The necessary Java objects have not been successfully registered with each RMI registry.

After a remote crawler is launched, you can verify that it is running by one or more of the following methods:


Oracle
Copyright © 2002 Oracle Corporation.
All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback