Hiptest on-premises - Installation guide

Size: px
Start display at page:

Download "Hiptest on-premises - Installation guide"

Transcription

1 on-premises - Installation guide Owner: Version: Released: Author: Contributors: Module: enterprise ID: Link: Summary This guide details the installation and administration of Enterprise solution for a single server installation with internet access. It applies to Enterprise and beyond Created by DocGen on 09/01/2019 at 16:49:44.

2 Table of Contents Table of Contents Overview Requirements Hardware Operating system Network configuration License file (.rli) Easy Installation with Internet Access Install the on-premises solution Access the on-premises administration console Provide a hostname and an SSL certificate Upload your license Secure the administration console Preflight checks Configure your instance Hostname User Management Account managed by Account managed by Crowd Server Settings Advanced settings Boot Open Airgap Installation without Internet Access Prepare the environment Install Replicated Download Airgap Package Access the on-premises administration console Provide a hostname and an SSL certificate Use airgap package and upload your license Secure the administration console Preflight checks Configure your instance Hostname User Management Account managed by Account managed by Crowd Server Settings Advanced settings Boot Open Automated installation Configure Replicated automatically /etc/replicated.conf Configure settings automatically /tmp/settings.conf Generate settings from an existing installation Licensing View License information Synchronizing license with Internet access Synchronizing license without Internet access (airgap) Configuration SSL certificates Browser warning about SSL certificates Certificates during installation on-premises - Installation guide (1.5.5) 2019 Page 2 of 77

3 Certificates and private keys format Modify the certificate of the administration console Self-signed (generated) Server path Upload files Save Modify the certificate of the application Use same certificate as the console Use custom certificate Linking JIRA to Enterprise JIRA Server JIRA Cloud Make JIRA accept self-signed certificate Configuring database Embedded database External database Migrating data from embedded database to external database Operations Restarting on-premises Stopping, starting and getting status Updating server IP address for Replicated Stop all replicated services 2. Change IP address in config files 3. Regenerate replicated certificate information 4. Start replicated service 5. Copy replicated certificate to replicated-agent 6. Start replicated-agent service 7. Start replicated-ui service 8. Check that IP address changed in web administration console 9. Update IP address of service in settings Updating server IP address for Replicated 2.x 1. Stop all replicated services 2. Change IP address in config files 3. Start all replicated services 4. Check that IP address changed in web administration console 5. Update IP address of service in settings Update HTTP Proxy / set HTTP Proxy after install Upgrade Upgrading Replicated Which Replicated version do I use? Upgrade from Replicated v1.2 to Replicated 2.x Upgrade to latest Replicated v2.x Online version Airgap version Upgrading application Upgrading to latest application version Airgap Upgrade Download the airgap package Copy the airgap package onto the server Set the path to the airgap package Perform the upgrade Backup & Restore Backup Backup strategy Automatic snapshots Starting a snapshot List snapshots on-premises - Installation guide (1.5.5) 2019 Page 3 of 77

4 Restore Migrating from Cloud Troubleshooting I lost the password of the on-premises administration console It hangs when creating a new snapshot. I restored from a snapshot but I lost my data. One user lost his/her password I want to set the password of one user The.rli license file can not be uploaded Release notes [ ] Changed [ ] [ ] [ ] Changed [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] on-premises - Installation guide (1.5.5) 2019 Page 4 of 77

5 [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] Updated [ ] on-premises - Installation guide (1.5.5) 2019 Page 5 of 77

6 Removed [ ] [ ] [ ] [ ] [ ] [ ] Removed [ ] [ ] [ ] [ ] Changed [ ] Changed [ ] Changed [ ] on-premises - Installation guide (1.5.5) 2019 Page 6 of 77

7 Overview This guide details the installation and administration of Enterprise solution for a single server installation with or without internet access. It applies to Enterprise and beyond. An installation without internet connectivity is called airgap installation. It covers: Installation of Enterprise, Upgrade to newer versions of Enterprise, Backup & Restore of Enterprise data, Configuration and troubleshooting, Release notes of Enterprise. on-premises - Installation guide (1.5.5) 2019 Page 7 of 77

8 Requirements Hardware The recommended minimum resources of the linux server are: 4 cores with minimum 2,4 GHz per core 8 GiB of RAM Primary disk with minimum 50 GiB with 30 GiB free on /var Operating system The Linux server must run a 64-bits distribution able to run Docker engine The minimum kernel version is Well supported distributions include, but are not limited to: Debian 7.7+ Ubuntu / / Fedora 21 / 22 Red Hat Enterprise Linux 6.5+ CentOS 6+ Amazon AMI / / / / / Oracle Linux 6.5+ Network configuration Firewall/Security settings must allow: Inbound traffic for the following TCP ports: 80 app interface access, redirects to HTTPS 443 app interface access over SSL 8800 Administration console access Inbound/Outbound traffic from docker0 interface to the host interface for the following TCP ports: container orchestration and administration console API Non-airgap installation requires outbound HTTP/HTTPS Internet access to these domains and subdomains: replicated.com for license validation and release update checks docker.io for pulling containers from the Docker hub registry Installation also require following elements: DNS hostname where your instance of can be reached by your organization. Typically your hostname will look something like hiptest.yourcompany.com. SSL certificate matching the chosen DNS hostname. Either provide a PEM encoded certificate file and private key file, or use the provided self-signed certificate. The self-signed certificate is not recommended as browsers will display a security warning. SMTP server settings. This includes the type of authentication, the server name and credentials. License file (.rli) This license file will be provided by a representative prior to installation. If you need a license, please contact us at contact@hiptest.net. on-premises - Installation guide (1.5.5) 2019 Page 8 of 77

9 Easy Installation with Internet Access Install the on-premises solution 1. Create a server instance from a supported OS with the resources recommended above. 2. Open an SSH session and login into your new server. 3. Run the following command to download and install the application with an easy installation wizard: curl -ssl sudo bash If you are installing behind a proxy, modify the install commands to export http_proxy environment variable as below: export http_proxy= curl -ssl sudo -E bash You will be prompted for simple questions through out the installation process if it cannot guess the settings automatically. It will ask for the networking interface to use and the proxy settings. It will then start downloading and installing the administration console application. Then it asks for the service IP address and prompts you to go to the administration console web interface. Access the on-premises administration console Open a browser and navigate to the administration console at where <server_address> is the name or IP address of the newly created server. The browser will display a security warning because on-premises initially uses a self-signed certificate. Proceed past the HTTPS connection security warning. on-premises - Installation guide (1.5.5) 2019 Page 9 of 77

10 Provide a hostname and an SSL certificate On the presented screen, supply the hostname and a custom SSL certificate for the administration console. You can choose 'Use Self-Signed Cert' and use the generated self-signed certificate or select 'Upload and Continue' after supplying your own SSL certificate. The certificate and key files must be PEM encoded. Upload your license The license file (.rli) has been provided by a representative prior to installation. Once uploaded, the license will be validated. on-premises - Installation guide (1.5.5) 2019 Page 10 of 77

11 Secure the administration console After the license validation is complete, secure the administration console access using a local password, an LDAP user account, or anonymous access (insecure). Local password or LDAP user account is highly recommended. on-premises - Installation guide (1.5.5) 2019 Page 11 of 77

12 Preflight checks The installer will perform some checks to ensure that on-premises can be run on this server. Once completed, proceed to next screen by clicking 'Continue'. on-premises - Installation guide (1.5.5) 2019 Page 12 of 77

13 Configure your instance Fill in required settings parameters in the Settings panel. Provide the requested information requested and click "Save" to continue. Hostname You can use the same hostname and certificate as the administration console, or use a custom one. User Management This section allows to choose the type of user management: accounts managed by Crowd Single-Sign-On Account managed by The default account will be the first account created on. You will use this account the first time you login to. Next, from, you will be able to add other users. Account managed by Crowd By choosing this option, you activate the Single sign on with Crowd. To do so, you have to configure the Crowd server, create an app on Crowd and configure the Crowd server in the User Management section. on-premises - Installation guide (1.5.5) 2019 Page 13 of 77

14 Crowd should be able to connect with. You have to create an application on your Crowd server The application will need your Entreprise URL on-premises - Installation guide (1.5.5) 2019 Page 14 of 77

15 Server Settings This section allows to configure the server. If you skip this step, the users won't receive notifications and invitation by . on-premises - Installation guide (1.5.5) 2019 Page 15 of 77

16 Advanced settings If you check the box "Display internal settings", you will be able to modify the internal settings. You may only need to change them for troubleshooting. Be sure to know what you are doing. You can change: Frontend HTTP port Frontend HTTPS port Database port You can also disable SSL. By default, will always enforce SSL and https usage, but the SSL handling can be offloaded to your own SSL terminator proxy. The proxy must be in front of, handle the SSL connections and forward them to. To use this configuration, uncheck this setting so that only listens for connections on its frontend http port and does not listen on https port. In this case, be sure to have HTTP header "X- Forwarded-Proto: https" in forwarded HTTP requests. By default, binds http and https to all interfaces of the server. When adding a reverse proxy in front of, you might want to bind these ports on the docker0 interface so they can only be reached locally. Next, click "Save" to continue. on-premises - Installation guide (1.5.5) 2019 Page 16 of 77

17 Boot Once settings are saved, click "Start Now" to boot. You will be taken to the dashboard of the Management Interface while the instance boots up. While booting, containers must be downloaded and it can take some time to complete depending on your connection speed. Please be patient. on-premises - Installation guide (1.5.5) 2019 Page 17 of 77

18 Open Once the instance has finished booting, an "open" link will appear on the far left side. Click "open" to launch in a new browser window. on-premises - Installation guide (1.5.5) 2019 Page 18 of 77

19 Airgap Installation without Internet Access Prepare the environment Create a server instance from a supported OS with the resources recommended above. Install a supported version of Docker. Installing a supported version of Docker on a server that does not have any internet access is a simple process, but it can require you to install a few dependencies. Most airgapped environments will still have access to yum and apt, but they will be pointing to local mirrors. The supported Docker versions range from to We recommend that you use the latest version of Docker available in this range for your operating system. Locate and download the desired package of Docker from one of the official repositories: OS Repository location Highest Docker Version Supported CentOS 7 / RHEL 7 Ubuntu (precise) / (trusty) / (wily) / (xenial) Fedora 22 Debian 7 (Wheezy) / 8 (Jessie) Ubuntu (vivid) Fedora 21 CentOS 6 / RHEL 6 Ubuntu (utopic) tos/7/packages/ n/d/docker-engine/ ora/22/packages/ n/d/docker-engine/ n/d/docker-engine/ ora/21/packages/ tos/6/packages/ n/d/docker-engine/ Once the correct package has been downloaded and transferred to the airgapped machine you need to install it using one of the following commands: rpm: # CentOS/RHEL/Fedora $ sudo rpm -ivh <package_name>.rpm dpkg: # Ubuntu / Debian $ sudo dpkg --install <package_name>.deb Different versions of Docker require different dependencies that may have to be manually downloaded/transferred/installed to the airgapped machine. You will have to follow the same procedure for each one of those dependencies. Install Replicated on-premises is provided through Replicated technology. Replicated software must be downloaded and installed on the server. Download latest Replicated release from and run the following commands: tar xzvf replicated.tar.gz cat./install.sh sudo bash -s airgap Installer will ask if the machine requires a proxy to access the internet. You can safely ignore the question and press Enter. The installer will proceed and prompt you to visit the address We will download the airgap package first, and then go back to this URL to go on with installation. Download Airgap Package You have been provided a download link and a password to access airgap packages. Use the download link to access a password protected page. Enter the provided password to see a page listing releases. Choose the latest release and click its download icon to download it. Package size is around 1.5 GiB. Copy this package on your server, it will be needed in further steps. Access the on-premises administration console Open a browser and navigate to the administration console at where <server_address> is the name or IP address of the newly created server. The browser will display a security warning because on-premises initially uses a self-signed certificate. on-premises - Installation guide (1.5.5) 2019 Page 19 of 77

20 Proceed past the HTTPS connection security warning. on-premises - Installation guide (1.5.5) 2019 Page 20 of 77

21 Provide a hostname and an SSL certificate On the presented screen, supply the hostname and a custom SSL certificate for the administration console. You can choose 'Use Self-Signed Cert' and use the generated self-signed certificate or select 'Upload and Continue' after supplying your own SSL certificate. The certificate and key files must be PEM encoded. Use airgap package and upload your license On next screen, you are prompted to upload your license file. Once uploaded, the license will be validated and you will be able to choose between an online installation or an airgapped installation. The online installation is possible only if the server has access to the internet. The airgapped installer allows for offline installation of the app. An airgapped package archive is required for this installation type. Proceed with airgapped installation. on-premises - Installation guide (1.5.5) 2019 Page 21 of 77

22 You will be prompted to specify the absolute path to the airgap package you saved on this server earlier. The airgap package must end with.airgap extension. Supply the requested information and click 'Continue'. The airgap package will be extracted and validated. on-premises - Installation guide (1.5.5) 2019 Page 22 of 77

23 Secure the administration console After the airgap package validation completes, secure the administration console access using a local password, an LDAP user account, or anonymous access (insecure). Local password or LDAP user account is highly recommended. on-premises - Installation guide (1.5.5) 2019 Page 23 of 77

24 Preflight checks The installer will perform some checks to ensure that on-premises can be run on this server. Once completed, proceed to next screen by clicking 'Continue'. on-premises - Installation guide (1.5.5) 2019 Page 24 of 77

25 Configure your instance Fill in required settings parameters in the Settings panel. Provide the requested information requested and click "Save" to continue. Hostname You can use the same hostname and certificate as the administration console, or use a custom one. Provide the requested information requested and click "Save" to continue. User Management users can be created and managed inside, or outside by using Atlassian Crowd. Account managed by If you choose to manage users with, a primary user must be created. This is the default user. You will use this account the first time you login to, and use it to invite other people to join. The and password you provide will be used to created this primary user. Once the primary user has been created, modifying the or password from the Settings tab will not have any effect. Account managed by Crowd By choosing this option, you activate the Single sign on with Crowd. To do so, you have to configure the Crowd server, create an app on Crowd, and configure the Crowd server settings in using the credentials you submitted to Crowd. on-premises - Installation guide (1.5.5) 2019 Page 25 of 77

26 To enable to connect to Crowd, you have to create an application on your Crowd server Crowd will need your Entreprise URL. on-premises - Installation guide (1.5.5) 2019 Page 26 of 77

27 Server Settings This section allows to configure the server. If you skip this step, the users won't receive notifications and invitation by . on-premises - Installation guide (1.5.5) 2019 Page 27 of 77

28 Advanced settings If you check the box "Display internal settings", you will be able to modify the internal settings. You may only need to change them for troubleshooting. Be sure to know what you are doing. You can change: Frontend HTTP port Frontend HTTPS port Database port You can also disable SSL. By default, will always enforce SSL and https usage, but the SSL handling can be offloaded to your own SSL terminator proxy. The proxy must be in front of, handle the SSL connections and forward them to. To use this configuration, uncheck this setting so that only listens for connections on its frontend http port and does not listen on https port. In this case, be sure to have HTTP header "X- Forwarded-Proto: https" in forwarded HTTP requests. By default, binds http and https to all interfaces of the server. When adding a reverse proxy in front of, you might want to bind these ports on the docker0 interface so they can only be reached locally. on-premises - Installation guide (1.5.5) 2019 Page 28 of 77

29 Boot Once settings are saved, click "Start Now" to boot. You will be taken to the dashboard of the Management Interface while the instance boots up. Note that features to check for updates or to synchronize license are inoperant as this is an airgap installation. on-premises - Installation guide (1.5.5) 2019 Page 29 of 77

30 Open Once the instance has finished booting, an "open" link will appear on the far left side. Click "open" to launch in a new browser window. on-premises - Installation guide (1.5.5) 2019 Page 30 of 77

31 Automated installation Configure Replicated automatically During installation, Replicated will create a config file in /etc/replicated.conf. If this file exists, the installer will not overwrite it. To configure Replicated, create this file using any or all of the following options: /etc/replicated.conf { "BypassPreflightChecks": true, "DaemonAuthenticationType": "password", "DaemonAuthenticationPassword": "this-is-a-secret", "ImportSettingsFrom": "/tmp/settings.conf", "LicenseFileLocation": "/tmp/license.rli", // Required if is an airgap install "LicenseBootstrapAirgapPackagePath": "/tmp/bundle.airgap", "LicenseBootstrapChannelID": "4331c5fa27ad e1bd234ded", // End "LogLevel": "debug", // Pins the application to a particular release if needed "ReleaseSequence": 123, // End "TlsBootstrapType": "server-path", "TlsBootstrapHostname": "hiptest.company.com", "TlsBootstrapCert": "/etc/server.crt", "TlsBootstrapKey": "/etc/server.key" } You can find more about Replicated settings on the following page Configure settings automatically You can configure required options automatically by setting the ImportSettingsFrom field in /etc/replicated.conf /tmp/settings.conf on-premises - Installation guide (1.5.5) 2019 Page 31 of 77

32 { } "bind_to_docker0": { "value": "0" }, "configurable_global_values_visible": { "value": "1" }, "db_location": { "value": "db_location_is_embedded" }, "default_account_ ": { "value": "user@company.com" }, "default_account_password": { "value": "this-is-a-secret" }, "external_mongodb_database_name": {}, "external_mongodb_password": {}, "external_mongodb_port": {}, "external_mongodb_url": {}, "external_mongodb_username": {}, "external_postgresql_db_name": {}, "external_postgresql_hostname": {}, "external_postgresql_password": {}, "external_postgresql_port": { "value": "5432" }, "external_postgresql_username": {}, "frontend_http_port": { "value": "80" }, "frontend_https_port": { "value": "443" }, "hostname": { "value": "hiptest.company.com" }, "jenkins_root_certificate": {}, "jira_root_certificate": {}, "mongodb_db_location": { "value": "mongodb_db_location_is_embedded" }, "override_embedded_db_port": { "value": "0" }, "postgresql_port": { "value": "5432" }, "rails_secret_key_base": { "value": "2c86eaa727d200ec2331cefdfcb592d1885cee29529b783115cdd39fbcc310ce2bcf686f73e625e03303ba aca bbc91f3ba }, "smtp_auth_type": { "value": "CRAM-MD5" }, "smtp_from_address": { "value": "hiptest@company.com" }, "smtp_host_address_and_port": { "value": "smtp.company.com:587" }, "smtp_password": { "value": "this-is-a-secret" }, "smtp_starttls": { "value": "1" }, "smtp_username": { "value": "hiptest" }, "ssl_cert_file": {}, "ssl_certificates": { "value": "ssl_certificates_use_same" }, "ssl_enabled": { "value": "1" }, "ssl_key_file": {}, "stmp_configuration_visible": { "value": "1" }, "terms_and_conditions_agreed": { "value": "1" } Setting Acceptable Values Description bind_to_docker0 "0" or "1" Bind frontend ports to docker0 interface db_location "db_location_is_embedded" or "db_location_is_external" Use embedded database or an external one default_account_ administrator The organization administrator default_account_password administrator password The organization administrator password external_mongodb_database_name String MongoDB database name on-premises - Installation guide (1.5.5) 2019 Page 32 of 77

33 external_mongodb_password String MongoDB database password external_mongodb_port String MongoDB database port number external_mongodb_url String MongoDB database hostname external_mongodb_username String MongoDB database username external_postgresql_db_name String PostgreSQL database name external_postgresql_hostname String PostgreSQL database hostname external_postgresql_password String PostgreSQL database password external_postgresql_port String PostgreSQL database port external_postgresql_username String PostgreSQL database username frontend_http_port String default to "80" frontend_https_port hostname mongodb_db_location String String override_embedded_db_port "0" or "1" postgresql_port rails_secret_key_base "mongodb_db_location_is_embedded" or "mongodb_db_location_is_external" String String The port used by to serve HTTP requests. Defaults to 80. Change it if it conflicts with other services installed on the server. The port used by to serve HTTPS requests using SSL. Defaults to 443. Change it if it conflicts with other services installed on the server. Configure how users will access. A proper domain name with the corresponding SSL certificate gives the best experience. Choose if you want to use an embedded database or an external one Change embedded PostreSQL database exposed port PostgreSQL Database port (only apply if override_embedded_db_port == "1") Must be a 128 hexadecimal characters string. You can generate one with the command openssl rand -hex 64. smtp_auth_type None or CRAM-MD5 or Login or Plain SMTP Authentication Type smtp_from_address Setting Acceptable Values Description String smtp_password String smtp password that will use to send outgoing s smtp_starttls "0" or "1" Whether use starttls or not smtp_username String smtp username ssl_enabled "0" or "1" Whether enable ssl or not terms_and_conditions_agreed "0" or "1" Agree to Terms and Conditions. Application will not start if the value is not set to "1" Generate settings from an existing installation You can generate the settings from an existing application by using the following commands: Get the app id replicated apps then export the settings: replicated app <app_id> settings on-premises - Installation guide (1.5.5) 2019 Page 33 of 77

34 Licensing The license for on-premises usage is automatically synchronized online on a regular basis. This is set to synchronize every 10 hours by default. This can be changed in the console settings: View License information You can view license information from the cog menu, under the "View License" menu item. The license defines the maximum number of users you can have on, and also the period of validity of the license. When the license expires, the service stops and can not be restarted. The administration console is still available. After a payment, the license gets updated and you can start again. Synchronizing license with Internet access To update your license information immediately, you can click the "Sync License" button. It will connect to our backend and retrieve the license information defined for you. A message is displayed once the license is updated. Synchronizing license without Internet access (airgap) on-premises - Installation guide (1.5.5) 2019 Page 34 of 77

35 In airgap mode, accessing Internet is not allowed and the updated license can not be fetched from our servers. In this situation, the license is sent to the customer after payment and has to be copied on the Enterprise server on a special location. When triggering the license synchronization, the license file is read to update licensing information. Here are the detailed steps: 1. Download the license file and copy it to your server on a known location. 2. From the administration console, open the Console Settings from the cog menu 3. In the Airgapped Settings section, set the "License File" field to the path where the license file was copied On the screenshot above, the license file is configured to read /home/cbliard/downloads/hiptest-stable-airgap-dev-lab.rli. 5. Once the license file path is set, save your changes using the button at the bottom of the page. 6. From the cog menu, select "View License" 7. Click the "Sync License" button to update your license. The license file specified earlier in the airgapped settings is read to update your Enterprise license information. A message is displayed once the license information is updated. on-premises - Installation guide (1.5.5) 2019 Page 35 of 77

36 Configuration SSL certificates SSL certificates are used to secure the connection when accessing to the administration console or the application. Browser warning about SSL certificates In the case of web http servers, SSL Certificates are small data files that binds a cryptographic key to one or multiple hostnames. It enables the use of the https protocol and allow secure connections. These certificates are signed by a certificate authority (CA) that guarantees the link between the issued certificate, the owner of the certificate and the hostname. Each CA has its own certificate which can be signed by another CA certificate. The top-most CA is cald the Root CA. The certificate of a Root CA is self-signed. All browsers have a list of trusted certificate authorities and they will trust the information contained in any certificate issued by these trusted certificate authorities. In the case of self-signed certificates, there is no CA to be trusted, so the browser displays a warning because it can't trust the connection. Also if the hostname from the certificate does not match the hostname the browser is connecting to, the browser will display a warning too. So to prevent browser warnings, you must use a certificate issued by a certificate authority trusted by your browser and having a hostname that matches your server hostname. Certificates during installation At installation, a local certificate authority is created and a certificate signed by this authority is issued. This self-signed certificate is valid for the public IP address prompted on the console during installation. Then this certificate is used on the first web console page: On this screen, you can choose to use your own certificate or generate a self- signed one. The hostname must be entered and must resolve to the same IP address you are using to access the administration console. This hostname must also be routable on your network. If you click "Use Self-Signed Cert", then a new certificate will be issued from the local certificate authority with the given hostname and the browser page will be refreshed to use this new certificate. Note: if your use the IP address as hostname, then no new certificate will be issued. You can also provide your own certificate and key pair. They can be uploaded to the server or you can specify the full path if they are already stored on the server. In any case, the CN of the uploaded certificate must match the hostname specified. Click "Upload & Continue" button and the browser page will be refreshed to use the provided certificate. Certificates and private keys format on-premises - Installation guide (1.5.5) 2019 Page 36 of 77

37 The format used must be PEM. This is a Base64-encoded structure starting and ending with a header, like so: -----BEGIN CERTIFICATE----- MIIFmzCCA4OgAwIBAgIJAMprPVN0fZbHMA0GCSqGSIb3DQEBCwUAMGQxCzAJBgNV BAYTAkZSMQ8wDQYDVQQIDAZGcmFuY2UxETAPBgNVBAcMCEJlc2FuY29uMRAwDgYD [...] +89xL5jL/WctokA9TLqQlrr68U2erk6PYZMFnDI+CqKEPp9CChHxIA6yrTo3Fwo2 r2wnbstgrqnqk5fnt7plaaeech8fke41klrntufgho35ys4msfdztqw87+7vkhy= -----END CERTIFICATE----- The header is -----BEGIN CERTIFICATE----- for a certificate, and -----BEGIN PRIVATE KEY----- for a private key. The certificate file should also contain the CA certificate chain used to sign the certificate. The server certificate should come first, followed by the issuing CA certificate until the last certificate issued by a Root CA. The private key file must not be protected with a passphrase. A passphrase would prevent the web server to load it. Modify the certificate of the administration console The certificate used when accessing the administration console can be changed in the console settings, in "TLS Key & Cert" section. Three options are proposed: "Self-signed (generated)", "Server path", "Upload files" The certificate Common Name (CN) must match the value of the "Management Console Hostname" parameter. Self-signed (generated) Select this option to let the system generate a certificate using its local Certificate Authority. The issued certificate will be self-signed and browsers will display a warning when connecting. This is a good choice for testing a setup without bothering with certificate generation. Server path Select this option if the key and certificate is already stored on the server. Enter the absolute path to get them on the server. Upload files Select this option to upload the certificate and the key to the server. Save Click save button to confirm your choice and start using the certificate. You may neeed to reload your browser. Modify the certificate of the application When accessing the application, you can choose to use the same certificate for both the hiptest app and the administration console, or use separate certificates and hostname. This can be set in the Settings tab of the administration console on-premises - Installation guide (1.5.5) 2019 Page 37 of 77

38 Use same certificate as the console When selecting "Use same certificate/key as admin console" then the certificate used to access the console will be used to access too. That means that the hostname and the console administration hostname must be the same, or the certificate must handle both hostnames if they are different. This is the default setting after a installation. Use custom certificate If you choose to use different certificates for both and the administration console, you should use separate hostnames. Then upload the certificate file and the private key file and click "Verify TLS settings" button to ensure the uploaded files are valid and that they match the hostname. Valid: Invalid because the hostname does not match: Once the certificate is valid, press "Save" button at the bottom of the page to apply changes and restart and use the given certificate. on-premises - Installation guide (1.5.5) 2019 Page 38 of 77

39 Linking JIRA to Enterprise If using the add-on with your JIRA server installation, you will have to configure it to contact your Enterprise instance instead of JIRA Server In the Jira administation menu, select Add-ons and select plugin for JIRA on the Manage add-ons page. Click on the Configure button: Enter the URL of your server and save: You're now ready to use JIRA server with your on-premises server. JIRA Cloud In order to install the Add-on, your on-premises instance needs to be accessible from the Internet, so that JIRA Cloud servers can access it. In the Jira administation menu, select Add-ons and click on the Upload add-on link on-premises - Installation guide (1.5.5) 2019 Page 39 of 77

40 Fill the From this URL field with and click on Upload button. For instance, if your Enterprise domain is hiptest.example.com, then the add-on URL must be You re now ready to use JIRA Cloud with your on-premises server. Make JIRA accept self-signed certificate You can find detailed information about JIRA connecting to through SSL in JIRA documentation in the "Connecting to SSL services" chapter located at Meanwhile, the information provided in this section should be enough to get your JIRA instance connect to. When using default certificate or your own self-signed certificate, JIRA won't trust it and will refuse to connect to with the following error: javax.net.ssl.sslhandshakeexception When checking SSL certificate validity, JIRA checks if it has been signed by a Certificate Authority (CA) that it trusts. The list of trusted Certificate Authorities is stored in the Java truststore. The location of this file vary accross systems. It should be located at "JAVA_HOME/lib/security/cacerts". This location can be overriden with the java property "javax.net.ssl.truststore". Popular CA certificates like Verisign, Equifax, Thawte, etc. are already stored in it. You can run keytool -list -keystore /etc/ssl/certs/java/cacerts -storepass changeit to see them all. To make JIRA accept the SSL certificate used by, this certificate (or the certificate of its Certificate Authority) has to be added to Java trustore. on-premises - Installation guide (1.5.5) 2019 Page 40 of 77

41 If you are using the default certificate generated at installation, the CA certificate to import is located at /var/lib/replicated/secrets/ca.crt. This file is the CA certificate that has been used to issue the server certificate used by. If you are using your own self-signed certificate, the certificate to import is the certificate itself. If you are using a certificate issued by your own Public Key Infrastructure, the certificate to import is the one used to sign the server certificate. If you are using a certificate issued by a recognized Certificate Authority, everything should be alright. Here are the steps to import the certificate into Java trustore: 1. Copy the certificate file to your JIRA server in a known location, like /tmp/hiptest.crt. 2. From the JIRA server, import the CA certificate into the Java truststore using the following command: sudo keytool -import -keystore /etc/ssl/certs/java/cacerts -alias hiptest -storepass changeit -file /tmp/hiptest.crt This will add the certificate to the list of certificates trusted by Java and JIRA. 3. Try again and this time, this should work correctly. To ensure that you added the certificate to the right keystore, check the value of JAVA_HOME. It can be found via the java.home property under Administration > System Settings from JIRA. Then the keystore will be located in <JAVA_HOME>/jre/lib/security/cacerts. Configuring database uses a PostgreSQL database to store its data. This database is embedded into the on-premises solution as a Docker container. For performance, scalability and maintainability reasons, you may want to use a third-party database service like Amazon RDS. This can be configured in the settings tab. Embedded database Using embedded database is the default. The database is exposed on port This can be changed if it conflicts with other ports. External database When using an external database, you totally own the database instance. You are in charge of its maintenance and backup. The snapshots taken from the administration dashboard will not include any database data. The database must be PostgreSQL 9.3.x. Enter the connection settings and save to use the external database. on-premises - Installation guide (1.5.5) 2019 Page 41 of 77

42 Migrating data from embedded database to external database It is possible to migrate data from the embedded database to the external database. The process is to save the embedded database in a dump file, switch to the external database and restore the dump file to the external database. Here are the steps: 1. Ensure you are using the embedded database From the administration console, go to settings page and ensure that you are using the embedded database. If it is already in use, you have nothing to do and you can jump to step 2. If you are not using it yet, select "Use embedded database" and apply changes by clicking the "Save" button. The app will restart and use the embedded database. 2. Create a dump of the database Run the following commands on the server: source /etc/replicated.alias replicated admin backup-postgres-db This will dump the embedded database data and save it at /var/lib/hiptest/db_backups/db.dump. 3. Switch to the external database From the administration console, go to settings page and choose to use the external database. Enter your database hostname, port and credentials. Apply changes. The app will restart and use the external database. 4. Restore the dump of the database Warning: be 100% sure you have switched to the external database! Once the application is fully started, run the following commands on the server: source /etc/replicated.alias replicated admin restore-postgres-db This will read /var/lib/hiptest/db_backups/db.dump and restore it to the external database. 5. Restart the application Restoring database implies interrupting some database connections and some containers must be restarted after this interruption. From the dashboard, click "Stop Now", and once it's fully stopped, click "Start Now". The migration of data from embedded database to external database is complete. on-premises - Installation guide (1.5.5) 2019 Page 42 of 77

43 Operations Restarting on-premises To restart the service, you have to restart all Replicated services on the server. The replicated services depend on the version installed: For Replicated 1.2, services are replicated, replicated-agent and replicated-ui. For Replicated 2.x services are replicated, replicated-operator and replicated-ui. N.B: For RHEL based distributions, this guide will assume you are using systemd as the default init system The supported init systems are: systemd, upstart and sysvinit. To find out wich init system is used by Replicated services, you can use the following script if [[ "`/sbin/init --version 2>/dev/null`" =~ upstart ]]; then INIT_SYSTEM=upstart echo >&2 "upstart will be used as the init system" elif [[ "`systemctl 2>/dev/null`" =~ -\.mount ]]; then INIT_SYSTEM=systemd echo >&2 "systemd will be used as the init system" elif [ -f /etc/init.d/cron ] && [! -h /etc/init.d/cron ]; then INIT_SYSTEM=sysvinit echo >&2 "sysvinit will be used as the init system" else echo >&2 "Error: failed to detect init system or unsupported." fi And here are the commands to use depending on the init system For systemd systemctl restart replicated replicated-agent replicated-ui # or replicated-operator depending on replicated version For upstart restart replicated restart replicated-agent # or replicated-operator depending on replicated version restart replicated-ui For sysvinit service replicated restart service replicated-agent restart # or replicated-operator depending on replicated version service replicated-ui restart Stopping, starting and getting status To stop, start or getting status of the services, use start, stop or status command in place of the restart command. For example, to stop the replicated service on RedHat Enterprise Linux: systemctl stop replicated Updating server IP address for Replicated 1.2 When the IP address of the host changes, the replicated services are a little lost because they still rely on the previous IP address to contact each other. Here is a summary of the steps to perform. They will be detailed in next sections. 1. Stop all replicated services 2. Change IP address in config files 3. Regenerate replicated certificate information 4. Start replicated service 5. Copy replicated certificate to replicated-agent 6. Start replicated-agent service 7. Start replicated-ui service on-premises - Installation guide (1.5.5) 2019 Page 43 of 77

44 8. Check that IP address changed in web administration console 9. Update IP address of service in settings These instructions are valid for a Replicated 1.2 installation. All commands must be run as root user. During all the process you can check the last lines of replicated services log files located in the /var/log/replicated/ directory. 1. Stop all replicated services For Debian/Ubuntu service replicated stop service replicated-agent stop service replicated-ui stop For CentOS/RedHat Enterprise Linux/Fedora systemctl stop replicated replicated-agent replicated-ui Then ensure that services are fully stopped: ps -ef grep replicated This should yield no results. 2. Change IP address in config files The IP address is stored in 3 different places: /etc/replicated.conf /etc/replicated-agent.conf /etc/replicated-agent/autoconfig.conf It must be updated in all files. To edit the files, you can use the nano command: nano /etc/replicated.conf nano /etc/replicated-agent.conf nano /etc/replicated-agent/autoconfig.conf Here is how the files should look like if the IP address was : /etc/replicated.conf { } "LocalAddress": " ", "ReleaseChannel": "stable" /etc/replicated-agent.conf { } "BootstrapInstallsDocker": false, "ConfigDir": "/etc/replicated-agent", "DataDirectory": "/etc/replicated-agent", "HostId": "c b44ed2b427f99410d6ba17", "LocalAddress": " ", "ReplicatedHostCert": "/etc/replicated-agent/host.crt", "ReplicatedHostKey": "/etc/replicated-agent/host.key", "ReplicatedTlsCertPath": "/etc/replicated-agent/ca.crt" /etc/replicated-agent/autoconfig.conf {"ReplicatedDaemonIp":" ","EventsourcePort":"9875","PatchServerPort":"9873","RegistryPort":"9874","...":"..."} on-premises - Installation guide (1.5.5) 2019 Page 44 of 77

45 3. Regenerate replicated certificate information Replicated stores certificate information in /var/lib/replicated/secrets directory. It contains the certificates and keys used for SSL communications. As these certificates have been generated for the old IP address, this information is obsolete. We will move this directory to another place to get them regenerated by replicated. Enter the following command: mv /var/lib/replicated/secrets/ /var/lib/replicated/secrets.bak/ We could delete the directory, but it's safer to move it to another place to achieve the same goal. 4. Start replicated service We only start the replicated service. This will regenerate new certificates and keys in the /var/lib/replicated/secrets directory. replicated-agent and replicated-ui will be started later. For Debian/Ubuntu service replicated start For CentOS/RedHat Enterprise Linux/Fedora systemctl start replicated 5. Copy replicated certificate to replicated-agent Now that the certificates have been regenerated, they must be copied to the replicated-agent config files using the following commands: cp /var/lib/replicated/secrets/ca.crt /etc/replicated-agent/ca.crt cp /var/lib/replicated/secrets/*.host.crt /etc/replicated-agent/host.crt cp /var/lib/replicated/secrets/*.host.key /etc/replicated-agent/host.key 6. Start replicated-agent service For Debian/Ubuntu service replicated-agent start For CentOS/RedHat Enterprise Linux/Fedora systemctl start replicated-agent 7. Start replicated-ui service For Debian/Ubuntu service replicated-ui start For CentOS/RedHat Enterprise Linux/Fedora systemctl start replicated-ui 8. Check that IP address changed in web administration console Now that all replicated services are up and running, you can go to the web administration console to check that the IP address has been updated. 2 places must be checked. First one is the console settings, from the cog menu. on-premises - Installation guide (1.5.5) 2019 Page 45 of 77

46 Second one is in the Hosts page. If the IP address did not update automatically, carefully review the performed steps to ensure they all have been performed. If it still not updates, grab the support bundle and send it to We'll help you fix it. 9. Update IP address of service in settings In the web console, go to the Setting page. From there, update the hostname to match your IP address. Of course, you do not need to modify it if you are using a hostname to access the service (like hiptest.mycompany.com). on-premises - Installation guide (1.5.5) 2019 Page 46 of 77

47 Updating server IP address for Replicated 2.x If you need to update the server IP address you will need to manually edit Replicated config files. 1. Stop all replicated services 2. Change IP address in config files 3. Start all replicated services 4. Check that IP address changed in web administration console 5. Update IP address of service in settings 1. Stop all replicated services For Debian/Ubuntu service replicated stop service replicated-operator stop service replicated-ui stop For CentOS/RedHat Enterprise Linux/Fedora systemctl stop replicated replicated-operator replicated-ui Then ensure that services are fully stopped: docker ps grep replicated This should yield no results, except replicated-statsd and replicated-premkit. 2. Change IP address in config files The IP address is stored in 2 different places: /etc/default/replicated /etc/default/replicated-operator It must be updated in all files. To edit the files, you can use the nano command: nano /etc/default/replicated nano /etc/default/replicated-operator Here is how the files should look like if the IP address was : /etc/default/replicated RELEASE_CHANNEL=stable PRIVATE_ADDRESS= SKIP_OPERATOR_INSTALL=0 REPLICATED_OPTS="-e LOG_LEVEL=info -e DAEMON_TOKEN=Wu39SFBBo0Qn5GD5iMdVRPhs7EsMZWdc -e NODENAME=tom" /etc/replicated-agent.conf RELEASE_CHANNEL=stable DAEMON_ENDPOINT=[ ]:9879 DAEMON_TOKEN=Wu39SFBBo0Qn5GD5iMdVRPhs7EsMZWdc DAEMON_HOST=[ ] PRIVATE_ADDRESS= REPLICATED_OPERATOR_OPTS="-e LOG_LEVEL=info -e PUBLIC_ADDRESS= e TAGS=local -e NODENAME=tom" 3. Start all replicated services For Debian/Ubuntu on-premises - Installation guide (1.5.5) 2019 Page 47 of 77

48 service replicated start service replicated-operator start service replicated-ui start For CentOS/RedHat Enterprise Linux/Fedora systemctl start replicated replicated-operator replicated-ui 4. Check that IP address changed in web administration console Now that all replicated services are up and running, you can go to the web administration console to check that the IP address has been updated on the Cluster page If the IP address did not update automatically, carefully review the performed steps to ensure they all have been performed. If it still not updates, grab the support bundle and send it to We'll help you fix it. 5. Update IP address of service in settings In the web console, go to the Setting page. From there, update the hostname to match your IP address. Of course, you do not need to modify it if you are using a hostname to access the service (like hiptest.mycompany.com). Update HTTP Proxy / set HTTP Proxy after install on-premises - Installation guide (1.5.5) 2019 Page 48 of 77

49 There are several files that need to be modified, depending on the service manager. Upstart Update the file /etc/default/docker with updated http_proxy environment variable. Update the file /etc/default/replicated with updated HTTP_PROXY variable. Restart docker restart docker Systemd Follow instructions here Update the file /etc/sysconfig/replicated with updated HTTP_PROXY variable. Restart docker systemctl restart docker on-premises - Installation guide (1.5.5) 2019 Page 49 of 77

50 Upgrade Enterprise is composed of two parts: the application and the technology to provide the application as an installable package. Both can be upgraded independently. Upgrading Replicated Replicated is the technology making it possible to ship Enterprise as a package easy to install and administer. Key features include one-click updates, audit logging, snapshot and restore utilities, friendly interface and so on. Which Replicated version do I use? To know your replicated version: 1. Go to the Support section from the administration console. 2. The Replicated version is the first number. On the screenshot, it is Upgrade from Replicated v1.2 to Replicated 2.x Replicated 2.x offers more options and control, especially the snapshotting feature which enables backup & restore. Before upgrading to 2.x, you should make a backup of your files using the following commands as root user: mkdir -p /backup docker run --rm --volume /backup:/backup --link $(docker ps grep postgres awk '{print $NF}'):postgres postgres:9.3 bash -c '\ echo "postgres:5432:*:hiptest:$postgres_env_postgres_password" > $HOME/.pgpass ; \ chmod 0600 $HOME/.pgpass ; \ exec pg_dump --format=custom --username $POSTGRES_ENV_POSTGRES_USER --host postgres hiptest > /backup/db.dump' tar czf /backup/attachments.tar.gz /var/lib/hiptest/shared/attachments Copy the files from the /backup directory in a safe place before continuing, in the case where the upgrade would fail. Replicated provides a one line migration script to upgrade your v1 installation to v2. The script will first stop your app and backup all Replicated internal data in case there is a need for a restore. To invoke the migration script all you have to do is run the script below and follow the prompts. curl -ssl sudo bash Upgrade to latest Replicated v2.x Upgrading is done by running the same commands used during initial installation. Replicated can be upgraded without any downtime. on-premises - Installation guide (1.5.5) 2019 Page 50 of 77

51 Online version To upgrade all Replicated components to their latest release, run the installation script command again: curl -ssl sudo bash This will download the latests Replicated binaries, install them and restart Replicated while keeping up. Airgap version Replicated can be upgraded by downloading the latest release from and running the following commands: tar xzvf replicated.tar.gz cat./install.sh sudo bash -s airgap This will unpack the latests Replicated binaries, install them and restart Replicated while keeping up. Upgrading application Upgrading the application is done from the administration console dashboard. Note that during upgrade, will not be available to users until the upgrade completes. Upgrading to latest application version From the dashboard, the current version of is displayed. You can check for new versions by clicking on the "Check Now" button. If an update is available, the following message will be displayed: Click on the "View Update" button to go to the release history screen. on-premises - Installation guide (1.5.5) 2019 Page 51 of 77

52 On this screen, you can see all available versions and their related release notes. Click on "Install Update" button to perform the upgrade to the latest software. Note that during upgrade, the service is down until it finishes. Now on the dashboard, you should see the service is up and running. Congratulations, you have just upgraded! on-premises - Installation guide (1.5.5) 2019 Page 52 of 77

53 Airgap Upgrade Upgrading requires to download the new airgap package, to copy it onto the server and to run the upgrade from the administration console. Note that during upgrade, will not be available to users until the upgrade completes. Download the airgap package Use the airgap download link provided by. A password is prompted: Use the password that provided you to access the list of available releases. Download the desired airgap package. The top one is the most recent release. Click on the "Download" button to reveal the download link. If you are downloading from the command line using curl or wget, it is important that the downloaded filename has a name ending with.airgap extension. Filenames without the.airgap extension won't be seen. Here are the commands to be used: # with curl curl --remote-name --remote-header-name <download-link> # with wget wget --content-disposition <download-link> Copy the airgap package onto the server Copy the airgap package to a location on your server. Using the same path you used for the installation is fine. The filename must end with the.airgap extension. on-premises - Installation guide (1.5.5) 2019 Page 53 of 77

54 Set the path to the airgap package From the web administration console, go to the console settings using the cog menu in the top bar The "Airgap Settings" section defines the "Update Path" where the airgap packages should be searched for. Ensure that this settings matches the path where you copied the airgap package you want to install. Note that you can also update the license file from this section. Perform the upgrade From the dashboard, there is a button to check for updates. Click the "Check Now" button to search for new airgap packages from the "Update Path" configured before. When a more recent airgap package is found, the following popup is displayed: Click on the "View Update" button to go to the release history screen. on-premises - Installation guide (1.5.5) 2019 Page 54 of 77

55 If the update does not show up, it may mean that the file is not at the right place, or that it does not end with.airgap, or that it was corrupted during transfer. From there, you see the available releases, one per airgap package file in the Update Path. You can review the release notes and install any newer release. Click on "Install Update" button to perform the upgrade. It will extract the new images, install them and restart. Note that during upgrade, the service is down until it finishes. Now on the dashboard, you should see the service is up and running. Congratulations, you have just upgraded! on-premises - Installation guide (1.5.5) 2019 Page 55 of 77

56 Backup & Restore Backup The administration console has the ability to take snapshots of your on-premises installation. This feature is available since onpremises version The snapshot feature is for server migration or disaster recovery purposes. If you are using an external database, the snapshot will not include any data from it. You can configure snapshots from the console settings: Backup strategy The backup strategy can be configured to be Local, S3 or SFTP: Local: snapshots are created on local disk. The default location is: /var/lib/replicated/snapshots. This is the slowest option and should not be used in production. Slowest because under the hood it runs a docker container to copy each single file which adds significant overhead. It can also be risky to store all data on the same disk as an hardware failure would cause data and backups to be lost altogether. It would be safer to store the backups on a different physical host or SAN. If you really have no other other option than storing locally, you should prefer using SFTP pointing to localhost as it will be 3 to 10 times faster. S3: snapshots are created on AWS S3, Amazon Web Services Simple Storage Service. You need to provide the bucket name and region, and proper credentials. SFTP: snapshots are created on a remote host, which it connects to using SSH. SFTP stands for SSH File Transfer Protocol. You need to provide the snapshots destination folder on the remote host, the remote server host name. SSH key- based authentication is used to connect to the remote host without prompting for a password. So it needs the username which will be used for the connection, and the private key in PEM format. The private key must not be protected by a passphrase and the public key must be in the.ssh/authorized_keys file on the remote host with appropriate permissions. Please refer to ssh manual to set up key authentication correctly. For a production server, use either S3 or SFTP. Local should be used for testing only as it is slower and more risky in the case of an hardware failure. Automatic snapshots You can configure automatic snapshots from the console settings to make regular backups: on-premises - Installation guide (1.5.5) 2019 Page 56 of 77

57 1. Select how many snapshots to keep. 3 snapshots are kept by default. 2. Snapshot timeout is the maximum duration of the backup process. After this duration, the snapshot is cancelled and considered failed time given. 30 minutes should be enough. 3. Configure the frequency of automatic snapshots and the time at which the snapshot is created. Starting a snapshot At any moment you can take a snapshot of. To do so, click on the "Start Snapshot" button from the dashboard. The process takes a couple of minutes to complete. List snapshots You can list your snapshots from the cog menu: From there, you can see all snapshots along with their applicative version and the creation date. Restore To restore you need to create a fresh install of replicated which you can find instructions for at first chapter. Before running the web console at place a copy of the full snapshot directory on the host. Proceed through the https setup screen and on the upload your license page on-premises - Installation guide (1.5.5) 2019 Page 57 of 77

58 click the 'restore from a snapshot' link. You will be redirected to this screen: 1. Enter the path on the host where you have copied the snapshots folder, 2. Click "Browse snapshots", 3. Locate the latest version you would like to backup from and click the "Restore" button. You will be given options to download the restored volumes. Click "Restore" button to continue. Once volumes have been restored, you will be redirected to the cluster screen: on-premises - Installation guide (1.5.5) 2019 Page 58 of 77

59 The restore is not completed yet. Data is in the volumes, it need to be transferred to the database servers. needs to be started. Start from the dashboard: There are commands to run manually from the host. They are different depending on wether you use embedded or external database servers. If you are using the embedded database servers (the default) open a terminal on the host and enter the following commands to restore all database servers and reindex documents: source /etc/replicated.alias replicated admin restore-postgres-db replicated admin restore-mongo-db replicated admin restore-elasticsearch-db Here is a sample of the output you will get: If you are using external database servers, restore your data from backups you made (if needed), open a terminal and enter the following commands to reindex documents: source /etc/replicated.alias replicated admin restore-elasticsearch-db on-premises - Installation guide (1.5.5) 2019 Page 59 of 77

60 During the database restore, active database connections have been interrupted. That's why the dashboard may indicate that some containers have stopped unexpectedly. Click "Start Now" to restart. The restore is now complete. Migrating from Cloud It is possible to migrate all your data from Cloud to a on-premises installation. Importing data from Cloud overwrites all existing data of an on-premises installation, so it is really meant to be used on first installation. If you are interested, contact support@hiptest.net so we can send you an archive containing your cloud data. The archive data we send you contains a partial database dump and your attachments. Extract it at the root of your server and then delete it: cd / sudo tar xzf /tmp/cloud_data.tar.gz shred /tmp/cloud_data.tar.gz Then you will need to perform the same steps as if you were restoring from a backup. Open a terminal on the host and enter the following commands: source /etc/replicated.alias replicated admin restore-postgres-db replicated admin restore-elasticsearch-db Here is a sample of the output you will get: During the database restore, active database connections have been interrupted. That's why the dashboard indicates that some containers have stopped unexpectedly. Click "Start Now" to restart. The migration is now complete. You can log in to using the same credentials you had on the Cloud version. In the administration console settings, you should set the username of the person in charge of on-premises in your organization. This user's will be displayed on the landing page so that new users know which person to reach if they want an account. on-premises - Installation guide (1.5.5) 2019 Page 60 of 77

HipTest on-premises - Installation guide

HipTest on-premises - Installation guide HipTest on-premises - Installation guide Owner: HipTest Version: 1.6.0 Released: 2019-02-18 Author: HipTest Contributors: Module: HipTest enterprise ID: Link: Summary This guide details the installation

More information

Hiptest on-premises - Installation guide

Hiptest on-premises - Installation guide on-premises - Installation guide Owner: Version: 1.4.13 Released: 2017-12-12 Author: Contributors: Module: enterprise ID: Link: Summary This guide details the installation and administration of Enterprise

More information

Hiptest on-premises - Installation guide

Hiptest on-premises - Installation guide Hiptest on-premises - Installation guide Owner: Hiptest Version: 1.4.3 Released: 2017-01-27 Author: Hiptest Contributors: Module: Hiptest enterprise ID: Link: Summary This guide details the installation

More information

Hiptest on-premises - Installation guide

Hiptest on-premises - Installation guide on-premises - Installation guide Owner: Version: 1.5.1 Released: 2018-06-19 Author: Contributors: Module: enterprise ID: Link: Summary This guide details the installation and administration of Enterprise

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

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

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 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

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

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

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software, Data

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

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

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

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT TUTORIAL: DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT This tutorial describes how to deploy a dockerized version of the 3scale API Gateway 1.0 (APIcast) that is packaged for easy installation and

More information

Enterprise Steam Installation and Setup

Enterprise Steam Installation and Setup Enterprise Steam Installation and Setup Release H2O.ai Mar 01, 2017 CONTENTS 1 Installing Enterprise Steam 3 1.1 Obtaining the License Key........................................ 3 1.2 Ubuntu Installation............................................

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

Teradici PCoIP Connection Manager 1.8 and Security Gateway 1.14

Teradici PCoIP Connection Manager 1.8 and Security Gateway 1.14 Teradici PCoIP Connection Manager 1.8 and Security Gateway 1.14 TER1502010/A-1.8-1.14 Contents Document History 4 Who Should Read This Guide? 5 PCoIP Connection Manager and PCoIP Security Gateway Overview

More information

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem version 5.2.2 DataLocker Inc. July, 2017 SafeConsole Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 2 How do the devices become managed by SafeConsole?....................

More information

Bitnami OSQA for Huawei Enterprise Cloud

Bitnami OSQA for Huawei Enterprise Cloud Bitnami OSQA for Huawei Enterprise Cloud Description OSQA is a question and answer system that helps manage and grow online communities similar to Stack Overflow. First steps with the Bitnami OSQA Stack

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

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.7.0 Document Revision 1.0 Copyright Revision 1.0, November, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All

More information

VMware AirWatch Content Gateway Guide For Linux

VMware AirWatch Content Gateway Guide For Linux VMware AirWatch Content Gateway Guide For Linux AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Workspace ONE UEM Notification Service. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service 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

More information

2016 OPSWAT, Inc. All rights reserved. OPSWAT, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc.All other trademarks, trade names,

2016 OPSWAT, Inc. All rights reserved. OPSWAT, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc.All other trademarks, trade names, 2016 OPSWAT, Inc. All rights reserved. OPSWAT, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc.All other trademarks, trade names, service marks, service names, and images mentioned and/or

More information

Red Hat Enterprise Linux 7 Getting Started with Cockpit

Red Hat Enterprise Linux 7 Getting Started with Cockpit Red Hat Enterprise Linux 7 Getting Started with Cockpit Getting Started with Cockpit Red Hat Enterprise Linux Documentation Team Red Hat Enterprise Linux 7 Getting Started with Cockpit Getting Started

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

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.31

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.31 JAMF Software Server Installation and Configuration Guide for Linux Version 9.31 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

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

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

More information

VMware Content Gateway to Unified Access Gateway Migration Guide

VMware Content Gateway to Unified Access Gateway Migration Guide VMware Content Gateway to Unified Access Gateway Migration Guide 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

Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit

Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit Getting Started with Cockpit Red Hat Atomic Host Documentation Team Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit

More information

Launch and Configure SafeNet ProtectV in AWS Marketplace

Launch and Configure SafeNet ProtectV in AWS Marketplace ProtectV TECHNICAL INSTRUCTIONS Launch and Configure SafeNet ProtectV in AWS Marketplace Contents Overview... 2 Prerequisites... 2 Configure KeySecure... 3 Configure the Firewall (for Linux Clients Only)...

More information

Orchid Fusion VMS Installation Guide

Orchid Fusion VMS Installation Guide Orchid Fusion VMS Installation Guide Version 2.4.0 Orchid Fusion VMS Installation Guide v2.4.0 1 C O N T E N T S About the Orchid Fusion VMS Installation Guide 2 Installation 3 Working in Windows 3 Working

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 4.0.2 User Console Guide 2014-11-05 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Bitnami TestLink for Huawei Enterprise Cloud

Bitnami TestLink for Huawei Enterprise Cloud Bitnami TestLink for Huawei Enterprise Cloud Description TestLink is test management software that facilitates software quality assurance. It offers support for test cases, test suites, test plans, test

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.4 Have documentation feedback?

More information

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software,

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

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

More information

Bitnami Piwik for Huawei Enterprise Cloud

Bitnami Piwik for Huawei Enterprise Cloud Bitnami Piwik for Huawei Enterprise Cloud Description Piwik is a real time web analytics software program. It provides detailed reports on website visitors: the search engines and keywords they used, the

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

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

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 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

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Table of Contents Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Configure System Settings Add Cloud Administrators Add Viewers, Developers, or DevOps Administrators

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Installation & Getting Started Guide. Version Document Revision 1.0

Installation & Getting Started Guide. Version Document Revision 1.0 Installation & Getting Started Guide Version 1.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights reserved. The materials contained

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

BlackBerry UEM Configuration Guide

BlackBerry UEM Configuration Guide BlackBerry UEM Configuration Guide 12.9 2018-11-05Z 2 Contents Getting started... 7 Configuring BlackBerry UEM for the first time... 7 Configuration tasks for managing BlackBerry OS devices... 9 Administrator

More information

Enforced Client Policy & Reporting Server (EPRS) 2.3. Administration Guide

Enforced Client Policy & Reporting Server (EPRS) 2.3. Administration Guide Enforced Client Policy & Reporting Server (EPRS) 2.3 Copyright 2016 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Dell, the

More information

Configuration Guide. BlackBerry UEM. Version 12.9

Configuration Guide. BlackBerry UEM. Version 12.9 Configuration Guide BlackBerry UEM Version 12.9 Published: 2018-07-16 SWD-20180713083904821 Contents About this guide... 8 Getting started... 9 Configuring BlackBerry UEM for the first time...9 Configuration

More information

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Last Updated: 2018-09-14 Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Legal Notice Copyright 2018 Red Hat, Inc. The

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide SafeConsole On-Prem Install Guide This guide applies to SafeConsole 5.0.5 Introduction This guide describes how to install a new SafeConsole server on Windows using the SafeConsole installer. As an option,

More information

Privileged Remote Access Failover Configuration

Privileged Remote Access Failover Configuration Privileged Remote Access Failover Configuration 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of

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

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.8.0 Document Revision 1.0 Copyright Revision 1.0, July, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide version 5.4 DataLocker Inc. December, 2018 Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 3 How do the devices become managed by SafeConsole?....................

More information

Failover Dynamics and Options with BeyondTrust 3. Methods to Configure Failover Between BeyondTrust Appliances 4

Failover Dynamics and Options with BeyondTrust 3. Methods to Configure Failover Between BeyondTrust Appliances 4 Configure Failover 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners. TC:1/4/2019

More information

Carbon Black QRadar App User Guide

Carbon Black QRadar App User Guide Carbon Black QRadar App User Guide Table of Contents Carbon Black QRadar App User Guide... 1 Cb Event Forwarder... 2 Overview...2 Requirements...2 Install Cb Event Forwarder RPM...2 Configure Cb Event

More information

Bitnami JFrog Artifactory for Huawei Enterprise Cloud

Bitnami JFrog Artifactory for Huawei Enterprise Cloud Bitnami JFrog Artifactory for Huawei Enterprise Cloud Description JFrog Artifactory is a Binary Repository Manager for Maven, Ivy, Gradle modules, etc. Integrates with CI servers for fully traceable builds.

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

VMware Enterprise Systems Connector Installation and Configuration. JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9.

VMware Enterprise Systems Connector Installation and Configuration. JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9. VMware Enterprise Systems Connector Installation and Configuration JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9.3 You can find the most up-to-date technical documentation

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

Bitnami DokuWiki for Huawei Enterprise Cloud

Bitnami DokuWiki for Huawei Enterprise Cloud Bitnami DokuWiki for Huawei Enterprise Cloud Description DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.0 Revision B Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 4 New features on page 5

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Failover Configuration Bomgar Privileged Access

Failover Configuration Bomgar Privileged Access Failover Configuration Bomgar Privileged Access 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

WatchGuard Dimension v2.1.1 Update 3 Release Notes

WatchGuard Dimension v2.1.1 Update 3 Release Notes WatchGuard Dimension v2.1.1 Update 3 Release Notes Build Number 567758 Release Date 8 August 2018 Release Notes Revision Date 8 August 2018 On 8 August 2018, WatchGuard released the Dimension v2.1.1 Update

More information

Configuring Failover

Configuring Failover Configuring Failover 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

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

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

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

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Data Analytics Studio Installation

Data Analytics Studio Installation 1 Data Analytics Studio Installation Date of Publish: 2018-10-08 http://docs.hortonworks.com Contents Installation Overview... 3 Installing Data Analytics Studio Engine on Clusters...3 Prerequisites for

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

BIG-IP System: Migrating Devices and Configurations Between Different Platforms. Version

BIG-IP System: Migrating Devices and Configurations Between Different Platforms. Version BIG-IP System: Migrating Devices and Configurations Between Different Platforms Version 13.0.0 Table of Contents Table of Contents Migration of Configurations Between Different Platforms...5 About Migrating

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.6.0 Document Revision 1.0 Copyright Revision 1.0, April, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

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

Bitnami Open Atrium for Huawei Enterprise Cloud

Bitnami Open Atrium for Huawei Enterprise Cloud Bitnami Open Atrium for Huawei Enterprise Cloud Description Open Atrium is designed to help teams collaborate by providing an intranet platform that includes a blog, a wiki, a calendar, a to do list, a

More information

Launch and Configure SafeNet ProtectV in AWS Marketplace

Launch and Configure SafeNet ProtectV in AWS Marketplace ProtectV TECHNICAL INSTRUCTIONS Launch and Configure SafeNet ProtectV in AWS Marketplace Contents Overview... 2 Prerequisites... 2 Configure KeySecure... 3 Configure the Firewall (for Linux Clients Only)...

More information

MMS Backup Manual Release 1.4

MMS Backup Manual Release 1.4 MMS Backup Manual Release 1.4 MongoDB, Inc. Jun 27, 2018 MongoDB, Inc. 2008-2016 2 Contents 1 Getting Started with MMS Backup 4 1.1 Backing up Clusters with Authentication.................................

More information

Clearswift SECURE Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE  Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE Email Gateway Installation & Getting Started Guide Version 4.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

More information

Clearswift SECURE ICAP Gateway Installation & Getting Started Guide. Version Document Revision 1.0

Clearswift SECURE ICAP Gateway Installation & Getting Started Guide. Version Document Revision 1.0 Clearswift SECURE ICAP Gateway Installation & Getting Started Guide Version 4.7.2 Document Revision 1.0 Copyright Revision 1.0, April, 2018 Published by Clearswift Ltd. 1995 2018 Clearswift Ltd. All rights

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

Managing GSS Devices from the GUI

Managing GSS Devices from the GUI CHAPTER 1 This chapter describes how to configure and manage your Global Site Selector Manager (GSSM) and Global Site Selector (GSS) devices from the primary GSSM graphical user interface. It includes

More information

CloudLink SecureVM. Administration Guide. Version 4.0 P/N REV 01

CloudLink SecureVM. Administration Guide. Version 4.0 P/N REV 01 CloudLink SecureVM Version 4.0 Administration Guide P/N 302-002-056 REV 01 Copyright 2015 EMC Corporation. All rights reserved. Published June 2015 EMC believes the information in this publication is accurate

More information

Configuration Guide. BlackBerry UEM. Version 12.7 Maintenance Release 2

Configuration Guide. BlackBerry UEM. Version 12.7 Maintenance Release 2 Configuration Guide BlackBerry UEM Version 12.7 Maintenance Release 2 Published: 2017-12-04 SWD-20171130134721747 Contents About this guide... 8 Getting started... 9 Configuring BlackBerry UEM for the

More information

Bitnami OroCRM for Huawei Enterprise Cloud

Bitnami OroCRM for Huawei Enterprise Cloud Bitnami OroCRM for Huawei Enterprise Cloud Description OroCRM is a flexible open-source CRM application. OroCRM supports your business no matter the vertical. If you are a traditional B2B company, franchise,

More information

PKI Quick Installation Guide. for PacketFence version 7.4.0

PKI Quick Installation Guide. for PacketFence version 7.4.0 PKI Quick Installation Guide for PacketFence version 7.4.0 PKI Quick Installation Guide by Inverse Inc. Version 7.4.0 - Jan 2018 Copyright 2015 Inverse inc. Permission is granted to copy, distribute and/or

More information

Red Hat CloudForms 4.6

Red Hat CloudForms 4.6 Red Hat CloudForms 4.6 Installing Red Hat CloudForms on Red Hat Virtualization How to install and configure Red Hat CloudForms on a Red Hat Virtualization environment Last Updated: 2018-08-07 Red Hat

More information

VMware Horizon View Deployment

VMware Horizon View Deployment VMware Horizon View provides end users with access to their machines and applications through a unified workspace across multiple devices, locations, and connections. The Horizon View Connection Server

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.4 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

Bitnami ERPNext for Huawei Enterprise Cloud

Bitnami ERPNext for Huawei Enterprise Cloud Bitnami ERPNext for Huawei Enterprise Cloud Description ERPNext is an open source, web based application that helps small and medium sized business manage their accounting, inventory, sales, purchase,

More information

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents 8.0 Help for Community Managers... 3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Cisco Stealthwatch Cloud. Private Network Monitoring Advanced Configuration Guide

Cisco Stealthwatch Cloud. Private Network Monitoring Advanced Configuration Guide Cisco Stealthwatch Cloud Private Network Monitoring Advanced Configuration Guide TOC About Stealthwatch Cloud Private Network Monitor Sensor 3 Checking Your Sensor Version 4 Manually Installing the Package

More information