License agreement for Application Response Measurement (ARM) Software Development Kit (SDK)

Downloading instructions follow the License Agreement

YOU MUST AGREE TO THESE TERMS BEFORE YOU DOWNLOAD OR USE THIS PROGRAM. ANY SUCH USE OR DOWNLOADING INDICATES YOUR ACCEPTANCE OF THESE TERMS.

International Business Machines Corporation (IBM) and Hewlett-Packard Corporation (HP) grant you a license to use the ARM SDK. The ARM SDK is copyrighted and licensed (not sold). IBM and HP do not transfer title to the ARM SDK to you. You obtain no rights other than those granted under this license.

Under this license, you may:

  1. Use the ARM SDK on one or more machines at a time;
  2. Make copies of the ARM SDK for use or backup purposes within your enterprise;
  3. Modify the ARM SDK and merge it into another program; and
  4. Make copies of the original file you download and distribute it, provided that you transfer a copy of this license agreement to the other party, and provided that the other party agrees to all terms of this license.

You must reproduce the copyright notice and any other legend of ownership on each copy or partial copy of the ARM SDK. You may NOT sublicense, rent, lease, or assign the ARM SDK.

Except as expressly stated above, IBM and HP grant no other licenses, express or implied, by estoppel or otherwise, to any intellectual property rights.

IBM and HP do not warrant that the ARM SDK is free from claims by any party of copyright, patent, trademark, trade secret, or any other intellectual property infringement.

LIMITED LIABILITY

Under no circumstances are IBM or HP liable for any of the following, even if IBM or HP are informed of their possibility:

  1. third party claims against you for losses or damages;
  2. loss of, or damage to, your records or data; or
  3. economic consequential damages (including lost profits or savings) or incremental damages.
  4. punitive or non-compensatory damages of any sort

NO WARRANTIES

THIS PROGRAM IS PROVIDED "AS IS." IBM AND HP DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

IBM and HP do not warrant uninterrupted or error free operation of the SDK.

Some jurisdictions do not allow the exclusion of implied warranties or limits on liability, so the above exclusions may not apply to you.

IBM and HP have no obligation to provide service, defect correction, or any maintenance for the SDK. IBM and HP have no obligation to supply any ARM SDK updates or enhancements to you even if such are or later become available.

You may terminate this license at any time. IBM and HP may terminate this license if you fail to comply with any of its terms. In either event, you must destroy all your copies of the ARM SDK.

You are responsible for the payment of any taxes resulting from this license.

You may not sell, transfer, assign, or subcontract any of your rights or obligations under this license. Any attempt to do so is void. No licensee may bring a legal action more than two years after the cause of action arose.

You hereby waive your right to a trial by jury and agree that any action arising from the relationship of the parties to this license shall be decided by a court without a jury.


SDK Downloading and Installation Instructions

Most browsers will download these files when you click on the file name. However, some browsers may attempt to execute the exe file and browsers on Unix systems may automatically uncompress the .Z file. Netscape Navigator users can download a file by holding down the <shift> key while clicking the left mouse button on the file name. Mosaic has an option to "Load To Local Disk."

Note: The contents of the following two files is identical. Only the compression method differs. The Unix version is a compressed tar file while the PC version is a self-exploding zip file.

For Unix users:
  1. Download the file armsdk.tar into a temporary directory such as ./arm_cd.

  2. Rename the file to armsdk_tar.Z
    The interim name avoids possible mime configuration problems on the web server. Do not rename the file until it is on the Unix system.

  3. Uncompress armsdk_tar.Z. It will expand to about 317 kb.

  4. Enter the command 'tar -xvf armsdk_tar'
    This will create several sub-directories and untar all files into the temp directory and the newly created sub-directories.

  5. Read the 'license.ux' file.

  6. Enter the command 'chmod u+x install'

  7. Enter the command './install' and then follow the instructions of the installation process.

  8. Once the files are installed, the temporary directory (./arm_cd) and the tar file (armsdk_tar) may be removed.

If the libarm.* shared library exists in the default directory, the install utility will not install the library. This is so the installation will not overlay an installation of one of the measurement product's libraries.

Install will not copy the library to the default (/usr/lib) directory if the directory is not writable by the user.

For Windows NT, Windows 95 and OS/2 users:
  1. Download the file armsdk.zip to your system placing the file in a temporary directory of your choice. This directory will be used only during the install process.

  2. Rename the file to armsdk.exe

  3. Execute the program by entering:
    armsdk -d
    DON'T FORGET THE -d. This will put a copy of the installation files into the current directory and several sub-directories. Total disk space required for the downloaded file and uncompressed files is less than 400,000 bytes.

  4. Read the 'license.pc' file.

  5. Execute the install.bat file:
    INSTALL <drive letter:\install dir>
    where <driver letter> is the drive letter and <install dir> is the directory path for the location of where to install the SDK. Install will put the files into a directory called ARM_SDK under the <install directory> specified.

  6. Copy the LIBARM*.DLL to the standard location for the platform. Do not copy the library if the library already exists in the destination directory.

    For OS/2: (enter following as a single line)
    copy <install dir>\ARM_SDK\LIB\OS2\LIBARM.DLL $os2dir$\DLL\LIBARM.DLL

    For Windows 95/ Windows NT: (enter following as a single line)
    copy <install dir>\ARM_SDK\LIB\WIN95_NT\LIBARM32.DLL $windir$\SYSTEM32\LIBARM32.DLL

  7. Once the files are installed, the directory arm_cd and the zip file (armsdk.exe) may be removed.

Last updated 4 Dec 98.