Installing the Merant SequeLink Server without a registration key
Use the following steps to install the Merant SequeLink Server from the standard Merant
DataDirect CD-ROM. This kind of installation does not require you to enter a
registration key.
For steps that reference the Merant DataDirect SequeLink Installation Guide, obtain the guide from the
Merant documentation site at
www.merant.com/products/datadirect/download/docs/dochome.asp.
Installing the Merant SequeLink Server without a registration key on Windows NT or Windows 2000 systems
- Insert the DataDirect CD_ROM into your CD_ROM drive.
- On the CD drive, navigate from the root directory of the
DataDirect CD to the folder for the product you want to install
(\SequeLink_directory\win\oracle for Oracle or
\SequeLink_directory\win\sqlsrv for Microsoft SQL Server,
where SequeLink_directory is the SequeLink directory on the CD).
If the installer window appears
automatically after you insert the DataDirect CD, click Exit to close the
window. You cannot install the OEM SequeLink Server using
the standard installer.
- At the command prompt, run the setup program with the following parameter:
setup.exe /v"IPE=NO"
You are not be prompted for a registration key. The setup
program creates a default SequeLink service.
Installing the Merant SequeLink Server without a registration key on supported UNIX systems
To install the Merant Sequelink Server without a registration key, you must use the installation
script install.sh provided by Merant. You cannot install the SequeLink Server without a registration key by
installing the product directly from the Merant DataDirect CD-ROM with the Merant standard installer.
The preferred way of accomplishing this task is to instead transfer the tar file
appropriate for the database that you are using from the Merant DataDirect CD-ROM to your machine, extract the SequeLink
Server files, and run the installation script. To do this, perform the following steps:
- Ensure that you are logged into the machine with superuser (root) privileges.
- Ensure that the DISPLAY and TERM environment variables are set correctly for your environment.
- Create a home directory for the SequeLink software called sqlnk by using the mkdir
command as follows:
# mkdir /usr/sqlnk
- Insert the Merant DataDirect CD-ROM and, if necessary, mount the CD-ROM
drive. This procedure varies per platform.
- For Solaris systems, the Volume Management daemon
(vold) normally mounts the CD-ROM automatically and immediately, as well as each time the
machine is restarted. If the vold process is not running on
your machine, see your Solaris documentation for instructions on how
to mount the CD-ROM.
- For HP-UX systems, mount the CD-ROM by following the instructions in the article "Mounting a CD-ROM on HP-UX".
- For AIX systems, mount the CD-ROM by entering the following command:
# mount -o ro -v cdrfs /dev/cd number /cdrom
In this command, number is the CD-ROM number for your system,
usually 0 (zero).
- For Linux systems, mount the CD-ROM by entering the following command:
# mount -t iso9660 -r /dev/cdrom /cdrom
Note: Some window managers automatically mount a CD-ROM for you. Consult your operating system
documentation for more information.
The following steps assume that the CD-ROM is mounted at /cdrom.
- Navigate to the directory on the Merant DataDirect CD-ROM appropriate for your platform.
- Transfer in binary format the appropriate tar file for the database that you are using to the SequeLink home directory
that you created in Step 3.
For information about transferring tar files, refer to the
installation procedure in the Merant DataDirect SequeLink Installation Guide
under the topic "Installing on a Server Without a CD-ROM Drive > Transferring SequeLink Server Files."
- Navigate to the SequeLink home directory that you created in Step 3.
- Ensure that you are working in the Korn shell by entering the following command:
# ksh
- Execute the script install.sh with the -n parameter as follows:
# install.sh -n
Using the -n parameter ensures that you will not be prompted for a registration key during the installation
process.
- Follow the on-screen instructions as documented in the Merant DataDirect SequeLink Installation Guide
under the topic "Installing on a Server Without a CD-ROM Drive > Running the Installation Script."