Starting The Server On Unix - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Starting the server on UNIX

You can choose from many command-line options or switches to specify such
features as permissions required to start a database or stop the server, and the
network protocols to use. The command-line switches are one means of tuning
Adaptive Server IQ behavior and performance.
There are slight variations in the basic command for different operating
systems, as well as a startup utility that runs this command automatically. See
the sections that follow for details.
This section describes two methods for starting the database server that are
specific to UNIX platforms:
Use the startup utility
Enter the server startup command and the appropriate parameters (see
below).
You can also use any of the generic methods described elsewhere in this
chapter, provided that you set startup parameter defaults for each platform to
the settings used in
start_asiq
IQ Installation and Configuration Guide.
Normally, you should always use the
UNIX platforms. If you do not, among the tasks you must do which the utility
normally does for you are:
Remove all limits, and then set limits on the stack size and descriptors. To
do so, go to the C shell and issue these commands:
% unlimit
% limit stacksize 8192
% limit descriptors 4096
Be aware that unlimit affects soft limits only. You must change any
Note
hard limits by setting kernel parameters.
Set all server parameters appropriately in the
CHAPTER 2
Running Adaptive Server IQ
. This is the preferred method.
start_asiq
. These settings are listed in the Adaptive Server
utility to start the server on
start_asiq
asiqsrv12
command.
23

Advertisement

Table of Contents
loading

Table of Contents