This document provides instructions for upgrading a DC/OS cluster.

Size: px
Start display at page:

Download "This document provides instructions for upgrading a DC/OS cluster."

Transcription

1 Upgrading ENTERPRISE This document provides instructions for upgrading a DC/OS cluster. If this upgrade is performed on a supported OS with all prerequisites fulfilled, this upgrade should preserve the state of running tasks on the cluster. This document reuses portions of the Advanced DC/OS Installation Guide. Important: Review the release notes before upgrading DC/OS. The DC/OS GUI and other higher-level system APIs may be inconsistent or unavailable until all master nodes have been upgraded. For example, an upgraded DC/OS Marathon leader cannot connect to the leading Mesos master until it has also been upgraded. When this occurs: The DC/OS GUI may not provide an accurate list of services. For multi-master configurations, after one master has finished upgrading, you can monitor the health of the remaining masters from the Exhibitor UI on port The VIP features, added in DC/OS 1.8, require that ports are open between all agent and master nodes for both TCP and UDP. Virtual networks require Docker 1.11 or later. For more information, see the documentation. An upgraded DC/OS Marathon leader cannot connect to an non-secure (i.e. not upgraded) leading Mesos master. The DC/OS UI cannot be trusted until all masters are upgraded. There are multiple Marathon scheduler instances and multiple Mesos masters, each being upgraded,

2 and the Marathon leader may not be the Mesos leader. Task history in the Mesos UI will not persist through the upgrade. DC/OS Enterprise downloads can be found here. Supported upgrade paths From the latest GA version of 1.8 to the latest GA version of 1.9. For example, if is the latest and is the latest, this upgrade would be supported. From any 1.9 release to the next. For example, an upgrade from to would be supported. From any 1.9 release to an identical 1.9 release. For example, an upgrade from to would be supported. This is useful for making configuration changes. Modifying DC/OS configuration You cannot change your cluster configuration at the same time as upgrading to a new version. Cluster configuration changes must be done with an update to an already installed version. For example, you cannot simultaneously upgrade a cluster from 1.9.x to 1.9.y and add more public agents. You can add more public agents with an update to 1.9.x, and then upgrade to 1.9.y. Or you can upgrade to 1.9.y and then add more public agents by updating 1.9.y after the upgrade. To modify your DC/OS configuration, you must run the installer with the modified config.yaml and update your cluster using the new installation files. Changes to the DC/OS configuration have the same risk as upgrading a host. Incorrect configurations could potentially crash your hosts, or an entire

3 cluster. Configuration parameters Only a subset of DC/OS configuration parameters can be modified. The adverse effects on any software that is running on top of DC/OS is outside of the scope of this document. Contact Mesosphere Support for more information. Here is a list of the parameters that you can modify: dns_search docker_remove_delay gc_delay resolvers telemetry_enabled use_proxy http_proxy https_proxy no_proxy Security modes The security mode can be changed but has special caveats. You can only update to a stricter security mode. Security downgrades are not supported. For example, if your cluster is in permissive mode and you want to downgrade to disabled mode, you must reinstall the cluster and terminate all running workloads. During each update, you can only increase your security by a single level. For example, you cannot update directly from disabled to strict mode. To increase from disabled to strict mode, you must first update to

4 permissive mode, and then update from permissive to strict mode. See the security mode parameter for a description of the different security modes and what each means. IP detect script The IP detect script can be modified during an upgrade. Instructions These steps must be performed for version upgrades and cluster configuration changes. Prerequisites Mesos, Mesos Frameworks, Marathon, Docker and all running tasks in the cluster should be stable and in a known healthy state. For Mesos compatibility reasons, we recommend upgrading any running Marathon-on-Marathon instances to Marathon version before proceeding with this DC/OS upgrade. You must have access to copies of the config files used with the previous DC/OS version: config.yaml and ip-detect. You must be using systemd 218 or newer to maintain task state. All hosts (masters and agents) must be able to communicate with all other hosts on all ports, for both TCP and UDP. In CentOS or RedHat, install IP sets with this command (used in some IP detect scripts): sudo yum install -y ipset You must be familiar with using systemctl and journalctl command

5 line tools to review and monitor service status. Troubleshooting notes can be found at the end of this document. You must be familiar with the Advanced DC/OS Installation Guide. Take a snapshot of ZooKeeper prior to upgrading. Marathon supports rollbacks, but does not support downgrades. Ensure that Marathon event subscribers are disabled before beginning the upgrade. Leave them disabled after completing the upgrade, as this feature is now deprecated. Verify that all Marathon application constraints are valid before beginning the upgrade. Use this script to check if your constraints are valid. Bootstrap Node Choose your desired security mode and then follow the applicable upgrade instructions. Installing DC/OS 1.9 without changing security mode Installing DC/OS 1.9 in permissive mode Installing DC/OS 1.9 in strict mode Installing DC/OS 1.9 without changing security mode This procedure upgrades a DC/OS 1.8 cluster to DC/OS 1.9 without changing the cluster s security mode. 1. Copy your existing config.yaml and ip-detect files to an empty ge nconf folder on your bootstrap node. The folder should be in the same directory as the installer.

6 2. Merge the old config.yaml into the new config.yaml format. In most cases the differences will be minimal. Important: You cannot change the exhibitor_zk_backend setting during an upgrade. The syntax of the DC/OS 1.9 config.yaml may be different from the 1.8 version. For a detailed description of the 1.9 config.yaml syntax and parameters, see the documentation. 3. After updating the format of the config.yaml, compare the old config.yaml and new config.yaml. Verify that there are no differences in pathways or configurations. Changing these while upgrading can lead to catastrophic cluster failures. 4. Modify the ip-detect file as desired. 5. Build your installer package. 1. Download the dcos_generate_config.ee.sh file. 2. Generate the installation files. Replace <installed_cluster_versio n> in the below command with the DC/OS version currently running on the cluster you intend to upgrade, for example dcos_generate_config.ee.sh --generate-node-upgrade-script <installed_clu 3. The command in the previous step will produce a URL in the last line of its output, prefixed with Node upgrade script URL:. Record this URL for use in later steps. It will be referred to in this document as the Node upgrade script URL. 4. Run the nginx container to serve the installation files. Please note: either stop any existing nginx container hosting the installation files,

7 or configure the upgrade nginx container to listen on a different port. 6. Go to the DC/OS Master procedure to complete your installation. Installing DC/OS 1.9 in permissive mode This procedure upgrades to DC/OS 1.9 in permissive security mode. Prerequisite: Your cluster must be upgraded to DC/OS 1.9 and running in disabled security mode before it can be upgraded to permissive mode. If your cluster was running in permissive mode before it was upgraded to DC/OS 1.9, you can skip this procedure. To update a 1.9 cluster from disabled security to permissive security, complete the following procedure: 1. Replace security: disabled with security: permissive in your c onfig.yaml. Do not make any other changes to pathways or configurations in the config.yaml. 2. Modify the ip-detect file as desired. 3. Build your installer package. 1. Download the dcos_generate_config.ee.sh file. 2. Generate the installation files. Replace <installed_cluster_versio n> in the below command with the DC/OS version currently running on the cluster you intend to upgrade, for example

8 dcos_generate_config.ee.sh --generate-node-upgrade-script <installed_clu 3. The command in the previous step will produce a URL in the last line of its output, prefixed with Node upgrade script URL:. Record this URL for use in later steps. It will be referred to in this document as the Node upgrade script URL. 4. Run the nginx container to serve the installation files. 4. Go to the DC/OS Master procedure to complete your installation. Installing DC/OS 1.9 in strict mode This procedure upgrades to DC/OS 1.9 in security strict mode. If you are updating a running DC/OS cluster to run in security: strict mode, beware that security vulnerabilities may persist even after migration to strict mode. When moving to strict mode, your services will now require authentication and authorization to register with Mesos or access its HTTP API. You should test these configurations in permissive mode before upgrading to strict, to maintain scheduler and script uptimes across the upgrade. Prerequisite: Your cluster must be upgraded to DC/OS 1.9 and running in permissive security mode before it can be updated to strict mode. If your cluster was running in strict mode before it was upgraded to DC/OS 1.9, you can skip this procedure.

9 To update a cluster from permissive security to strict security, complete the following procedure: 1. Replace security: permissive with security: strict in your con fig.yaml. Do not make any other changes to pathways or configurations in the config.yaml. 2. Modify the ip-detect file as desired. 3. Build your installer package. 1. Download the dcos_generate_config.ee.sh file. 2. Generate the installation files. Replace <installed_cluster_versio n> in the below command with the DC/OS version currently running on the cluster you intend to upgrade, for example dcos_generate_config.ee.sh --generate-node-upgrade-script <installed_clu 3. The command in the previous step will produce a URL in the last line of its output, prefixed with Node upgrade script URL:. Record this URL for use in later steps. It will be referred to in this document as the Node upgrade script URL. 4. Run the nginx container to serve the installation files. 4. Go to the DC/OS Master procedure to complete your installation. DC/OS Masters Proceed with upgrading every master node one-at-a-time in any order using the following procedure. When you complete each upgrade, monitor the

10 Mesos master metrics to ensure the node has rejoined the cluster and completed reconciliation. 1. Download and run the node upgrade script: curl -O <Node upgrade script URL> sudo bash dcos_node_upgrade.sh 2. Verify that the upgrade script succeeded and exited with the status code 0 : echo $? 0 3. Validate the upgrade: 1. Monitor Exhibitor and wait for it to converge at /exhibitor/v1/ui/index.html. Confirm that the master rejoins the ZooKeeper quorum successfully (the status indicator will turn green). Tip: If you are upgrading from permissive to strict mode, this URL will be 2. Wait until the dcos-mesos-master unit is up and running. 3. Verify that curl /snapshot has the metric registrar/log/recovered with a value of 1. Tip: If you are upgrading from permissive to strict mode, this URL will be curl and you will need a JWT for access. 4. Verify that /opt/mesosphere/bin/mesos-master --version

11 indicates that the upgraded master is running Mesos or greater. 4. Go to the DC/OS Agents procedure to complete your installation. DC/OS Agents Important: When upgrading agent nodes, there is a 5 minute timeout for the agent to respond to health check pings from the mesos-masters before it is considered lost and its tasks are given up for dead. On all DC/OS agents: 1. On CentOS and RHEL, run the following commands: sudo cp -p /usr/bin/docker /usr/bin/docker-orig sudo cp -p /usr/bin/docker /tmp/docker-wrapper sudo tee /tmp/docker-wrapper >/dev/null <<"EOF" #!/usr/bin/env sh unset LD_LIBRARY_PATH /usr/bin/docker-orig "$@ $@" EOF sudo mv -f /tmp/docker-wrapper /usr/bin/docker 2. Download and run the node upgrade script: curl -O <Node upgrade script URL> sudo bash dcos_node_upgrade.sh 3. Verify that the upgrade script succeeded and exited with the status code 0 :

12 echo $? 0 4. Validate the upgrade: Verify that curl snapshot has the metric slave/registered with a value of 1. Monitor the Mesos UI to verify that the upgraded node rejoins the DC/OS cluster and that tasks are reconciled ( sos ). If you are upgrading from permissive to strict mode, this URL will be 5. On CentOS and RHEL, run the command: sudo mv -f /usr/bin/docker-orig /usr/bin/docker Troubleshooting Recommendations The following commands should provide insight into upgrade issues: On All Cluster Nodes sudo journalctl -u dcos-download sudo journalctl -u dcos-spartan sudo systemctl grep dcos On DC/OS Masters

13 sudo journalctl -u dcos-exhibitor less /opt/mesosphere/active/exhibitor/usr/zookeeper/zookeeper.out sudo journalctl -u dcos-mesos-dns sudo journalctl -u dcos-mesos-master On DC/OS Agents sudo journalctl -u dcos-mesos-slave Notes: Packages available in the DC/OS 1.9 Universe are newer than those in the DC/OS 1.8 Universe. Services are not automatically upgraded when DC/OS 1.9 is installed because not all DC/OS services have upgrade paths that will preserve existing state.

Advanced DC/OS Installation Guide

Advanced DC/OS Installation Guide Advanced DC/OS Installation Guide With this installation method, you package the DC/OS distribution yourself and connect to every node manually to run the DC/OS installation commands. This installation

More information

The bootstrap node must be network accessible from the cluster nodes. The bootstrap node must have the HTTP(S) ports open from the cluster nodes.

The bootstrap node must be network accessible from the cluster nodes. The bootstrap node must have the HTTP(S) ports open from the cluster nodes. Advanced DC/OS Installation Guide With this installation method, you package the DC/OS distribution yourself and connect to every node manually to run the DC/OS installation commands. This installation

More information

System Requirements ENTERPRISE

System Requirements ENTERPRISE System Requirements ENTERPRISE Hardware Prerequisites You must have a single bootstrap node, Mesos master nodes, and Mesos agent nodes. Bootstrap node 1 node with 2 cores, 16 GB RAM, 60 GB HDD. This is

More information

Important: Upgrades are not supported with this installation method.

Important: Upgrades are not supported with this installation method. CLI DC/OS Installation Guide The automated CLI installer provides a guided installation of DC/OS from the command line. With this method you can choose from the complete set of DC/OS configuration options.

More information

Issues Fixed in DC/OS

Issues Fixed in DC/OS Release Notes for 1.10.4 These are the release notes for DC/OS 1.10.4. DOWNLOAD DC/OS OPEN SOURCE Issues Fixed in DC/OS 1.10.4 CORE-1375 - Docker executor does not hang due to lost messages. DOCS-2169

More information

/etc/systemd/system/dcos.target.wants /opt/mesosphere

/etc/systemd/system/dcos.target.wants /opt/mesosphere /opt/mesosphere /etc/systemd/system/dcos.target.wants /opt/mesosphere /etc/systemd/system/dcos. /etc/systemd/system/dco dcos.target.wants /var/lib/dcos/exhibitor/zookeeper /var/lib/docker /var/lib/dcos

More information

/etc/systemd/system/dcos.target.wants /opt/mesosphere

/etc/systemd/system/dcos.target.wants /opt/mesosphere /opt/mesosphere /etc/systemd/system/dcos.target.wants /opt/mesosphere /etc/systemd/system/dcos. /etc/systemd/system/dco dcos.target.wants /var/lib/zookeeper /var/lib/docker /var/lib/dcos /var/lib/mesos

More information

Using DC/OS for Continuous Delivery

Using DC/OS for Continuous Delivery Using DC/OS for Continuous Delivery DevPulseCon 2017 Elizabeth K. Joseph, @pleia2 Mesosphere 1 Elizabeth K. Joseph, Developer Advocate, Mesosphere 15+ years working in open source communities 10+ years

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

Investigating Containers for Future Services and User Application Support

Investigating Containers for Future Services and User Application Support Investigating Containers for Future Services and User Application Support JLAB CNI NLIT 2018 () Overview JLAB scope What is a container? Why are we interested? Platform-as-a-Service (PaaS) for orchestration

More information

Marathon has a timer metric that determines how long an event has taken place. Timer does not exist for Mesos observability metrics.

Marathon has a timer metric that determines how long an event has taken place. Timer does not exist for Mesos observability metrics. Performance Monitoring Here are some recommendations for monitoring a DC/OS cluster. You can use any monitoring tools. The endpoints listed below will help you troubleshoot when issues occur. Your monitoring

More information

DC/OS on Google Compute Engine

DC/OS on Google Compute Engine DC/OS on Google Compute Engine You can configure a DC/OS cluster on Google Compute Engine (GCE) by using these scripts. Configure bootstrap node Install the DC/OS GCE scripts Configure parameters Important:

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

@joerg_schad Nightmares of a Container Orchestration System

@joerg_schad Nightmares of a Container Orchestration System @joerg_schad Nightmares of a Container Orchestration System 2017 Mesosphere, Inc. All Rights Reserved. 1 Jörg Schad Distributed Systems Engineer @joerg_schad Jan Repnak Support Engineer/ Solution Architect

More information

Browser Configuration Reference

Browser Configuration Reference Sitecore CMS 7.0 or later Browser Configuration Reference Rev: 2013-09-30 Sitecore CMS 7.0 or later Browser Configuration Reference Optimizing Internet Explorer and other web browsers to work with Sitecore

More information

Note: Isolation guarantees among subnets depend on your firewall policies.

Note: Isolation guarantees among subnets depend on your firewall policies. Virtual Networks DC/OS supports Container Networking Interface (CNI)-compatible virtual networking solutions, including Calico and Contrail. DC/OS also provides a native virtual networking solution called

More information

Table of Contents. Table of Contents License server installation guide - Linux. Download SCL

Table of Contents. Table of Contents License server installation guide - Linux. Download SCL Table of Contents Table of Contents License server installation guide - Linux Download SCL Download Synopsys Installer Install SCL - RHEL and CentOS Install SCL - Debian and Ubuntu Customizing the License

More information

Zenoss Core Upgrade Guide

Zenoss Core Upgrade Guide Release 5.1.9 Zenoss, Inc. www.zenoss.com Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks or registered trademarks of Zenoss, Inc., in the United States and other

More information

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

利用 Mesos 打造高延展性 Container 環境. Frank, Microsoft MTC

利用 Mesos 打造高延展性 Container 環境. Frank, Microsoft MTC 利用 Mesos 打造高延展性 Container 環境 Frank, Microsoft MTC About Me Developer @ Yahoo! DevOps @ HTC Technical Architect @ MSFT Agenda About Docker Manage containers Apache Mesos Mesosphere DC/OS application = application

More information

Container Orchestration on Amazon Web Services. Arun

Container Orchestration on Amazon Web Services. Arun Container Orchestration on Amazon Web Services Arun Gupta, @arungupta Docker Workflow Development using Docker Docker Community Edition Docker for Mac/Windows/Linux Monthly edge and quarterly stable

More information

Scale your Docker containers with Mesos

Scale your Docker containers with Mesos Scale your Docker containers with Mesos Timothy Chen tim@mesosphere.io About me: - Distributed Systems Architect @ Mesosphere - Lead Containerization engineering - Apache Mesos, Drill PMC / Committer

More information

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7 Administering vrealize Log Insight September 20, 2018 4.7 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 documentation,

More information

Red Hat JBoss Enterprise Application Platform 7.2

Red Hat JBoss Enterprise Application Platform 7.2 Red Hat JBoss Enterprise Application Platform 7.2 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.2 Last Updated: 2018-11-29 Red Hat JBoss Enterprise Application

More information

Polarion Enterprise Setup 17.2

Polarion Enterprise Setup 17.2 SIEMENS Polarion Enterprise Setup 17.2 POL005 17.2 Contents Terminology......................................................... 1-1 Overview...........................................................

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

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

SSH to your DC/OS cluster on Unix/Linux (macos, Ubuntu, etc) SSH to your DC/OS cluster on Windows

SSH to your DC/OS cluster on Unix/Linux (macos, Ubuntu, etc) SSH to your DC/OS cluster on Windows SSHing into Nodes These instructions explain how to set up an SSH connection to your DC/OS cluster from an outside network. If you are on the same network as your cluster or connected by using VPN, you

More information

Hortonworks Cybersecurity Platform

Hortonworks Cybersecurity Platform 1 Hortonworks Cybersecurity Platform Date of Publish: 2018-07-15 http://docs.hortonworks.com Contents Preparing to Upgrade...3 Back up Your Configuration...3 Stop All Metron Services...3 Upgrade Metron...4

More information

Be a Microservices Hero ContainerCon 15

Be a Microservices Hero ContainerCon 15 https://github.com/adobe-apiplatform Be a Microservices Hero ContainerCon 15 Dragos Dascalita Haut Adobe Presentation scripts: https://gist.github.com/ddragosd/608bf8d3d13e3f688874 A CreativeCloud Microservice

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

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

Installation 1. Installing DPS. Date of Publish:

Installation 1. Installing DPS. Date of Publish: 1 Installing DPS Date of Publish: 2018-05-18 http://docs.hortonworks.com Contents DPS Platform support requirements...3 Installation overview...4 Installation prerequisites...5 Setting up the local repository

More information

Using PCF Ops Manager to Deploy Hyperledger Fabric

Using PCF Ops Manager to Deploy Hyperledger Fabric Using PCF Ops Manager to Deploy Hyperledger Fabric By VMware Introduction Pivotal Cloud Foundry Operations Manager (PCF Ops Manager for short) is a graphical interface used to configure and deploy various

More information

Upgrading and Downgrading Firmware

Upgrading and Downgrading Firmware Firmware Management, page 1 Upgrading and Downgrading Considerations, page 3 Upgrading the Fabric, page 4 Firmware Management ACME Inc., in partnership with Cisco, has evaluated the requirements for their

More information

Here are tips on configuring various OS and application software to use firewall proxies and overcome proxy issues.

Here are tips on configuring various OS and application software to use firewall proxies and overcome proxy issues. Overview Here are tips on configuring various OS and application software to use firewall proxies and overcome proxy issues. Disable Network Proxy Authentication Popup Know bug when remote connect to window

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

CONTINUOUS DELIVERY WITH MESOS, DC/OS AND JENKINS

CONTINUOUS DELIVERY WITH MESOS, DC/OS AND JENKINS APACHE MESOS NYC MEETUP SEPTEMBER 22, 2016 CONTINUOUS DELIVERY WITH MESOS, DC/OS AND JENKINS WHO WE ARE ROGER IGNAZIO SUNIL SHAH Tech Lead at Mesosphere @rogerignazio Product Manager at Mesosphere @ssk2

More information

UPGRADING A MESOS CLUSTER

UPGRADING A MESOS CLUSTER MesosCon 2016 - Greg Mann UPGRADING A MESOS CLUSTER 2016 Mesosphere, Inc. All Rights Reserved. 1 Greg Mann Software Engineer Mesos contributor Computational chemist Croissant enthusiast @greggomann 2016

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

NSX-T Upgrade Guide NSX-T 1.1

NSX-T Upgrade Guide NSX-T 1.1 NSX-T Upgrade Guide NSX-T 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

OpenShift Container Platform 3.11 Upgrading Clusters

OpenShift Container Platform 3.11 Upgrading Clusters OpenShift Container Platform 3.11 Upgrading Clusters OpenShift Container Platform 3.11 Upgrading Clusters Last Updated: 2019-01-03 OpenShift Container Platform 3.11 Upgrading Clusters OpenShift Container

More information

Dell Wyse Management Suite. Version 1.1 Migration Guide

Dell Wyse Management Suite. Version 1.1 Migration Guide Dell Wyse Management Suite Version 1.1 Migration Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 5.0.10 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks

More information

Hiptest on-premises - Installation guide

Hiptest on-premises - Installation guide on-premises - Installation guide Owner: Version: 1.5.5 Released: 2019-01-09 Author: Contributors: Module: enterprise ID: Link: Summary This guide details the installation and administration of Enterprise

More information

Polarion 18.2 Enterprise Setup

Polarion 18.2 Enterprise Setup SIEMENS Polarion 18.2 Enterprise Setup POL005 18.2 Contents Overview........................................................... 1-1 Terminology..........................................................

More information

Citrix Cloud Resource Locations

Citrix Cloud Resource Locations Citrix Cloud Resource Locations Oct 13, 2017 In Citrix Cloud, resource locations contain the resources you manage such as hypervisors, Cloud Connectors, and VDAs. For an overview, see What are resource

More information

SECURING A MARATHON INSTALLATION 2016

SECURING A MARATHON INSTALLATION 2016 MesosCon EU 2016 - Gastón Kleiman SECURING A MARATHON INSTALLATION 2016 2016 Mesosphere, Inc. All Rights Reserved. 1 Gastón Kleiman Distributed Systems Engineer Marathon/Mesos contributor gaston@mesosphere.io

More information

Configuring Cisco Unified Presence for Integration with Microsoft Exchange Server

Configuring Cisco Unified Presence for Integration with Microsoft Exchange Server CHAPTER 4 Configuring Cisco Unified Presence for Integration with Microsoft Exchange Server Revised: November 30, 2012 Configuring the Presence Gateway on Cisco Unified Presence for Microsoft Exchange

More information

TLS 1.2 Interface Update Script User Guide

TLS 1.2 Interface Update Script User Guide TLS 1.2 Interface Update Script User Guide Index Overview Preparation Requirements Installation Downloaded update package files Extract files TLS 1.2 Interface Update - Using Script TLS 1.2 Interface Update

More information

Administering vrealize Log Insight. 12-OCT-2017 vrealize Log Insight 4.5

Administering vrealize Log Insight. 12-OCT-2017 vrealize Log Insight 4.5 Administering vrealize Log Insight 12-OCT-2017 4.5 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 documentation,

More information

NSX-T Upgrade Guide. VMware NSX-T 2.0

NSX-T Upgrade Guide. VMware NSX-T 2.0 VMware NSX-T 2.0 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 documentation, submit your feedback to docfeedback@vmware.com

More information

Microsoft Cloud Workshop. Containers and DevOps Hackathon Learner Guide

Microsoft Cloud Workshop. Containers and DevOps Hackathon Learner Guide Microsoft Cloud Workshop Containers and DevOps Hackathon Learner Guide September 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential and proprietary to Microsoft. Internal

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

Xcalar Installation Guide

Xcalar Installation Guide Xcalar Installation Guide Publication date: 2018-03-16 www.xcalar.com Copyright 2018 Xcalar, Inc. All rights reserved. Table of Contents Xcalar installation overview 5 Audience 5 Overview of the Xcalar

More information

Control Center Upgrade Guide

Control Center Upgrade Guide Control Center Upgrade Guide Release 1.3.2 Zenoss, Inc. www.zenoss.com Control Center Upgrade Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks or registered

More information

Advantages of using DC/OS Azure infrastructure and the implementation architecture Bill of materials used to construct DC/OS and the ACS clusters

Advantages of using DC/OS Azure infrastructure and the implementation architecture Bill of materials used to construct DC/OS and the ACS clusters Reference implementation: The Azure Container Service DC/OS is a distributed operating system powered by Apache Mesos that treats collections of CPUs, RAM, networking and so on as a distributed kernel

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

Control Center Upgrade Guide

Control Center Upgrade Guide Control Center Upgrade Guide Release 1.4.1 Zenoss, Inc. www.zenoss.com Control Center Upgrade Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks or

More information

Table of Contents. Table of Contents Pivotal Greenplum Command Center Release Notes. Copyright Pivotal Software Inc,

Table of Contents. Table of Contents Pivotal Greenplum Command Center Release Notes. Copyright Pivotal Software Inc, Table of Contents Table of Contents Pivotal Greenplum Command Center 3.2.2 Release Notes 1 2 Copyright Pivotal Software Inc, 2013-2017 1 3.2.2 Pivotal Greenplum Command Center 3.2.2 Release Notes Greenplum

More information

Purpose. Target Audience. Install SNMP On The Remote Linux Machine. Nagios XI. Monitoring Linux Using SNMP

Purpose. Target Audience. Install SNMP On The Remote Linux Machine. Nagios XI. Monitoring Linux Using SNMP Purpose This document describes how to monitor Linux machines with using SNMP. SNMP is an agentless method of monitoring network devices and servers, and is often preferable to installing dedicated agents

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D Release Notes Revised July 02, 2014 10:15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D

More information

Isilon InsightIQ. Version Installation Guide

Isilon InsightIQ. Version Installation Guide Isilon InsightIQ Version 4.1.0 Installation Guide Copyright 2009-2016 EMC Corporation All rights reserved. Published October 2016 Dell believes the information in this publication is accurate as of its

More information

IBM Spectrum Protect for Virtual Environments Version Data Protection for VMware Installation Guide IBM

IBM Spectrum Protect for Virtual Environments Version Data Protection for VMware Installation Guide IBM IBM Spectrum Protect for Virtual Environments Version 8.1.6 Data Protection for VMware Installation Guide IBM IBM Spectrum Protect for Virtual Environments Version 8.1.6 Data Protection for VMware Installation

More information

IBM. Migration Cookbook. Migrating from License Metric Tool and Tivoli Asset Discovery for Distributed 7.5 to License Metric Tool 9.

IBM. Migration Cookbook. Migrating from License Metric Tool and Tivoli Asset Discovery for Distributed 7.5 to License Metric Tool 9. IBM License Metric Tool 9.x Migration Cookbook Migrating from License Metric Tool and Tivoli Asset Discovery for Distributed 7.5 to License Metric Tool 9.x IBM IBM License Metric Tool 9.x Migration Cookbook

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

Netcool Agile Service Manager Version Installation, Administration and User Guide. 27 April 2018 IBM

Netcool Agile Service Manager Version Installation, Administration and User Guide. 27 April 2018 IBM Netcool Agile Service Manager Version 1.1.2 Installation, Administration and User Guide 27 April 2018 IBM Netcool Agile Service Manager Version 1.1.2 Installation, Administration and User Guide 27 April

More information

Installation and Upgrade 1. Installing DataPlane. Date of Publish:

Installation and Upgrade 1. Installing DataPlane. Date of Publish: 1 Installing DataPlane Date of Publish: 2018-08-07 http://docs.hortonworks.com Contents DataPlane Platform support requirements...3 Installation overview...4 Pre-installation tasks... 6 Prepare your clusters...

More information

Installing an HDF cluster

Installing an HDF cluster 3 Installing an HDF cluster Date of Publish: 2018-08-13 http://docs.hortonworks.com Contents Installing Ambari...3 Installing Databases...3 Installing MySQL... 3 Configuring SAM and Schema Registry Metadata

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

Hortonworks Cybersecurity Platform

Hortonworks Cybersecurity Platform Upgrade Guide () docs.hortonworks.com Hortonworks Cybersecurity : Upgrade Guide Copyright 2012-2018 Hortonworks, Inc. Some rights reserved. Hortonworks Cybersecurity (HCP) is a modern data application

More information

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document Upgrading to Parallels Virtuozzo Containers 4.0 for Windows About This Document This document familiarizes you with the way to upgrade the following versions of the Virtuozzo for Windows software to Parallels

More information

Creating a Multi-data Center (MDC) System

Creating a Multi-data Center (MDC) System , page 1 About Multi-data Centers The Multi-data Center (MDC) licensed feature is available in version 2.5 and higher. It allows two CWMS systems to be joined into a single MDC system. One license must

More information

Blockchain on Kubernetes

Blockchain on Kubernetes Blockchain on Kubernetes By VMware Introduction Blockchain is an emerging technology which has been gaining traction globally during the past few years. Industries like finance, logistics, IoT, are actively

More information

PlateSpin Transformation Manager Appliance Guide. June 2018

PlateSpin Transformation Manager Appliance Guide. June 2018 PlateSpin Transformation Manager Appliance Guide June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Red Hat JBoss Enterprise Application Platform 7.0

Red Hat JBoss Enterprise Application Platform 7.0 Red Hat JBoss Enterprise Application Platform 7.0 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.0 Last Updated: 2018-01-18 Red Hat JBoss Enterprise Application

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

Singularity: container formats

Singularity: container formats Singularity Easy to install and configure Easy to run/use: no daemons no root works with scheduling systems User outside container == user inside container Access to host resources Mount (parts of) filesystems

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.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Blockchain on Kubernetes

Blockchain on Kubernetes Blockchain on Kubernetes By VMware Introduction Blockchain is an emerging technology which has been gaining traction globally during the past few years. Industries like finance, logistics, IoT, are actively

More information

Administering vrealize Log Insight. 05-SEP-2017 vrealize Log Insight 4.3

Administering vrealize Log Insight. 05-SEP-2017 vrealize Log Insight 4.3 Administering vrealize Log Insight 05-SEP-2017 4.3 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 documentation,

More information

MongoDB Management Suite Manual Release 1.4

MongoDB Management Suite Manual Release 1.4 MongoDB Management Suite Manual Release 1.4 MongoDB, Inc. Aug 10, 2018 MongoDB, Inc. 2008-2016 2 Contents 1 On-Prem MMS Application Overview 4 1.1 MMS Functional Overview........................................

More information

Ubuntu LTS Install Guide

Ubuntu LTS Install Guide Ubuntu 16.04.5 LTS Install Guide Sirenia September 17, 2018 Contents 1 Content 2 2 Login to server 2 3 Ensure access to repositories 3 4 Install Docker 3 5 Install Docker Compose 4 6 Pull software 4 7

More information

Red Hat JBoss Middleware for OpenShift 3

Red Hat JBoss Middleware for OpenShift 3 Red Hat JBoss Middleware for OpenShift 3 OpenShift Primer Get started with OpenShift Last Updated: 2018-01-09 Red Hat JBoss Middleware for OpenShift 3 OpenShift Primer Get started with OpenShift Legal

More information

SAMPLE CHAPTER IN ACTION. Roger Ignazio. FOREWORD BY Florian Leibert MANNING

SAMPLE CHAPTER IN ACTION. Roger Ignazio. FOREWORD BY Florian Leibert MANNING SAMPLE CHAPTER IN ACTION Roger Ignazio FOREWORD BY Florian Leibert MANNING Mesos in Action by Roger Ignazio Chapter 3 Copyright 2016 Manning Publications brief contents PART 1 HELLO, MESOS...1 1 Introducing

More information

CONTINUOUS DELIVERY WITH DC/OS AND JENKINS

CONTINUOUS DELIVERY WITH DC/OS AND JENKINS SOFTWARE ARCHITECTURE NOVEMBER 15, 2016 CONTINUOUS DELIVERY WITH DC/OS AND JENKINS AGENDA Presentation Introduction to Apache Mesos and DC/OS Components that make up modern infrastructure Running Jenkins

More information

Performing Software Maintenance Upgrades

Performing Software Maintenance Upgrades This chapter describes how to perform software maintenance upgrades (SMUs) on Cisco NX-OS devices. This chapter includes the following sections: About SMUs, page 1 Prerequisites for SMUs, page 3 Guidelines

More information

Table Of Contents INTRODUCTION... 6 USER GUIDE Software Installation Installing MSI-based Applications for Users...9

Table Of Contents INTRODUCTION... 6 USER GUIDE Software Installation Installing MSI-based Applications for Users...9 Table Of Contents INTRODUCTION... 6 USER GUIDE... 8 Software Installation... 8 Installing MSI-based Applications for Users...9 Installing EXE-based Applications for Users...10 Installing MSI-based Applications

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

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault INSTALLATION RUNBOOK FOR Triliodata + TrilioVault Application Type: [Backup and disaster recovery] Application Version: [2.1] MOS Version: [7.0] OpenStack version: [Kilo] Content Document History 1 Introduction

More information

AAA Dead-Server Detection

AAA Dead-Server Detection The feature allows you to configure the criteria to be used to mark a RADIUS server as dead. If no criteria are explicitly configured, the criteria are computed dynamically on the basis of the number of

More information

Mesosphere and Percona Server for MongoDB. Peter Schwaller, Senior Director Server Eng. (Percona) Taco Scargo, Senior Solution Engineer (Mesosphere)

Mesosphere and Percona Server for MongoDB. Peter Schwaller, Senior Director Server Eng. (Percona) Taco Scargo, Senior Solution Engineer (Mesosphere) Mesosphere and Percona Server for MongoDB Peter Schwaller, Senior Director Server Eng. (Percona) Taco Scargo, Senior Solution Engineer (Mesosphere) Mesosphere DC/OS MICROSERVICES, CONTAINERS, & DEV TOOLS

More information

Purpose. Target Audience. Solution Overview NCPA. Using NCPA For Passive Checks

Purpose. Target Audience. Solution Overview NCPA. Using NCPA For Passive Checks Using For Passive Checks Purpose This document describes how to configure the Nagios Cross Platform Agent () to send passive check results to Nagios XI or Nagios Core using Nagios Remote Data Processor

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

Mesosphere and Percona Server for MongoDB. Jeff Sandstrom, Product Manager (Percona) Ravi Yadav, Tech. Partnerships Lead (Mesosphere)

Mesosphere and Percona Server for MongoDB. Jeff Sandstrom, Product Manager (Percona) Ravi Yadav, Tech. Partnerships Lead (Mesosphere) Mesosphere and Percona Server for MongoDB Jeff Sandstrom, Product Manager (Percona) Ravi Yadav, Tech. Partnerships Lead (Mesosphere) Mesosphere DC/OS MICROSERVICES, CONTAINERS, & DEV TOOLS DATA SERVICES,

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Hortonworks Cybersecurity Platform

Hortonworks Cybersecurity Platform 1 Hortonworks Cybersecurity Platform Date of Publish: 2018-07-30 http://docs.hortonworks.com Contents Preparing to Upgrade...3 Back up Your Configuration...3 Stop All Metron Services...3 Upgrade Metron...4

More information

Troubleshooting Exchange Calendaring Integrations

Troubleshooting Exchange Calendaring Integrations Troubleshooting Exchange Calendaring Integrations Troubleshooting Exchange Server Connection Status, page 1 Troubleshooting Connection Certificate Status, page 2 Issues Known to Impact Microsoft Exchange

More information