Mounting SLES ISO Image Files - Aster R

Teradata Aster® R User GuideUpdate 3

Product
Aster R
Release Number
7.00.02.01
Published
December 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
fop1497542774450.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
fbp1477004286096
lifecycle
previous
Product Category
Software
Perform these steps on the queen node to mount the SLES ISO image files.
  1. Copy the SLES ISO image files into the /var/opt/teradata directory: scp <path_to_SLES-ISO-image-file> /var/opt/teradata/
  2. Create the /var/opt/teradata/sles and the /var/opt/teradata/sles-sdk directories:

    mkdir -p /var/opt/teradata/sles

    mkdir -p /var/opt/teradata/sles-sdk

  3. Change to the /var/opt/teradata directory: cd /var/opt/teradata
  4. Mount the SLES ISO image files:

    mount -o loop SLE-12-SP2-Server-DVD-x86_64-GM-DVD1.iso /var/opt/teradata/sles

    mount -o loop SLE-12-SP2-SDK-DVD-x86_64-GM-DVD1.iso /var/opt/teradata/sles-sdk