Generic Usage Commands
Following are the generic usage commands:
HELP
The Help command displays the complete list of AE commands along with their respective description. It helps you to keep the list at your finger-tip and identify the command you need as per your requirement.
Syntax Defined
Syntax: ae help
Alias Defined
The help command has the following alias defined.
- ae h
- ae ?
INSTALL
The install command installs the AE components on a single system or in a clustered setup based on the configurations specified.
Prerequisites
Before you run the install command:
- Ensure the build is downloaded and extracted in the server machine.
- The license must be placed in the <Installation Directory>\AssistEdgeAutomation\data\License folder. Every server machine in a cluster setup should have its own license.
- The properties files must be updated as per the deployment you wish to achieve. In case of a clustered setup, the updated properties files must be copied in all the server machines.
- Deployment, component, and server properties are updated as per the required configuration. For more details, see Installation.
Syntax Defined
Syntax: ae install
Alias Defined
Alias: ae i
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae install |
Enter Y to continue with the installation.
Install Byfile (Optional Switch)
INSTALL BYFILE (ae install byfile): The byfile switch can be used to install AssistEdge on individual servers in a clustered setup. All the user inputs provided during the installation are saved in encrypted format in the installDetail file located at <Installation Directory>\AssistEdgeAutomation\scripts\app\install\config once the installation is completed on a single server. When you run the install byfile command, the command ensures to use the user input by reading data from the installDetail file.
Prerequisites
- You must install the build on at least on one server machine, to generate the installDetail file.
- Ensure to copy the installDetail file in the <Installation Directory>\AssistEdgeAutomation\scripts\app\install\config folder from the server machine, where the build was installed and paste it in the <Installation Directory>\AssistEdgeAutomation\scripts\app\install\config folder of the other server machines where you want to run the installation.
- Ensure to copy and paste the SSL certificates and the updated properties files from the server where the installation was completed to the server where the installation is to be done.
Syntax Defined
Syntax: ae install byfile
Alias Defined
Alias: ae i byfile
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae install byfile Updating Migration Workbench configuration........... [SUCCESS] Reference component URLs as follows: |
UNINSTALL
The uninstall command uninstalls the AE components.
NOTE: |
Once you execute the uninstall command, delete the entire product build folder. |
Prerequisites
Before executing the uninstall command. Run the stopall Command.
Syntax Defined
Syntax: ae uninstall
Sample Output
D:\RPA\AssistEdgeAutomation\scripts>ae uninstall
|