BEA Logo BEA WebLogic Enterprise Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WLE Doc Home   |   Administration & Related Topics   |   Previous   |   Next   |   Contents   |   Index

Introduction to Administration

As the administrator of your organization's computing applications, you are responsible for setting up and running a system that is critical to your corporate mission. You must plan how to maximize the performance and reliability of your WLE or BEA TUXEDO system, and then make it happen.

This chapter discusses the following topics:

The Administrator's Job

You are the person responsible for configuring and booting an application and then keeping it running smoothly. Your job can be viewed in two phases:

The remainder of this chapter lists the specific tasks you need to do during each phase.

The Groundwork Phase

During the this phase, you must do the following tasks:

:

Table 1-1

Plan

Collect information from the application designers, the programmers, and the business that will use the application. Use this information to configure your system.

Install

Set up your environment (including hardware and software), and install the WLE system and the application.

Configure

Your system

Set the parameters provided by the WLE system that govern how the components of your application will be used.

Transactions

Add transactions functionality to your definitions of domains, machines, groups, interfaces, services, and any other required components of your application.

Implement

Security

Select and implement one or more methods provided by the WLE system for protecting your application and data.

Depending on your application, you may also need to set up the following:

:

Table 1-2

Distributed applications

Create distributed applications with the routing tools: factory-based routing in WLE applications and data-dependent routing in BEA TUXEDO applications.

Networked applications

Set up any networked applications.

WLE remote client applications

To support WLE remote client applications, configure an Internet Inter-ORB Protocol (IIOP) Listener/Handler and modify the machine configuration.

Note: This guide provides instructions for all the tasks shown in this table, except installation. For installation instructions, see the Installation Guide.

The Operational Phase

During the this phase, you must do the following tasks:

Table 1-3

Start up

Boot your application.

Monitor

Log the activities, problems, and performance of your application and analyze the results regularly.

Troubleshoot

Identify and resolve problems as they occur.

Depending on your application, you may also have to do the following:

Table 1-4

Tune

Use techniques such as load balancing and prioritizing to maximize the performance of your application.

Migrate

Reassign primary responsibility for your application from your original MASTER machine to an alternate (BACKUP) machine when problems occur on the MASTER.

Dynamically modify

Change system parameters and the menu of services offered, when necessary, to meet the evolving needs of your customers.

Dynamically reconfigure

Redefine your application to reflect the addition of a component, such as a new machine or server.

Differences Between the WLE and BEA TUXEDO Systems

For the WLE system, the existing BEA TUXEDO administration facilities have been extended to support the administration of applications running within the context of the WLE Object Request Broker (ORB) and the WLE TP Framework.

The UBBCONFIG configuration file for WLE systems includes the following enhancements to support the configuration of WLE client and server applications:

Overall, the administration tasks for the WLE and BEA TUXEDO systems are similar. There are a few principal differences between the systems, however, as follows:

Details on these differences and exceptions are provided in subsequent chapters of this document.

Note: The Management Information Base (MIB) defines the set of classes through which the fundamental aspects of an application can be configured and managed. The MIB classes provide an administrative programming interface to the WLE or BEA TUXEDO system.

The BEA TUXEDO Reference Manual includes, in the TM_MIB (5) section, reference material about the T_INTERFACE MIB class, T_IFQUEUE MIB class, and T_FACTORY MIB class. Those MIB classes were added for WLE.

An online version of the
BEA TUXEDO Reference Manual is available on the Online Documentation CD. On the CD, click the Reference button from the main menu. Next, click the hyperlink "BEA TUXEDO Manuals." On the BEA TUXEDO home page, click the hyperlink "Reference Manual: Section 5."

Also see the descriptions of the T_DOMAIN MIB class, T_MACHINE MIB class, T_SERVER MIB class, T_TRANSACTION MIB class, and T_ROUTING MIB class. Those MIB classes were enhanced for WLE.

Roadmap for Your Responsibilities

At the beginning of this chapter, we summarized your job responsibilities in two phases. For software descriptions and procedures that help you perform your work, refer to the appropriate documentation, as follows:

Planning Your Configuration

As an administrator, you need to work with your system designers and application designers to understand how the administrative configuration of your application can support the requirements for it. In addition, you need to know the requirements of your customer: the business unit using the new software.

Before you can start configuring your system, you need answers to questions about the design of your application and about the server applications developed from that design, as defined in the following section.

Questions About the Design

The following questions may help you start the planning process:

How many machines will be used?

Will client applications reside on machines that are remote from the server applications?

Which CORBA interfaces will your WLE client or server application use?

What resource managers will the application use and where will they be located?

What "open" strings will the resource managers need?

What setup information will be needed for a database resource manager?

Will transactions be distributed?

What buffer types will be used?

Will data be distributed across machines?

Will factory-based routing be used in your WLE application?

Will data-dependent routing be used in your BEA TUXEDO application?

What are the reliability requirements? Will redundant listener and handler ports be needed? Will replicated server applications be needed?

Questions About Server Applications

The following questions may help you focus on the issues related to your server application that need to be resolved in your plan:

What are the names of the WLE interfaces or BEA TUXEDO services?

Are there any conversational services (BEA TUXEDO system)?

What resource managers do they access?

What buffer types do they use?

As you start putting together a configuration plan, you will discover more questions to which you need answers.