Please enter search query.
Search <book_title>...
Veritas InfoScale™ 8.0 Installation Guide - AIX
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: AIX
- Section I. Planning and preparation
- Introducing Veritas InfoScale
- Licensing Veritas InfoScale
- About Veritas InfoScale product licensing
- About InfoScale Core Plus license meter
- About telemetry data collection in InfoScale
- Licensing notes
- Registering Veritas InfoScale using permanent license key file
- Registering Veritas InfoScale using keyless license
- About managing InfoScale licenses
- Generating license report with vxlicrep command
- System requirements
- Preparing to install
- Mounting the ISO image
- Setting up ssh or rsh for inter-system communications
- Obtaining installer patches
- Disabling external network connection attempts
- Verifying the systems before installation
- Setting up the private network
- Setting up shared storage
- Synchronizing time settings on cluster nodes
- Configuring LLT interconnects to use Jumbo Frames
- Planning the installation setup for SF Oracle RAC systems
- Updating the SCSI reserve ODM attribute settings for VIOS
- 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
- About setting tunable parameters using the installer or a response file
- Setting tunables for an installation, configuration, or upgrade
- Setting tunables with no other installer-related operations
- Setting tunables with an un-integrated response file
- Preparing the tunables file
- Setting parameters for the tunables file
- Tunables value parameter definitions
- Appendix C. Troubleshooting installation issues
Sample response files for Veritas InfoScale installation
The following example shows a response file for installing Veritas InfoScale using a keyless license.
our %CFG;
$CFG{accepteula}=1;
$CFG{keys}{keyless}=[ qw(ENTERPRISE) ];
$CFG{opt}{gco}=1;
$CFG{opt}{install}=1;
$CFG{prod}="ENTERPRISE80";
$CFG{systems}=[ qw(system1 system2) ];
1;
The following example shows a response file for installing Veritas InfoScale using a permanent license.
our %CFG;
$CFG{accepteula}=1;
$CFG{keys}{licensefile}=["<path_to_license_key_file>"];
$CFG{opt}{gco}=1;
$CFG{opt}{install}=1;
$CFG{prod}="ENTERPRISE80";
$CFG{systems}=[ qw(system1 system2) ];
1;