Mount and unmount instruction details for the CA Gen r8.5 and r8.6 Implementation Toolset installation process on the Linux platforms.
search cancel

Mount and unmount instruction details for the CA Gen r8.5 and r8.6 Implementation Toolset installation process on the Linux platforms.

book

Article ID: 19257

calendar_today

Updated On:

Products

Gen Gen - Workstation Toolset Gen - Host Encyclopedia Gen - Run Time Distributed

Issue/Introduction

The Gen Implementation Toolset for Linux is distributed as an ISO file. To mount the ISO file, perform the instructions below.

Note that the Gen Distributed Systems Installation Guide provides general information regarding mounting.

This information is in addition to what is provided in the documentation.

 

 

Environment

Release: Gen 8.5 and 8.6 

Resolution

Here are the steps for the Linux ISO image, mounting to temporary location of '/mnt/iso-disk' and assume sudo user for Gen 8.5:

  • sudo mkdir -p /mnt/iso-disk
  • sudo mount -o loop /tmp/CAGen85.Linux.iso /mnt/iso-disk
  • sudo /mnt/iso-disk/setup
  • sudo umount /mnt/iso-disk

 

Here are the steps for the Linux ISO image, mounting to temporary location of '/mnt/iso-disk' and assume sudo user for Gen 8.6:

  • sudo mkdir -p /mnt/iso-disk
  • sudo mount -o loop /tmp/CAGen86.Linux.iso /mnt/iso-disk
  • sudo /mnt/iso-disk/setup
  • sudo umount /mnt/iso-disk