Install the Engine using the CLI
You can install the Arcserve Continuous Availability Engine on the Master and Replica servers using the Command Line Interface.
To install Arcserve Continuous Availability Engine using the CLI
For local system service registration, open the CLI, and then run the following command:
- Without domain credentials
- With domain credentials
RHAEngine.exe /S "/v/qn LOCALACCOUNT=No XOLOGIN="[Domain/UserName]" XOPASSWORD="[Password]" XOPORT="[Port]" XOLANG="[Language]"
E:\Install>RHAEngine64.exe /S "/v/qn XOLOGIN="domain\Administrator" XOPASSWORD="xxxxx" XOPORT="25000" XOLANG="1033" LOCALACCOUNT=No ServiceUserName="domain\Administrator" ServicePassword="*****"
Parameters
RHAEngine.exe
The setup file of the Arcserve Continuous Availability Engine
S, V, QN
Silent installation parameters
Domain/UserName, Password
Enter the required information according to the platform you use and the solution you implement, as described in the Requirements of Supported Applications and Databases chapter. If you don't enter the Log On Account details, the default is Local System.
Port
Enter the port no. The default is 25000.
Language
Select the language, by using one of the following language codes:
- "1033" English
- "1036" French
- "1041" Japanese
- "2052" Chinese (Simplified)
- "1028" Chinese (Traditional)
- "1031" German
- "1034" Spanish
- "1040" Italian
- "1046" Portuguese (Brazilian)
Example: Install the Engine using the CLI
RHAEngine.exe /S "/v/qn LOCALACCOUNT=No XOLOGIN="domaun/administrator" XOPASSWORD="abcd" XOPORT="25000" XOLANG="1033"
Note: The value "No" in "LOCALACCOUNT=No" is case-sensitive.