About this book

Audience

This book is for System Administrators and other qualified installers who are familiar with their system’s environment, networks, disk resources, and media devices.

How to use this book

Before you use this book, you can read Chapter 1, “Preparing to Install and Configure Replication Server” in the Replication Server Configuration Guide for UNIX to help you plan your installation. The step is unnecessary if you plan to install a sample Replication Server.

When you have completed the instructions in Chapter 1, follow the instructions in this book to install Replication Server® on your system.

This guide contains the following chapters:

Related documents

The Sybase® Replication Server documentation set consists of the following:

Other sources of information

Use the Sybase Getting Started CD, the Sybase Technical Library CD and the Technical Library Product Manuals Web site to learn more about your product:

Sybase certifications on the Web

Technical documentation at the Sybase Web site is updated frequently.

StepsFinding the latest information on product certifications

  1. Point your Web browser to Technical Documents.

  2. Select Products from the navigation bar on the left.

  3. Select a product name from the product list and click Go.

  4. Select the Certification Report filter, specify a time frame, and click Go.

  5. Click a Certification Report title to display the report.

StepsCreating a personalized view of the Sybase Web site (including support pages)

Set up a MySybase profile. MySybase is a free service that allows you to create a personalized view of Sybase Web pages.

  1. Point your Web browser to Technical Documents.

  2. Click MySybase and create a MySybase profile.

Sybase EBFs and software maintenance

StepsFinding the latest information on EBFs and software maintenance

  1. Point your Web browser to the Sybase Support Page.

  2. Select EBFs/Maintenance. Enter user name and password information, if prompted (for existing Web accounts) or create a new account (a free service).

  3. Select a product.

  4. Specify a time frame and click Go.

  5. Click the Info icon to display the EBF/Maintenance report, or click the product description to download the software.

Conventions

This section describes the stylistic and syntactic conventions used in this book.

Style conventions Syntax statements (displaying the syntax and options for a command) are printed as follows:

alter user user
set password new_passwd
[verify password old_passwd]

Examples that show the use of Replication Server commands are printed as follows:

alter user louise
 set password hFE5t
 verify password hFE5t

Command names, command option names, program names, program flags, keywords, configuration parameters, functions, and stored procedures are printed as follows:

Syntax conventions Syntax formatting conventions are summarized in Table 1. Examples combining these elements follow.

Table 1: Syntax formatting conventions

Key

Definition

variable

Variables (words standing for values that you fill in) are in italics.

{ }

Curly braces mean you must choose at least one of the enclosed options. Do not include braces in the command.

[ ]

Brackets mean you may choose or omit enclosed options. Do not include brackets in the command.

|

Vertical bars mean you may choose no more than one option (enclosed in braces or brackets).

,

Commas mean you may choose as many options as you need (enclosed in braces or brackets). Separate your choices with commas, to be typed as part of the command.

Commas may also be required in other syntax contexts.

( )

Parentheses are to be typed as part of the command.

...

An ellipsis (three dots) means you may repeat the last unit as many times as you need. Do not include ellipses in the command.

Obligatory choices

Optional choices

Repeating elements An ellipsis (...) means that you may repeat the last unit as many times as you need. For the alter function replication definition command, for example, you can list one or more parameters and their datatypes for either the add clause or the add searchable parameters clause:

alter function replication definition function_rep_def
	{deliver as 'proc_name' |
	add @parameter datatype[, @parameter
		datatype]... |
	add searchable parameters @parameter
		[, @parameter]... |
	send standby {all | replication definition}
		parameters}

If you need help

Each Sybase installation that has purchased a support contract has one or more designated people who are authorized to contact Sybase Technical Support. If you cannot resolve a problem using the manuals or online help, please have the designated person contact Sybase Technical Support or the Sybase subsidiary in your area.