Skip Headers

Oracle Internet File System Installation Guide
Release 9.0.1.1.0 for Microsoft Windows NT/2000

Part Number A85272-03
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

1
Concepts

To install, configure, and administer Oracle Internet File System (Oracle 9iFS), administrators must understand key administration concepts, including:

The Oracle 9iFS Domain

The administrative unit of Oracle Internet File System (Oracle 9iFS) is the domain. A domain is a single Oracle 9iFS instance. Oracle 9iFS domains consist of several elements, such as nodes, running either on a single computer or spread across a set of interconnected computers.

The principal elements of an Oracle 9iFS domain are:

The repository, nodes, and domain controller comprise the logical elements of an Oracle 9iFS domain. However, a domain's physical configuration may be quite different than its logical configuration. There is no requirement that any element of the domain be on the same host as any other, or that any of element be on a different host than another. For small installations, the repository, nodes, and domain controller may all reside on a single host (Figure 1-1, "A Simple Oracle 9iFS Domain"). Larger installations may use separate hosts for each element (Figure 1-2, "A More Complex Oracle 9iFS Domain"). (In Figures 1-1 and 1-2, dotted lines represent host boundaries.)

Figure 1-1 A Simple Oracle 9iFS Domain


Text description of concept6.gif follows
Text description of the illustration concept6.gif

Determining the logical and physical configurations of the Oracle 9iFS domain based on proposed use and expected load is a pre-installation step. You can change the domain's logical and physical configuration over time in response to changing requirements.

Figure 1-2 A More Complex Oracle 9iFS Domain


Text description of concepta.gif follows
Text description of the illustration concepta.gif

Services and Servers

Each Oracle 9iFS node can have one or more services and one or more servers (Figure 1-3, "Services and Servers").

Figure 1-3 Services and Servers

Text description of concept5.gif follows
Text description of the illustration concept5.gif

Locators

Domain controllers and nodes are identified by locators. A locator is a Uniform Resource Locator (URL) that specifies the host on which the domain controller or node is running and its port number.

For example, the locator of the domain controller in Figure 1-2, "A More Complex Oracle 9iFS Domain" might be:

ifs_socket://grape.acme.com:53140

Guarded and Unguarded Nodes

Each node has a node guardian that monitors the node, detects error conditions, and attempts to recover from them. For unguarded nodes, the guardian runs in the node's process, whereas for guarded nodes, the node guardian runs in a separate process. Guarded nodes offer better fault recovery because the guardian can terminate and restart the node's process if necessary.

Nodes are guarded by default.

HTTP Nodes

Oracle 9iFS provides HTTP and WebDAV support using a Java servlet running in the Oracle HTTP Server. By default, this servlet is loaded when Oracle HTTP Server is started. Once loaded, the servlet creates a node (the "HTTP node") in the Java VM of the servlet. The HTTP node has an Oracle 9iFS service which manages user sessions and provides access to the domain's repository, and an Oracle 9iFS server which provides HTTP and WebDAV protocol support.

Because its process is owned by the Oracle HTTP Server, an HTTP node is always unguarded.

Oracle 9iFS Management Tools

A full range of administration tools are provided with Oracle 9iFS to manage the repository, start and stop Oracle 9iFS domains and nodes, configure nodes in the Oracle 9iFS domain, manage users and document security, work from the command line, and import/export data and users from one Oracle 9iFS schema to another.

Oracle Enterprise Manager Console

Oracle 9iFS is tightly integrated with Oracle Enterprise Manager to facilitate enterprise system management.

Figure 1-4 Oracle 9iFS Is Integrated with the Oracle Enterprise Manager


Text description of 1oemcon.gif follows.
Text description of the illustration 1oemcon.gif

Oracle 9iFS Manager

Oracle 9iFS Manager is the administrative interface for objects in the Oracle 9iFS repository (schema administration). Oracle 9iFS Manager is integrated with Oracle Enterprise Manager (OEM) and can be launched from OEM or in a standalone mode.

Oracle 9iFS Manager provides a powerful and easy-to-use graphical interface, and is divided between administrative tasks and developmental tasks (see Figure 1-5, "Oracle 9iFS Manager").

Figure 1-5 Oracle 9iFS Manager

Text description of 1ifsmgr.gif follows.
Text description of the illustration 1ifsmgr.gif

Oracle 9iFS Configuration Assistant

The Oracle 9iFS Configuration Assistant is a wizard that is started automatically by the Oracle Universal Installer during installation to specify Oracle 9iFS configuration parameters. For installation information, see "Run the Configuration Assistant" in Chapter 3, "Installing the Oracle 9iFS Software". For information on changing parameters, see Chapter 4, "Service and Server Configuration" in the Oracle Internet File System Setup and Administration Guide.

Figure 1-6 Oracle 9iFS Configuration Assistant

Text description of 1welcome.gif follows.
Text description of the illustration 1welcome.gif

See Oracle 9iFS Setup and Administration Guide for information about managing Oracle 9iFS.


Go to previous page Go to next page
Oracle
Copyright © 2001 Oracle Corporation.

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