Downloading the Server Installation Software for UNIX

How to:

Downloading the installation software from the Information Builders download site is the primary way of obtaining Information Builders software in an archive format, which is then unarchived and installed by running an installer program. The user may in turn, choose to download the software, unarchive, and burn to a CD/DVD or place on an NFS, drive within a corporation for easy access. This document assumes the software has been downloaded directly to the installation machine and is up to the user to adjust their steps within this manual if installing in an alternate manner.

Procedure: How to Download the Installation Software

To download the installation software:

  1. Go to http://techsupport.informationbuilders.com.

    The Information Builders Technical Support home page opens.

  2. Go to My Account and sign in.
  3. Click My Downloads and Shipments in the My Account section on the right side of the page.

    The Software Downloads/Shipments page opens.

  4. Click the Download link for your product and release.
  5. Fill in the registration form and then click Continue.

    The Software Download Agreement page opens.

  6. Select I agree to consent to the Download Agreement, and then click Continue.

    The Download Instructions page opens.

    A copy of the instructions is also automatically emailed to you for later reference.

  7. Follow the instructions on the Download Page. These are also documented in How to Expand the Downloaded Archive.

    Some Linux platforms also support RPM-formatted archives for download and installation, and will have a .rpm file in the download location as well as the RPM Public Key file (for signature verification).

    If a .rpm is present in the download location, you may chose the format you want to download and use. Use of the .rpm will cause a verification warning unless the public key is imported to rpm. The public key is the file ibi-gpg-publickey-for-one-time-rpm-import.txt, which will also be in the download directory (use the rpm --import file command to import it, once it is downloaded).

Procedure: How to Download and Expand the Downloaded Archive

  1. Create a directory in which to download the installation software.

    For example:

    mkdir download
  2. After registering at the Information Builders download site and obtaining download site information, an ID, password, and software location information, ftp to the site (GUI FTP tools may also be used, but line mode FTP is what is documented here).

    For example:

    ftp downloadftp.ibi.com
    (supply the user id and password information from web page)
  3. Make sure your current directory on the machine to which you will download is the download directory you created.

    For example:

    lcd download
  4. Navigate to the directory on the Information Builders site that contains the server installation software.

    For example:

     cd "/Server/77/Linux_Kernel-2_6_18-glibc-2_5_and_up_x86_64_64bit/77/837"
  5. Download the installation software from the site using binary mode.

    For example:

    binary
    get i7709_837.tar
    quit
  6. Unzip the downloaded file.

    For example:

    tar -voxf i7709_837.tar
  7. Run the isetup installation procedure, as described in Running Isetup to Install the Server Software.

You can delete the download directory after the installation is complete.

WebFOCUS

Feedback