Trouble?! Shoot your Cloud!

Size: px
Start display at page:

Download "Trouble?! Shoot your Cloud!"

Transcription

1 Trouble?! Shoot your Cloud! TUT91720 Adam Spiers SUSE Cloud/HA Senior Software Engineer Dirk Müller SUSE OpenStack Senior Software Engineer

2 SUSE OpenStack Cloud 2

3 SUSE OpenStack Cloud 3

4 SUSE OpenStack Cloud 4653 Parameters 4

5 SUSE OpenStack Cloud 19 Components 5

6 SUSE OpenStack Cloud Troubleshooting <1 Hour 6

7 SUSE OpenStack Cloud Functional Blocks 7

8 SUSE OpenStack Cloud Admin SUSE Cloud Addon Crowbar UI Crowbar Services Chef/Rabbit Install logs: /var/log/crowbar/install.log Chef/Rabbit: /var/log/rabbitmq/*.log /var/log/chef/server.log /var/log/couchdb/couchdb.log Crowbar repo server: /var/log/apache2/provisioner*log Crowbar: /var/log/crowbar/production.{out,log} Repo Mirror SLES 8

9 Generic SLES Troubleshooting All Nodes in SUSE OpenStack Cloud are SLES based Watch out for typical issues: - dmesg for hardware-related errors, OOM, interesting kernel messages - usual syslog targets, e.g. /var/log/messages Check general node health via: - top, vmstat, uptime, pstree, free - core files, zombies, etc 9

10 Collecting Logs for SUSE Support supportconfig should be run always on the admin node, and on any affected cloud node supportutils-plugin-susecloud.rpm - installed on all SUSE OpenStack Cloud nodes automatically - collects precious cloud-specific information for further analysis In Case of HA, use hb_report or crm history or Hawk to assemble chronological crosscluster log Saves a lot of pain strongly recommended! 10

11 Admin Node: Crowbar UI Use Export Items in the Crowbar UI in order to export various log files 11

12 Troubleshooting Discovery issues 12

13 Network Barclamp in (too much?) detail 13

14 network.json sections Global options Network Mode: Single, Dual, Team, Offloading Settings Bonding Mode Subsections Interface Map Conduit Map Networks 14

15 Network Barclamp in (too much?) detail SDN. admin Networks intf1 intf2 Conduits?1g1?1g2 +10g1 Interfaces eth2 eth0 eth1 Devices 15

16 Network.json Interface Maps By default, the order of the devices is determined by alphabetic sorting of /sys/class/net The interface map can be used to change the order the interfaces of nodes Custom interface map entries are matched by system name (dmidecode output) or serial number 16

17 Network.json Interface Map Example { "serial": "1234", "bus_order": [ "0000:00/0000:00:01.0/0000:02:00.0", "0000:00/0000:00:01.0/0000:02:00.1" ] },{ "pattern": "PowerEdge R620", "bus_order": [ "0000:00/0000:00:01.1/0000:01:00.0", "0000:00/0000:00:01.0/0000:02:00.1" ] } 17

18 Creating Interface Map Cheat Sheet Alternative commands on the admin node: knife node show <node> -a "dmi.system.product_name" knife node show <node> -a "dmi.system.serial_number" knife node show <node> -a "crowbar_ohai.detected.network" Delete ( forget ) the discovered node before updating the network proposal. 18

19 Useful tools for network.json (Cloud 7 +) To find out to which real interface a crowbar interface name maps network-json-resolve network-json \ network.json resolve <nodename> 1g1 To find out the interfaces used by the crowbar networks: network-json-resolve network-json \ network.json networks <nodename> 19

20 Admin Node: Using Chef

21 SUSE OpenStack Cloud Admin Populate ~root/.ssh/authorized_keys prior install Barclamp install logs: /var/log/crowbar/barclamp_install Node discovery logs: /var/log/crowbar/sledgehammer/d<macid>.<domain>.log Syslog of crowbar installed nodes sent via rsyslog to: /var/log/nodes/d<macid>.log 21

22 Useful Tricks Root login to the Cloud installed nodes should be possible from admin node (even in discovery stage) If admin network is reachable: ~/.ssh/config: host * StrictHostKeyChecking no user root 22

23 SUSE OpenStack Cloud Admin If a proposal is applied, chef client logs are at: /var/log/crowbar/chef-client/<macid>.<domain>.log Useful crowbar commands: crowbar machines help crowbar transition <node> <state> crowbar <barclamp> proposal list show <name> crowbar <barclamp> proposal delete default crowbar reset nodes crowbar reset proposal <barclamp> default 23

24 Admin Node: Crowbar Services Nodes are deployed via PXE boot: /srv/tftpboot/discovery/pxelinux.cfg/* Installed via AutoYaST; profile generated to: /srv/tftpboot/nodes/d<mac>.<domain>/autoyast.xml Can delete & rerun chef-client on the admin node Can add useful settings to autoyast.xml: <confirm config:type="boolean">true</confirm> (don t forget to chattr +i the file) 24

25 Admin Node: Crowbar UI Raw settings in barclamp proposals allow access to "expert" (hidden) options Most interesting are: debug: true verbose: true 25

26 Admin Node: Crowbar Gotchas Be patient - Only transition one node at a time - Only apply one proposal at a time Cloud nodes should boot from: 1. Network 2. First disk 26

27 SUSE OpenStack Cloud Node (Controller, Compute, Storage..) Cloud Node SUSE OpenStack Cloud Node specific services All managed via Chef: /var/log/chef/client.log rcchef-client status chef-client can be invoked manually Chef Client SLES 27

28 High Availability

29 What is High Availability? Availability = Uptime / Total Time 99.99% ( 4 nines ) == ~53 minutes / year % ( 5 nines ) == ~5 minutes / year High Availability (HA) Typically accounts for mild / moderate failure scenarios e.g. hardware failures and recoverable software errors automated recovery by restarting / migrating services HA!= Disaster Recovery (DR) Cross-site failover Partially or fully automated HA!= Fault Tolerance 29

30 Internal architecture 30

31 Resource Agents Executables which start / stop / monitor resources RA types: systemd services Used for Apache, HAProxy in Cloud 6+ LSB init scripts OCF scripts (~ LSB + meta-data + monitor action +...) /usr/lib/ocf/resource.d/ Used for DRBD, VIP Legacy Heartbeat RAs (ancient, irrelevant) 31

32 Results of resource failures If fail counter is exceeded, clean-up is required: crm resource cleanup $resource Failures are expected: when a node dies when storage or network failures occur Failures are not expected during normal operation: applying a proposal starting or cleanly stopping resources or nodes Unexpected failures usually indicate a bug! Do not get into the habit of cleaning up and ignoring! 32

33 crm configure graph FTW! 33

34 Before diagnosis Understand initial state / context crm conf igure graph is awesome! crm_mon Which fencing devices are in use? What's the network topology? What was done leading up to the failure? Look for first (relevant) failure Failures can cascade, so don't confuse cause and effect Watch out for STONITH 34

35 Diagnosis What failed? Resource? Node? Orchestration via Crowbar / chef-client? cross-cluster ordering Pacemaker config? (e.g. incorrect constraints) Corosync / cluster communications? chef-client logs are usually a good place to start More on logging later 35

36 Symptoms of resource Failures Failures reported via Pacemaker UIs Failed actions: neutron-ha-tool_start_0 on d 'unknown error' (1): call=281, status=complete, last-rc-change='thu Jun 4 16:15: ', queued=0ms, exec=1734ms neutron-ha-tool_start_0 on d 'unknown error' (1): call=259, status=complete, last-rc-change='thu Jun 4 16:17: ', queued=0ms, exec=392ms Services become temporarily or permanently unavailable Services migrate to another cluster node 36

37 Symptoms of node failures Services become temporarily or permanently unavailable, or migrated to another cluster node Node is unexpectedly rebooted (STONITH) Crowbar web UI may show a red bubble icon next to a controller node Hawk web UI stops responding on one of the controller nodes (should still be able to use the others) ssh connection to a cluster node freezes 37

38 Symptoms of orchestration failures Proposal / chef-client failed Synchronization time-outs are common and obvious INFO: Processing crowbar-pacemaker_sync_mark[wait-keystone_database] action guess (keystone::server line 232) INFO: Checking if cluster founder has set keystone_database to 5... FATAL: Cluster founder didn't set keystone_database to 5! Find synchronization mark in recipe: crowbar_pacemaker_sync_mark "wait-keystone_database" # Create the Keystone Database database "create #{node[:keystone][:db][:database]} database" do... So node timed out waiting for cluster founder to create keystone database i.e. you're looking at the wrong log! So... root@crowbar:~ # knife search node founder:true -i 38

39 HA related Logging All changes to cluster configuration driven by chef-client either from application of barclamp proposal admin node: /var/log/crowbar/chef-client/$node.log or run by chef-client daemon every 900 seconds /var/log/chef/client.log on each node Remember chef-client often runs in parallel across nodes All HAE components log to /var/log/messages, /var/log/pacemaker.log on each cluster node Nothing Pacemaker-related on admin node 39

40 HAE Logs Which nodes' log files to look at? Node failures: /var/log/messages from DC Resource failures: /var/log/messages from DC and node with failed resource but remember the DC can move around (elections) Use hb_report or crm history or Hawk to assemble chronological cross-cluster log Saves a lot of pain strongly recommended! 40

41 Syslog messages to look out for Fencing going wrong pengine[16374]: warning: cluster_status: We do not have quorum - fencing and resource management disabled pengine[16374]: warning: stage6: Node d is unclean! pengine[16374]: warning: stage6: Node d a a is unclean! pengine[16374]: notice: stage6: Cannot fence unclean nodes until quorum is attained (or no-quorum-policy is set to ignore) Fencing going right crmd[16376]: notice: te_fence_node: Executing reboot fencing operation (66) on d a a (timeout=60000) stonith-ng[16371]: notice: handle_request: Client crmd f wants to fence (reboot) 'd a a' with device '(any)' Reason for fencing is almost always earlier in log. Don't forget all the possible reasons for fencing! Lots more get used to reading /var/log/messages! 41

42 Stabilising / Recovering a Cluster Should only be needed in corner cases, such issues need investigation from SUSE Start with a single node Stop all others rcchef-client stop rcpacemaker stop rccrowbar_join stop Clean up any failures crm resource cleanup crm_resource -o \ awk '/\tstopped Timed Out/ { print $1 }' \ xargs -n1 crm resource cleanup Make sure chef-client is happy 42

43 Stabilising / recovering a cluster (cont.) Add another node in rm /var/spool/corosync/block_automatic_start rcpacemaker start rccrowbar_join start Ensure nothing gets fenced Ensure no resource failures If fencing happens, check /var/log/messages to find out why, then rectify cause Repeat until all nodes are in cluster 43

44 Degrade Cluster for Debugging crm configure location fixup-cl-apache cl-apache \ rule -inf: '#uname' eq $HOSTNAME Allows to degrade an active/active resource to only one instance per cluster Useful for tracing requests 44

45 TL; DR: Just Enough HA crm configure show crm_mon [-1] (? for help) crm resource restart <X> crm resource cleanup <X> 45

46 Compute HA Architecture 46

47 Verifying compute node failure detection Pacemaker monitors compute nodes via pacemaker_remote. If compute node failure detected: compute node is fenced crm_mon etc. will show node unclean / offline Pacemaker invokes fence-nova as secondary fencing resource crm configure show fencing_topology Find node running fence_compute: crm resource show fence-nova 47

48 Verify secondary fencing fence_compute script: tells nova server that node is down updates attribute on compute node to indicate node needs recovery Log files: /var/log/nova/fence_compute.log /var/log/messages on DC and node running fence-nova Verify attribute state via: attrd_updater --query --all --name=evacuate 48

49 Verify compute node failure recovery process NovaEvacuate spots attribute and calls nova evacuate # crm resource show nova-evacuate resource nova-evacuate is running on: d nova resurrects VM on other node # grep nova-evacuate /var/log/messages NovaEvacuate [...] Initiating evacuation NovaEvacuate [...] Completed evacuation Warning: no retries if resurrection fails! 49

50 Process failures pacemaker_remote looks after key compute node services. Use crm resource show cl-g-nova-compute to find out which services it looks after Pacemaker will automatically restart dead processes 50

51 Now Coming to OpenStack

52 OpenStack Architecture Diagram 52

53 OpenStack Block diagram Accesses almost everything Keystone: SPOF 53

54 OpenStack Architecture Typically each OpenStack component provides: an API daemon / service one or many backend daemons that do the actual work openstack / <prj> command line client to access the API <proj>-manage client for admin-only functionality dashboard ("Horizon") Admin tab for a graphical view on the service uses an SQL database for storing state 54

55 OpenStack Packaging Basics Packages are usually named: openstack-<codename> usually a subpackage for each service (-api, -scheduler, etc) log to /var/log/<codename>/<service>.log each service has an init script: dde-ad-be-ff-00-01:~# rcopenstack-glance-api status Checking for service glance-api...running 55

56 OpenStack Debugging Basics Log files often lack useful information without verbose enabled TRACEs of processes are not logged without verbose Many reasons for API error messages are not logged unless debug is turned on Debug is very verbose (>10GB per hour)

57 OpenStack Architecture Accesses almost everything Keystone: SPOF 57

58 OpenStack Dashboard: Horizon /var/log/apache2 openstackdashboarderror_log Get the exact URL it tries to access! Enable debug in Horizon barclamp Test components individually 58

59 OpenStack Identity: Keystone Needed to access all services Needed by all services for checking authorization Use keystone token-get to validate credentials and test service availability 59

60 OpenStack Imaging: Glance To validate service availability: openstack image list openstack image save file /dev/null <id> openstack image show <id> Don t forget hypervisor_type property! 60

61 OpenStack Compute: Nova nova service-list 61

62 Nova Overview Scheduler API Conductor Compute Compute Compute "Launches" go to Scheduler; rest to Conductor 62

63 Nova Booting VM Workflow 63

64 Nova: Scheduling a VM 64

65 OpenStack Volumes: Cinder Scheduler API Volume Volume Volume Volume 65

66 OpenStack Cinder: Volumes 66

67 OpenStack Networking: Neutron Swiss Army knife for SDN neutron agent-list neutron net-list neutron port-list neutron router-list There's no neutron-manage Connectivity through legacy router (distributed = False): on the Network Node Connectivity through DVR router (distributed = True): On the network node for SNAT traffic DHCP traffic. On the compute node(s) for Floating IPs Traffic between project networks 67

68 OpenStack Networking: Distributed Virtual Router Every Compute Node handles inter-vm traffic between project (tenant) networks Mapping of Floating IPs to project network Metadata for VMs Network node handles SNAT routing 68

69 Neutron setup (non-dvr) 69

70 Neutron setup (with DVR) 70

71 OpenStack Neutron : Where are my packets? tcpdump at.. VM connectivity through legacy router (distributed set to False): on the Network node(s) assigned to that router VM connectivity through DVR router (distributed set to True): On the Network node for SNAT traffic DHCP traffic On the Compute node for Floating IPs Traffic between project (tenant) networks 71

72 Basic Network Layout 72

73 Networking with OVS: Compute Node 73

74 Networking with LB: Compute Node 74

75 Neutron Troubleshooting 75

76 Q&A Thank you 77

77 Bonus Material 78

78 OpenStack Orchestration: Heat 79

79 OpenStack Orchestration: Heat Uses Nova, Cinder, Neutron to assemble complete stacks of resources heat stack-list heat resource-list show <stack> heat event-list show <stack> Usually necessary to query the actual OpenStack service for further information 80

80 OpenStack Imaging: Glance Usually issues are in the configured glance backend itself (e.g. RBD, swift, filesystem) so debugging concentrates on those Filesytem: RBD: /var/lib/glance/images ceph -w rbd -p <pool> ls 81

81

Troubleshooting Your SUSE TUT6113. Cloud. Paul Thompson SUSE Technical Consultant. Dirk Müller SUSE OpenStack Engineer

Troubleshooting Your SUSE TUT6113. Cloud. Paul Thompson SUSE Technical Consultant. Dirk Müller SUSE OpenStack Engineer Troubleshooting Your SUSE TUT6113 Cloud Paul Thompson SUSE Technical Consultant Dirk Müller SUSE OpenStack Engineer 2 SUSE Cloud... SUSE Cloud Troubleshooting 3 SUSE Cloud 4653 Parameters 4 SUSE Cloud

More information

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion HPE Helion OpenStack Carrier Grade 1.1 Release Notes 2017-11-14 HPE Helion Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes... 3 Changes in This Release... 3 Usage Caveats...4 Known Problems

More information

Exploring History with Hawk

Exploring History with Hawk Exploring History with Hawk An Introduction to Cluster Forensics Kristoffer Grönlund High Availability Software Developer kgronlund@suse.com This tutorial High Availability in 5 minutes Introduction to

More information

HA for OpenStack: Connecting the dots

HA for OpenStack: Connecting the dots HA for OpenStack: Connecting the dots Raghavan Rags Srinivas Rackspace OpenStack Meetup, Washington DC on Jan. 23 rd 2013 Rags Solutions Architect at Rackspace for OpenStack-based Rackspace Private Cloud

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 29 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 11 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Protecting the Galaxy Multi-Region Disaster Recovery with OpenStack and Ceph

Protecting the Galaxy Multi-Region Disaster Recovery with OpenStack and Ceph Sea Séb n Coh Fed astie en n eric o L Han ucif red i Protecting the Galaxy Multi-Region Disaster Recovery with OpenStack and Ceph Your savers Sean Cohen - Principal Product Manager Red Hat OpenStack Platform

More information

Introduction to Neutron. Network as a Service

Introduction to Neutron. Network as a Service Introduction to Neutron Network as a Service Assaf Muller, Associate Software Engineer, Cloud Networking, Red Hat assafmuller.wordpress.com, amuller@redhat.com, amuller on Freenode (#openstack) The Why

More information

Deployment Guide. SUSE OpenStack Cloud 7

Deployment Guide. SUSE OpenStack Cloud 7 Deployment Guide Deployment Guide by Frank Sundermeyer and Tanja Roth Publication Date: August 04, 2017 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation

More information

Fuel VMware DVS plugin testing documentation

Fuel VMware DVS plugin testing documentation Fuel VMware DVS plugin testing documentation Release 3.1-3.1.1-1 Mirantis Inc. Jan 31, 2017 CONTENTS 1 Testing documents 1 Test Plan for VMware DVS plugin version 3.1.1................................

More information

RedHat Cluster (Pacemaker/Corosync)

RedHat Cluster (Pacemaker/Corosync) RedHat Cluster (Pacemaker/Corosync) Chapter 1:- Introduction and basic difference from previous RHEL cluster and latest RHEL Cluster. Red hat cluster allows you to configure and manage group of resources

More information

Life Without DevStack: OpenStack Development With OSA. Miguel

Life Without DevStack: OpenStack Development With OSA. Miguel Life Without DevStack: OpenStack Development With OSA Miguel Grinberg @miguelgrinberg About Me Software Developer with Rackspace Rackspace Private Cloud OpenStack Contributor openstack-ansible, heat, keystone,

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

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

Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical

Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1106 Agenda Cisco Media Blueprint Media Workflows

More information

HP Helion OpenStack Carrier Grade 1.1: Release Notes

HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade Contents 2 Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes...3 Changes in This Release... 5 Usage Caveats...7

More information

vrealize Orchestrator Load Balancing

vrealize Orchestrator Load Balancing vrealize Orchestrator Load Balancing Configuration Guide Version 7.0.x T E C H N I C A L W H I T E P A P E R M A Y 2 0 1 6 V E R S I O N 1. 0 Table of Contents Introduction... 4 Load Balancing Concepts...

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

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

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

A fields' Introduction to SUSE Enterprise Storage TUT91098

A fields' Introduction to SUSE Enterprise Storage TUT91098 A fields' Introduction to SUSE Enterprise Storage TUT91098 Robert Grosschopff Senior Systems Engineer robert.grosschopff@suse.com Martin Weiss Senior Consultant martin.weiss@suse.com Joao Luis Senior Software

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

VMware Integrated OpenStack Quick Start Guide

VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

Monitoring Cisco VTS

Monitoring Cisco VTS The following sections provide details about Monit and collectd features that enable you to monitor Cisco VTS. Monitoring features (collectd and Monit) are not supported for Data Plane (VTF) when VTF is

More information

Minimal OpenStack Starting Your OpenStack Journey

Minimal OpenStack Starting Your OpenStack Journey Minimal OpenStack Starting Your OpenStack Journey Sean Dague / Aug 19th, 2015 Twitter: @sdague Blog: dague.net The Mission of OpenStack "To produce the ubiquitous Open Source Cloud Computing platform that

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

OpenStack Icehouse on IPv6

OpenStack Icehouse on IPv6 OpenStack Icehouse on IPv6 Shixiong Shang v1.3 Agenda Introduction Overview Use Cases Design and Implementation Demo Next Steps 2 Introduction Nephos6 Founded in June, 2011 Service assurance company Twitter:

More information

OpenContrail Overview Architecture & Demo

OpenContrail Overview Architecture & Demo www.opencontrail.org OpenContrail Overview Architecture & Demo Qasim Arham Oct, 2014 Agenda Introduction OpenStack Architecture and Overview OpenContrail and OpenStack Integration OpenStack Neutron Overview

More information

"Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary

Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary Course Summary Description This course will take students through an in-depth look at HPE Helion OpenStack V5.0. The course flow is optimized to address the high-level architecture and HPE Helion OpenStack

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

This option lets you reset the password that you use to log in if you do not remember it. To change the password,

This option lets you reset the password that you use to log in if you do not remember it. To change the password, User s Guide Overview IDrive offers the most cost-effective BMR functionality with onsite disk image backup for SMBs. You can store entire data of hard disks including the operating system (OS) and application

More information

OpenStack End User Guide. SUSE OpenStack Cloud 8

OpenStack End User Guide. SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 ABSTRACT OpenStack is an open-source cloud computing platform for public and private clouds. A series of

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

vrealize Orchestrator Load Balancing

vrealize Orchestrator Load Balancing vrealize Orchestrator Load Balancing Configuration Guide Version 7.4 T E C H N I C A L W H I T E P A P E R A P R I L 2 0 1 8 V E R S I O N 1 Table of Contents Introduction... 5 Load Balancing Concepts...

More information

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

vrealize Operations Management Pack for OpenStack 5.0

vrealize Operations Management Pack for OpenStack 5.0 vrealize Operations Management Pack for 5.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

More information

Managing Pod Through Cisco VIM Insight

Managing Pod Through Cisco VIM Insight The following topics tell you how to install and replace Cisco Virtual Infrastructure Manager (VIM) nodes using Cisco VIM Insight. Managing Hardware, page 1 Managing Software, page 7 Pod User Administration,

More information

Red Hat Enterprise Linux OpenStack Platform User Group.

Red Hat Enterprise Linux OpenStack Platform User Group. Red Hat Enterprise Linux OpenStack Platform User Group. Chris Milsted Seniour Solutions Architect; RHEL, Satellite, OpenStack, OpenShift, Red Hat Storage, Containers... cmilsted@redhat.com Recap on RHEL

More information

Linux Clusters Institute: OpenStack Neutron

Linux Clusters Institute: OpenStack Neutron Linux Clusters Institute: OpenStack Neutron Yale, August 13 th 17 th 2018 John Michael Lowe Senior Cloud Engineer Indiana University jomlowe@iu.edu Neutron SDN or not Network Namespaces Components Security

More information

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University OpenStack Architecture and Operation OpenStack Tutorial Day 2 Kasidit Chanchio Vasabilab, Thammasat University How OpenStack Components work Components in our focuses: Keystone Nova Glance Networking Orchrestration

More information

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer Quantum, network services for Openstack Salvatore Orlando sorlando@nicira.com Openstack Quantum core developer Twitter- @taturiello Caveats Quantum is in its teenage years: there are lots of things that

More information

Red Hat OpenStack Platform 14

Red Hat OpenStack Platform 14 Red Hat OpenStack Platform 14 High Availability for Compute Instances Configure High Availability for Compute Instances Last Updated: 2019-02-11 Red Hat OpenStack Platform 14 High Availability for Compute

More information

Architecture and terminology

Architecture and terminology Architecture and terminology Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix May 2015 Agenda RHEL-OSP services modules

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Diagnostic Manager. User Guide VERSION August 22,

Diagnostic Manager. User Guide VERSION August 22, Diagnostic Manager User Guide VERSION 4.12 August 22, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright Copyright International GmbH and Idera, Inc., 2004-2018 All rights reserved. No part

More information

Red Hat OpenStack Platform 10

Red Hat OpenStack Platform 10 Red Hat OpenStack Platform 10 High Availability for Compute Instances Configure High Availability for Compute Instances Last Updated: 2018-10-01 Red Hat OpenStack Platform 10 High Availability for Compute

More information

IBM Cloud Orchestrator Version User's Guide IBM

IBM Cloud Orchestrator Version User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM Note Before you use this information and the product it supports, read the information in

More information

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

Layer-4 to Layer-7 Services

Layer-4 to Layer-7 Services Overview, page 1 Tenant Edge-Firewall, page 1 LBaaS, page 2 FWaaS, page 4 Firewall Configuration, page 6 Overview Layer-4 through Layer-7 services support(s) end-to-end communication between a source and

More information

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

Introduction to OpenStack Trove

Introduction to OpenStack Trove Introduction to OpenStack Trove A multi-database deployment Doug Shelley - Tesora Michael Basnight - Rackspace Agenda What is Trove How to Install Trove A look at the Trove API Multi-Database demonstration

More information

StorageGRID Webscale 10.3 Software Installation Guide for OpenStack Deployments

StorageGRID Webscale 10.3 Software Installation Guide for OpenStack Deployments StorageGRID Webscale 10.3 Software Installation Guide for OpenStack Deployments September 2016 215-10818_A0 doccomments@netapp.com Table of Contents 3 Contents Deployment planning and preparation... 5

More information

FloatingIP Enhancement For Public Cloud Infrastructure

FloatingIP Enhancement For Public Cloud Infrastructure FloatingIP Enhancement For Public Cloud Infrastructure June 4, 2015 Yushiro Furukawa Fujitsu Limited 0 Who am I? Yushiro Furukawa (Speaker) Software Engineer of Fujitsu from 2011 Developer of OpenStack

More information

StarlingX. StarlingX is aligned with the OpenStack Foundation Edge Working Group and the Linux Foundation Akraino Edge Stack.

StarlingX. StarlingX is aligned with the OpenStack Foundation Edge Working Group and the Linux Foundation Akraino Edge Stack. StarlingX 1 StarlingX The StarlingX Project provides a fully integrated openstack platform with focus on High Availability, Quality of Service, Performance and Low Latency needed for industrial and telco

More information

Case Study on Enterprise Private Cloud

Case Study on Enterprise Private Cloud Case Study on Enterprise Private Cloud A TCS Case Study Veerapuram Varadhan (SUSE) Murugan N (TCS) Agenda Tata Consultancy Services Company Overview Private Cloud Challenges Present infrastructure TCS

More information

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

vrealize Operations Management Pack for NSX for Multi-Hypervisor

vrealize Operations Management Pack for NSX for Multi-Hypervisor vrealize Operations Management Pack for 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

More information

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing.

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing. SUSE OpenStack Cloud Production Deployment Architecture Guide Solution Guide Cloud Computing Table of Contents page Introduction... 2 High Availability Configuration...6 Network Topography...8 Services

More information

MySQL High Availability and Geographical Disaster Recovery with Percona Replication Manager. Yves Trudeau November 2013

MySQL High Availability and Geographical Disaster Recovery with Percona Replication Manager. Yves Trudeau November 2013 MySQL High Availability and Geographical Disaster Recovery with Percona Replication Manager Yves Trudeau November 2013 Agenda Geo-DR problems and challenges Introduction to Corosync Introduction to Pacemaker

More information

The InfluxDB-Grafana plugin for Fuel Documentation

The InfluxDB-Grafana plugin for Fuel Documentation The InfluxDB-Grafana plugin for Fuel Documentation Release 0.8.0 Mirantis Inc. December 14, 2015 Contents 1 User documentation 1 1.1 Overview................................................. 1 1.2 Release

More information

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5 First Published: 2018-10-16 Last Modified: 2018-11-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze Agenda 1. OpenStack Architecture 2. Pattern Deployment with Heat 3. Summary 2 What is OpenStack? At its most basic level, OpenStackis

More information

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer Agenda Background Technical Overview Demonstration Q&A 2 Looking Back Do You Remember What This Guy Did to IT? Linux 3 The Internet

More information

The ScaleIO plugin for Fuel Documentation

The ScaleIO plugin for Fuel Documentation The ScaleIO plugin for Fuel Documentation Release 2.1-2.1.1-1 EMC Corporation September 13, 2016 CONTENTS 1 Plugin Guide 1 1.1 Release Notes v2.1.1........................................... 1 1.2 Introduction...............................................

More information

VMware Validated Design Monitoring and Alerting Guide

VMware Validated Design Monitoring and Alerting Guide VMware Validated Design Monitoring and Alerting Guide VMware Validated Design for Software- Defined Data Center 2.0 This document supports the version of each product listed and supports all subsequent

More information

Transparent Service Migration to the Cloud Clone existing VMs to CloudStack/OpenStack templates without user downtime. CloudOpen Seattle 2015

Transparent Service Migration to the Cloud Clone existing VMs to CloudStack/OpenStack templates without user downtime. CloudOpen Seattle 2015 Transparent Service Migration to the Cloud Clone existing VMs to CloudStack/OpenStack templates without user downtime CloudOpen Seattle 2015 #whoami Name: Tim Mackey Current roles: XenServer Community

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

PERFORMANCE ANALYSIS OF CLOUD COMPUTING PLATFORMS

PERFORMANCE ANALYSIS OF CLOUD COMPUTING PLATFORMS PERFORMANCE OF CLOUD PLATFORMS Yves Junior BATIONO December 2016 École Polytechnique de Montréal Laboratoire DORSAL OUTLINE INTRODUCTION RESEARCH OBJECTIVES METHODOLOGY DIAGNOSIS DIAGNOSIS DIAGNOSIS MULTI

More information

BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION. Yaniv Kaul Director, SW engineering June 2016

BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION. Yaniv Kaul Director, SW engineering June 2016 BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION Yaniv Kaul Director, SW engineering June 2016 HOSTS IN A RHEV SYSTEM Host functionality Hosts run the KVM hypervisor

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

More information

Live updates in high-availability (HA) clouds

Live updates in high-availability (HA) clouds Master of Science in Telecommunication Systems June 2018 Live updates in high-availability (HA) clouds Vivek Sanagari Faculty of Computing, Blekinge Institute of Technology, 371 79 Karlskrona, Sweden This

More information

CIT 668: System Architecture

CIT 668: System Architecture CIT 668: System Architecture Availability Topics 1. What is availability? 2. Measuring Availability 3. Failover 4. Failover Configurations 5. Linux HA Availability Availability is the ratio of the time

More information

TUT90846 Towards Zero Downtime How to Maintain SAP HANA System Replication Clusters

TUT90846 Towards Zero Downtime How to Maintain SAP HANA System Replication Clusters TUT90846 Towards Zero Downtime How to Maintain SAP HANA System Replication Clusters Fabian Herschel Senior Architect SAP Fabian.Herschel@suse.com Markus Gürtler Senior Architect SAP Markus.Guertler@suse.com

More information

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102 Upcoming Services in OpenStack Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1102 Agenda OpenStack Overview Upcoming Services Trove Sahara Ironic Magnum Kolla OpenStack Overview

More information

MySQL HA Solutions Selecting the best approach to protect access to your data

MySQL HA Solutions Selecting the best approach to protect access to your data MySQL HA Solutions Selecting the best approach to protect access to your data Sastry Vedantam sastry.vedantam@oracle.com February 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved

More information

OpenStack Admin User Guide

OpenStack Admin User Guide docs.openstack.org OpenStack Admin User Guide current (2014-12-10) Copyright 2014 OpenStack Foundation Some rights reserved. OpenStack is an open source cloud computing platform for public and private

More information

Deploying a Private OpenStack Cloud at Scale. Matt Fischer & Clayton O Neill

Deploying a Private OpenStack Cloud at Scale. Matt Fischer & Clayton O Neill Deploying a Private OpenStack Cloud at Scale Matt Fischer & Clayton O Neill Introduction Clayton O Neill clayton.oneill@twcable.com IRC: clayton Matt Fischer matt.fischer@twcable.com IRC: mfisch What Is

More information

SUSE Linux Enterprise High Availability Extension

SUSE Linux Enterprise High Availability Extension SUSE Linux Enterprise High Availability Extension 11 SP2 March 29, 2012 High Availability Guide www.suse.com High Availability Guide List of Authors: Tanja Roth, Thomas Schraitle Copyright 2006 2012 Novell,

More information

OpenStack in 10 minutes with DevStack

OpenStack in 10 minutes with DevStack OpenStack in 10 minutes with DevStack Sean Dague / Aug 20th, 2014 Twitter: @sdague Blog: dague.net OpenStack A Constellation of IaaS Services Heat Sahara Horizon Swift Trove Glance Nova Cinder Keystone

More information

getting started guide

getting started guide Pure commitment. getting started guide Cloud Native Infrastructure version 2.0 Contents Introduction... 3 Intended audience... 3 Logging in to the Cloud Native Infrastructure dashboard... 3 Creating your

More information

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

THE CEPH POWER SHOW. Episode 2 : The Jewel Story. Daniel Messer Technical Marketing Red Hat Storage. Karan Singh Sr. Storage Architect Red Hat Storage

THE CEPH POWER SHOW. Episode 2 : The Jewel Story. Daniel Messer Technical Marketing Red Hat Storage. Karan Singh Sr. Storage Architect Red Hat Storage THE CEPH POWER SHOW Episode 2 : The Jewel Story Karan Singh Sr. Storage Architect Red Hat Storage Daniel Messer Technical Marketing Red Hat Storage Kyle Bader Sr. Storage Architect Red Hat Storage AGENDA

More information

Veritas HyperScale 1.0. Ubuntu

Veritas HyperScale 1.0. Ubuntu Veritas HyperScale 1.0 for OpenStack User's Guide Ubuntu June 2017 Veritas HyperScale for OpenStack User's Guide Last updated: 2017-06-22 Document version: 1.0 Rev 1 Legal Notice Copyright 2017 Veritas

More information

High Availability for Highly Reliable Systems

High Availability for Highly Reliable Systems High Availability for Highly Reliable Systems Mike Friesenegger SUSE Wednesday, February 6, 2013 Session: 12367 Agenda What is a high availability (HA) cluster? What is required to build a HA cluster using

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 OpenStack Integration Test Suite Guide Introduction to the OpenStack Integration Test Suite Last Updated: 2018-06-25 Red Hat OpenStack Platform 13 OpenStack Integration Test

More information

Monitoring WAAS Using WAAS Central Manager. Monitoring WAAS Network Health. Using the WAAS Dashboard CHAPTER

Monitoring WAAS Using WAAS Central Manager. Monitoring WAAS Network Health. Using the WAAS Dashboard CHAPTER CHAPTER 1 This chapter describes how to use WAAS Central Manager to monitor network health, device health, and traffic interception of the WAAS environment. This chapter contains the following sections:

More information

What s New in Newton. Emily Hugenbruch, Advisory Software

What s New in Newton. Emily Hugenbruch, Advisory Software What s New in Newton Emily Hugenbruch, Advisory Software Engineer, @ekhugen IBM s z/vm Cloud Stack approach 1. z/vm drivers provided to the OpenStack community z/vm drivers are currently open source, part

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS Carrier networks are undergoing their biggest transformation since the beginning of the Internet. The ability to get to market quickly and to respond to

More information

Installation runbook for

Installation runbook for Installation runbook for Arista Networks ML2 VLAN driver, L3 plugin integration Partner Name: Product Name: Product Version: Arista Networks Arista EOS EOS-4.14.5 or above MOS Version: Mirantis OpenStack

More information

OPNFV Release Notes for the Arno SR1 release of OPNFV when using Foreman as a deployment tool

OPNFV Release Notes for the Arno SR1 release of OPNFV when using Foreman as a deployment tool OPNFV Release Notes for the Arno SR1 release of OPNFV when using Foreman as a deployment tool Table of Contents Abstract 1 License 1 Version history 1 Important notes 2 Summary 2 Release Data 2 Version

More information

Fuel VMware DVS Plugin Guide

Fuel VMware DVS Plugin Guide Fuel VMware DVS Plugin Guide Release 3.1-3.1.1-1 Mirantis Inc. Jan 31, 2017 CONTENTS 1 Overview 1 2 Install and configure VMware DVS plugin for Fuel 4 3 Use VMware DVS plugin for Fuel 11 i CHAPTER ONE

More information

Loadbalancer.org Virtual Appliance quick start guide v6.3

Loadbalancer.org Virtual Appliance quick start guide v6.3 Loadbalancer.org Virtual Appliance quick start guide v6.3 What are your objectives?...2 What is the difference between a one-arm and a two-arm configuration?...2 What are the different load balancing methods

More information

클라우드스토리지구축을 위한 ceph 설치및설정

클라우드스토리지구축을 위한 ceph 설치및설정 클라우드스토리지구축을 위한 ceph 설치및설정 Ph.D. Sun Park GIST, NetCS Lab. 2015. 07. 15 1 목차 Cloud Storage Services? Open Source Cloud Storage Softwares Introducing Ceph Storage Ceph Installation & Configuration Automatic

More information

Cloud in a box. Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX. Lars Everbrand. Software Developer

Cloud in a box. Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX. Lars Everbrand. Software Developer Cloud in a box Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX Lars Everbrand Software Developer lars.everbrand@ericsson.com 2 From 3 To Introduction Disclaimer All views expressed

More information

Getting Started with an OpenStackbased Cloud Using SUSE OpenStack Cloud to Run SAP Applications

Getting Started with an OpenStackbased Cloud Using SUSE OpenStack Cloud to Run SAP Applications Program Guide www.suse.com Getting Started with an OpenStackbased Cloud Using SUSE OpenStack Cloud to Run SAP Applications Written by B1 Systems GmbH July 2015 2 Introduction to the Software Components...

More information

Linux-HA Version 3. Open Source Data Center April 30 th, 2009

Linux-HA Version 3. Open Source Data Center April 30 th, 2009 MultiNET Services GmbH Linux-HA Version 3 Open Source Data Center April 30 th, 2009 Dr. Michael Schwartzkopff, MultiNET Services GmbH MultiNET Services GmbH, OSDC, 09/04/30: LinuxHAv2: page 1 Contents

More information

OpenStack Deployment Manual

OpenStack Deployment Manual Bright Cluster Manager 7.2 OpenStack Deployment Manual Revision: cf06487 Date: Mon Apr 30 2018 2015 Bright Computing, Inc. All Rights Reserved. This manual or parts thereof may not be reproduced in any

More information

Building NFV Solutions with OpenStack and Cisco ACI

Building NFV Solutions with OpenStack and Cisco ACI Building NFV Solutions with OpenStack and Cisco ACI Domenico Dastoli @domdastoli INSBU Technical Marketing Engineer Iftikhar Rathore - INSBU Technical Marketing Engineer Agenda Brief Introduction to Cisco

More information