Install and Uninstall Options
Configuration Hub, along with the iFIX SCADA, Historian, and Operations Hub products are all installed using Integrated Installer experience.
Integrated Installer
Uninstall
To uninstall Configuration Hub, or any of it's associated plug-ins (Historian, Webspace, Operations Hub, for instance), use the Add Remove Programs feature in Microsoft Windows. Locate the app you want to uninstall, and select Uninstall to remove it. After uinstalling, you can then choose to reinstall with the Integrated Installer again, or through one of the individual installers found in the subfolders on the Integrated Installer.
Installing from a Command
A response file named SilentInstallResponseFile.json is saved to the install folder with the settings you selected for the install – each time you run the integrated install. This response file can be used to run the integrated installer from a command line or programmatically. This can be helpful, for instance, if you have several computers on your network that you need to run the installer on.You can make your own SilentInstallResponseFile.json using any of the full list of options in detailed in the sections that follow, or modify the one created for you when you installed your products with the integrated install. You can find this autogenerated file in the install folder, which is by default: C:\Program Files (x86)\Proficy.
To run the integrated installer from a command line, use the following command line:D:\Setup\setup.exe --response SilentInstallResponseFile.json
where D:\ is the drive where the integrated installer is located.
Common Components
{
"packageSelected": "CommonComponents",
"installLocation": "C:\\Program Files (x86)\\Proficy",
"configHubClientId": "admin",
"configHubClientSecret": "******",
"uaaClientId": "admin",
"uaaClientSecret": "******",
"selectedPackageProducts": [
{
"productName": "Configuration Hub",
"installType": "installText"
},
{
"productName": "Proficy Authentication",
"installType": "installText"
},
{
"productName": "Local License Server",
"installType": "installText"
},
{
"productName": "License Server Tool",
"installType": "installText"
}
]
}
SCADA Client
{
"packageSelected": "ScadaClient",
"installLocation": "C:\\Program Files (x86)\\Proficy",
"selectedPackageProducts": [
{
"productName": "iClient",
"installType": "installText"
},
{
"productName": "Productivity Tools",
"installType": "installText"
},
{
"productName": "Historian Client Tools",
"installType": "installText"
},
{
"productName": "Proficy Webspace",
"installType": "installText"
}
],
"nodeName": "FIXVIEW"
"historianServerLocation": "10.10.01.10",
}
SCADA Standalone Server
{
"packageSelected": "ScadaStandAloneServer",
"installLocation": "C:\\Program Files (x86)\\Proficy",
"nodeName": "FIX",
"selectedPackageProducts": [
{
"productName": "SCADA",
"installType": "installText"
},
{
"productName": "Industrial Gateway Server [IGS]",
"installType": "installText"
},
{
"productName": "Productivity Tools",
"installType": "installText"
},
{
"productName": "Historian Collectors",
"installType": "installText"
},
{
"productName": "Historian Server",
"installType": "installText"
}
],
"dataPathFolder": "C:\\Proficy Historian Data",
"enableCertificateSecurity": false,
"serverCertPassPhrase": ""
}
SCADA with Remote Historian
{
"packageSelected": "ScadaWithRemoteHistorian",
"installLocation": "C:\\Program Files (x86)\\Proficy",
"selectedPackageProducts": [
{
"productName": "SCADA",
"installType": "installText"
},
{
"productName": "Industrial Gateway Server [IGS]",
"installType": "installText"
},
{
"productName": "Productivity Tools",
"installType": "installText"
},
{
"productName": "Historian Client Tools",
"installType": "installText"
},
{
"productName": "Historian Collectors",
"installType": "installText"
}
],
"nodeName": "FIX",
"dataPathFolder": "C:\\Proficy Historian Data",
"historianServerLocation": "HIST1",
"historianUserName": "admin",
"historianPassword": "******"
}
Historian Server
{
"packageSelected": "HistorianServer",
"installLocation": "C:\\Program Files (x86)\\Proficy",
"selectedPackageProducts": [
{
"productName": "Historian Server",
"installType": "installText"
}
],
"dataPathFolder": "C:\\Proficy Historian Data",
"enableCertificateSecurity": false,
"serverCertPassPhrase": ""
}
Operations Hub
{
"packageSelected": "productOpsHub",
"installLocation": "C:\\Program Files (x86)\\Proficy",
"opshubusername": "ch_admin",
"opshubpassword": "******",
"ophub": {
"useLocalUaa": false,
"uaaBaseUrl": "https://server/uaa",
"adminClientId": "admin",
"adminClientSecret": "admin",
"configHubRegClientId": "admin",
"configHubRegClientSecret": "admin",
"deferConfigHubRegistration": true
},
"opshubdrivelocation": "C:",
"selectedPackageProducts": [
{
"productName": "Operations Hub",
"installType": "installText",
"opshubinstalltype": "Silent Install"
}
]
}