![]() | ![]() |
Home |
|
|
Installing Adaptive Server Enterprise on Siemens |
|
| Chapter 3: Unloading Server Products from Distribution Media |
This chapter describes how to unload Adaptive Server Enterprise server products for UNIX from the Sybase distribution media onto your system.
To unload client products, see Chapter 5, "Installing Sybase PC-Client Products."
Topics covered include:
Unload the server product files from the distribution media to your machine, using the instructions provided in this chapter. When you have finished unloading the products, do either of the following:
Before unloading server products onto the system:
Your Sybase products shipment includes printed release bulletins; they are also available at the Sybase Web site:
http://www.sybase.com
xhost +remote_machinewhere remote_machine is the machine on which you are running sybsetup.
For C shell:
setenv DISPLAY host_name:0.0For Bourne shell:
DISPLAY=host_name:0.0; export DISPLAYwhere host_name is the name of the local (display) machine.
It is important to 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 unload, installation, upgrade and setup tasks.
The "sybase" user must have permission privileges from the top (or root) of the disk partition or operating system directory down to the specific physical device or operating system file.
If you are unloading for an upgrade, see "If You Are Unloading for an Upgrade".
Space requirements for Adaptive Server Enterprise products are listed in Chapter 2, "Installation Requirements."
setenv SYBASE /work/serverThe SYBASE environment variable is used by the installation and setup utilities.
Note: , If you are unloading for the purpose of upgrading your current Adaptive Server (or SQL Server) to Adaptive Server 11.9.2, set the SYBASE environment variable to the new Sybase installation directory rather than your current installation.
The permissions needed are read, write, and execute. If you use sybsetup to create the Sybase installation directory, be sure you have these permissions.
Operating System Shell | Set PATH As Follows |
|---|---|
Bourne (sh) | PATH=$SYBASE/bin: $PATH; |
C (csh) | setenv PATH $SYBASE/bin: $PATH |
WARNING! <(/)b>To ensure a proper installation, add $SYBASE/lib first to the LD_LIBRARY_PATH. If /usr/shlib comes before $SYBASE/lib in LD_LIBRARY_PATH, you may encounter unresolvable symbol errors.
Status of LD_LIBRARY_PATH | Operating System Shell | Set LD_LIBRARY_PATH As Follows |
|---|---|---|
Not currently set | Bourne (sh) | LD_LIBRARY_PATH=$SYBASE/lib; |
C (csh) | setenv LD_LIBRARY_PATH $SYBASE/lib | |
Currently set | Bourne (sh) | LD_LIBRARY_PATH=$SYBASE/lib: $LD_LIBRARY_PATH; |
C (csh) | setenv LD_LIBRARY_PATH |
To unload for the purpose of upgrading an Adaptive Server product, do the following:
WARNING! <(/)b>If you unload Adaptive Server into the same directory as the currently installed version, the new version overwrites the old one. If this occurs, the upgrade cannot complete, because you must have both the old and the new versions of Adaptive Server to perform an upgrade.
In an X-Windows environment, use the sybsetup utility to unload from CD.
To unload Adaptive Server products:
/cdrom/sybsetupThe sybsetup screen is displayed.

The Installation Destination screen is displayed:

sybsetup displays the value of the SYBASE environment variable, which you should have set as described in "Pre-Unloading Tasks". For new installations, this is the value you want to use. If the SYBASE environment variable is not set, set it now.
WARNING! <(/)b>If unloading for an upgrade, you must change the installation directory location so that it is different from the value of your current installation. Otherwise, the current installation will be overwritten and the upgrade will fail.To install in a location that is different from the location displayed by sybsetup, change the directory location displayed on the sybsetup screen. Changing the installation directory in sybsetup does not reset the SYBASE environment variable on your system.
The Installation Source Device screen is displayed.

The Product Selection screen is displayed.
If any part of this information is incorrect, return to the main menu of sybsetup and begin again.
After you make a product selection, the Disk Space Available field indicates the available space remaining in the installation directory.
If you unload any languages into Adaptive Server in addition to the language you specify as the default, you may need to extend your master database. Each server language requires 2-7MB in the master database.
Note: , Backup Server and XP Server are unloaded, by default, with Adaptive Server.
The Install Products? dialog box is displayed.
sybsetup displays the Installation Status screen, which shows the progress of the unloading process. Unloading the software may take half an hour or more, depending on how many products you are unloading.
WARNING! <(/)b>If you are unloading Monitor Server for SQL Server 11.0.x, do not install sybsetup in $SYBASE/bin, and do not install sybsetup in your 11.0.x directory. If you do, sybsetup will fail and exit with a fatal error. The Monitor Server installation is not affected by this error.
Do not use the UNIX cp command to manually copy sybsetup from the CD to your system. If you do, sybsetup will not work.
A screen entitled Success is displayed after sybsetup is successfully unloaded.
/sbin/umount /cdrom
If your UNIX system does not have the X-Windows environment or you choose not to use it, use the sybload utility to unload Adaptive Server product files. When you use sybload to unload Adaptive Server products from a CD into the installation directory, execute sybload directly from the CD.
To unload products from the CD:
% cd $SYBASE
/cdrom/sybload -D
Prompt | Value |
|---|---|
$SYBASE directory | Confirm that the current directory is the Sybase installation directory, or specify the correct directory path. |
Local or remote installation | Enter "L" to indicate a local installation. |
Name of disk file of global archive | Enter the CD-ROM disk file |
Confirm media device | Enter "Y" to continue. |
Customer Authorization String (CAS) | If you are asked to supply a CAS string, use the CAS located in /cdrom/install/CAS.
|
Sybase products | Select products to unload from the sybload menu:
|
Product confirmation | The sybload utility lists the products you have chosen. Enter:
|
Note: , Do not interrupt the unload process, which may take 30 minutes or more. When sybload is finished, it displays a list of the products installed.
/sbin/umount /cdrom
You have successfully unloaded Adaptive Server and its products onto your system. To determine your next step, see the following table.
To Do This | See |
|---|---|
Perform a first-time installation of:
| |
Install client products | |
Upgrade an existing:
| |
Configure and use Historical Server | Sybase Adaptive Server Enterprise Monitor Historical Server User's Guide |
Configure and use Monitor Client Library | Sybase Adaptive Server Enterprise Monitor Client Library Programmer's Guide |
Configure and use Monitor Server for SQL Server 11.0.x | Release Bulletin for Adaptive Server Enterprise Monitor Version 11.5.1 |
|
|