Skip to main content
SnapCenter Software 4.7
A newer release of this product is available.

Install the SnapCenter Plug-in for Microsoft Windows silently from the command line

Contributors netapp-soumikd

You can install the SnapCenter Plug-in for Microsoft Windows locally on a Windows host if you are unable to install the plug-in remotely from the SnapCenter GUI. You can run the SnapCenter Plug-in for Microsoft Windows installation program unattended, in silent mode, from the Windows command line.

What you will need

  • You must have installed Microsoft .Net 4.7.2 or later.

  • You must have installed PowerShell 4.0 or later.

  • You must have turned on Windows message queuing.

  • You must be a local administrator on the host.

Steps

  1. Download the SnapCenter Plug-in for Microsoft Windows from your install location.

    For example, the default installation path is C:\ProgramData\NetApp\SnapCenter\Package Repository.

    This path is accessible from the host where the SnapCenter Server is installed.

  2. Copy the installation file to the host on which you want to install the plug-in.

  3. From the command prompt, navigate to the directory where you downloaded the installation file.

  4. Enter the following command, replacing variables with your data:

    "snapcenter_windows_host_plugin.exe"/silent / debuglog"" /log"" BI_SNAPCENTER_PORT= SUITE_INSTALLDIR="" BI_SERVICEACCOUNT= BI_SERVICEPWD= ISFeatureInstall=SCW

    For example:

    `"C:\ProgramData\NetApp\SnapCenter\Package Repository \snapcenter_windows_host_plugin.exe"/silent /debuglog"C: \HPPW_SCW_Install.log" /log"C:\" BI_SNAPCENTER_PORT=8145 SUITE_INSTALLDIR="C: \Program Files\NetApp\SnapCenter" BI_SERVICEACCOUNT=domain\administrator BI_SERVICEPWD=password ISFeatureInstall=SCW`
    Note All the parameters passed during the installation of Plug-in for Windows are case sensitive.

    Enter the values for the following variables:

    Variable Value

    /debuglog"<Debug_Log_Path>

    Specify the name and location of the suite installer log file, as in the following example: Setup.exe /debuglog"C:\PathToLog\setupexe.log".

    BI_SNAPCENTER_PORT

    Specify the port on which SnapCenter communicates with SMCore.

    SUITE_INSTALLDIR

    Specify host plug-in package installation directory.

    BI_SERVICEACCOUNT

    Specify SnapCenter Plug-in for Microsoft Windows web service account.

    BI_SERVICEPWD

    Specify the password for SnapCenter Plug-in for Microsoft Windows web service account.

    ISFeatureInstall

    Specify the solution to be deployed by SnapCenter on remote host.

    The debuglog parameter includes the path of the log file for SnapCenter. Writing to this log file is the preferred method of obtaining troubleshooting information, because the file contains the results of checks that the installation performs for plug-in prerequisites.

    If necessary, you can find additional troubleshooting information in the log file for the SnapCenter for Windows package. Log files for the package are listed (oldest first) in the %Temp% folder, for example, C:\temp\.

    Note The installation of Plug-in for Windows registers the plug-in on the host and not on the SnapCenter Server. You can register the plug-in on the SnapCenter Server by adding the host using the SnapCenter GUI or PowerShell cmdlet. After the host is added, the plug-in is automatically discovered.