Home    Search    Up    Reference Manuals    Return   

Gensys.2510

Download and uncompress file gensys-2510.txz

Rel.2510 is an upgrade package based on Rel.2501.

Before downloading and installing this release, Rel.2501 must already exist on your computer.

Install Rel.2510 with the following steps:

  1. Launch program genterm by clicking on the □-icon to the left in the lower margin.
  2. Create directory "/opt/gensys/gensys-2510" by writing:
    mkdir -p /opt/gensys/gensys-2510
  3. Download file gensys-2510.txz with the following link: gensys-2510.txz
    and store the file in directory /opt/gensys/gensys-2510
    Please use webbrowser Firefox which followed with the installation of gensys-2501
  4. If the file has been successfully downloaded:
    The size of file gensys-2510.txz should be 121631644.
    The sha256sum message digest can be evaluated with the command:
    sha256sum gensys-2510.txz
    The output from the command should be:
    b75f74fc3423016ac2bfe6dcafb2a8e4345209f70dd015003c03cee2777a1551 gensys-2510.txz
  5. Go to directory "/opt/gensys/gensys-2510" and uncompress the tarball:
    tar -xJvkp --file=gensys-2510.txz
  6. Copy the license file from gensys-2501:
    copy -ip /opt/gensys/gensys-2501/bin/gen_processor_ID_check /opt/gensys/gensys-2510/bin

Set search path and other initilization files

  1. Download the setup files:
    gensys-2510_setup_files.sh
    gensys-2510_setup_files.tgz
    Store the two files in your home directory /home/gensys.
  2. Launch program genterm by clicking on the □-icon to the left in the lower margin.
  3. In program genterm go to your HOME-directory: cd $HOME
  4. Make sure file gensys-2510_setup_files.sh has execute permissions: chmod +x gensys-2510_setup_files.sh
  5. Launch the installation script: ./gensys-2510_setup_files.sh
    Root password is "gensys1"
  6. Log out and in again, to make the changes to take effect.
  7. Gensys-2510 in now installed, and the search path to gensys-2510 has been updated.
    To check the installation: Launch program genterm, and write the following two commands:
    echo $gensys    ;# Show the value of enviroment variable "gensys"
    type tsim       ;# Show the search path to program "tsim"
    
    The output from the two commands should be:
    /opt/gensys/gensys-2510
    tsim is /opt/gensys/gensys-2510/bin/tsim