Provide remote repository using a Web server

Copy the Setup_Data folder from the downloaded installation package to a Web or FTP server.

If you use Inter Information Server (IIS) to serve as remote repository, add the extension .war with MIME Type text/plain to avoid issues that can occur when importing the ARIS help.

On all nodes, point each ARIS agent to the prepared web server that holds the repository containing the runnables of the new ARIS version. The following command points to a web server:

on all nodes set remote.repository.url="http://<your_webserver>/<full_path_to_Setup_Data_folder>"

Example

If the host name of your Web server is intranet, the Web server is serving http requests on port 8080 instead of using the default port 80, and the contents of the Setup_data folder are copied the folder arisrepo/10.0.24.0 enter this command to provide a remote repository using a Web server:

on all nodes set remote.repository.url=http://intranet:8080/arisrepo/10.0.24.0