Virtualization Provisioning & Centralized Management with iscsi. RACF Brookhaven National Laboratory James Pryor CHEP 2010

Size: px
Start display at page:

Download "Virtualization Provisioning & Centralized Management with iscsi. RACF Brookhaven National Laboratory James Pryor CHEP 2010"

Transcription

1 RACF Brookhaven National Laboratory James Pryor CHEP 2010

2 Who we are & What we support Virtualization Provisioning & Management Past Present Future This is not about VM worker nodes or VM batch processing but instead about VMs as servers & and support infrastructure.

3 We are the RACF at Brookhaven National Laboratory RHIC & US ATLAS Computing Facility Tier 0 for onsite Relativistic Heavy Ion Collider in NY, USA Tier 1 for in support of US ATLAS experiment of the LHC Part of the BNL Physics department in support of the collider experiments and not general IT support for the Lab

4 Virtualization Past Began about 3 years ago with RHEL 5.2 Workstation Not RHEL Server due to license constraints Paravirtualization with Xen Only non-critical services & servers Only US ATLAS

5 Virtualization Present Now on RHEL 5.5 Workstation Paravirtualization with Xen, physical to virtual migration with full virtualization with Xen, and small number of VMs with full virtualization with KVM Mix of non-critical, important and even critical services hosted on VMs Now both RHIC & US ATLAS Provisioning with PXE, RHEL Kickstart, mix of custom scripts, RHEL Satellite

6 Virtualization Present: Challenges Decentralized Storage for VMs spread across many host machines Manual instantiation of VMs Complexity Many layers on many host machines VM Resource Allocation: network, storage, RAM, CPU Scalability Storage # of machines Time of completion from request for VM to provisioning the VM

7 Virtualization Present: Solutions? Can be centralize & simplify while continuing to grow? Examined technologies, products, & software that might help us iscsi for storage Cobbler/Koan provisioning Puppet for configuration management Perhaps some kind of virtualization managment & administration toolset

8 ISCSI Consulted with on-site RACF storage management experts and learned about iscsi Researched products from various vendors Requirements: Simple interface for management Multiple redundant network ports Redundant controllers Cheap so we could get a pair for HA

9 Selected Nexsan SATABoy as our test platform for iscsi

10 SATABoy Technical Specifications Dimensions - Height 3U 132.5mm Power 2 x 400W load-sharing PSUs (12V / 5.1V / 3.3V / 1.8V) or 2 x 500W for later models and those fitted with SAS drives. Cooling 2 x Radial Blowers per PSU (4,200 / 4,500 rpm Max); software speed controlled. Communication Interfaces 10/100/1000 Base-T Ethernet RJ45 (two per controller, one for GUI, two for iscsi). Supports TCP/IP, HTTP, SMTP, SNMP traps, Daytime and FTP. Optional SSL for firmware xe66 and beyond. GUI HTML supported by most Internet browsers. sent via SMTP in event of failure or warning event. Trap sent via SNMP in event of failure or warning event RS232 Serial Interface DB9 (one per controller) Supports VT100. Compatible with terminal emulation software, such as Hyper Terminal and Kermit. External Data Interface Dual port, i.e. 2 host ports per controller, 4Gb/s Fiber Channel. Earlier models have 2Gb/s Fiber Channel capabilities. Option for dual port 12Gb/s SAS host interface with SATABoy2-SH. Each port uses a 26-way mini- SAS connector, suitable for use with external cabling terminated with SFF-8088 mini-sas plugs?. Each connector contains 4-lanes of SAS, with 3Gb/s capability on each lane, equating to 12Gb/s per connector.

11

12 On SATABoy 1 On SATABoy 2

13 On the VM host machine ~]# iscsiadm -m discovery -t sendtargets -p :3260,1 iqn com.nexsan:p0:sataboy2:02a75ed9 ~]# /etc/init.d/iscsi restart Stopping iscsi daemon: iscsid dead but pid file exists [ OK ] Starting iscsi daemon: [ OK ] Setting up iscsi targets: Logging in to [iface: default, target: iqn com.nexsan:p0:sataboy2:02a75ed9, portal: ,3260] Login to [iface: default, target: iqn com.nexsan:p0:sataboy2:02a75ed9, portal: ,3260]: successful [ OK ] [root@virtclus01 ~]# iscsiadm -m discovery -t sendtargets -p :3260,1 iqn com.nexsan:p0:sataboy2:02a75ec3 [root@virtclus01 ~]# /etc/init.d/iscsi restart Logging out of session [sid: 1, target: iqn com.nexsan:p0:sataboy2:02a75ed9, portal: ,3260] Logout of [sid: 1, target: iqn com.nexsan:p0:sataboy2:02a75ed9, portal: ,3260]: successful Stopping iscsi daemon: iscsid dead but pid file exists [ OK ] Starting iscsi daemon: [ OK ] Setting up iscsi targets: Logging in to [iface: default, target: iqn com.nexsan:p0:sataboy2:02a75ec3, portal: ,3260] Logging in to [iface: default, target: iqn com.nexsan:p0:sataboy2:02a75ed9, portal: ,3260] Login to [iface: default, target: iqn com.nexsan:p0:sataboy2:02a75ec3, portal: ,3260]: successful Login to [iface: default, target: iqn com.nexsan:p0:sataboy2:02a75ed9, portal: ,3260]: successful [ OK ]

14 On SATABoy 1 On SATABoy 2

15 On VM host machine ~]# fdisk -l /dev/sdc Disk /dev/sdc: 51.2 GB, bytes 64 heads, 32 sectors/track, cylinders Units = cylinders of 2048 * 512 = bytes Disk /dev/sdc doesn't contain a valid partition table [root@virtclus01 ~]# fdisk -l /dev/sdd Disk /dev/sdd: 51.2 GB, bytes 64 heads, 32 sectors/track, cylinders Units = cylinders of 2048 * 512 = bytes Disk /dev/sdd doesn't contain a valid partition table [root@virtclus01 ~]# fdisk -l Disk /dev/sdc: 51.2 GB, bytes 64 heads, 32 sectors/track, cylinders Units = cylinders of 2048 * 512 = bytes Device Boot Start End Blocks Id System /dev/sdc fd Linux raid autodetect Disk /dev/sdd: 51.2 GB, bytes 64 heads, 32 sectors/track, cylinders Units = cylinders of 2048 * 512 = bytes Device Boot Start End Blocks Id System /dev/sdd fd Linux raid autodetect

16 On VM host machine ~]# mdadm --create /dev/md0 -n 2 -l 1 /dev/sdc1 /dev/sdd1 mdadm: array /dev/md0 started. [root@virtclus01 ~]# pvcreate /dev/md0 Physical volume "/dev/md0" successfully created [root@virtclus01 ~]# vgcreate vmdisk1 /dev/md0 Volume group "vmdisk1" successfully created [root@virtclus01 ~]# vgdisplay --- Volume group --- VG Name vmdisk1 System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 1 VG Access read/write VG Status resizable MAX LV 0 Cur LV 0 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size GB PE Size 4.00 MB Total PE Alloc PE / Size 0 / 0 Free PE / Size / GB VG UUID clqo4a-u2lr-fyyk-ooin-1hvx-cz77-ed2vda

17 On VM host machine ~]# lvcreate -L 47GB -n vmdisklv vmdisk1 ~]# lvdisplay vmdisk1 --- Logical volume --- LV Name /dev/vmdisk1/vmdisk1lv VG Name vmdisk1 LV UUID GnKFX4-YQOk-VYlx-hvem-KqTY-T2TZ-yJ9Jxi LV Write Access read/write LV Status available # open 0 LV Size GB Current LE Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253: [root@virtclus01 ~]# virt-install -b br0 -n gcebuild04 -r vcpus=2 disk \ path=/dev/vmdisk1/vmdisk1lv --os-type=linux --os-variant=rhel5.4 -m 00:aa:bb:cc:dd:ee \ -p -x ks= \ -l

18 Success! VM provisioned on centralized redundant iscsi storage.

19 Virtualization Future Ideas & Directions iscsi backed by a real SAN HA cluster Attach iscsi exported volume to VM with Linux dmmultipath Provision VMs using Cobbler/Koan and then configure the new VM with Puppet Use a virtualization management tool: RedHat Enterprise Virtualization, ConVirt, ovirt, OpenQRM, Karesansui VM live migration Looking forward to KVM with RHEL 6 KSM, qcow2 disk format, updated libvirt, libguestfs

How to increase XenServer virtual machine root or swap partition

How to increase XenServer virtual machine root or swap partition How to increase XenServer virtual machine root or swap partition When doing a standard Linux installation on a XenServer virtual machine, installation process typically allocates all of available virtual

More information

An introduction to Logical Volume Management

An introduction to Logical Volume Management An introduction to Logical Volume Management http://distrowatch.com/weekly.php?issue=20090309 For users new to Linux, the task of switching operating systems can be quite daunting. While it is quite similar

More information

Cloning and Repartitioning sessionmgr Disks

Cloning and Repartitioning sessionmgr Disks This chapter describes the steps needed to repartition the sessionmgr disks so that the increased number of subscribers (> 10 million) can be accommodated. Cloning and Disk Repartitioning of Sessionmgr01

More information

Getting Started with Pentaho and Cloudera QuickStart VM

Getting Started with Pentaho and Cloudera QuickStart VM Getting Started with Pentaho and Cloudera QuickStart VM This page intentionally left blank. Contents Overview... 1 Before You Begin... 1 Prerequisites... 1 Use Case: Development Sandbox for Pentaho and

More information

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx.

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx. Adding a New Disk, page 1 Mounting the Replication Set from Disk to tmpfs After Deployment, page 3 Manage Disks to Accommodate Increased Subscriber Load, page 5 Adding a New Disk This section describes

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

iscsi storage is used as shared storage in Redhat cluster, VMware vsphere, Redhat Enterprise Virtualization Manager, Ovirt, etc.

iscsi storage is used as shared storage in Redhat cluster, VMware vsphere, Redhat Enterprise Virtualization Manager, Ovirt, etc. Configure iscsi Target & Initiator on CentOS 7 / RHEL7 iscsi stands for Internet Small Computer Systems Interface, IP-based storage, works on top of internet protocol by carrying SCSI commands over IP

More information

Cisco Prime Home 6.X Minimum System Requirements: Standalone and High Availability

Cisco Prime Home 6.X Minimum System Requirements: Standalone and High Availability White Paper Cisco Prime Home 6.X Minimum System Requirements: Standalone and High Availability White Paper August 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public

More information

Fabric Management using Open Source Tools

Fabric Management using Open Source Tools Fabric Management using Open Source Tools Jason A. Smith RHIC & ATLAS Computing Facility Brookhaven National Lab What is it? Basic Components: Provisioning Cobbler/Koan Asset Management FusionInventory

More information

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline GL-280: Red Hat Linux 7 Update Course Description This is a differences course that focuses on the new technologies and features that made their appearance in Red Hat Enterprise Linux v7. It is intended

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

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

How to add additional disks to XenServer host

How to add additional disks to XenServer host How to add additional disks to XenServer host This article explains how to add physical disk drives to a XenServer host, so that more capacity is available for the XenServer guests. Create Linux LVM partition

More information

XEN and KVM in INFN production systems and a comparison between them. Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009

XEN and KVM in INFN production systems and a comparison between them. Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009 XEN and KVM in INFN production systems and a comparison between them Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009 Outline xen kvm Test description Benchmarks Conclusions Riccardo.Veraldi@cnaf.infn.it

More information

MFT / Linux Setup Documentation May 25, 2008

MFT / Linux Setup Documentation May 25, 2008 MFT / Linux Setup Documentation May 25, 2008 1. Loading the MFT software. The MFT software actually uses a driver called Fast Block Device or fbd. The MFT software is designed to run from /usr/local/fbd.

More information

KVM Guest Management With Virt-Manager On Ubuntu 8.10

KVM Guest Management With Virt-Manager On Ubuntu 8.10 By Falko Timme Published: 2009-02-08 18:56 Version 1.0 Author: Falko Timme Last edited 02/05/2009 Virt-Manager (Virtual Machine Manager) is a graphical interface for managing

More information

CompTIA CV CompTIA Cloud+ Certification. Download Full Version :

CompTIA CV CompTIA Cloud+ Certification. Download Full Version : CompTIA CV0-001 CompTIA Cloud+ Certification Download Full Version : http://killexams.com/pass4sure/exam-detail/cv0-001 Answer: D QUESTION: 379 An administrator adds a new virtualization host to an existing

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

Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space

Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space NEC Express Servers NEC Express5800/ft Series 1st Edition 03-2013 Introduction This document is intended as a

More information

The Genesis HyperMDC is a scalable metadata cluster designed for ease-of-use and quick deployment.

The Genesis HyperMDC is a scalable metadata cluster designed for ease-of-use and quick deployment. The Genesis HyperMDC is a scalable metadata cluster designed for ease-of-use and quick deployment. IPMI Control Dual Power Supplies Enhanced Metadata Uptime Storage Up to 1.3M IOPS and 5,500 MBps throughput

More information

RHEV in the weeds - special sauce! Marc Skinner

RHEV in the weeds - special sauce! Marc Skinner RHEV in the weeds - special sauce! Marc Skinner Twin Cities Users Group :: Q3/2013 Introduction RHEV = Red Hat Enterprise Vitualization RHEV Manager = Red Hat Enterprise Hypervisor Manager DATACENTER VIRTUALIZATION

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

Exam Name: Red Hat Certified Engineer on Redhat

Exam Name: Red Hat Certified Engineer on Redhat Vendor: Red Hat Exam Code: RH302 Exam Name: Red Hat Certified Engineer on Redhat Version: DEMO QUESTION 1 One Logical Volume is created named as myvol under vo volume group and is mounted. The Initial

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

System Administration. Storage Systems

System Administration. Storage Systems System Administration Storage Systems Agenda Storage Devices Partitioning LVM File Systems STORAGE DEVICES Single Disk RAID? RAID Redundant Array of Independent Disks Software vs. Hardware RAID 0, 1,

More information

Back Up (And Restore) LVM Partitions With LVM Snapshots

Back Up (And Restore) LVM Partitions With LVM Snapshots By Falko Timme Published: 2007-04-15 13:24 Back Up (And Restore) LVM Partitions With LVM Snapshots Version 1.0 Author: Falko Timme Last edited 04/11/2007 This tutorial shows

More information

RocketRAID Intelli-VRM (Intelligent Virtual RAID Management) Early Warning System and Virtual System Rescue

RocketRAID Intelli-VRM (Intelligent Virtual RAID Management) Early Warning System and Virtual System Rescue RocketRAID Intelli-VRM (Intelligent Virtual RAID Management) Early Warning System and Virtual System Rescue Introduction The fast-paced, high-definition requirements of our modern, digital age, has increased

More information

CIS UNIX System Administration

CIS UNIX System Administration Lab 11: Lab notes: - Lab 10 successful completion is a prerequisite for this lab - The sda8, sda9 partitions below may change based on current disk partition. See instructor for current # s. - After the

More information

Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license)

Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license) 1 Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license) Two weeks of daily incremental backups Three months

More information

Manage your disk space... for free :)

Manage your disk space... for free :) Manage your disk space... for free :) Julien Wallior Plug Central Agenda Background RAID LVM Some basics Practice Booting on a raid device What is that? How it works Hardware raid... if you really want

More information

Enterprise Linux System Administration

Enterprise Linux System Administration Enterprise Linux System Administration Course GL250, 5 Days, Hands-On, Instructor-Led Introduction The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems.

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.4.2 Version 9.4.2.0 302-003-122 REV 01 Abstract Smarts 9.4.2 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume.

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume. OPS235 Lab 4 [1101] Sample/suggested Answers/notes (Please ask your professor if you need any clarification or more explanation on concepts you don't understand.) Investigation 1: How are LVMs managed

More information

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors.

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors. IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) 2013-2014 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this Release

More information

As this method focuses on working with LVM, we will first confirm that our partition type is actually Linux LVM by running the below command.

As this method focuses on working with LVM, we will first confirm that our partition type is actually Linux LVM by running the below command. How to Increase the size of a Linux LVM by adding a new disk This post will cover how to increase the disk space for a VMware virtual machine running Linux that is using logical volume manager (LVM). First

More information

Red Hat Enterprise Linux 5 Logical Volume Manager Administration. LVM Administrator's Guide Edition 1

Red Hat Enterprise Linux 5 Logical Volume Manager Administration. LVM Administrator's Guide Edition 1 Red Hat Enterprise Linux 5 Logical Volume Manager Administration LVM Administrator's Guide Edition 1 Red Hat Enterprise Linux 5 Logical Volume Manager Administration LVM Administrator's Guide Edition

More information

Virtualization Food Fight. Rik van Riel

Virtualization Food Fight. Rik van Riel Virtualization Food Fight Rik van Riel May 11, 2007 Virtualization Food Fight Upstream technologies are in flux Xen, KVM, paravirt_ops, VMI,... Technological differences, advantages and disadvantages What

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Version 9.5.0.0 302-003-622 REV 01 Abstract Smarts 9.5 Suite can be installed in a typical or a fully distributed, multi-machine production

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

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott Red Hat Virtualization 4.1 Technical Presentation May 2017 Adapted for MSP RHUG Greg Scott gscott@redhat.com Who is this bald guy? Red Hat TAM for the financial and telco industries Lots of ties to the

More information

Intro to ovirt. Itamar Heim Virtualization Management the ovirt way

Intro to ovirt. Itamar Heim Virtualization Management the ovirt way Intro to ovirt Itamar Heim iheim@redhat.com ovirt Workshop ovirt Workshops Barcelona 7-9 November 2012 http://kvmforumovirtworkshop2012.sched.org/ Wednesday ovirt for Users Thursday ovirt for Integrators

More information

istorage Server: High-Availability iscsi SAN for Citrix Xen Server

istorage Server: High-Availability iscsi SAN for Citrix Xen Server istorage Server: High-Availability iscsi SAN for Citrix Xen Server Wednesday, Nov 21, 2013 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2013. All right reserved. Table

More information

Bacula Systems Virtual Machine Performance Backup Suite

Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems VM Performance Backup Suite is part of Bacula Enterprise Edition. It comprises of modules that can be utilized to perfectly fit any

More information

Adding a block devices and extending file systems in Linux environments

Adding a block devices and extending file systems in Linux environments Adding a block devices and extending file systems in Linux environments In this exercise we simulate situation where user files partition /home fills up and needs to be extended. Also we migrate from static

More information

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs Adding a Volume to an existing VM running Linux BT Cloud Compute The power to build your own cloud solutions to serve your specific business needs Issue 3 Introduction This guide has been designed to walk

More information

The Contents and Structure of this Manual. This document is composed of the following ten chapters.

The Contents and Structure of this Manual. This document is composed of the following ten chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

SAP HANA on Dell EMC VxRail Hyper-Converged Infrastructure

SAP HANA on Dell EMC VxRail Hyper-Converged Infrastructure SAP HANA on Dell EMC VxRail Hyper-Converged Infrastructure December 2018 H17317.2 Abstract This validation guide provides best-practice storage and configuration guidelines for a Dell EMC VxRail hyper-converged

More information

Installation Prerequisites

Installation Prerequisites This chapter includes the following sections: Supported Platforms, page 1 Supported Web Browsers, page 2 Required Ports, page 2 System Requirements, page 5 Important Prerequisites for Installing Cisco

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Dell MD3860i Storage Array Multi-Server 1050 Camera Test Case 4-2-2016 Table of Contents Executive Summary:... 3 Abstract...

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

Network Storage Appliance

Network Storage Appliance Enterprise File System HyperFS integrates high-performance SAN, NAS and data protection under one namespace. No Per Seat Client Cost Based on concurrent RAID performance, connectivity, bandwidth, drive

More information

TECHNICAL REPORT. Design Considerations for Using Nimble Storage with OpenStack

TECHNICAL REPORT. Design Considerations for Using Nimble Storage with OpenStack TECHNICAL REPORT Design Considerations for Using Nimble Storage with OpenStack Contents OpenStack Introduction... 3 Cloud Definition... 3 OpenStack Services... 4 Nimble Storage Value in OpenStack... 5

More information

SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES

SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES PONDICHERRY DEPARTMENT UNIVERSITY OF PHYSICS SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES QUOTATION INVITATION FOR THE PURCHASE OF PROCESSOR SERVER Ref: DST Project "Solitons and Modulational Systems"

More information

Megaraid Storage Manager Support On The Vmware Esxi Operating System

Megaraid Storage Manager Support On The Vmware Esxi Operating System Megaraid Storage Manager Support On The Vmware Esxi Operating System Aug 22, 2014. Beside, the LSI MegaRAID Storage Manager. Event logging support is available for the VMware ESXi operating system, but

More information

Linux Host Utilities 6.2 Quick Start Guide

Linux Host Utilities 6.2 Quick Start Guide Linux Host Utilities 6.2 Quick Start Guide This guide is for experienced Linux users. It provides the basic information required to get the Linux Host Utilities installed and set up on a Linux host. The

More information

Johnson Controls, Inc. Managing your Virtual Infrastructure Level 3. Phillip Cramer Manager Windows Server Environment

Johnson Controls, Inc. Managing your Virtual Infrastructure Level 3. Phillip Cramer Manager Windows Server Environment Johnson Controls, Inc. Managing your Virtual Infrastructure Level 3 Phillip Cramer Manager Windows Server Environment VMware Extreme? Benefits (First Year) Why Consolidate? Data Center Space Reduce overall

More information

JSA KVM SUPPORT. Theodore Jencks, CSE Juniper Networks

JSA KVM SUPPORT. Theodore Jencks, CSE Juniper Networks JSA KVM SUPPORT Theodore Jencks, CSE KVM IMAGE SPECIFICATIONS Image is a compressed qcow2 image 16.5G in size when compressed Md5sum: Uncompressed the image is a 512G QCOW2 Ubuntu 18.04 LTS w/ KVM and

More information

System Requirements. Hardware and Virtual Appliance Requirements

System Requirements. Hardware and Virtual Appliance Requirements This chapter provides a link to the Cisco Secure Network Server Data Sheet and lists the virtual appliance requirements. Hardware and Virtual Appliance Requirements, page 1 Virtual Machine Appliance Size

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

SvSAN Data Sheet - StorMagic

SvSAN Data Sheet - StorMagic SvSAN Data Sheet - StorMagic A Virtual SAN for distributed multi-site environments StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical applications

More information

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER S.No. Features Qualifying Minimum Requirements No. of Storage 1 Units 2 Make Offered 3 Model Offered 4 Rack mount 5 Processor 6 Memory

More information

TECHNICAL SPECIFICATIONS + TECHNICAL OFFER

TECHNICAL SPECIFICATIONS + TECHNICAL OFFER ANNEX II + III : TECHNICAL SPECIFICATIONS + TECHNICAL OFFER Contract title : Supply of Information & Communication Technology Hardware Publication reference: 2017/386304 10/1/1.1/1.2.2a p 1 / Columns 1-2

More information

Requirements and Dependencies

Requirements and Dependencies CHAPTER 2 You can install and use Security Manager as a standalone product or in combination with several other Cisco Security Management Suite applications, including optional applications that you can

More information

Shared Storage Appliance

Shared Storage Appliance Power and versatility in a 2U or 4U footprint. Base 4U configuration LAN Clients Redundant power supplies remote KVM Dual 1Gbps or 10Gbps Fibre Channel SYNERGY SAN Clients Monitor Remote KVM USB 3.0 Multiple

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

More information

Virtualization and Performance

Virtualization and Performance Virtualization and Performance Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL CONFIGURING iscsi AUGUST 2012 You can use a iscsi storage network in your STRM deployment. This document provides information on configuring and using iscsi devices with your deployment. Unless

More information

openqrm Enterprise Administrator Guide Enterprise System Adminstration and IaaS Datacenter Automation with openqrm 5.2

openqrm Enterprise Administrator Guide Enterprise System Adminstration and IaaS Datacenter Automation with openqrm 5.2 openqrm Enterprise Administrator Guide Enterprise System Adminstration and IaaS Datacenter Automation with openqrm 5.2 Document Version: 01122014 - Released: 01. December 2014 1 Table of Contents Table

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech Systems MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database

More information

1Y0-A26 Citrix XenServer 6.0 Practice Exam

1Y0-A26 Citrix XenServer 6.0 Practice Exam 1Y0-A26 Citrix XenServer 6.0 Practice Exam Section 1: Implementing XenServer 1.1 Specific Task: Configure boot storage from SAN Objective: Given a scenario, determine how to configure options on the XenServer

More information

Dell Compellent Storage Center. XenServer 6.x Best Practices

Dell Compellent Storage Center. XenServer 6.x Best Practices Dell Compellent Storage Center XenServer 6.x Best Practices Page 2 Document revision Date Revision Description 2/16/2009 1 Initial 5.0 Documentation 5/21/2009 2 Documentation update for 5.5 10/1/2010 3

More information

Lot # 10 - Servers. 1. Rack Server. Rack Server Server

Lot # 10 - Servers. 1. Rack Server. Rack Server Server 1. Rack Server Rack Server Server Processor: 1 x Intel Xeon E5 2620v3 (2.4GHz/6 core/15mb/85w) Processor Kit. Upgradable to 2 CPU Chipset: Intel C610 Series Chipset. Intel E5 2600v3 Processor Family. Memory:

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

LVM Administrator's Guide. Configuration and Administration 5.2

LVM Administrator's Guide. Configuration and Administration 5.2 LVM Administrator's Guide Configuration and Administration 5.2 Cluster_Logical_Volume_Manager ISBN: N/A Publication date: May 2008 LVM Administrator's Guide This book describes the LVM logical volume manager

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : RH-302 Title : Red Hat Certified Engineer on Redhat Enterprise Linux 5 (Labs) Vendors : RedHat Version

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way Virtualization Management the ovirt way Alan Pevec Red Hat devconf.cz February 2012 1 Agenda 2 What is ovirt? Where did it come from? What does it do? Architecture Roadmap What's next? What is ovirt? Large

More information

Barracuda Backup Hardware Specifications

Barracuda Backup Hardware Specifications The articles in this section refer to Barracuda Backup Legacy Release firmware or newer. Specifications subject to change without notice. See the Barracuda Backup Data Sheet on the Barracuda Networks website

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

Red Hat Enterprise Linux 8.0 Beta

Red Hat Enterprise Linux 8.0 Beta Red Hat Enterprise Linux 8.0 Beta Configuring and managing virtualization A guide to managing virtualization on Red Hat Enterprise Linux 8.0 Beta Last Updated: 2018-11-30 Red Hat Enterprise Linux 8.0

More information

Ref : IT/GOV/ th July Tender for Procurement of Blade Enclosure, Server & Storage

Ref : IT/GOV/ th July Tender for Procurement of Blade Enclosure, Server & Storage Ref : IT/GOV/1295 29 th July 2009 Tender for Procurement of Blade Enclosure, Server & Storage WBIDC is inviting bids for procurement of severs and server related hardware and software as per Annexure I.

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

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

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

NST6000 UNIFIED HYBRID STORAGE. Performance, Availability and Scale for Any SAN and NAS Workload in Your Environment

NST6000 UNIFIED HYBRID STORAGE. Performance, Availability and Scale for Any SAN and NAS Workload in Your Environment DATASHEET TM NST6000 UNIFIED HYBRID STORAGE Performance, Availability and Scale for Any SAN and NAS Workload in Your Environment UNIFIED The Nexsan NST6000 unified hybrid storage system is ideal for organizations

More information

StorMagic SvSAN 6.1. Product Announcement Webinar and Live Demonstration. Mark Christie Senior Systems Engineer

StorMagic SvSAN 6.1. Product Announcement Webinar and Live Demonstration. Mark Christie Senior Systems Engineer StorMagic SvSAN 6.1 Product Announcement Webinar and Live Demonstration Mark Christie Senior Systems Engineer Introducing StorMagic What do we do? StorMagic SvSAN eliminates the need for physical SANs

More information

Genesis HyperMDC 200D

Genesis HyperMDC 200D The Genesis HyperMDC 200D is a metadata cluster designed for ease-of-use and quick deployment. IPMI Control Dual Power Supplies Enhanced Metadata Uptime Storage Up to 1.3M IOPS and 5,500 MBps throughput

More information

StorTrends - Citrix. Introduction. Getting Started: Setup Guide

StorTrends - Citrix. Introduction. Getting Started: Setup Guide StorTrends - Citrix Setup Guide Introduction This guide is to assist in configuring a Citrix virtualization environment with a StorTrends SAN array. It is intended for the virtualization and SAN administrator

More information

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1 BIG-IP Virtual Edition and Linux KVM: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on KVM...5 Steps to deploy BIG-IP VE...5 Prerequisites for BIG-IP

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech s MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database server,

More information

FortiManager VM - Install Guide. Version 5.6

FortiManager VM - Install Guide. Version 5.6 FortiManager VM - Install Guide Version 5.6 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE &

More information

Xen: How to Convert An Image-Based Guest To An LVM-Based Guest

Xen: How to Convert An Image-Based Guest To An LVM-Based Guest By Falko Timme Published: 2009-04-16 17:51 Xen: How to Convert An Image-Based Guest To An LVM-Based Guest Version 1.0 Author: Falko Timme Last edited 03/09/2009 This short

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization

Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization Yaniv Bronhaim Senior Software Engineer, Maintainer @ RHEV Red Hat IL, Raanana August 2015, CloudOpen Europe Agenda Introducing

More information

EonStor DS - iscsi Series High-Availability Solutions Delivering Excellent Storage Performance

EonStor DS - iscsi Series High-Availability Solutions Delivering Excellent Storage Performance EonStor DS EonStor DS - iscsi Series High-Availability Solutions Delivering Excellent Storage Performance Reliability and Availability Local and remote replication functionality enables quick data recovery

More information

Installation Prerequisites

Installation Prerequisites This chapter includes the following sections: Supported Platforms, page 1 Supported Web Browsers, page 2 Required Ports, page 2 System Requirements, page 3 Important Prerequisites for Installing Cisco

More information

SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine

SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine April 2007 Part No 820-1270-11 Revision 1.1, 4/18/07

More information

Veritas InfoScale 7.4 Virtualization Guide - Linux

Veritas InfoScale 7.4 Virtualization Guide - Linux Veritas InfoScale 7.4 Virtualization Guide - Linux Last updated: 2018-05-30 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered

More information

NetApp Data Ontap Simulator Cookbook

NetApp Data Ontap Simulator Cookbook Hernán J. Larrea NetApp Data Ontap Simulator Cookbook HOW TO BUILD YOUR OWN VIRTUAL, ALL FUNCTIONAL STORAGE SIMULATOR, WITH UBUNTU OS AND ISCSI FEATURES. CONTENT Introduction... 3 Concepts... 3 Ingredients...

More information

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials Red Hat Enterprise Linux 5 Essentials 2 Red Hat Enterprise Linux 5 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information