Installing in the Noninteractive Mode

To install the LSI Storage Authority Software in a noninteractive or silent mode, use the following commands.

  1. (Optional) If VC Redist 2010 and VC Redist 2015 are not installed on the server, complete the following steps.
    1. Install the VC Redist 2010 package from the command line vcredist_x64.exe /Q.

      VC Redist 2010 (vcredist_x64.exe ) is available in the <Package_Dir>\ISSetupPrerequisites\{7f66a156-bc3b-479d-9703-65db354235cc}\ directory.

    2. Install the VC Redist 2015 package from the command line vc_redist.x64.exe /Q.

    VC Redist 2015 (vc_redist.x64.exe) is available in the <Package_Dir>\ISSetupPrerequisites\{D093EE4D-527D-4CC7-AB3C-DCE3219FA508}\ directory.

  2. If OpenSLP is not installed, install the OpenSLP from the command line openslp_3.0.0_0_x64.
    OpenSLP is available in the <Package_Dir>\ISSetupPrerequisites\{23401E90-6962-476F-9D92-F9027E91A490}\ directory.
  3. Use one of the following modes to install the software.
    • Gateway – setup.exe /s /v"/qn ALLUSERS=1 ADDLOCAL=Gateway INSTALLATIONCHOICES=0 EVENTNOTIFICATIONCHOICES=3
    • StandAlone – setup.exe /s /v"/qn ALLUSERS=1 ADDLOCAL=StandAlone INSTALLATIONCHOICES=1 EVENTNOTIFICATIONCHOICES=3
    • DirectAgent – setup.exe /s /v"/qn ALLUSERS=1 ADDLOCAL=DirectAgent INSTALLATIONCHOICES=2 EVENTNOTIFICATIONCHOICES=3
    • Light Weight Monitor – setup.exe /s /v"/qn ALLUSERS=1 ADDLOCAL=LightWeightMonitor INSTALLATIONCHOICES=129 EVENTNOTIFICATIONCHOICES=3
    Type of Installation Type of Event Notification Event Notification Choice
    Gateway Since Last Shutdown 0
    StandAlone Since Log Clear 1
    DirectAgent Since Last Reboot 2
    Light Weight Monitor Start From Now 3
  4. (Optional) To change the default directory structure, provide the following input with each mode of installation.
    Setup.exe /s /v"/qn ALLUSERS=1 ADDLOCAL=LightWeightMonitor INSTALLATIONCHOICES=129 INSTALLDIR=CustomDirecotryLocation
  5. (Optional) To redirect the LSA installer logs, use the following command.
    setup.exe /s  /v"/l*v \"<PATH_TO_LOG_FILE>\<FILE_NAME>.log\""  /v"/qn ALLUSERS=1 ADDLOCAL=Gateway INSTALLATIONCHOICES=0 EVENTNOTIFICATIONCHOICES=3 INSTALLDIR=CustomDirecotryLocation