Changes related to install and upgrade
-
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.
-
Added Azure and AWS-related configuration parameters.
For more information, refer to Storage Foundation and High Availability 8.0.2 Configuration and Upgrade Guide.
-
-makeresponsefileadded as an installation script option to build a response file.For more information, refer to Veritas InfoScale 8.0.2 Installation Guide.
-
Installation as a sudo user supported.
For installation by using non-root user and menu-driven program,
-sudouseroption 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
-