Examples of command line syntax for installation
- Last UpdatedOct 02, 2024
- 2 minute read
- PI System
- PI Server 2018
- PI Server
The command syntax you specify in an installation or upgrade depends on your specific installation or upgrade requirements. You can generate your own examples by running the PI Server install kit interactively by clicking on the Save command line to file… hyper link on the Summary panel.
Note: Check the actual executable filename in your install kit to ensure you are using the correct filename in your command line syntax.
To silently upgrade an existing installation with no display messages or user interaction, simply run PI Server_2018 SP3_.exe /QUIET. For new installations, additional command-line parameters are required because there are no default features.
The following table provides examples of the PI Server_2018 SP3_.exe command in various installation scenarios:
|
Description of PI Server Deployment |
Command Syntax |
Notes |
|---|---|---|
|
Install the Data Archive server role silently. |
PI Server_2018 SP3_.exe |
|
|
Install the PI AF server role. |
PI Server_2018 SP3_.exe |
This install assumes that there is a single SQL Server instance installed on the local computer. |
|
Install AF SQL scripts only, without executing the AF SQL script. |
PI Server_2018 SP3_.exe |
After installing the scripts, create and populate the AFServers local group and manually execute the scripts, as discussed in Create the PI AF SQL Server database manually. |
|
Install the AF SQL scripts, and then execute the scripts to create the PI AF SQL Server database. |
PI Server_2018 SP3_.exe |
|
|
Install PI AF Application Service only |
PI Server_2018 SP3_.exe |
|
|
Install the PI Notifications Service and PI Analysis Service only. Specify a quiet (or silent) installation. |
PI Server_2018 SP3_.exe |
When the PI AF server is remote from the PI Notifications Service and the PI Analysis Service, a domain account is required for and . |
|
Install PI Server and assign a custom name to the PI AF SQL Server database |
PI Server_2018 SP3_.exe |
If you are installing the PI AF server and the PI AF SQL Server database on separate machines, use the same command to launch the PI Server install kit on both machines. |