Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.3.1 Installation Guide - Linux
Last Published:
2017-12-04
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Section I. Introduction to Veritas InfoScale
- Section II. Planning and preparation
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC and SF Sybase CE systems
- Section III. 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 IV. Uninstallation of Veritas InfoScale
- Uninstalling Veritas InfoScale using the installer
- Uninstalling Veritas InfoScale using response files
- Section V. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Installing Veritas InfoScale using Kickstart
You can install Veritas InfoScale using Kickstart. Kickstart is supported for Red Hat Enterprise Linux operating system.
To install Veritas 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 Veritas 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
/var/tmp/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