<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Initial configuration steps - v. 2.x on Documentation - V2</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/</link><description>Recent content in Initial configuration steps - v. 2.x on Documentation - V2</description><generator>Hugo</generator><language>en</language><atom:link href="https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/index.xml" rel="self" type="application/rss+xml"/><item><title>Initial login to Keycloak and configure a redirect - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/initial-login-to-keycloak-and-configure-a-redirect-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/initial-login-to-keycloak-and-configure-a-redirect-v-2-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: this page explains how to login to Keycloak for the first time and configure a redirect URI to ensure Console front-end can be accessed from wherever required.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;The Console &lt;strong&gt;authentication provider&lt;/strong&gt;has been totally restructured in &lt;strong&gt;≥ 2.x&lt;/strong&gt; and uses the open-source OAuth2 compatible **&lt;a href="https://www.keycloak.org/"&gt;Keycloak&lt;/a&gt;**system. Keycloak provides local authentication, and can also interact with other enterprise authentication systems such as LDAP and SAML. Before you start using Console, you should configure a &lt;strong&gt;redirect&lt;/strong&gt; in Keycloak to allow access to Console using the Console host name or IP address in addition to localhost (which is pre-configured). &lt;strong&gt;If you do not, users will not be able to login to Console correctly.&lt;/strong&gt; To do so, connect to Keycloak &lt;strong&gt;from any machine on the local network:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Configure authentication and roles using Keycloak - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/configure-authentication-and-roles-using-keycloak-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/configure-authentication-and-roles-using-keycloak-v-2-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: this page explains how to login to Keycloak and configure your authentication method and user roles.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Before you start using Console, you will need to configure your &lt;strong&gt;authentication method and assign roles to users&lt;/strong&gt;. To do so, connect to &lt;strong&gt;Keycloak&lt;/strong&gt; which manages authentication:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-java" data-lang="java"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nl"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//localhost:8086&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;or&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nl"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//&amp;lt;ip_address&amp;gt;:8086&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;or&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nl"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//&amp;lt;host_name&amp;gt;:8086&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Click the &lt;strong&gt;Administration Console&lt;/strong&gt; option:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128774/576128794.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;The default login credentials are &lt;strong&gt;admin/admin&lt;/strong&gt;unless these have been modified as part of the deployment process. When logged in, you now have a choice depending on your how you want to authenticate as listed below.&lt;/p&gt;</description></item><item><title>Ensure Nodes are running - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/ensure-nodes-are-running-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/ensure-nodes-are-running-v-2-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: describes how to ensure that all Nodes are running.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Ensure all the Node back-end packages you have installed on dedicated Nodes are running. This should be done regardless of whether you are using a &lt;strong&gt;single&lt;/strong&gt; or a **multi-node deployment scenario.**To start the Node back-end package, you can do any of the actions listed below. You will need to do this on EACH Node where you have installed the Node package.&lt;/p&gt;</description></item><item><title>Initial login to AIP Console - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/initial-login-to-aip-console-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/initial-login-to-aip-console-v-2-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: this page explains how to login to Console for the first time and check that all is functioning as expected.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;You should now check that Console is running: you may wish to check that access is possible from &lt;strong&gt;an unrelated machine on the internal network&lt;/strong&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-java" data-lang="java"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nl"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//&amp;lt;aip_console_server_host_name&amp;gt;:8081/&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nl"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//&amp;lt;aip_console_ip_address&amp;gt;:8081/&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If the setup has been completed successfully, you will see the following:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128795/576128799.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Login with a user that has the &lt;strong&gt;ADMIN&lt;/strong&gt; role as defined in Keycloak. The startup wizard will be displayed (see &lt;strong&gt;&lt;a href="https://doc.castsoftware.com/export-v2/aipconsole/install-aip-console/initial-configuration-steps/initial-configuration-steps-v-2-x/complete-start-up-wizard-v-2-x/"&gt;Complete start-up wizard - v. 2.x&lt;/a&gt;&lt;/strong&gt;).&lt;/p&gt;</description></item><item><title>Complete start-up wizard - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/complete-start-up-wizard-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/complete-start-up-wizard-v-2-x/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;start-up wizard&lt;/strong&gt; is displayed the first time you login to Console. The wizard provides a user-friendly method to configure various mandatory settings and options, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Entering a license key&lt;/li&gt;
&lt;li&gt;Configuring access to CAST Extend / use of a proxy caching server&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each step in the wizard is explained in detail below.&lt;/p&gt;
&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;Note that if you do not see the start-up wizard when you first log in to Console, &lt;strong&gt;you have not yet installed and configured at least one Node instance&lt;/strong&gt; (see &lt;strong&gt;&lt;a href="https://doc.castsoftware.com/export-v2/aipconsole/install-aip-console/aip-node-service-back-end-installation/"&gt;AIP Node package - back-end installation&lt;/a&gt;&lt;/strong&gt;). When this is complete, the start-up wizard will be displayed on login.&lt;/p&gt;</description></item><item><title>Ensure at least one AIP Node is registered - v 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/ensure-at-least-one-aip-node-is-registered-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/ensure-at-least-one-aip-node-is-registered-v-2-x/</guid><description>&lt;p&gt;You should now ensure that your &lt;strong&gt;first Node has been successfully registered&lt;/strong&gt; in Console. To do so, switch to the &lt;strong&gt;Admin Center&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128814/576128816.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Click the &lt;strong&gt;Nodes tab (1)&lt;/strong&gt; and check that your node is present with a green icon to its left showing that it is connected and &amp;ldquo;up&amp;rdquo;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128814/576128815.jpg" alt=""&gt;&lt;/p&gt;</description></item><item><title>Configure AIP Node storage folder locations - optional - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/configure-aip-node-storage-folder-locations-optional-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/configure-aip-node-storage-folder-locations-optional-v-2-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: this page describes how to configure the Node storage folder locations. This is an &lt;strong&gt;optional&lt;/strong&gt; but &lt;strong&gt;recommended&lt;/strong&gt; step in the installation configuration process.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Each Node&lt;/strong&gt; that is managed by Console requires a set of &lt;strong&gt;storage folders&lt;/strong&gt; that are used to store items related to each Application onboarded and analyzed via Console. Currently the following storage folders are required by &lt;strong&gt;each Node&lt;/strong&gt; and they will be set to a &lt;strong&gt;default location&lt;/strong&gt; as listed below.&lt;/p&gt;</description></item><item><title>Configure your PostgreSQL instances - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/configure-your-cast-storage-service-or-postgresql-instances-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/configure-your-cast-storage-service-or-postgresql-instances-v-2-x/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Before creating any applications, you should ensure that you configure your PostgreSQL instances that will be used for your &lt;strong&gt;analysis/snapshot schema storage&lt;/strong&gt; and for your &lt;strong&gt;Measurement schema&lt;/strong&gt;. To do so, switch to the &lt;strong&gt;Admin Center&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128817/576128835.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Then click the &lt;strong&gt;Global Configurations tab&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128817/576128834.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Then expand the &lt;strong&gt;CSS and Measurement Settings&lt;/strong&gt; section - see &lt;strong&gt;&lt;a href="https://doc.castsoftware.com/export-v2/aipconsole/configuration-settings/administration-center/administration-center-global-configurations/administration-center-settings-css-and-measurement-settings/"&gt;Administration Center - Settings - CSS and Measurement settings&lt;/a&gt;&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128817/576128825.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;Focus on the &lt;strong&gt;Settings&lt;/strong&gt; section:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://doc-data.castsoftware.com/DASHBOARDS/attachments/576128817/576128824.jpg" alt=""&gt;&lt;/p&gt;</description></item><item><title>Determine Extension strategy - v. 2.x</title><link>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/determine-extension-strategy-v-2-x/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/dashboards/installation-and-deployment-process/installation-process/new-customer-installation/install-aip-console-and-aip-node-packages/initial-configuration-steps/initial-configuration-steps-v-2-x/determine-extension-strategy-v-2-x/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Info&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: before commencing Application analyses, CAST highly recommends determining your Extension Strategy.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;CAST publishes a variety of &lt;strong&gt;extensions&lt;/strong&gt; to provide additional analysis and measurement capabilities (see &lt;strong&gt;&lt;a href="https://doc.castsoftware.com/export-v2/extend/what-are-extensions/"&gt;What are extensions&lt;/a&gt;&lt;/strong&gt; for more information) and in turn, Console provides an &lt;strong&gt;&lt;a href="https://doc.castsoftware.com/export-v2/aipconsole/aip-console-user-interface/aip-console-application-management/application-extensions/"&gt;integrated GUI&lt;/a&gt;&lt;/strong&gt; to manage the use of these extensions in each Application analysis. Out-of-the-box, Console contains few restrictions or settings with regard to extensions. While this provides flexibility for &lt;strong&gt;Application Owners&lt;/strong&gt; or &lt;strong&gt;Analysis Managers&lt;/strong&gt;, it can sometimes be problematic if specific extensions need to be avoided for whatever reason. To counter this, Console provides a set of &lt;strong&gt;Extension Strategy settings&lt;/strong&gt; that can be used to control the extensions that can be installed both automatically and manually in the &lt;strong&gt;&lt;a href="https://doc.castsoftware.com/export-v2/aipconsole/aip-console-user-interface/aip-console-application-management/application-extensions/"&gt;integrated GUI&lt;/a&gt;&lt;/strong&gt;. For example, admins can choose to do any of the following:&lt;/p&gt;</description></item></channel></rss>