About Managing Collector Instances Using the RemoteCollectorConfigurator Utility
After you install Historian, you must install the collectors. These collectors are used to collect data from various sources and send it to Historian. For a list of collectors and their usage, refer to About Historian Data Collectors.
- Executable files: These files are required to add a collector instance.
- Instances of the following collectors:
- The iFIX collector
- The iFIX Alarms & Events collector
- The OPC Classic Data Access collector for CIMPLICITY
- The OPC Classic Alarms and Events collector for CIMPLICITY
- The Remote Collector Management agent: Provides the ability to manage collectors remotely.
You can then add a collector instance. This section describes how to add, modify, or delete a collector instance using the RemoteCollectorConfigurator utility. It is a System-API-based tool, which connects to the destination Historian server, and allows you to add, modify, and delete a collector instance without the need to install Web-based Clients. You can also perform these tasks using Configuration Hub.
You can use the RemoteCollectorConfigurator utility in one of the following ways:
- Using Command Prompt: In this method, you will enter a single command at a command prompt to run the RemoteCollectorConfigurator utility and provide values to all the required parameters.
- Using the interactive UI of the RemoteCollectorConfigurator utility: In this method, you will run the RemoteCollectorConfigurator utility, and use the on-screen instructions to manually provide values to all the required parameters. Interactive UI mode does not apply when Strict Authentication is enabled for Historian. Use the RemoteCollectorConfigurator.exe from the command-line in such cases. See the following example.
RemoteCollectorConfigurator.exe --help
Example: RemoteCollectorConfigurator.exe from the Commandline
RemoteCollectorConfigurator.exe "HistorianServerName" "Userid" "Password"
InterfaceCreateViaCmd
"{\"CollectorDestination\":\"Historian\",\"CollectorSystemName\":\"HistorianServerName\",\"DestinationHistorian\":\"Historianservername\",\"DestinationHistorianUserName\":\"userid\",\"DestinationHistorianPassword\":\"Gei321itc\",\"DataPathDirectory\":\"<datadrive>:\\Proficy\",\"InterfaceName\":
\"collector_name\",\"Type\":\"2\",\"mode\":\"1\"}"
Or:
<installation drive>:\Program Files\GE
Digital\NonWebCollectorInstantiationTool>RemoteCollectorConfigurator.exe
"<<Historian Server>>" "<<Userid>>" "<<Userpassword>>"
InterfaceCreateViaFile "Inputjsonfile.json"