Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Installation Guide - Linux
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Linux
- 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
- Preparing for deployment in a Secure Boot environment
- 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
- Upgrading Arctera InfoScale using YUM
- Completing the post installation tasks
- Section III. Uninstallation of Arctera InfoScale
- Section IV. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
- Appendix D. Managing InfoScale digital signatures (Secure Boot environment)
Installing InfoScale using Kickstart
You can install InfoScale using Kickstart. Kickstart is supported for Red Hat Enterprise Linux operating system.
To install InfoScale using Kickstart
- Create a directory for the Kickstart configuration files.
# mkdir /kickstart_files/
- Generate the Kickstart configuration files. The configuration files have the extension .ks. :
Enter the following command:
# ./installer -kickstart /kickstart_files/
The system lists the files.
The output includes the following:
The kickstart script for ENTERPRISE is generated at /kickstart_files/kickstart_enterprise.ks
- Set up an NFS exported location which the Kickstart client can access. For example, if /nfs_mount_kickstart is the directory which has been NFS exported, the NFS exported location may look similar to the following:
# cat /etc/exports /nfs_mount_kickstart * (rw,sync,no_root_squash)
- Copy the
rpms
directory from the installation media to the NFS location. - Verify the contents of the directory.
# ls /nfs_mount_kickstart/
- In the InfoScale Kickstart configuration file, modify the BUILDSRC variable to point to the actual NFS location. The variable has the following format:
BUILDSRC="hostname_or_ip:/nfs_mount_kickstart"
- Append the entire modified contents of the Kickstart configuration file to the operating system
ks.cfg
file. - Launch the Kickstart installation for the operating system.
- After the operating system installation is complete, check the file
/opt/VRTStmp/kickstart.log
for any errors that are related to the installation of RPMs and product installer scripts. - Verify that all the product RPMs have been installed. Enter the following command:
# rpm -qa | grep -i vrts
- If you do not find any installation issues or errors, configure the product stack. Enter the following command:
# /opt/VRTS/install/installer -configure sys1 sys2