Veritas InfoScale 8.0 Update 1 Release Notes - Linux

Last Published:
Product(s): InfoScale & Storage Foundation (8.0)
Platform: Linux

Non-root user deployment support on RHEL 9

The non-root user deployment is supported on RHEL 9 using response file and CPI installer.

For installation by using non-root user and menu-driven program, you can be a '-sudouser' .

For example, /installer -sudouser <<username>>

The responsefile deployment prerequisite for non-root user is as follows:

  1. Required additional parameter: $CFG{opt}{sudouser} ="<<username>>"
  2. 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