Complete install.bat parameters

The complete install.bat parameters are detailed below.


Before you begin: Installation command: install.[bat] -data <DATADIR> -instance <INSTANCENAME> -port <BASEPORT> -license <LICENSEFILE>

Argument

Description

-data <DATADIR>

This creates the specified directory during installation, to store the index and configuration data. You must specify a new directory for this mandatory directory <DATADIR>.

For ease of maintenance, keep the <DATADIR> path separate from the <INSTALLDIR> path.

-host <SERVER_HOSTNAME>

The server hostname value in the Deployment.xml file.

-importSecurity <OLD_DATADIR/security>

The path to the existing installation <DATADIR>\security directory. This is used to import the security keys.

-install <INSTALL>

The directory containing the product installation folder.

-instance <INSTANCENAME>

Name of the OnePart instance. Default value is onepart.

-license <LICENSEFILE>

The full path to a valid OnePart file (cvlicense.dat).

-port <BASEPORT>

The OnePart base port. Specifies the starting port for port allocation. OneCall needs a range of 100 consecutive TCP ports starting from <BASEPORT> so, baseport+99 ports must be available.

-username <USERNAME>

-password <PASSWORD>

User login and password used to access the services of the OnePart instance such as the Administration Console. The defaults are admin\exalead.

-serviceUser SERVICEUSER

-servicePassword <SERVICEPWD>

(Windows only) The user name and password under which the product will be started as a Windows service. By default, local system account is used.

-help

To get help on the command.

-nocloudview

Use if you have already installed a CloudView instance. The install option is then mandatory.

-demoonly

Deploys the demo configuration on an already-installed OnePart. This includes the sample data plus a pre-configured Simple Security source, app_demo, and a Files connector, ExampleAppConnector. You must log into the OnePart UI with user1/user1.

Warning: This will reset the product's configuration therefore all changes made to Connectors and Security Sources before installing the demo will be lost.

-withdemo

Deploys OnePart and the demo configuration. This includes sample data plus a pre-configured Simple Security source and a Files connector. You must log into the OnePart UI with user1/user1.

-secondaryServer <MAINSERVER_GATEWAY_URL>

To deploy OnePart on a secondary server. Indicate the main server gateway URL as argument value.