Important Update: Cohesity Products Documentation


All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.

InfoScale™ 9.0 Getting Started Guide - Solaris

Last Published:
Product(s): InfoScale & Storage Foundation (9.0)
Platform: Solaris

Mounting the ISO image

An ISO file is a disc image that must be mounted to a virtual drive for use. You must have superuser (root) privileges to mount the Arctera InfoScale ISO image.

To mount the ISO image

  1. Log in as superuser on a system where you want to install Arctera InfoScale.
  2. Associate the ISO image to a block device:
    # lofiadm -a <ISO_image_path> <block_device>

    Where:

    <ISO_image_path> is the complete path to the ISO image

    <block_device> is the complete path to the block device

  3. Mount the image:
    # mount -F hsfs -o ro <block_device> /mnt