Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.2 Installation Guide - AIX
Last Published:
2020-05-31
Product(s):
InfoScale & Storage Foundation (7.4.2)
Platform: AIX
- Section I. Planning and preparation
- Introducing Veritas InfoScale
- Licensing Veritas 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 Veritas InfoScale
- Installing Veritas InfoScale using the installer
- Installing Veritas InfoScale using response files
- Installing Veritas Infoscale using operating system-specific methods
- Completing the post installation tasks
- Section III. Uninstallation of Veritas InfoScale
- 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 Veritas InfoScale ISO image.
To mount the ISO image
- Log in as superuser on a system where you want to install Veritas InfoScale.
- Create a loopback device to which you can bind the ISO image file:
# mkdev -c loopback -s node -t loopback loop0 Available
- Bind the ISO image to the loopback device and mount the device:
# loopmount -i <ISO_image_path> -l loop0 \ -o "-V cdrfs -o ro" -m /mnt
Where <ISO_image_path> is the complete path to the ISO image