Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Installation Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Solaris
- Section I. Planning and preparation
- Introducing Arctera InfoScale
- Licensing Arctera InfoScale
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC systems
- Section II. Installation of Arctera InfoScale
- Installing Arctera InfoScale using the installer
- Installing Arctera InfoScale using response files
- Installing Arctera InfoScale using operating system-specific methods
- Completing the post installation tasks
- Section III. Uninstallation of Arctera InfoScale
- Uninstalling Arctera InfoScale using the installer
- About removing Arctera InfoScale
- Uninstalling Arctera InfoScale using response files
- Uninstalling Arctera InfoScale using the installer
- Section IV. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
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
- Log in as superuser on a system where you want to install Arctera InfoScale.
- 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
- Mount the image:
# mount -F hsfs -o ro <block_device> /mnt