4.4. Mounting the DVD Instructions for DVD Installations (Linux x64 Only)


Note:  Do not use the mounted directory as your working directory. Do not "cd" or "Change Directory" to /run/media/<user>/ANSYS242 or /media/ANSYS242 and then run INSTALL as this may cause unmounting and ejecting issues.


If you install Ansys, Inc. products from the installation media (DVD), you will need to run the installation procedure using either a locally- or remotely-mounted DVD, depending on your site's system.


Note:  Typically, a Linux system will mount a local DVD for you under /media/ANSYS242.


Locally-Mounted DVD Procedure

  1. Insert the first installation DVD.

  2. In a root shell, run the following command to determine the device drive location:

    df -hT

  3. Continue with the steps described in Product Installation.

If the target machine does not have a DVD reader, first follow the steps for locally-mounted DVD, and then follow the procedure below for remotely-mounted DVDs:

Remotely-Mounted DVD Procedure

  1. Add the dvdrom_dir directory to the /etc/exports file on the machine with the DVD device. A sample /etc/exports entry is:

    /dvdrom_dir *(ro)

    or

    /dvdrom_dir (ro)
    
  2. Run exportfs to export the dvdrom_dir directory:

    exportfs –a

    Check the manual page for 'exports' for the correct syntax, as different Linux versions can have different syntax.

  3. Log on to the machine where you wish to install Ansys, Inc. products and issue the following commands:

    mkdir dvdrom_dir2
    mount -t nfs Host:cdrom_dir dvdrom_dir2

    where Host is the hostname of the machine where the DVD device is located.

    Run man exports for more information.

  4. Continue with the steps described in Product Installation.