SAS 9.1.3 Integration Technologies » Server Administrator's Guide


Setting up a Server and Spawner
Best Practices
Quick Start: Standard Workspace Server and Spawner
Quick Start: Load-Balancing Stored Process Server and Spawner
Summary of Setup Steps
Spawner Overview
Spawner Requirements
Planning the Configuration Metadata
Security
Standard Workspace or Stored Process Server
Standard OLAP Server
Creating the Metadata Using SAS Management Console
Defining Servers
Modifying Servers
Workspace or Stored Process Server
OLAP Server
Configuring a UUID Generator
Configuring and Starting the Object Spawner on z/OS
Administering the Server and Spawner
Creating a Metadata Configuration File in SAS
Using ITConfig
Testing Server Connections
Using Telnet
Spawner Error Messages
Reference Materials
Fields for the Server Definition
Object Server Parameters
Fields for the Spawner Definition
IOM Bridge

Summary of Setup Steps (IOM Bridge)

To set up a server that is configured with an IOM Bridge connection:

  1. Install SAS 9.1 (including SAS Integration Technologies) on the server machine. Refer to the SAS documentation for the details about this procedure.

  2. Plan your users, groups, and logins for security. For details, see the appropriate topics in the Security section.

  3. Set up and start your SAS Metadata Server. In addition, you must connect to the SAS Metadata Server and register a SAS Metadata Repository.

  4. Create the necessary definitions (on the SAS Metadata Server) for servers, spawners, users, groups, logins, pooled logical servers, and load-balancing logical servers. (For SAS Workspace Servers, optionally set up load balancing or pooling. For SAS Stored Process Servers, set up load balancing and create MultiBridge connections.)

    Note: You do not need to create a server definition for a SAS Metadata Server unless it is required for a replication or promotion job definition. See the SAS Management Console User's Guide for detailed instructions about how to promote and replicate repositories.

    For planning details, see Planning the Configuration Metadata and its related sections.

    For details about using SAS Management Console to create the metadata, see Creating the Metadata with SAS Management Console.

  5. Depending on whether you are using a spawner, start the server as follows:

    Note: You must start the SAS Metadata Server that contains your SAS Metadata Repository before you attempt to start any other IOM servers.

  6. For SAS Workspace Servers and SAS Stored Process Servers, test the server connection.

  7. Install the necessary components on each client machine.

    • For Windows Clients:

      • Install the SAS Integration Technologies software for Windows clients. For instructions, refer to Developing Windows Clients in the SAS Integration Technologies: Developer's Guide.

    • For Java Clients:

      • Install the SAS Integration Technologies software for Java clients. For instructions, refer to Developing Java Clients in the SAS Integration Technologies: Developer's Guide.

      • If you are using the Java Connection Factory interface of SAS Integration Technologies 9.1 and not using a SAS Metadata Server, you must also create a server definition in com.sas.services.connection.BridgeServer. This is necessary in order to obtain a reference to an IOM object, such as a workspace. Refer to Creating a Server Object with Java for an example. For more information, see Using the Java Connection Factory in the SAS Integration Technologies: Developer's Guide.

This completes the basic configuration steps that are necessary to do client development on a Windows or Java platform. For information about developing applications that access servers using IOM Bridge connections, refer to Developing Java Clients and Developing Windows Clients in the SAS Integration Technologies: Developer's Guide.