PRS. Richard Gass Intel

Size: px
Start display at page:

Download "PRS. Richard Gass Intel"

Transcription

1 Session E: PRS

2 PRS Richard Gass Intel 2

3 Agenda Sessions: (A) Introduction (B) Hadoop Break Hadoop :30 Lunch (C) Pig Break (D) Tashi Break (E) PRS I. Overview II. Plans/Status III. User View IV. Adminsitration V. Installation VI. Summary 3

4 Overview 4

5 Open Cirrus Stack Management and control subsystem Compute + network + storage resources Power + cooling Physical Resource set (PRS) service Credit: John Wilkes (HP) 5

6 Open Cirrus Stack PRS clients, each with their own physical data center Eucalyptus Tashi/HDFS NFS storage service Experiment PRS service 6

7 Open Cirrus Stack Virtual clusters Virtual cluster Virtual cluster Eucalyptus Tashi/HDFS NFS storage service Experiment PRS service 7

8 Open Cirrus Stack Web Service BigData App Hadoop 1. Application running 2. On Hadoop 3. On Tashi virtual cluster 4. On a PRS 5. On real hardware Virtual cluster Virtual cluster Eucalyptus Tashi/HDFS NFS storage service Experiment PRS service 8

9 Open Cirrus stack - PRS PRS service goals Provide mini-datacenters to users Isolate mini-datacenters from each other PRS service PRS service approach Allocate sets of physical co-located nodes, isolated inside VLANs. Initial PRS implementation from HP Re-write from Intel (in collaboration with HP) contributed to Apache Software Foundation 9

10 Further Motivation Enable innovation in virtualization Allow running without virtualization overhead Necessary for predictable QoS e.g. cache interference

11 Goals Reduce complexity in allocating physical resources Gain User Confidence Show users that we can efficiently allocate/deallocate resources Stop the squatting Incentives HP s tycoon (economic model) Simple points scheme for good behavior Early return 11

12 Responsibilities of PRS Isolate domains Provision system software Provide platform control On/Off Provide boot debug VLAN PXE IPMI IPMI 12

13 VLAN Virtual LAN technology allows a single physical network to appear as several isolated networks Ethernet packets are tagged with a VLAN id Switches and NICs enforce the policies associated with each VLAN By associating PRS domains with different VLANs, they can be isolated from each other The PRS system provides the interfaces necessary to abstract switch configuration programming across multiple switch vendors 13

14 PreeXecution Environment PXE Enables provisioning of OS image over the network On machine boot, the NIC firmware contacts a PXE server via the DHCP process for the appropriate kernel and initrd to load Once loaded, the init scripts in the initrd can pull the filesystem to the machine In our environment, we download the desired filesystem to a ramdisk from a NFS server enabling a very rapid provisioning (30 seconds or less) while leaving the host filesystem undisturbed 14

15 IPMI Intelligent Platform Defines a standardized, abstracted, messagebased interface to intelligent platform management hardware Defines standardized records for describing platform management devices and their characteristics Management Interface Enables cross-platform management software 15

16 Status/Plans 16

17 PRS Roadmap Stage 1 Manages all cluster hardware Handles resource provisioning Provides interfaces for VLAN definition/programming Administrator is still in the allocation decision-making loop Stage 2 Introduces a request queue and primitive scheduler Admin may still be in loop, definitely for special cases Enables provisioning of OS to local disk Enables virtual disk conversion to physical Stage 3 Incentives module added (Tycoon) Tashi integration 17

18 Some History Previous prototype developed at HP Labs Focus on economic model Nice web interface which will be available upon reconvergence of code 18

19

20

21

22

23 User View 23

24 PRS Roles Admin: root of all authority Controls the physical resources User: requests domains Controls the domain, once allocated 24

25 Domains ADomain is the unit of PRS isolation A simple domain is a set of compute nodes gathered into a single VLAN Nodes are allocated from pools of available resources 25

26 The PRS Interface Users and Admins currently interact with the PRS system through a command line interface This interface both: Queries and updates records in the PRS database Wraps the various commands that must be issued to effect changes in the cluster PRS is currently a centralized system; users log into the PRS manager to issue commands An RPC interface is planned for the near future 26

27 PRS Usage Usage: prs <options> Standard options: --help --version --verbose Common options: --nodename <name> --switchport <port> Common admin options: --username <name> --uid <UID> [show this help message and exit] [show program's version number and exit] [be verbose] [Specify node] [Specify switchport switchname:portnum] [Specify user name] [Specify user id] 27

28 Image Management Interface --addimage <img> --delimage <img> [Add image to PRS] [Delete image] 28

29 User Allocation Interface --createdomain <name> May fail if name already exists --submitdomainrequest <name> --destroydomain domain <name> --requestnodes --domain <name> [--count <N>] [--nodename <name>] [--cores <n> ] Add the requested nodes to the domain --assignimage <kernel> <image> Assign image to resource --associatenewvlan domain <name> Allocate an unused VLAN number to domain --createreservation <YYYYMMDD> <YYYYMMDD> Specify duration of node reservation where start time may be ASAP --reservationnotes notes --updatereservation 29

30 Admin Allocation Interface --allocatenode --releasenode allocation] [Assign node to a user] [Release node --vlanisolate <vlanid> isolation] [Specify vlan for 30

31 Hardware Control --hardware [Make hardware call] --powerstatus [Get power status] --rebootnode [Reboot node (Soft)] --powercycle [Power Cycle (Hard)] --poweroff [Power off node] --poweron [Power on node] 31

32 Query Interface --showreservations --showresources --procs <N> --clock <N> --memory <N> --cpuflags flags --cores <N> --showpxeimages --showpxeimagemap [Show current node reservations] [Show available resources to choose from] [Filter by number of processors] [Filter by processor clock] [Filter by amount of memory (Bytes)] [Filter by CPU flags] [Filter by number of cores] [Show available PXE images to choose from] [Show PXE images host mapping] 32

33 Administration Interface --admin Enter Admin mode --addpxeimage --enablehostport --disablehostport --removevlan <vlanid> --createvlan <vlanid> --addnodetovlan <vlanid> --removenodefromvlan <vlanid> --setnativevlan <vlanid> --restorenativevlan --removeallvlans --sendswitchcommand <command> --interactiveswitchconfig <switchname> --showswitchconfig <nodename> [Add PXE image to database] [Enable a switch port] [Disable a switch port] [Remove vlan from all switches] [Create a vlan on all switches] [Add node to a vlan] [Remove node from a vlan] [Configure native vlan] [Restore native vlan] [Removes all vlans from a switchport] [Send Raw Switch Command, BE CAREFUL] [Interactively configure a switch] [Show switch config for node] 33

34 Administration 34

35 Typical Workflow 1. Admin queries available systems 2. Admin requests systems with desired user configuration 1. i.e., cores, memory, image, duration, etc 3. Request goes in queue 4. PRS locates resources and provides a list to admin/tashi. 5. Admin/Tashi moves s to free resources 1. Add node to blacklist and tell hadoop to reload 6. PRS allocates resources 1. Provides estimated time to get resources 2. User can query 3. PRS sends notification when allocated 7. PRS reclaims resources and adds them back into respective pools 1. User may extend time period before expiration 35

36 After allocation A returned PRS node is typically untrusted update the system to default settings Clean physical node by PXE booting a reset image Restore all setting to defaults (address, IPMI passwords) Repartition and format disks (Option) Trust images from some users No re-format needed Clean network configuration (VLAN) 36

37 Example: Minicluster./prs addimage hardy-rgass-testing:hardy:8.03./prs assignimage hardy-rgass-testing nodename r1r1u25./prs allocatenode nodename r1r1u25 username rgass reservationduration 30 vlanisolate 300 notes Practice allocation./prs addnodetovlan 300 nodename r1r1u25./prs hardware rebootnode nodename r1r1u25 37

38 Example: CloudConnect 1 100Mb/s Switch 100Mb/s Switch VLAN #1: Electrical Rack A Rack B Rack C Rack D Rack A region Rack B region M Rack C region Rack D region M 1 Gb/s Switch M - server -switch - manager 4Gb/s Switch VLAN #2: Optical 4x1Gb trunk link Network isolate a rack of machines and PXE boot them with a user s kernel and initrd Create a that acts as a SSH gateway and a NAT for the private cluster Dynamically configure switches to support the networking experiment 1Gb/s Switch

39 Example: CloudConnect 2 for i in r1r1u12 r1r1u13 r1r1u14 r1r1u15;do./prs --admin --setnativevlan 300 -n ${i}./prs --admin --addnodetovlan 800 -n ${i}./prs --admin --addnodetovlan 801 -n ${i}./prs --admin --addnodetovlan 802 -n ${i} done./prs --admin --switchport sw0-r1r1 --sendswitchcommand "config;interface range ethernet g(25-28); spanning-tree disable"./prs --admin --switchport sw0-r1r1 --sendswitchcommand "config;interface ethernet g25;switchport mode trunk;exit"./prs --admin --switchport sw0-r1r1 --sendswitchcommand "config;interface ethernet g26;switchport mode trunk;exit"./prs --admin --switchport sw0-r1r1 --sendswitchcommand "config;interface ethernet g27;switchport mode trunk;exit"./prs --admin --switchport sw0-r1r1 --sendswitchcommand "config;interface ethernet g28;switchport mode trunk;exit"./prs --admin --switchport sw0-r1r1 --sendswitchcommand "config;interface ethernet g28;switchport mode trunk;exit"./prs --admin --switchport sw0-r1r1:25 --setnativevlan 802 -v./prs --admin --switchport sw0-r1r1:26 --setnativevlan 804 -v./prs --admin --switchport sw0-r1r1:27 --setnativevlan 806 -v./prs --admin --switchport sw0-r1r1:28 --setnativevlan 808 -v for i in $(seq 12 16);do./prs --hardware --rebootnode -n r1r1u${i} done 39

40 Example cluster: Networking Testbed Network isolate a rack of machines and PXE boot them with a user s kernel and initrd Create a that acts as a SSH gateway and a NAT for the private cluster Dynamically configure switches to support the networking experiment 40

41 Future Work Integration with Tashi Would enable free exchange of resources between the Tashi pool and the free pool 41

42 System Servers PRS client User chooses machine PRS attributes client and queries PRS server PRS submits Results for queries a available are request DB to for locate sent the resources resources back available to resources the for some client time period Management Servers DB PRS server Administrator or Cluster Manager Node 1 : 8 Core, 16G memory, 6TB disk,30day Node 2 : 8 Core, 16G memory, 6TB disk,30 day Node 3 : 8 Core, 16G memory, 6TB disk,90 day Node 4 : 8 Core, 16G memory, 6TB disk,1 day Node 5 : 8 Core, 8G memory, 2TB disk, 90 day Node 6 : 8 Core, 8G memory, 2TB disk,90 day Node 7 : 8 Core, 8G memory, 2TB disk,90 day Node 8 : 8 Core, 8G memory, 2TB disk,90 day Node 9 : 8 Core, 8G memory, 2TB disk,90 day Node 10: 8 Core, 8G memory, 2TB disk,30 day Tashi Cluster Manager PXE server 42

43 System Servers PRS client R1 Request Queue Management Servers DB PRS server Administrator or Cluster Manager Tashi Cluster Manager PXE server 43

44 System Servers PRS client PRS processes request and identifies physical machines that satify the user request Management Servers DB PRS server Administrator or Cluster Manager Tashi Cluster Manager PXE server 44

45 System Servers PRS client Administrator or Cluster Manager PRS sends request to Tashi to free selected nodes Tashi moves virtual machines off of selected nodes Management Servers DB PRS server Tashi Cluster Manager PXE server 45

46 System Servers PRS client Administrator or Cluster Manager Physical machines PRS PRS boot allocated reboots up with the PXE physical machines image and to the sets requested PXE image user to and isolates users them from the network Tashi using notifies VLANs PRS that migration of virutal machines has completed Virtual disk image is converted to PXE image Management Servers DB PRS server Tashi Cluster Manager PXE PXE server 46

47 System Servers PRS client PRS updates reservation database User connects to the machines and starts running experiments Management Servers DB PRS server PXE PXE PXE Administrator or Cluster Manager PRS client queries server for allocation Tashi Cluster Manager PXE server 47

48 System Servers PRS client Management Servers DB PRS server Administrator or Cluster Manager Tashi Cluster Manager PXE server 48

49 System Servers PRS client Management Servers DB PRS server Administrator or Cluster Manager Tashi Cluster Manager PXE server 49

50 Installation 50

51 Necessary Components DHCP Server PXE Server NFS Server DNS Server (optional) Configurable switches New switch types may require new PRS modules Hardware access method E.g. IPMI IP-addressable PDUs enable rescue if IPMI becomes compromised 51

52 Internals 52

53 Notes on Current Software PRS client code is Python 2.5 PRS database implemented in MySQL Reachable through python-mysqldb interface pexpect used for switch configuration User information currently obtained through LDAP 53

54 Summary 54

55 PRS PRS lays the foundation of the Open Cirrus software stack easing management of multiple projects in a single cluster PRS enables partitioning clusters into isolated domains of physical resources Current implementation allows rapid provisioning of system software PRS code base is open source software available through Tashi project in Apache Incubator Contributions welcome 55

Baremetal with Apache CloudStack

Baremetal with Apache CloudStack Baremetal with Apache CloudStack ApacheCon Europe 2016 Jaydeep Marfatia Cloud, IOT and Analytics Me Director of Product Management Cloud Products Accelerite Background Project lead for open source project

More information

Lenovo NE1032 and NE1032T Switch

Lenovo NE1032 and NE1032T Switch Lenovo NE1032 and NE1032T Switch Quickstart Guide Document Version 1.0: 10/2018 Scale Computing 2018 1 Table of Contents Introduction 3 Requirements 3 Connect to the Switch 4 Over the Network 4 Console

More information

Barracuda Link Balancer

Barracuda Link Balancer Barracuda Networks Technical Documentation Barracuda Link Balancer Administrator s Guide Version 2.3 RECLAIM YOUR NETWORK Copyright Notice Copyright 2004-2011, Barracuda Networks www.barracuda.com v2.3-111215-01-1215

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

Virtualization. Michael Tsai 2018/4/16

Virtualization. Michael Tsai 2018/4/16 Virtualization Michael Tsai 2018/4/16 What is virtualization? Let s first look at a video from VMware http://www.vmware.com/tw/products/vsphere.html Problems? Low utilization Different needs DNS DHCP Web

More information

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

More information

Bare-Metal Container. National Institute of Advanced Industrial Science and Technology(AIST) Kuniyasu Suzaki

Bare-Metal Container. National Institute of Advanced Industrial Science and Technology(AIST) Kuniyasu Suzaki Bare-Metal Container National Institute of Advanced Industrial Science and Technology(AIST) Kuniyasu Suzaki 1 Contents Background of BMC Drawbacks of container, general kernel, and accounting. What is

More information

MaaS Integration for Baremetal Provisioning in Cloudstack

MaaS Integration for Baremetal Provisioning in Cloudstack MaaS Integration for Baremetal Provisioning in Cloudstack References Introduction High level use cases Document History Functional requirements & non-requirements Architecture and Design description Assumptions

More information

Lab 8.5.2: Troubleshooting Enterprise Networks 2

Lab 8.5.2: Troubleshooting Enterprise Networks 2 Lab 8.5.2: Troubleshooting Enterprise Networks 2 Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 192.168.10.1 255.255.255.0 N/A R1 Fa0/1 192.168.11.1 255.255.255.0

More information

Building physical clouds

Building physical clouds Building physical clouds Christian "kiko" Reis David Duffey Luke Williams OCP Tech Day August 30th, Menlo Park, CA Preamble How VMware killed hardware Time from request to prompt VM Metal Request Procure

More information

Deployment of a new M-Lab site

Deployment of a new M-Lab site Deployment of a new M-Lab site Deployment of a new M-Lab site Scope of the document HW deployment - on-site CHECKLIST for on-site staff, BEFORE going to the site SW configuration - on-site and off-site

More information

dctrack Quick Setup Guide Virtual Machine Requirements Requirements Requirements Preparing to Install dctrack

dctrack Quick Setup Guide Virtual Machine Requirements Requirements Requirements Preparing to Install dctrack dctrack Quick Setup Guide This Quick Setup Guide explains how to install and configure dctrack. For additional information on any aspect of dctrack, see the accompanying dctrack Help in other its online

More information

TORNADO M100 CELLNODE USER MANUAL

TORNADO M100 CELLNODE USER MANUAL TORNADO M100 CELLNODE USER MANUAL 2 Tornado M100 CellNode User Manual Tornado M100 CellNode User Manual 3 Contents START Menu...4 System Configuration...4 Firewall Filters...7 Network Routes...8 Network

More information

MiPDF.COM. 3. Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment?

MiPDF.COM. 3. Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment? CCNA1 v6.0 Chapter 2 Exam Answers 2017 (100%) MiPDF.COM 1. What is the function of the kernel of an operating software? It provides a user interface that allows users to request a specific task. The kernel

More information

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6 Lenovo ThinkSystem NE10032 Release Notes For Lenovo Cloud Network Operating System 10.6 Note: Before using this information and the product it supports, read the general information in the Safety information

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

openqrm Technical Overview

openqrm Technical Overview openqrm Technical Overview Open Source - Data Center Management Software November 2006 Qlusters, Inc. 1841 Page Mill Road, G2 Palo Alto, CA 94304 www.qlusters.com 650-812-3200 1 Table of Contents 1. High

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

Configuring DHCP Features and IP Source Guard

Configuring DHCP Features and IP Source Guard CHAPTER 21 This chapter describes how to configure DHCP snooping and the option-82 data insertion features on the switch. It also describes how to configure the IP source guard feature.unless otherwise

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection HS1 HS2 OK1 OK2 PS 1 2 3 4 5 6 7 8 9 101112 COL- ACT- STA.- CONSOLE SD Installing a Network-Based Intrusion Detection created by: Rainer Bemsel Version 1.0 Dated: Apr/10/2003 The purpose of this document

More information

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida COP6087 - Cloud Computing Presented by: Sanketh Beerabbi University of Central Florida A cloud is a collection of networked resources configured such that users can request scalable resources (VMs, platforms,

More information

Remote power and console management in large datacenters

Remote power and console management in large datacenters Remote power and console management in large datacenters A Horváth IT department, CERN, CH-1211 Genève 23, Switzerland E-mail: Andras.Horvath@cern.ch Abstract. Today s datacenters are often built of a

More information

Cisco Integrated System for Microsoft Azure Stack

Cisco Integrated System for Microsoft Azure Stack Cisco Integrated System for Microsoft Azure Stack Siva Sivakumar, Sr. Director, Cisco Computing Systems Product Group PSOCLD-1300 Agenda Trends Microsoft Azure Stack Overview The Cisco Solution Cisco Solution

More information

Lab Troubleshooting VTP Configuration

Lab Troubleshooting VTP Configuration Lab 4.4.3 Troubleshooting VTP Configuration Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask S1 VLAN 99 172.17.99.11 255.255.255.0 S2 VLAN 99 172.17.99.12 255.255.255.0

More information

VMware vsphere Storage Appliance Installation and Configuration

VMware vsphere Storage Appliance Installation and Configuration VMware vsphere Storage Appliance Installation and Configuration vsphere Storage Appliance 1.0 vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

Xen Summit Spring 2007

Xen Summit Spring 2007 Xen Summit Spring 2007 Platform Virtualization with XenEnterprise Rich Persaud 4/20/07 Copyright 2005-2006, XenSource, Inc. All rights reserved. 1 Xen, XenSource and XenEnterprise

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.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 of

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Simple Reliable Affordable Oracle Engineered Systems Fastest Deployment. Lowest Cost. Extreme Performance. Oracle Database Appliance X3-2 Technical Overview Bob Thome Senior Director, Oracle Database

More information

Introduction to Stacki. Greg Bruno, PhD VP Engineering, StackIQ

Introduction to Stacki. Greg Bruno, PhD VP Engineering, StackIQ Introduction to Stacki Greg Bruno, PhD VP Engineering, StackIQ Open Source Stack Installer Stacki is a very fast and ultra reliable Linux server provisioning tool at scale. With zero prerequisites for

More information

Running the Setup Web UI

Running the Setup Web UI CHAPTER 2 The Cisco Cisco Network Registrar setup interview in the web user interface (UI) takes you through a series of consecutive pages to set up a basic configuration. For an introduction, configuration

More information

Virtualization, Xen and Denali

Virtualization, Xen and Denali Virtualization, Xen and Denali Susmit Shannigrahi November 9, 2011 Susmit Shannigrahi () Virtualization, Xen and Denali November 9, 2011 1 / 70 Introduction Virtualization is the technology to allow two

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper Technical white paper Configuring SR-IOV with HP Virtual Connect and Microsoft Hyper-V Table of contents Abstract... 2 Overview... 2 SR-IOV... 2 Advantages and usage... 2 With Flex-10... 3 Setup... 4 Supported

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.5 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 of

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

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

vnetwork Future Direction Howie Xu, VMware R&D November 4, 2008

vnetwork Future Direction Howie Xu, VMware R&D November 4, 2008 vnetwork Future Direction Howie Xu, VMware R&D November 4, 2008 Virtual Datacenter OS from VMware Infrastructure vservices and Cloud vservices Existing New - roadmap Virtual Datacenter OS from VMware Agenda

More information

Preview Test: cis191_chap1_quiz

Preview Test: cis191_chap1_quiz 3/9/2015 Preview Test: cis191_chap1_quiz 20155229528. Sunyata 98 Courses Organizations Need Help? Prevent Sexual Violence Preview Test: cis191_chap1_quiz Test Information Description Instructions Timed

More information

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

More information

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Converting to Cisco Nexus 1000V Distributed Switches for Cisco HyperFlex Virtual Machine Guest and VMware vmotion Networks Author: Hui Chen October 2016 2016 Cisco and/or

More information

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0 ForeScout CounterACT Single CounterACT Appliance Version 8.0 Table of Contents Welcome to CounterACT Version 8.0... 4 CounterACT Package Contents... 4 Overview... 5 1. Create a Deployment Plan... 6 Decide

More information

ZeroStack Quick Start Guide

ZeroStack Quick Start Guide Self Driving Cloud @ZeroStackInc sales@zerostack.com www.zerostack.com ZeroStack Quick Start Guide Version 2.0 Copyright 2016 ZeroStack, Inc. All rights reserved. This product is protected by U.S. and

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 3 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

More information

Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

More information

Network optimizations for PV guests

Network optimizations for PV guests Network optimizations for PV guests J. Renato Santos G. (John) Janakiraman Yoshio Turner HP Labs Summit September 7-8, 26 23 Hewlett-Packard Development Company, L.P. The information contained herein is

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

Installation and Cluster Deployment Guide

Installation and Cluster Deployment Guide ONTAP Select 9 Installation and Cluster Deployment Guide Using ONTAP Select Deploy 2.3 March 2017 215-12086_B0 doccomments@netapp.com Updated for ONTAP Select 9.1 Table of Contents 3 Contents Deciding

More information

Lecture (03) VLANs 4.0 PC2 PC1 PC4 PC3. By: Dr. Ahmed ElShafee. Topology. Dr. Ahmed ElShafee, ACU : Fall 2015, Practical App. Networks II IP

Lecture (03) VLANs 4.0 PC2 PC1 PC4 PC3. By: Dr. Ahmed ElShafee. Topology. Dr. Ahmed ElShafee, ACU : Fall 2015, Practical App. Networks II IP Lecture (03) VLANs By: Dr. Ahmed ElShafee 4.0 ١ Dr. Ahmed ElShafee, ACU : Fall 2015, Practical App. Networks II ٢ Topology Gateway Gateway PC1 DNS Port status Band width Duplex On PC2 DNS Port status Band

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

Advanced Network Administration. 1. Course Description Enabling Communication across Networks Secured Communication using Network Devices

Advanced Network Administration. 1. Course Description Enabling Communication across Networks Secured Communication using Network Devices Advanced Network Administration 1. Course Description Enabling Communication across Networks Secured Communication using Network Devices 2. Duration 5 Days 3. Purpose This five day course for L-2 Network

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, page 1 Configure Cisco DNA Center Using the Wizard, page 5 Review Cisco DNA Center Configuration Wizard Parameters When Cisco DNA Center configuration

More information

April AT&T Collaborate SM. Customer Configuration Guide

April AT&T Collaborate SM. Customer Configuration Guide April 2018 AT&T Collaborate SM Customer Configuration Guide 1 Content Welcome to the AT&T Collaborate service! This guide will cover the site configurations that need to be configured to work with AT&T

More information

HPC learning using Cloud infrastructure

HPC learning using Cloud infrastructure HPC learning using Cloud infrastructure Florin MANAILA IT Architect florin.manaila@ro.ibm.com Cluj-Napoca 16 March, 2010 Agenda 1. Leveraging Cloud model 2. HPC on Cloud 3. Recent projects - FutureGRID

More information

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

More information

Configuring IPv6 First-Hop Security

Configuring IPv6 First-Hop Security This chapter describes the IPv6 First-Hop Security features. This chapter includes the following sections: Finding Feature Information, on page 1 Introduction to First-Hop Security, on page 1 RA Guard,

More information

Answers to Federal Reserve Questions. Administrator Training for University of Richmond

Answers to Federal Reserve Questions. Administrator Training for University of Richmond Answers to Federal Reserve Questions Administrator Training for University of Richmond 2 Agenda Cluster overview Physics hardware Chemistry hardware Software Modules, ACT Utils, Cloner GridEngine overview

More information

dctrack Quick Setup Guide (Recommended) Obtain a dctrack Support Website Username and Password

dctrack Quick Setup Guide (Recommended) Obtain a dctrack Support Website Username and Password dctrack 5.0.0 Quick Setup Guide This guide walks you through installing dctrack for the first time. In other words, this is a clean install - it is not an integration of dctrack and Power IQ, and it is

More information

Cisco Modeling Labs OVA Installation

Cisco Modeling Labs OVA Installation Prepare for an OVA File Installation, page 1 Download the Cisco Modeling Labs OVA File, page 2 Configure Security and Network Settings, page 2 Deploy the Cisco Modeling Labs OVA, page 12 Edit the Virtual

More information

Chapter 6: Network Layer

Chapter 6: Network Layer Chapter 6: Network Layer CCNA Routing and Switching Introduction to Networks v6.0 Chapter 6 - Sections & Objectives 6.1 Network Layer Protocols Explain how network layer protocols and services support

More information

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Architecture Overview Copyright 2016 Paperspace, Co. All Rights Reserved June - 1-2017 Technical Whitepaper Paperspace Whitepaper: Architecture Overview Content 1. Overview 3 2. Virtualization 3 Xen Hypervisor

More information

Catalyst 4500 Series IOS Commands

Catalyst 4500 Series IOS Commands CHAPTER Catalyst 4500 Series IOS Commands New Commands dot1x guest-vlan supplicant ip dhcp snooping information option allow-untrusted port-security mac-address port-security mac-address sticky port-security

More information

Storage Protocol Offload for Virtualized Environments Session 301-F

Storage Protocol Offload for Virtualized Environments Session 301-F Storage Protocol Offload for Virtualized Environments Session 301-F Dennis Martin, President August 2016 1 Agenda About Demartek Offloads I/O Virtualization Concepts RDMA Concepts Overlay Networks and

More information

Laboration 1 Examine the Topology and Basic Troubleshooting Commands

Laboration 1 Examine the Topology and Basic Troubleshooting Commands Laboration 1 Examine the Topology and Basic Troubleshooting Commands Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page

More information

CCNA 1 Chapter 2 v5.0 Exam Answers %

CCNA 1 Chapter 2 v5.0 Exam Answers % CCNA 1 Chapter 2 v5.0 Exam Answers 2015 100% 1. Which two features are characteristics of flash memory? (Choose two.) Flash provides nonvolatile storage. Flash receives a copy of the IOS from RAM when

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Cluster Network Products

Cluster Network Products Cluster Network Products Cluster interconnects include, among others: Gigabit Ethernet Myrinet Quadrics InfiniBand 1 Interconnects in Top500 list 11/2009 2 Interconnects in Top500 list 11/2008 3 Cluster

More information

Guide. Cloudistics Ignite: Setup and Configuration Guide

Guide. Cloudistics Ignite: Setup and Configuration Guide Guide Cloudistics Ignite: Setup and Configuration Guide Contents Introduction... 3 Step 1: Configure Ignite Uplink Network... 4 1.1 Console into each Ignite SDN Router... 4 1.2 Configure the IP address(es)

More information

Internetwork Expert s CCNA Security Bootcamp. Mitigating Layer 2 Attacks. Layer 2 Mitigation Overview

Internetwork Expert s CCNA Security Bootcamp. Mitigating Layer 2 Attacks. Layer 2 Mitigation Overview Internetwork Expert s CCNA Security Bootcamp Mitigating Layer 2 Attacks http:// Layer 2 Mitigation Overview The network is only as secure as its weakest link If layer 2 is compromised, all layers above

More information

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab)

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

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

IO virtualization. Michael Kagan Mellanox Technologies

IO virtualization. Michael Kagan Mellanox Technologies IO virtualization Michael Kagan Mellanox Technologies IO Virtualization Mission non-stop s to consumers Flexibility assign IO resources to consumer as needed Agility assignment of IO resources to consumer

More information

Dell EMC Networking S4148-ON and S4128-ON

Dell EMC Networking S4148-ON and S4128-ON Dell EMC Networking S4148-ON and S4128-ON Switch Configuration Guide for Dell PS Series SANs Abstract This document illustrates how to configure Dell EMC Networking S4148-ON and S4128-ON switches for use

More information

Forescout. Quick Installation Guide. Single Appliance. Version 8.1

Forescout. Quick Installation Guide. Single Appliance. Version 8.1 Forescout Version 8.1 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Configuring Virtual Service Blades

Configuring Virtual Service Blades CHAPTER 4 This chapter describes how to create and configure virtual service blades and includes the following sections: Information About Virtual Service Blades, page 4-1 Guidelines and Limitations, page

More information

Dell EMC Networking S4148-ON and S4128-ON

Dell EMC Networking S4148-ON and S4128-ON Dell EMC Networking S4148-ON and S4128-ON Switch Configuration Guide for Dell EMC SC Series SANs Abstract This document illustrates how to configure Dell EMC Networking S4148-ON and S4128-ON switches for

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

More information

Test Lab Introduction to the Test Lab Linux Cluster Environment

Test Lab Introduction to the Test Lab Linux Cluster Environment Test Lab 1.0 - Introduction to the Test Lab Linux Cluster Environment Test lab is a set of three disposable cluster environments that can be used for systems research. All three environments are accessible

More information

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1 BIG-IP Virtual Edition and Microsoft Hyper- V: Setup Version 13.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition in Hyper-V... 5 About single NIC and multi-nic configurations...5

More information

Configuring Layer 3 Interfaces

Configuring Layer 3 Interfaces This chapter contains the following sections: Information About Layer 3 Interfaces, page 1 Licensing Requirements for Layer 3 Interfaces, page 4 Guidelines and Limitations for Layer 3 Interfaces, page

More information

System Configuration. Browser Requirements on a second system. HP Z1 G2 Workstation with Intel vpro Technology Setup & Use Guide

System Configuration. Browser Requirements on a second system. HP Z1 G2 Workstation with Intel vpro Technology Setup & Use Guide The following guide explains how to setup and use the HP Z1 G2 Intel vpro Technology workstation SyAM Software, System Client and System Area Manager for performing the AMT out of band management functions.

More information

Lenovo ThinkSystem NE1032/NE1032T/NE1072T. Release Notes. For Lenovo Cloud Network Operating System 10.6

Lenovo ThinkSystem NE1032/NE1032T/NE1072T. Release Notes. For Lenovo Cloud Network Operating System 10.6 Lenovo ThinkSystem NE1032/NE1032T/NE1072T Release Notes For Lenovo Cloud Network Operating System 10.6 Note: Before using this information and the product it supports, read the general information in the

More information

The Missing Piece of Virtualization. I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers

The Missing Piece of Virtualization. I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers The Missing Piece of Virtualization I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers Agenda 10 GbE Adapters Built for Virtualization I/O Throughput: Virtual & Non-Virtual Servers Case

More information

HP FlexFabric Virtual Switch 5900v Technology White Paper

HP FlexFabric Virtual Switch 5900v Technology White Paper HP FlexFabric Virtual Switch 5900v Technology White Paper Part number: 5998-4548 Document version: 6W100-20131220 Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

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

More information

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server This guideline illustrates the installation of the C-MOR Video Surveillance Virtual Machine on VMware ESX Server. This manual applies to C-MOR version 4 with 64 bit operating system. First download the

More information

Getting to Know Apache CloudStack

Getting to Know Apache CloudStack Getting to Know Apache CloudStack Joe Brockmeier PPMC Member Apache CloudStack jzb@apache.org Five Six Characteristics of Clouds On-Demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Disclaimer The following is intended to outline our general product direction.

More information

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

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

LENS Server Maintenance Guide JZ 2017/07/28

LENS Server Maintenance Guide JZ 2017/07/28 LENS Server Maintenance Guide JZ 2017/07/28 Duty Maintain LENS server with minimum downtime Patch critical vulnerabilities Assist LAB member for using the LENS services Evaluate for custom requirements

More information

As the system boots press Shift and F10 to enter the DASH Setup.

As the system boots press Shift and F10 to enter the DASH Setup. The following guide explains how to setup and use the DASH enabled Pegatron IPMSB-DA with SyAM Software, System Client and System Area Manager for performing the DASH out of band management functions.

More information

Troubleshooting with the rx2800i4 Management Processor

Troubleshooting with the rx2800i4 Management Processor Effective: 12/14/18 Revision: A Troubleshooting with the rx2800i4 Management Processor Overview Identify a VMS workstation running VMS 8.4-2 or newer. In a VMS workstation, setup to log your session to

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

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

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

Optimized Distributed Data Sharing Substrate in Multi-Core Commodity Clusters: A Comprehensive Study with Applications

Optimized Distributed Data Sharing Substrate in Multi-Core Commodity Clusters: A Comprehensive Study with Applications Optimized Distributed Data Sharing Substrate in Multi-Core Commodity Clusters: A Comprehensive Study with Applications K. Vaidyanathan, P. Lai, S. Narravula and D. K. Panda Network Based Computing Laboratory

More information

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces. 2015 Cisco and/or its affiliates. All rights

More information