Changes related to install and upgrade

  1. Installer deployment to be keyless only. $CFG{keys}{licensefile} and $CFG{keys}{keyless} disabled.

    For more information, refer to Veritas InfoScale 8.0.2 Installation Guide.

  2. Added Azure and AWS-related configuration parameters.

    For more information, refer to Storage Foundation and High Availability 8.0.2 Configuration and Upgrade Guide.

  3. -makeresponsefile added as an installation script option to build a response file.

    For more information, refer to Veritas InfoScale 8.0.2 Installation Guide.

  4. Installation as a sudo user supported.

    For installation by using non-root user and menu-driven program, -sudouser option must be used. For example, /installer -sudouser <<username>>. The responsefile deployment prerequisite for non-root user is as follows:

    For more information, refer to Veritas InfoScale 8.0.2 Installation Guide.

    • Required additional parameter: $CFG{opt}{sudouser} ="<<username>>"

    • You need to create /etc/sudoers.d/<<username>> manually on all the nodes to enable sudo commands from driver node via CPI installer. Use the following command: # echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER

Changes related to install and upgrade

In this article