Web Dashboard User Guide. Functional Area: Web Dashboard. Geneos Release: v4.6. Document Version: v1.0.0

Size: px
Start display at page:

Download "Web Dashboard User Guide. Functional Area: Web Dashboard. Geneos Release: v4.6. Document Version: v1.0.0"

Transcription

1 Web Dashboard User Guide Functional Area: Web Dashboard Geneos Release: v4.6 Document Version: v1.0.0 Date Published: 16 March 2018

2 Copyright ITRS Group Ltd. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or nondisclosure agreement. The software may be used or copied only in accordance with the terms of those agreements. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or any means electronic or mechanical, including photocopying and recording for any purpose other than the purchaser's personal use without the written permission of ITRS Group Ltd. ITRS Group Ltd 6th Floor, The Bonhill Building, 15 Bonhill Street, London, EC2A 4DN, UK t: +44 (0) f: +44 (0)

3 Web Dashboard Introduction Geneos Web Dashboard is a client/server web application that allows Active Dashboards to be published and viewed over the web. Existing Active Dashboards can be deployed to a centralised location and viewed remotely without requiring the installation of Active Console. With Web Dashboard, you are able to: Deploy a dashboard previously created in AC2 inside a web server. Access that dashboard from the web browser and see updates coming from Geneos. Navigate around and monitor multiple dashboards from the same web server. Access and execute data item commands for which the user has permission. Access external web pages if such links are defined within the dashboard contents. The following diagram describes the application: The server side deploys dashboards created with Active Console and renders them suitable to be seen through a web browser. It also establishes connections to Geneos Gateways to feed Geneos data to dashboards. The client side communicates with the server to display and interact with deployed dashboards in a web browser. Page 3 of 40

4 User Interface The user interface is accessed using a web browser. There are two main sections that can be accessed via the following URLs: Display and navigation of dashboards and slideshows: Configuration of connections, dashboards and slideshows: Page 4 of 40

5 Dashboard Navigation This user interface allows the navigation through the dashboards that have been uploaded in Web Dashboard and have been configured to appear in the navigation tree. The navigation tree also allows viewing the slideshows if they have been configured. The following picture shows the navigation page. Page 5 of 40

6 Dashboard Configuration This user interface is required to add/remove dashboards in Web Dashboard, configure the navigation tree, and define slideshows and connections. The following picture shows the configuration pages. System Requirements Web Dashboard is a 64-bit application on Linux and a 32-bit application on Solaris, with the following system requirements: CPU: Multicore Intel / AMD / SPARC RAM: 4GB Network: 1 Network Interface Card Disk: 500 MB available space Please refer to the Geneos Compatibility Matrix for the list of supported platforms and web browsers. Note: Other OS distributions may work with the correct libraries installed but are not officially supported. For x86-64 distributions, the required 32-bit libraries must be available on the system. Also, other web browsers may work but are not officially supported. Page 6 of 40

7 Installing Web Dashboard Retrieve the Web Dashboard binary from the Client area of the ITRS website. Extract the binary to a writable location in the host. This will become the installation directory. Start Web Dashboard. See Starting Web Dashboard for different run options. Take note of the host name or IP address of the server hosting Web Dashboard and the port number since these are applied in the URL used to access it. The default port number is If required, edit the GWS_PORT variable in either run or geneosws startup script to change the port number. Upgrading Web Dashboard Note: The steps below are for Web Dashboard users upgrading from versions 3.0.x. Make sure that Web Dashboard is not running. Extract the new Web Dashboard binary to a new folder. Copy config.xml and the.adb files from the old Web Dashboard directory into the new <web_dashboard_install_dir>/config and <web_dashboard_install_ dir>/dashboards/uploaded directories respectively. Edit config.xml and make sure that the paths defined for each dashboard item are pointing correctly to the new Web Dashboard directory. <dashboards> <dashboard name="sampledashboard" path="<web_dashboard_install_dir>/- dashboards/uploaded/sampledashboard.adb"/> </dashboards> Start Web Dashboard. Page 7 of 40

8 Starting Web Dashboard The first time Web Dashboard is started: The minimal template file config.xml.min.tmpl is automatically renamed to config.xml and used as minimal configuration by the server. A Logs folder is created in the installation directory with the file WebDashboard.log.{date}. Running Start Scripts Note: JRE 1.8.0_xxx 64-bit is required, specifically 1.8.0_144 being the tested version. For binaries packaged without JRE, JAVA_HOME environment variable should be set on the machine. There are two scripts in the installation directory to start Web Dashboard: run - starts Web Dashboard in the foreground and produces a standard output as well as a log file. This is the default mode, and the script can be run in all supported operating systems../run geneosws - starts Web Dashboard in the background as a service with the output sent to a log file. This script can only be run in Linux Redhat or CentOS operating systems. The following additional configuration must be done in order for the script to work: 1. Copy the geneosws script into the system s /etc/init.d directory. 2. Set the appropriate run level. For example, in CentOS, it is: chkconfig --level 345 geneosws on 3. Specify the user that will start the service by editing the USERNAME variable. This user must have administrative authorization to run the service. 4. Change the base directory by editing the SCRIPTPATH variable from. to the installation directory. By default, the geneosws script assumes that the base directory is the current directory. Page 8 of 40

9 The following commands are supported:./geneosws {start stop status try-restart restart force-reload reload} start - launches web server in the background stop - kills web server process status - checks if web server is running reload/restart/force-reload/try-restart - restarts web server process Enabling Authentication Note: Always clear browser cache and cookies when switching between authenticated and unauthenticated versions of Web Dashboard. Note: Single Sign On (SSO) must be disabled when enabling Authentication 1. Go to <web_dashboard_install_dir>/config directory. 2. Edit security.xml. Comment out: <intercept-url pattern="/**" access="permitall" /> Note: In XML documents, follow this syntax to comment out: "<!--Comment String Here-->" and uncomment the following: <intercept-url pattern="/**" access="isauthenticated()" /> <authentication-provider> <password-encoder hash="bcrypt"/> <user-service properties="file:./config/users.properties"/> </authentication-provider> 3. Edit users.properties. Follow the syntax indicated in the file to add users. To generate an encrypted password, run the following command at the <web_dashboard_install_dir> directory: Page 9 of 40

10 java -cp 'lib/*:lib/geneos-bcrypt-hasher.jar' com.itrsgroup.login.auth.bcryptpasswordhasher <password to encrypt> Enabling SSO Note: Authentication must be disabled when enabling SSO If Single-Sign-On (SSO) is enabled, the SSO Agent verifies the user permission. After the verification of user credentials, the Web Dashboard checks the user's group to grant the appropriate access. When the user logs in for the first time, the browser will automatically save the user's credentials in the cache. Clear the browser cache to change the current user. Go to your <web_dashboard_install_dir>/config directory Edit sso.properties Property sso.agent.url webdashboard.url dashboard.user.groups config.user.groups sso.enabled sso.pubkey Description SSO Agent URL and port Web Dashboard URL and port Comma-separated values that define the user groups that are allowed to access the Dashboards and Slideshows sections of Web Dashboard Comma-separated values that define the user groups that are allowed to access the Config section of Web Dashboard Determines whether SSO is enabled (true) or disabled (false) File where the public key for SSO Agent is located The public key is generated by the SSO Agent and must be in PEM format, with lines no longer thatn 76 characters. For example: -----BEGIN PUBLIC KEY---- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9KTR6IFL44UTGCs5Hi2x fiso7embaqf75bqym/e8woqe2noocyavshglaae9ohp4vqrnc+hhyds7ddf2u0vf cyp6r4uise+huka+wkjfszzfob5lfyzzfb7hrgvc5kmzevg7qybej/c37usb9r1/ T4yao3SAdHGEwlthTKf0V+TtDGvlWPKGzVdCYowmNC0Z1RxsT/X3jhNvnkHRQYXW hwgieku1+u7bgtlpzd/3ufqnzsoimfme9r53b+wjron04b6obb0jqmwftyaoxwh2 ozbk5xz1e165hanxaykec4rchdu8m0urk8jkkrby9m8uxxcatbvrtygosoi9jh+t 1wIDAQAB -----END PUBLIC KEY----- Page 10 of 40

11 Enabling SSL Here are the steps to enable SSL in Web Dashboard: Configure SSL Certificates A script called ssl_util.sh exists in the installation directory which is used to generate or import a certificate. The script needs to be updated first as per instruction written inside it before doing any of the configuration below and running it. There are two ways to configure an SSL certificate on the server: 1. Generate a new self-signed certificate Run./ssl_util.sh from <web_dashboard_install_dir> directory and specify the host name or IP address of the box. This will generate the certificate and add it to a keystore. cd <web_dashboard_install_dir>./ssl_util.sh add <hostname_or_ip> 2. Import an existing certificate for your domain name If the server running Web Dashboard has an existing SSL certificate issued by a Certificate Authority (CA), you will need to import that certificate and its private key into the server s keystore. Convert your existing certificate and private key into PKCS12 format. Your certificate file needs to be called <hostname_or_ip>.cer. cd <web_dashboard_install_dir>./ssl_util.sh convert <hostname_or_ip> <private_key_file> 3. If your CA provides multiple intermediary certificates, you will need to combine them into a single file using the command: cat my_cert.cer intermediate1.cer intermediate2.cer > hostname_or_ip.cer 4. Import the newly converted certificate using the command and specify the Export Password from step 1../ssl_util.sh import <hostname_or_ip> <export_password> Page 11 of 40

12 Edit config files Edit <web_dashboard_install_dir>/config/security.properties. If changes were made to the value of KEYSTORE and PASSWD in ssl_util.sh, update the values of the properties below as per changes made. keystore=config/keystore.db truststore=config/keystore.db keystorepassword=ab987c truststorepassword=ab987c To change the port number to use for secure connection, update the property below. port=7443 Edit scripts Edit the run or geneosws script depending on the start-up mode to use. Uncomment this line: #ENABLE_SSL="-ssl true" Restart Web Dashboard Restart your Web Dashboard server and verify that the certificate is being used by opening the following page: If you generated a self-signed SSL certificate, the browser will warn you that the certificate is not trusted - this is expected behavior. Add an exclusion rule (or continue). Configuring Web Dashboard Type the host and the port of Web Dashboard in the web browser to access the configuration page in the following format: Example: Page 12 of 40

13 Adding Active Dashboards Dashboards need to be created in Active Console and exported as.adb files before they can be added to Web Dashboard. The deployment of dashboards into Web Dashboard takes place in 3 steps: Connecting to gateways 1. Click on the Add Connection button to add a new gateway connection. 2. Edit the gateway connection fields. If connecting to a secure gateway, tick the Secure checkbox. 3. Click on the Save button for Web Dashboard to establish the new gateway connection and add it to config.xml. Page 13 of 40

14 Gateway connections in config.xml Each connection is defined by a <gatewayconnection> element with a name attribute. The connection has the following properties: Property Mandatory Description <enabled> <primary> <secondary> <secure> <description> <sslenabled> <user> <password> Example: Yes Yes No No No No No No Determines whether a connection is enabled (true) or disabled (false) Contains the primary gateway s host and port number defined in <host> and <port> Contains the secondary gateway s host and port number defined in <host> and <port> Determines whether a connection is secure (true) or insecure (false) The gateway s description Determines whether a connection will use SSL connection (true) or normal authentication (false). When this is + enabled, the user property becomes mandatory and the password is no longer used. Username to access the gateway Password to access the gateway. The password has an attribute called type which could have the values encrypted or plain. This attribute is used to determine if the password is encrypted or not. By default, the type is encrypted if the gateway connection has been entered through the configuration interface. <geneoswebserver> <gatewayconnections> <gatewayconnection name="gateway1"> Page 14 of 40

15 <enabled>true</enabled> <primary> <host>gateway1a-host</host> <port>30001</port> </primary> <secondary> <host>gateway1b-host</host> <port>30002</port> </secondary> <description>gateway One</description> <user>user1</user> <password type="encrypted">aabbzzyyzz</password> </gatewayconnection> <gatewayconnection name="gateway3"> <enabled>true</enabled> <secure>true</secure> <primary> <host>localhost</host> <port>80003</port> </primary> <secondary> <host/> <port>0</port> </secondary> <description>gateway Three</description> <user>admin</user> <password type="plain">myplainpassword</password> </gatewayconnection> <gatewayconnectionname="gateway2"> <enabled>true</enabled> <secure>true</secure> <primary> <host>gateway2a-host</host> <port>80004</port> </primary> <secondary> <host/> <port>0</port> </secondary><description>gateway Two</description> <sslenabled>admin</sslenabled> <user>admin</user> <passwordtype="plain"></password> Page 15 of 40

16 </gatewayconnection> </gatewayconnections> </geneoswebserver> SSL Certificate Authentication In addition to password authentication, a secure connection to a gateway can be established using an SSL Certificate. This authentication method can be enabled by ticking the SSL column of a gateway in the connections configuration page or by setting the gateway's sslenabled property to true. An SSL certificate/key pair needs to be added to the keystore and aliased 'geneosauthentication' before the Web Server is started. Generating an SSL Certificate and Private key pair To generate a public certificate and private key for Web Dashboard, see the examples in Secure Communications. The process is the same as when generating a certificate and private key for the Gateway or Netprobe. The certificate for Web Dashboard should be named geneosauthentication.cer and should be generated by the same Certificate Authority as the certificate issued for every Gateway Web Dashboard will connect to. Page 16 of 40

17 Adding a Certificate and Private Key to the keystore 1. Edit <web_dashboard_install_dir>/ssl_utl.sh and change the value of KEYSTORE to point to the desired keystore file. The keystore password can be changed by modifying the value of PASSWD. KEYSTORE=${WEB_DASHBOARD_CONFIG_DIR}/keystore.db 2. Convert your existing certificate and private key into PKCS12 format. The certificate needs to be called geneosauthentication.cer. cd <web_dashboard_install_dir> /ssl_util.sh convert geneosauthentication <private_key_file> 3. The converted certificate needs to be imported to the keystore using the password specified when the certificate was converted../ssl_util.sh import geneosauthentication <password> 4. if KEYSTORE or PASSWD have been changed in <web_dashboard_install_dir>/ssl_utl.sh then edit <web_dashboard_install_dir>/config/security.properties and update the values of the properties below accordingly: Page 17 of 40

18 keystore=config/keystore.db truststore=config/keystore.db keystorepassword=ab987c truststorepassword=ab987c Uploading.adb files 1. Select Dashboards from the left-hand navigation list in order to deploy a dashboard. 2. Click on the Add Dashboard button. This shows the Dashboard dialog. In the dialog, type a name for the dashboard. Note: Do not add URL character codes (e.g., %20, %5C ) in the dashboard name. 1. Click on the Browse button to locate the.adb file to upload. 2. Click on the Upload button to make a copy of the.adb file in the dashboard folder. 3. Click on the Save button for Web Dashboard to add the new dashboard to config.xml. Page 18 of 40

19 Uploaded dashboards in config.xml Dashboard information is contained in the <dashboard> element in config.xml with the following attributes: Attribute name path Description The name given to the dashboard The location where the.adb file used by the dashboard is contained By default, the path is installation_ directory/dashboards/uploaded folder if the dashboard has been uploaded using the configuration interface. Optionally, a user may allocate another path that contains the.adb file. Example: <geneoswebserver> <dashboards> <dashboard name="dashboard1" pathh="/path/to/dashboards/uploaded/dashboard1.adb"/> <dashboard name="dashboard2" path="/path/to/dashboards/uploaded/dashboard2.adb"/> <dashboard name="dashboard3" pathh="/path/to/dashboards/uploaded/dashboard3.adb"/> </dashboard> </dashboards> </geneoswebserver> Changing the default dashboards upload folder To change the default dashboard upload folder, edit the run script and a new parameter - Dcom.itrsgroup.dashboard.dir that has the value of the chosen folder the dashboard files will be uploaded. -Dcom.itrsgroup.dashboard.dir=<PATH TO DASHBOARDS UPLOADS FOLDER> For users who have as existing setup and would want to change their dashboard upload folder, the following steps have to be done: 1. Manually update the dashboard paths in the config.xml file to point to the new dashboard upload folder. Page 19 of 40

20 2. Copy all the dashboards (.adb) files from the old upload folder to the new one. Remember to do the 2 steps when setting a new upload folder from an existing setup. Doing only step 2 will cause the dashboards copied to the new upload folder to be deleted. Configuring the navigation tree Select Navigation from the left-hand navigation list in order to organize the tree of dashboards for viewing. 1. Select Dashboards which is the top of the tree. 2. Click on the Add Group button to add a group. This shows a dialog with a single field to type the name of the new group. 3. Select a group and click on the Add Dashboard button to add a dashboard in the group. This shows a dialog with a dropdown menu of dashboards that have been uploaded by Web Dashboard. Page 20 of 40

21 4. Typing in the first characters of a dashboard name filters the dropdown menu to the dashboard names that start with those characters. Continue creating new groups which can be populated with selected dashboards. A hierarchical order can be defined in the navigation tree by creating groups under groups. Page 21 of 40

22 Click on the Save button to save the configuration of the navigation tree in config.xml. Click on the Dashboard tab to check how the navigation will be seen by users. Page 22 of 40

23 Navigation tree in config.xml The navigation tree is defined under the <tree> element with the following properties: Property Mandatory? Attribute Description <group> No name A group contains one or more dashboards and could also contain another group. <dashboard> No name A dashboard is part of a group Example: <geneoswebserver> <tree> <group name="group 1"> <dashboard name="dashboard1a"/> <dashboard name="dashboard1b"/> </group> <group name="group 2"> <dashboard name="dashboard2a"/> <dashboard name="dashboard2b"/> <dashboard name="dashboard2ac"/> <group name="group 2.1"> <dashboard name="dashboard2.1a"/> <dashboard name="dashboard2.1b"/> </group> </group> <group name="group 3"> <dashboard name="dashboard3a"/> <dashboard name="dashboard3b"/> </group> </tree> </geneoswebserver> Defining slideshows Slideshows can be defined to view a set of dashboards or all dashboards, one after another at specified time intervals. Select Slideshows from the left-hand navigation list in order to define a slideshow. Web Dashboard can be configured to set: Page 23 of 40

24 A single slideshow for all dashboards defined in the navigation tree Any number of user-defined slideshows to view selected dashboards in the navigation tree Slideshow to display all dashboards in the navigation tree Tick the Add a slideshow with all dashboards checkbox. This shows the interval time field. The default interval time is 5 seconds. If a longer interval is required, edit the interval time. Click on the Save button to save the slideshow in config.xml. Go to the Dashboard tab to check the All Dashboards slideshow. Page 24 of 40

25 Slideshow to display selected dashboards Click on the Add Slideshow button to open a new slideshow row. Edit the name of the new slideshow. This shows the Dashboards dialog. The default interval time is 5 seconds. If a longer interval is required, edit the interval time. Click on the Add button in the Dashboards dialog. By default, the name of the first dashboard in the list appears. Click on the name to show the dropdown list of dashboards. Repeat step 4 to add more dashboards to this slideshow. The Up and Down buttons in the Dashboards dialog can be used to define the sequence of dashboards in the slideshow. Page 25 of 40

26 The Remove button can be used to delete a dashboard from the slideshow. Once the new slideshow configuration is completed, click on the Save button to save the new slideshow details config.xml. Go to the Dashboard tab to check the new slideshow. Page 26 of 40

27 Slideshows in config.xml A slideshow is stored under the <slideshows> element with the following attributes: Attribute name interval Description The name given to the slideshow The time in seconds taken by every dashboard in the slideshow to be on display. Default value: 5 seconds And can contain one or more dashboards. Page 27 of 40

28 Example: <geneoswebserver> <slideshows> <slideshow name="all Dashboards" interval="5"/> <slideshow name="slideshow 1" interval="5"> <dashboard name="dashboard1"/> <dashboard name="dashboard2"/> <dashboard name="dashboard3"/> <dashboard name="dashbaord4"/></slideshows> </geneoswebserver> Settings for the visualization of dashboards in browsers config.xml contains the <dashboarddefaults> element with the settings applicable to all dashboards configured in Web Dashboard: <geneoswebserver> <dashboarddefaults> <updaterate>5</updaterate> <dashboardrefreshrate>3</dashboardrefreshrate> <tilesize> <width>200</width> <height>200</height> </tilesize> </dashboarddefaults> </geneoswebserver> Property Attribute Description <updaterate> Sets the interval time at which the Web Dashboard client checks for updates to a dashboard. Default value: 5 seconds <dashboardrefreshrate> Sets the frequency at which the Web Dashboard server processes dashboard updates. Default value: 3 seconds Page 28 of 40

29 Property Attribute Description <tilesize> <width> <height> Sets the tile size to be used by Web Dashboard when rendering the dashboard image. Default value for both attributes: 200 pixels It is not recommended to change these settings but, if required, these changes need to be implemented with care. The following points need to be taken in consideration: <updaterate> should be set equal or more than <dashboardrefreshrate> since clients are guaranteed not to receive an update until a dashboard refresh takes place. Faster <dashboardrefreshrate> makes dashboards appear more real-time but in turn increases CPU usage on the server and potentially increases network traffic as updates are being sent more frequently this assumes <updaterate> is closely aligned to <dashboardrefreshrate>. Tiling size allows for more granular control of how updates are processed on the server and sent over the network. Smaller values make more efficient use of network as clients download less redundant data but in turn makes many more requests. Also, CPU usage on the server may increase due to processing more granular updates and handling the increased number of requests. Note: The settings tilecachesize and tilecachetime have been removed from config.xml. Deleting a dashboard in Web Dashboard Removing a dashboard from the configuration takes place in 4 steps in a precise sequence: Removing the dashboard from a user-defined slideshow Go to the Slideshows configuration page. Click on the user-defined slideshow. This shows the Dashboards dialog. Select the dashboard in the Dashboards dialog list and click on the Remove button. Click on the Save button so that Web Dashboard modifies the <slideshows> element in config.xml. Page 29 of 40

30 Removing the dashboard from the Navigation tree Go to the Navigation configuration page. Locate the dashboard in the navigation tree and right-click on it. Select the Remove option. Click on the Save button so that Web Dashboard modifies the <tree> element in config.xml and its internal dashboard handler program. Deleting the dashboard from Web Dashboard Go to the Dashboards configuration page. Click on the dashboard so that the Remove Dashboard button is activated. Click on the Remove Dashboard button. Click on the Save button so that Web Dashboard modifies the <dashboards> element config.xml and deletes the uploaded.adb file in the installation directory. Deleting the gateway connection if it only served the deleted dashboard Go to the Connections configuration page. Locate the gateway and click on its X icon. Click on the Save button so that Web Dashboard modifies the <gatewayconnections> element in config.xml. Deleting a slideshow in Web Dashboard Go to the Slideshows configuration page. Locate the slideshow and click on its X icon. Click on the Save button so that Web Dashboard modifies the <slideshows> element in config.xml. Working with the Web Dashboard Navigation interface Opening the navigation interface Type the host and the port of Web Dashboard in the web browser to access the navigation interface in the following format: Example: Page 30 of 40

31 If authentication is enabled, the page displays a log-in screen. See Enabling Authentication in Starting Web Dashboard section to set up users. Note: Username is case-insensitive. If authentication is disabled or after a successful log-in, the page displays the navigation tree with 2 root entries: Dashboards and Slideshows. The Dashboards group expands to the first level if the navigation tree has been configured. Page 31 of 40

32 Selecting a dashboard to view There are 2 ways to bring a dashboard to be displayed: Select the dashboard in the Dashboards navigation tree. This may require to expand a group in the tree by clicking on its plus icon. Access the dashboard directly by adding #WebDashboard:<dashboardname> to the basic URL, e.g., Maximizing the view of the dashboard By default, the dashboard on display occupies a pane beside the navigation tree and under the top banner. There are 2 ways to maximize the display of a dashboard: Right-click anywhere in the dashboard and select Toggle Full Screen. The same steps can be used to return to the normal view. Select the dashboard in the Dashboards navigation tree and add?fullscreen to the basic URL, e.g., Page 32 of 40

33 Executing data item commands Right-click on a data item in the dashboard to access data item commands. This action prompts Web Dashboard to display a menu with the commands relevant to the data item. If the selected command requires user input, the page displays a dialog for the user to fill in. Page 33 of 40

34 If the execution of the command results to an output, the page displays a command output dialog. Executing hyperlinks If hyperlinks have been defined in the dashboard, these can be accessed through the right-click menu of the data item. Select a link to open its page as a new tab in the browser. Page 34 of 40

35 Selecting a slideshow to view There are 3 ways to bring a slideshow to be displayed: Click on the slideshow in the Slideshows navigation tree. Right-click on the slideshow in the Slideshows navigation tree and select the Play option. Access the slideshow directly by adding #Slideshow:<slideshowname> to the basic URL, e.g., Slideshow 1 The slideshow displays the sequence of dashboards it was configured with. The time a dashboard remains in view is the time interval defined in the configuration of the slideshow. Every dashboard in the slideshow that is displayed is highlighted in the Dashboards navigation tree. This allows the user to follow the order of the sequence. Page 35 of 40

36 Stopping a slideshow There are 2 ways to stop a slideshow: Right-click on the slideshow in the navigation tree and select the Stop option. Select and click on any other dashboard in the navigation tree. Troubleshooting Defining update rates or tiling size settings for individual dashboards By default, the settings in the <dashboarddefaults> element are applied to all dashboards configured in Web Dashboard. However, if these settings are not adequate for an individual dashboard, specific settings may be set for that dashboard only. Edit the dashboard entry in config.xml and add the new settings. Example: <dashboarddefaults> <updaterate>5</updaterate> <dashboardrefreshrate>3</dashboardrefreshrate> <tilesize> Page 36 of 40

37 <width>200</width> <height>200</height> </tilesize> </dashboarddefaults> <dashboards> <dashboard name="dashboard1" path="/root/dashboards/uploaded/db1.adb"/> <dashboard name="dashboard2" path="/root/dashboards/uploaded/db2.adb"/> <dashboard name="dashboard3" path="/root/dashboards/uploaded/db3.adb"> <!-- DASHBOARD SPECIFIC SETTINGS --> <updaterate>10</updaterate> <dashboardrefreshrate>5</dashboardrefreshrate> <tilesize> <width>400</width> <height>400</height> </tilesize> </dashboard> </dashboards> In this example, Dashboard1 and Dashboard2 use the default settings, while Dashboard3 has its own settings. Redirecting the dashboard loading folder By default, Web Dashboard uploads the.adb files into the <web_dashboard_install_ dir>/dashboards/uploaded/ folder and then loads the dashboard from that location. If a different location is required, edit config.xml to change the path attribute of the dashboard under the <dashboards> element. Example: <dashboards> <dashboard name="dashboard_a2" path="/home/gelo/etc/support_dashboard.adb"/> <dashboard name="dashboard_b1" path="/home/gelo/etc/test.adb"/> </dashboard> </dashboards> Resolving high CPU/memory of Web Dashboard CPU and memory used by Web Dashboard are largely determined by the contents and updates of the dashboards it has been configured with. Page 37 of 40

38 Edit config.xml to slow down the update rate for: The <dashboarddefaults> element - this action implies that the new settings for <updaterate> and <dashboardrefreshrate> are applied to all dashboards. Individual dashboards if they have been identified as main contributors to the high CPU/memory - the settings for <updaterate> and <dashboardrefreshrate> need to be added to the specific dashboard under the <Dashboards> element. In both cases, it is recommended that <dashboardrefreshrate> is equal or faster than <updaterate> to ensure timely updates. Resolving the constant flickering and blank areas of a dashboard on display This issue may be the result of: Having more updates than those processed by Web Dashboard in the time set by the <dashboardrefreshrate> parameter. If this is the case, increase the value of this parameter up to the value of the <updaterate> parameter. Having increased the tile size, which implies that there is too much data through the network for each tile. If this is the case, reduce the values of the <tilesize> element. Preventing memory buildup due to gateway disconnection By default, Web Dashboard will try to reconnect to a disconnected gateway over and over again until the connection is restored. This, in turn, causes rapid memory buildup. To prevent this behavior: Edit the run script to add: export ORBFASTER_FAST_CALLBACK=false Save the changes and restart Web Dashboard. Applying MySQL to Web Dashboard Web Dashboard supports database queries required for historical charts. Although no changes are required for Sybase, MSSQL, or Oracle, the connection to MySQL needs to be manually incorporated to the geneos-web-server.jar file. Create a temporary directory (e.g., gws) under the Web Dashboard installation directory. Copy geneos-web-server.jar into the gws directory. Extract the jar file with the following command: Page 38 of 40

39 jar xvf geneos-web-server.jar The gws directory will contain the folders: com and META-INF. Delete geneos-web-server.jar from the gws directory. Navigate to the META-INF folder. Open MANIFEST.MF in an editor. Add the path to the MySQL driver to the end of the Class-Path pair and save the MANIFEST.MF file. Go back to the gws directory and recreate geneos-web-server.jar with the following command: jar cmf META-INF/MANIFEST.MF geneos-web-server.jar * Replace geneos-web-server.jar in the Web Dashboard installation directory with the new geneos-web-server.jar file just created. Note: The jar command is present in the Java JDK package, and the path must be indicated. The MANIFEST.MF file must end with a blank line, and the maximum width of the line is 70 characters. Enabling DEBUG in Web Dashboard Sometimes, there may be issues with Web Dashboard that need further investigation, and a detailed log file may be useful. Edit log4j.properties and modify the log4j.rootlogger parameter from: log4j.rootlogger=off, CONSOLE, FILE to: log4j.rootlogger=debug, CONSOLE, FILE Page 39 of 40

40 Save the changes and restart Web Dashboard. Repeat the actions that led to the issue. Send the log file to Geneos Support for assistance. Gateway connections are not displayed when opening the Configuration interface Frequent manipulation of config.xml may disrupt the presentation of the Connections page. Press the Reload button to restore the gateway connections or press F5 to refresh the page. Cannot remove a dashboard in the Dashboards configuration interface This action will not be allowed if the dashboard has been configured in the Navigation tree and has been included in Slideshows. Remove the dashboard from Slideshows and then in the Navigation tree. Remove the dashboard from the Dashboards configuration interface. Slideshow on display does not seem to update if a new dashboard has been added Press F5 to refresh the slideshow on display. Page 40 of 40

Secure Communications User Guide

Secure Communications User Guide Secure Communications User Guide Functional Area: Secure Communications Geneos Release: v4.7 Document Version: v1.0.0 Date Published: 23 July 2018 Copyright 2018. ITRS Group Ltd. All rights reserved. Information

More information

Amazon Web Services Monitoring Integration User Guide

Amazon Web Services Monitoring Integration User Guide Amazon Web Services Monitoring Integration User Guide Functional Area: Amazon Web Services Monitoring Integration Geneos Release: v4.9 Document Version: v1.0.0 Date Published: 29 October 2018 Copyright

More information

KeyNexus Hyper-V Deployment Guide

KeyNexus Hyper-V Deployment Guide v1.0 09/2018 . Copyright Notice Copyright 2018 KeyNexus Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

ITRS Group. FKM Plugin User Guide

ITRS Group. FKM Plugin User Guide ITRS Group FKM Plugin User Guide Version 1.0 September 22, 2017 Copyright 2017. ITRS Group Ltd. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Hadoop Integration User Guide. Functional Area: Hadoop Integration. Geneos Release: v4.9. Document Version: v1.0.0

Hadoop Integration User Guide. Functional Area: Hadoop Integration. Geneos Release: v4.9. Document Version: v1.0.0 Hadoop Integration User Guide Functional Area: Hadoop Integration Geneos Release: v4.9 Document Version: v1.0.0 Date Published: 25 October 2018 Copyright 2018. ITRS Group Ltd. All rights reserved. Information

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Geneos Gateway Authentication Technical Reference. Functional Area: Geneos Gateway Authentication. Geneos Release: v4.9. Document Version: v1.0.

Geneos Gateway Authentication Technical Reference. Functional Area: Geneos Gateway Authentication. Geneos Release: v4.9. Document Version: v1.0. Geneos Gateway Authentication Technical Reference Functional Area: Geneos Gateway Authentication Geneos Release: v4.9 Document Version: v1.0.0 Date Published: 25 October 2018 Copyright 2018. ITRS Group

More information

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment NetBrain Integrated Edition 7.1 Upgrade Instructions Two-Server Deployment Version 7.1a Last Updated 2018-09-04 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Upgrading

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Copyright ITRS Group Ltd. All rights reserved.

Copyright ITRS Group Ltd. All rights reserved. Copyright 2018. ITRS Group Ltd. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE SureView Analytics 6.1.1 Release Notes ================================= --------- IMPORTANT NOTE REGARDING DOCUMENTATION --------- The Installation guides, Quick Start Guide, and Help for this release

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure a Presence Gateway for Microsoft Exchange Integration, page 1 SAN and Wildcard Certificate Support, page

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

System Administration

System Administration Most of SocialMiner system administration is performed using the panel. This section describes the parts of the panel as well as other administrative procedures including backup and restore, managing certificates,

More information

Installing, Migrating, and Uninstalling HCM Dashboard

Installing, Migrating, and Uninstalling HCM Dashboard CHAPTER 2 Installing, Migrating, and Uninstalling HCM Dashboard This chapter describes how to install, migrate data from HCM 1.0, and uninstall HCM Dashboard. It includes: HCM Dashboard Server Requirements,

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Applies To Oracle API Gateway v11.1.2.x Contents Introduction Prerequisites Integration Configuration Steps OES Configuration: Step

More information

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE 1.0 Quest Enterprise Reporter Discovery Manager USER GUIDE 2012 Quest Software. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Data Connector 2.0 User Guide

Data Connector 2.0 User Guide Data Connector 2.0 User Guide Copyright Copyright 2008-2017 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part of this

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Kafka Integration User Guide. Functional Area: Kafka Integration. Geneos Release: v4.7. Document Version: v1.0.0

Kafka Integration User Guide. Functional Area: Kafka Integration. Geneos Release: v4.7. Document Version: v1.0.0 Kafka Integration User Guide Functional Area: Kafka Integration Geneos Release: v4.7 Document Version: v1.0.0 Date Published: 23 July 2018 Copyright 2018. ITRS Group Ltd. All rights reserved. Information

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

Version 2.3 User Guide

Version 2.3 User Guide V Mware vcloud Usage Meter Version 2.3 User Guide 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. This product is covered

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

Documentation. This PDF was generated for your convenience. For the latest documentation, always see

Documentation. This PDF was generated for your convenience. For the latest documentation, always see Management Pack for AWS 1.50 Table of Contents Home... 1 Release Notes... 3 What's New in Release 1.50... 4 Known Problems and Workarounds... 5 Get started... 7 Key concepts... 8 Install... 10 Installation

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018

AMS Device View Installation Guide. Version 2.0 Installation Guide May 2018 AMS Device View Installation Guide Version 2.0 Installation Guide May 2018 Disclaimer The contents of this publication are presented for informational purposes only, and while every effort has been made

More information

MARWATCH INSTALLATION AND UPGRADE GUIDE

MARWATCH INSTALLATION AND UPGRADE GUIDE MARWATCH INSTALLATION AND UPGRADE GUIDE For Service Providers RELEASE 5.0 Introduction Notice The information contained in this document is believed to be accurate in all respects but is not warranted

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues.

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues. Privileged Account Manager 3.5 Release Notes July 2018 NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues. Many of these improvements were

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1. Horizon Cloud with On-Premises Infrastructure Administration Guide VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.3 Horizon Cloud with On-Premises Infrastructure Administration

More information

Manage and Generate Reports

Manage and Generate Reports Report Manager, page 1 Generate Reports, page 3 Trust Self-Signed Certificate for Live Data Reports, page 4 Report Viewer, page 4 Save an Existing Stock Report, page 7 Import Reports, page 7 Export Reports,

More information

IBM Security Identity Governance and Intelligence. SAP HANA Database Adapter Installation and Configuration Guide IBM

IBM Security Identity Governance and Intelligence. SAP HANA Database Adapter Installation and Configuration Guide IBM IBM Security Identity Governance and Intelligence SAP HANA Database Adapter Installation and Configuration Guide IBM IBM Security Identity Governance and Intelligence SAP HANA Database Adapter Installation

More information

Global Management System (GMS) Virtual Appliance 6.0 Getting Started Guide

Global Management System (GMS) Virtual Appliance 6.0 Getting Started Guide Global Management System (GMS) Virtual Appliance 6.0 Getting Started Guide PROTECTION AT THE SPEED OF BUSINESS SonicWALL GMS Virtual Appliance 6.0 Getting Started Guide This Getting Started Guide contains

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

20411D D Enayat Meer

20411D D Enayat Meer Lab A Module 8: Implementing Direct Access by Using the Getting Started Wizard Scenario: Recommended lab time is 240 Minutes {a complete class session is dedicated for this lab} Many users at A. Datum

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

Cisco Threat Intelligence Director (TID)

Cisco Threat Intelligence Director (TID) The topics in this chapter describe how to configure and use TID in the Firepower System. Overview, page 1 Using TID Sources to Ingest Feed Data, page 6 Using Access Control to Publish TID Data and Generate

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Upgrading Software and Firmware

Upgrading Software and Firmware APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.1.0, page B-2 Upgrading

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

Quest Collaboration Services 3.6. Installation Guide

Quest Collaboration Services 3.6. Installation Guide Quest Collaboration Services 3.6 Installation Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 Oracle Enterprise Manager System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 E24476-01 October 2011 The System Monitoring Plug-In for Oracle Unified Directory extends Oracle

More information

Cambium Wireless Manager

Cambium Wireless Manager Cambium Wireless Manager Client Setup Guide System Release 4.2 and Later Issue 1 November 2014 2014 Cambium Networks. All Rights Reserved. Accuracy While reasonable efforts have been made to assure the

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Data Connector 2.0 User Guide

Data Connector 2.0 User Guide Data Connector 2.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part of this

More information

Hypersocket SSO. Lee Painter HYPERSOCKET LIMITED Unit 1, Vision Business Centre, Firth Way, Nottingham, NG6 8GF, United Kingdom. Getting Started Guide

Hypersocket SSO. Lee Painter HYPERSOCKET LIMITED Unit 1, Vision Business Centre, Firth Way, Nottingham, NG6 8GF, United Kingdom. Getting Started Guide Hypersocket SSO Getting Started Guide Lee Painter HYPERSOCKET LIMITED Unit 1, Vision Business Centre, Firth Way, Nottingham, NG6 8GF, United Kingdom Table of Contents PREFACE... 4 DOCUMENT OBJECTIVE...

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Release 7.1 Revised: March 5, 2013 1:53 pm This document describes the

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 USER GUIDE MADCAP PULSE 4 Installation Guide for Pulse on Windows Server 2012 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The

More information

Power IQ HyperV Quick Setup Guide

Power IQ HyperV Quick Setup Guide Power IQ HyperV Quick Setup Guide Thank you for your purchase of Sunbird's Power IQ. This Quick Setup Guide explains how to install and configure the Power IQ with Hyper-V. For additional information on

More information

AirWatch Mobile Device Management

AirWatch Mobile Device Management RSA Ready Implementation Guide for 3rd Party PKI Applications Last Modified: November 26 th, 2014 Partner Information Product Information Partner Name Web Site Product Name Version & Platform Product Description

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Workflow, page 5 Reconfigure OpenAM SSO to SAML SSO After an Upgrade, page 9 Prerequisites NTP Setup In SAML SSO, Network Time Protocol (NTP) enables clock

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Using SSL to Secure Client/Server Connections

Using SSL to Secure Client/Server Connections Using SSL to Secure Client/Server Connections Using SSL to Secure Client/Server Connections, page 1 Using SSL to Secure Client/Server Connections Introduction This chapter contains information on creating

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

One Identity Active Roles 7.2

One Identity Active Roles 7.2 One Identity December 2017 This document provides information about the Active Roles Add_on Manager7.2. About Active Roles Add_on Manager New features Known issues System requirements Getting started with

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

IBM Security Identity Governance and Intelligence. SDI-based IBM Security Privileged Identity Manager adapter Installation and Configuration Guide IBM

IBM Security Identity Governance and Intelligence. SDI-based IBM Security Privileged Identity Manager adapter Installation and Configuration Guide IBM IBM Security Identity Governance and Intelligence SDI-based IBM Security Privileged Identity Manager adapter Installation and Configuration Guide IBM IBM Security Identity Governance and Intelligence

More information