Preinstallation for a New Installation

The “sybase” user must have permission privileges from the root of the disk partition or operating system directory down to the specific physical device or operating system file.


  1. Create a “sybase” account on your system to perform all installation tasks.
  2. Log in to the machine as the “sybase” user.

    Maintain consistent ownership and privileges for all files and directories. A single user—the Sybase system administrator with read, write, and execute permissions—should perform all installation, upgrade, and setup tasks.

  3. Decide where to install the Adaptive Server software. Make sure there is sufficient available disk space. Do not use any spaces in the path name of the directory.
  4. Verify that the operating system meets the version level, RAM, and network protocol requirements for your platform.
  5. Verify that your network software is configured.

    Sybase software uses network software even if Adaptive Server and Sybase client applications are installed on a machine that is not connected to a network.

    Ping the host if you are having connection problems, or to verify your network configuration.
  6. The operating system shared memory default of most Linux releases is 32MB. The minimum required by Adaptive Server is 64MB for a default server with 2K pages. Increase the amount of shared memory if you plan to increase the total memory of Adaptive Server.

    Check and adjust the operating system shared memory parameter.


    • To check the current shared memory size, enter:
      # /sbin/sysctl kernel.shmmax
    • To adjust the shared memory size, enter the following, where nnn is the new size in bytes (at least 64MB which is 67108864 bytes):
      # /sbin/sysctl -w kernel.shmmax=nnn
      To guarantee that this value is applied every time the system is started, add this line to your /etc/rc.d/rc.local file (/etc/init.d/boot.local on SuSE systems).
  7. On Linux RHEL Update 3.0 and higher, Adaptive Server version 15.0.3 running on multiple engines requires the security feature Exec-Shield to be disabled. To disable Exec-Shield:
    • Add the following lines in /etc/sysctl.conf:
      kernel.exec-shield=0
      kernel.exec-shield-randomize=0
    • As su(super user), enter:
      /sbin/sysctl -P
  8. If you are having trouble starting the installer, make sure you have the required operating system patches for the Java Runtime Environment (JRE) version 6.
    • For Linux x86 and x64, use Sun Microsystems JRE 6.
    • For Linux 64 pSeries, use the IBM JRE 6.
  9. You must know what product edition you are installing. Your options are:

    • Developer Edition
    • Express Edition
    • Enterprise Edition Evaluation


Created April 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com