SySAM standalone license server

You can use the SySAM license install program from the CD or download and extract the install program from the Sybase SySAM Standalone License Server download page.

StepsInstalling a new license server

  1. Mount the CD.

    • On HP-UX:

      /etc/mount -F cdfs -o ro, rr device_name /cdrom
      

      where:

      • device_name – is the CD drive.

      • /cdrom – is the directory where the CD is to be mounted.

    • On IBM AIX:

      /usr/sbin/mount -v 'cdrfs' -r device_name /cdrom
      

      where:

      • device_name – is the CD drive.

      • /cdrom – is the directory where the CD is to be mounted.

      NoteThe location of the mount command is site-specific, and might be different than what is shown in these instructions. If you cannot mount the CD drive using the path shown, consult your operating system documentation or contact your operating system administrator.

    • On Linux and Linux on POWER:

      $ mount -t iso9660 /dev/cdrom /mnt/cdrom
      
    • On Solaris:

      The operating system mounts the CD automatically.

  2. Launch the Sybase installer program:

    ./setup
    
  3. The Welcome Window displays. Click Next.

  4. Accept the license agreement.

  5. Enter or select the destination directory.

  6. Select the custom installation.

  7. Select only SySAM Network License Server for installation.

  8. Unselect other components, to install the Net License Server only.

  9. Click OK to install SySAM licensing tools.

  10. Obtain the host ID for the machine on which the new license server will run:

    • Go to $SYBASE/SYSAM-2_0/bin where $SYBASE is the Sybase installation directory and SYSAM-2_0 is the directory for SYSAM-2_0.

    • Enter:

      ./lmutil lmhostid 
      

      Note If your machine has multiple network adapters, lmutil lmhostid returns host IDs associated with each adapter. Choose one of the IDs. Do not use IDs for removable network adapters.

    • Save the host ID to use at the Sybase Product Download Center.

  11. Go to the Sybase Product Download Center (SPDC).

  12. Select the license you want to install. See Chapter 3, “Getting and Using Your License,” in the Sybase Software Asset Management Users Guide.

  13. Copy the license file to $SYBASE/SYSAM-2_0/licenses on the network license server machine.

    NoteYou can set the SYBASE_LICENSE_FILE environment variable to specify additional Sybase license sources. By default, the Sybase license file is in $SYBASE/SYSAM-2_0/licenses.Similarly, you can set LM_LICENSE_FILE environment variable to specify multiple vendor licenses sources.

  14. Start the SySAM network license server.

  15. Validate that the license daemon is running:

    ./sysam status
    

    See Chapter 4, “License Server Administration,” in the Sybase Software Asset Management Users Guide for more details.