Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Alteryx Server installation

ratheesh
7 - Meteor

Hi All, I wanted to install and configure alteryx server by an un attended installation method using a PowerShell script. Could someone really help me on this, I can write the PowerShell script. I am new to this tool and not sure how to approach this. I really appreciate any input/suggestions. Thanks, Ratheesh

8 REPLIES 8
KevinP
Alteryx Alumni (Retired)

@ratheesh detailed information on command line installations is available in our Alteryx Command Line Install Guide. This document covers what command line options are available, and the proper syntax. It also includes a number of examples. The 'Installing Alteryx' section applies to both Designer and Server. As such you should be able to user this infomation to create a PowerShell or Batch script to deploy Alteryx Server.

ratheesh
7 - Meteor

@KevinP,

Thank you so much for your response. This doc is really helpful to install Altryx using command line. I am looking something similar for configuration as well. I am trying to automate the configuration part as well.

Example if in case I am configuring All components in one server, then the script should install and configure Alteryx server for me.

 

Appreciate your response.

 

Thanks,

Ratheesh

KevinP
Alteryx Alumni (Retired)

@ratheesh Most of the configuration for Alteryx Server is done using a GUI application commonly referred to as Alteryx System Setting. Unfortunately, this tool doesn't have a CLI equivalent. As such there isn't a document covering configuration from the command line. You best option to work around this is to take the configuration file from a server that has already been setup and use it as a template for the server you are installing via the command line. You could then modify the config file as part of your script and drop it in place before starting the service for the first time. This file is the RuntimeSettings.xml file found at C:\ProgramData\Alteryx\. Please keep in mind that the path for this file is static and won't change even if you configure the server to use a different location for its workspace. 

 

 

ratheesh
7 - Meteor

@Kevin,

 

Thanks a lot for the reply. Defiantly I will try this solution.

 

Regards,

Ratheesh

ratheesh
7 - Meteor

@Kevin,

 

This solution worked for me. Once again thanks a lot!!!!.

 

Regards,

Ratheesh

ratheesh
7 - Meteor

@Kevin

 

As you advised we created a script to install and configure Alteryx by copying “RuntimeSettings.xml” from an existing system.  I  believe this will not create the MongoDB instance which is required, Shall I take a dump from a fresh installation and use it in installation script to restore the same, will that work?

Kindly share your thoughts.

 

Thanks,

Rtaheesh

KevinP
Alteryx Alumni (Retired)

@ratheesh If a mongo database doesn't reside at the configured path the service will create a new empty database at startup. As such you shouldn't need to copy an empty database from another installation.

ratheesh
7 - Meteor

@Kevin

Got it now. I really appricate the response!!!

Once agin, Thanks a lot.

 

Regards,

Ratheesh