![]() | ![]() |
Home |
|
|
Configuring Adaptive Server Enterprise for Digital Alpha NT |
|
| Chapter 2: Beginning Adaptive Server Configuration |
When you install or upgrade Adaptive Server, it includes some default parameter settings and a few of its auxiliary programs.
After installing and testing this "default" Adaptive Server, you can configure it to your system's needs and install other optional features.
Topics covered are:
For information about configuring languages, character sets, and sort orders, as well as optional features, see "How to Use This Book".
After installation, Adaptive Server default settings are as listed in Table 2-1. You might need to configure these settings to suit your computer and database needs.
Item | Default Value |
|---|---|
Name | AdaptiveServername |
Network support | Named Pipes, Windows Sockets (TCP/IP) |
Pipe name | \pipe\sybase\query |
Socket number | 5000 |
Command line options | None |
Error log path | d:\sybase\install\errorlog |
Event logging | Not configured |
International Support (Localization) |
|
Login security mode | Standard |
Table 2-2 lists the default settings for the Backup Server, Monitor Server, and XP Server. For more information about these servers, see "About Adaptive Server".
Server | Item | Default Value |
|---|---|---|
Backup Server | Name | AdaptiveServername_BS |
Network support | Named Pipes, Windows Sockets (TCP/IP) | |
Pipe name | \pipe\sybase\backup | |
Socket number | 5001 | |
Error log path | d:\sybase\install\backup.log | |
Monitor Server | Name | AdaptiveServername_MS |
Network support | Named Pipes, Windows Sockets (TCP/IP) | |
Pipe name | \pipe\sybase\monitor | |
Socket number | 5002 | |
Error log path | d:\sybase\install\ms.log | |
XP Server | Name | AdaptiveServername_XP |
Network support | Named Pipes, Windows Sockets (TCP/IP) | |
Pipe name | \pipe\sybase\xp | |
Socket number | 5003 | |
Error log path | N/A |
To change configuration settings for Adaptive Server, use the Server Config utility. You can run this program in one of two ways:
To run this utility from the Windows NT command prompt, run syconfig.exe.
Use the sp_configure procedure, which appears in several places in this manual, to quickly and easily change single parameters and values. For more information, see sp_configure in the Adaptive Server Reference Manual.
This manual walks you through Adaptive Server configuration through the Server Config utility.
To start Server Config:
The Configure Sybase Servers dialog box appears:

To change the Adaptive Server configuration, including its auxiliary programs and options:
For instructions on starting this utility, see "Starting Server Config for Adaptive Server".
The server names appear in the Existing Servers dialog box:

The Enter System Administrator Password dialog box appears.
The Configuring Adaptive Server Enterprise dialog box appears.

When you start Adaptive Server, you can configure the server to use certain configuration parameters that are not accessible through isql.
To set these configuration parameters:
The Command Line Parameters dialog box appears.

Type these parameters as you would at the command line. However, be sure to omit the command itself and any parameters that might vary.
During backup or recovery, the dump or load command uses the Backup Server named in the configuration for the selected Adaptive Server. You can name a different default Backup Server through the Adaptive Server configuration.
To name a different Backup Server to use as the default:
The Set Default Backup Server Name dialog box appears.

For information about naming and configuring Backup Server, see "Configuring Backup Server".
XP Server provides the extended stored procedures available through Adaptive Server.
When you install Adaptive Server, the program defines XP Server using the Adaptive Server name as a basis for the filename. For example, XP Server for an Adaptive Server named PIANO is named PIANO_XP.
You can change the configuration for the default XP Server for a particular Adaptive Server. See "Sybmail and Extended Stored Procedures".
Backup Server performs all Adaptive Server backup and recovery operations (dump and load).
When you install Adaptive Server, the program defines Backup Server using the Adaptive Server name as a basis for the filename. For example, Backup Server for an Adaptive Server named PIANO is named PIANO_BS.
To change the configuration for a Backup Server:.
For instructions on starting this utility, see "Starting Server Config for Adaptive Server".

The Configure Backup Server dialog box appears.

For more information about the error log, see Chapter 6, "Logging Error Messages and Events".
For more information about languages, see "Language Modules".
For more information about character sets, see "Character Sets".
Monitor Server is an Open Server(TM) application that obtains statistics on Adaptive Server performance by monitoring its shared memory. You can view these statistics from the Monitor Viewer in Sybase Central(TM).
Database administrators can use Monitor Server to examine server statistics using a graphical client/server tool. Statistics are available for:
To change the configuration for Monitor Server:
For instructions on starting Server Config, see "Starting Server Config for Adaptive Server".

The Existing Servers dialog box appears.
The Configure Monitor Server dialog box appears.

For more information on default command line parameters, see "Setting Adaptive Server Parameters".
For more information about configuring Monitor Server, see the Adaptive Server Enterprise Monitor Server User's Guide.
To support access to 2GB of memory, use isql to set the starting virtual memory address with sp_configure, for example:
sp_configure "shared memory starting address", 23662592
Be sure to reboot your computer to put the new value into effect.
Note: Do not set Monitor Server to use most of the available virtual address space. This access may limit Monitor Server functionality.
For instructions on displaying the latest information about large memory and Windows NT, see "Support for High-Availability Products".
For more information about shared memory, see Installing Adaptive Server for Digital Alpha Windows NT.
|
|