Performing a silent installation on the Industrial IoT plugin - Industrial IoT 5.2.3.0 | BACnet | Modbus | OPC Client | SNMP Manager

Industrial IoT Plugin Guide 5.2.3.0

Product
Industrial IoT
Content type
Guides > Plugin and extension guides
Version
5.2
Release
5.2.3.0
ft:locale
en-US
Last updated
2024-07-11

A silent installation is an automated way of installing software without user intervention. The silent installation is run from the command line using Windows Installer commands.

Before you begin

Use compatible hardware and software:

What you should know

  • Although it is possible to host the plugin role on any server, it is best practice to host that role on a dedicated expansion server for best system performance.
  • For your operators to have access to the features of this plugin, you must install this plugin on all Security Center client workstations.

Procedure

  1. Open the GTAP Product Download page.
  2. From the Download Finder list, select your version of Security Center.
  3. Search for "Industrial IoT" and download it.
  4. Click the downloaded .exe file to unzip it.
    By default, the file is unzipped to C:\Genetec.
  5. Stop all Genetec applications, including Genetec™ Server, Security Desk, and Config Tool.
  6. In Windows, right-click the Command Prompt, and then click Run as administrator.
  7. In the Command Prompt, enter the following:
    1. For a full installation of the plugin including all protocols:
      Code
      "Genetec Industrial IoT Setup.exe" /silent','/DebugLog".\output.log"','/log".\"','/ISFeatureInstall=RabbitMQ,Plugin,BACnet,Modbus,OPC_Client,SNMP_Manager,HTTP_Server,MQTT_Client,TCP_Server SETUP_TYPE=Server SSLPORT=5671 MANPLUGPORT=15671 RABBITUSER=admin RABBITPWD=<password> CONFIRMPWD=<password> DATABASE_PASSWORD=<password> CONFIRM_PASSWORD=<password> DATABASE_PORT=5432 REST_API_PORT=9090
      
    2. Client installation is done to create a connection between Security Center systems that have the plugin installed. For client installation:
      Code
      "Genetec Industrial IoT Setup.exe" /silent /debuglog"C:\Temp\Logs\IIoT.log" /log"C:\Temp\Logs\" SETUP_TYPE=Client
    The plugin is ready for use.