Configure a SmartPlant Foundation site for the HxGN SDx Connector for OSIsoft PI from the Command line - HxGN SDx - v11 - Installation & Upgrade - Hexagon

HxGN SDx Connector for OSIsoft PI Installation and Configuration

Language
English
Product
HxGN SDx
Subproduct
HxGN SDx Connectors
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
10

The Server Manager executable file, SPFServerManager.exe, is delivered within the product installation folder. By default, it is located at: [Product Folder]:\SmartPlant\Foundation\SPFServerManager.

You can configure the HxGN SDx Connector for OSIsoft PI on a SmartPlant Foundation site using the Windows command prompt by adding SPFServerManager.exe with the /configureSDxConnectorOSIPI argument.

This example configures a site named <sitename>.

SPFServerManager.exe /configureSDxConnectorOSIPI /sn:<sitename>

The following example arguments can be used to update or remove HxGN SDx Connector for Plant Maintenance on a SmartPlant Foundation site.

SPFServerManager.exe /updateSDxConnectorOSIPI /sn:<sitename>

SPFServerManager.exe /removeSDxConnectorOSIPI /sn:<sitename>

SHARED Tip You can use the /log: argument to generate a log file that stores the results and errors from the operation. Specify a path and file name for the target log file (an extension is not required for the file name). For example:

SPFServerManager.exe /configureSDxConnectorOSIPI /sn:<sitename> /log:[Installation drive]temp\configureSDxConnectorOSIPI

SPFServerManager.exe /updateSDxConnectorOSIPI /sn:<sitename> /log:[Installation drive]temp\updateSDxConnectorOSIPI

SPFServerManager.exe /removeSDxConnectorOSIPI /sn:<sitename> /log:[Installation drive]temp\removeSDxConnectorOSIPI