How to Install from Software Development Solutions CD


Environment

OS Level: AIX Version 4.1.4
Type/Model: c10

Problem

How do you perform an install from the Software Development Solutions CD-ROM?

Solution

  1. Mount the Software Development Solutions CD-ROM over the directory /usr/cdrom/sws.

  2. Change the directory to /usr/cdrom/sws/showcase.

  3. Run the following command to generate a list of products on the CD which are locked by SDCS keys:
                ./cdtty -list
    
    Note the number associated with the Fortran compiler.

  4. Run the following command to decrypt the Fortran compiler and copy the installable images to the specified directory:
         ./cdtty -axxxx-xxxx-xxxx-xxxx-xxxx -Cyyy-yyy-yyyy \
           -pindex -ddirectory -ncountry -o
    
    The details are as follows:

    The cdtty command will copy the installable images to the destination directory.

  5. Install the permanent version of the compiler:
               smit install_latest
    
    For the option INPUT device / directory for software, enter the directory supplied in step 4.

    If the try-and-buy version of the compiler has been installed, change the following options from the default:

                AUTOMATICALLY install requisite software?           no
                OVERWRITE same or newer versions?                   yes
    
  6. After installing the permanent version of the compiler. Install the nodelock license in the /usr/lib/netls/conf/nodelock file.



[ Doc Ref: 93326836113864     Publish Date: Oct. 01, 1999]