Pre-installation tasks

Before installing the Cluster Edition:

  1. Install operating system patches, if required.

  2. Create a “sybase” account on your system to perform all installation tasks. This account should own all devices and files, and must have permission to read and write all devices the cluster uses.

    Create all devices with this “sybase” account.

  3. 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.

  4. If you are using a local account local to just one physical box then create the sybase user on each machine and make sure it has the same user ID.

  5. Decide where the Adaptive Server software will be installed. Make sure there is sufficient available disk space. There cannot be any spaces in the path name of the directory.The $SYBASE location must be on a shared file system, accessible from all cluster nodes using the same path.

  6. Verify that the operating system meets the version-level, RAM, and network protocol requirements for your platform.

  7. Verify that your network software is configured.

    The Cluster Edition implicitly requires that your network be configured for the nodes you plan to include in the cluster.

    If you are having connection problems, or to verify your network configuration, ping the host.

  8. Adjust the operating system shared memory parameter for your platform

Sun Solaris

To adjust shared memory segments of the operating system, add the following line to the configuration file /etc/system, where x is the number of shared memory segments:

set shmsys:shminfo_shmseg=x 

Linux