Nested Home Lab Setting up Shared Storage

Size: px
Start display at page:

Download "Nested Home Lab Setting up Shared Storage"

Transcription

1 Nested Home Lab Setting up Shared Storage Andy Fox VCI VCAP-DCA VCP3 VCP4 Over the years teaching vsphere, several peers, colleagues and students have asked me how I setup shared storage in my nested test environment. Being a Novell instructor teaching SuSE Linux. for me this was the obvious choice. However, most of my colleagues and students are not familiar with Linux, so I have decided to put together a procedure detailing the steps necessary to configure your own shared storage. You will need: VMware Workstation 8 / Player 4 SuSE Linux Enterprise Server 11 Page 1

2 Contents You will need:... 1 Create the SuSE Linux virtual machine... 3 Install SuSE... 9 Configure the Network Add Hard Disks for iscsi Luns Create the NFS folders Create Lun Partitions Configure NFS Configure the iscsi Target Page 2

3 Create the SuSE Linux virtual machine Select Create a New Virtual Machine. Page 3

4 Click Next. Select Linux, SuSE Linux Enterprise 11. Page 4

5 Choose a name for your virtual machine, and a location to store the files. Accept the default values for the hard disk. Page 5

6 Choose to Customize the Hardware. Page 6

7 Alter the CD/DVD drive to point to the SuSE 11 DVD iso. Page 7

8 Configure the Network Adapter as required so your ESXi hosts can communicate with the SuSE vm. Page 8

9 Install SuSE Power on the vm. Page 9

10 Before the Boot from Hard Disk option times out, select Installation (do not press return). Use F2 to select the correct language. Use F3 to select the required resolution, as it will be a text only build, I suggest 800x600. Press return to start the installation. Page 10

11 Accept the EULA, and select Next. Page 11

12 Skip the media check, by selecting Next. Page 12

13 Select to install a new system, and select Next. Page 13

14 Select the appropriate Clock and Time Zone settings, and click Next. Page 14

15 Select to install a Physical Machine, and select Next. Page 15

16 Alter the software selection by clicking on software. Page 16

17 Deselect (right click - deselect) all patterns except for Base System, Help and Support Documentation and Minimal System, then click on Details. Page 17

18 Click on the Filter drop-down and select search. Page 18

19 Type iscsi in the search box, and click search, then select iscsitarget. (this should also select iscsitarget-kmp-pae) Click on Accept. Page 19

20 A list of additional packages to be installed will appear, click continue. Page 20

21 Click Install, and confirm installation by clicking Install. Page 21

22 When the installation has copied all the files the system will reboot, after which you will need to enter a root password, then select Next (TAB to Next then press space, or Alt-N). Page 22

23 Enter a Hostname (Alt-o to select entry field), and Domain Name (Alt-D to select entry field). Select Write Hostname to /etc/hosts, and deselect Change Hostname via DHCP, then select Next (Alt-N). Page 23

24 On the Network Configuration screen select Next. Page 24

25 On the Installation Overview screen, select Next. Page 25

26 Unless you wish to do so, select Next and do not configure additional Local Users, and select Yes to the warning. Page 26

27 Select Next at the Release Notes screen. Page 27

28 On the Hardware Configuration screen, select Next. Page 28

29 Deselect the option to Clone the System, and select Finish. Page 29

30 Configure the Network Nested Home Lab - Shared Storage After the system restarts, login as root with the password you chose, then start yast. Page 30

31 Select Network Devices and Network Settings. Page 31

32 Select Edit (Alt-i) Page 32

33 Select IP Address requirements and Hostname (Alt-letter to switch between options). Page 33

34 Select Routing and enter your default gateway, then select OK, and select Quit. Type init 0 to shutdown the system. Page 34

35 Add Hard Disks for iscsi Luns Nested Home Lab - Shared Storage Select Edit virtual machine settings. Page 35

36 Select Add, select Hard Disk, select Create New virtual disk, SCSI, the capacity you require, Next to accept the vmdk file name, then select Finish. Use the same procedure to add as many disks as you wish to the Linux vm. To ensure a consistent environment to the classroom, I add six 10Gb disks, and one 50Gb and one 30Gb. The six 10Gb disks, I use as luns for each host (3 each), and the 50Gb lun I use as SharedVMs, and the 30Gb lun as SharedTMPLs. Once the disks have been added, select OK, then start the vm. Page 36

37 Create the NFS folders Log in as root, and create the directories for use with NFS. To keep with the classroom configuration, I create the /iso folder together with /LUN1 and /LUN2 for each host to connect to. Page 37

38 Create Lun Partitions Type fdisk -l more to display the disks you have added. Only /dev/sda will have any partitions. For each disk you wish to use with vsphere using iscsi, you must create a VMware partition. To do this, start fdisk with the disk device name you wish to create a partition on. Page 38

39 Type n for a new partition. Type p for a primary partition. Type 1 for primary partition number 1. Select the first cylinder (press return for the first cylinder). Select the last cylinder (press return for the last cylinder). Type t to change the type of partition. Type fb to change the partition to a VMware VMFS partition. Do the same for all disks you have added for use as iscsi luns. Start yast. Page 39

40 Configure NFS Select NFS Server. Page 40

41 If you get the above message, select Install (Alt-i). Page 41

42 Select to Start the NFS Server (Alt-s). Enter the NFSv4 domain name (Alt-m). Make sure to disable NFSv4 (Alt-v). Select Next. Page 42

43 Select Add Directory (Alt-D). Page 43

44 Select Browse (Alt-b). Page 44

45 Browse and select the directory to export, in the options ensure that you have rw,no_root_squash,sync. (You will need to alter root_squash, and add rw) Use the same procedure to add all the folders you wish to export using NFS, then select Finish. Page 45

46 Configure the iscsi Target Nested Home Lab - Shared Storage In Network Services, select iscsi Target. Page 46

47 Select When Booting (Alt-b). Select Global (Alt-g), and select any authentication if you require. I leave connections unauthenticated. Select Targets (Alt-t). Page 47

48 Select Add (Alt-a). Page 48

49 Alter the Target iqn if required (Alt-t). Alter the identifier if required (Alt-i). Select Add (Alt-a). Page 49

50 Enter the desired lun number, the device name and partition to use (e.g. /dev/sdb1), and the scsi id, then select OK. Page 50

51 Do the same for each disk you have added and created a partition on for use with iscsi. Select Next (Alt-n). Page 51

52 Select Next (Alt-n) for any additional iscsi configuration screens that appear (e.g. Modify iscsi Target). On the Targets screen, delete the example Target, then select Finish (Alt-F). Select Yes to restart the iscsi target software. Select Quit (Alt-q) to exit yast. Type exit to log out. That's it! You should now be able to add the SuSE vm as an iscsi Target, and mount the NFS folders. Page 52

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client.

1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS133 Installation Lab #1 Web Client OpenSUSE Install. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME FireFox At the your connection is not

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CIS133 Installation Lab #1 Web Client OpenSUSE Install. I strongly recommend that the desktop client be used to complete the installation. You will have no mouse access during the installation and it s

More information

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

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

More information

SUSE Linux Enterprise 11 Fundamentals Workbook

SUSE Linux Enterprise 11 Fundamentals Workbook SUSE Linux Enterprise 11 Fundamentals Workbook 3101 Novell Training Services AUTHORIZED COURSEWARE www.novell.com Part # 100-005202-001-REV A Legal Notices Novell, Inc., makes no representations or warranties

More information

Your instructor will assign you a Cloud Labs username during class. Fill out the details in the fields below for easy reference.

Your instructor will assign you a Cloud Labs username during class. Fill out the details in the fields below for easy reference. VMware vsphere: Install, Configure, Manage [V5.5] Class Configuration Sheet Student B Your instructor will assign you a Cloud Labs username during class. Fill out the details in the fields below for easy

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

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

XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM

XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM white paper XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM VI in a Box - the portable virtual infrastructure Title: How to Install VMware ESX Server 3.5 on VMware Workstation

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

Using a Virtual Machine for Cisco IPICS on a Cisco UCS C-Series Server

Using a Virtual Machine for Cisco IPICS on a Cisco UCS C-Series Server CHAPTER7 Using a Virtual Machine for Cisco IPICS on a Cisco UCS C-Series Server This chapter describes how to configure a virtual machine (VM) on a Cisco UCS C-Series server. You can install and operate

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

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

vlab Student Hand Out - Overview

vlab Student Hand Out - Overview vlab Student Hand Out - Overview This document provides remote access information for people attending VMware vsphere Install, Configure Manage [v5.5] classes. Use the information in this document to connect

More information

Disaster Recovery Workflow

Disaster Recovery Workflow CHAPTER 4 InMage CDP starts with the FX/VX agent, also known as "DataTap," which is used to monitor all writes to disk. A small amount of memory on the source machine is reserved by the DataTap (250MB).

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

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

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

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide 1 Power IQ DCIM Monitoring Evaluation Copy A -By- by Thank you for downloading this free evaluation copy of Sunbird s Power IQ DCIM monitoring software which supports up to five devices! Power IQ allows

More information

CSDA UNIT I. Introduction to the LAB environment. Practical classes Lab 0. Computer Engineering Degree Computer Engineering.

CSDA UNIT I. Introduction to the LAB environment. Practical classes Lab 0. Computer Engineering Degree Computer Engineering. Computer Engineering Degree Computer Engineering Year 2017/18 Practical classes Lab 0 CSDA UNIT I Introduction to the LAB environment CSDA Unit 0: INTRODUCTION Page 1 of 8 Table of contents Table of contents...2

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Introduction to Virtualization

Introduction to Virtualization Introduction to Virtualization Module 2 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks Configuring

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

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2 VMWare Workstation Installation Microsoft Windows Server 2008 Enterprise with Service Pack 2 Starting Vmware Workstation Go to start menu and start VMware Workstation program. *Note: The following instructions

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Configuring and Managing Virtual Storage

Configuring and Managing Virtual Storage Configuring and Managing Virtual Storage Module 6 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

ClearCube Virtualization. Deployment Guide. ClearCube Technology, Inc.

ClearCube Virtualization. Deployment Guide. ClearCube Technology, Inc. ClearCube Virtualization Deployment Guide ClearCube Technology, Inc. Copyright 2006, 2007, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or

More information

Virtual Appliance Deployment Guide

Virtual Appliance Deployment Guide Virtual Appliance Deployment Guide Quick Start Guide Quick Deployment Guide Quick Start Guide Winfrasoft Virtual Appliance Deployment Guide for VMware and Hyper-V Published: December 2014 Applies to: Winfrasoft

More information

Cisco Prime Collaboration Deployment

Cisco Prime Collaboration Deployment Install System Requirements for Installation, page 1 Browser Requirements, page 2 IP Address Requirements, page 2 Virtualization Software License Types, page 3 Frequently Asked Questions About the Installation,

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

CST VMWare Documentation

CST VMWare Documentation Login to the vsphere Web Client using a web browser by navigating to https://cstvmware.ridgewater.edu/ui/. Chrome is the best for this, but others will work. You will see a page like this: Login with your

More information

Creating a New SBC SWe VM Instance

Creating a New SBC SWe VM Instance Creating a New SBC SWe VM Instance To install SBC SWe on a virtual machine (VM), you must first create a VM and allocate its resources (for example CPU, memory, and NICs), as well as configure a datastore

More information

CIS 191A Final Exam. Fall CIS 191 Final Exam

CIS 191A Final Exam. Fall CIS 191 Final Exam CIS 191A Final Exam Fall 2008 CIS 191 Final Exam The final for CIS 191A is composed several parts: A. (10 points) Questions B. (5 points) Checklist C. (10 points) Troubleshooting D. (35 points) Building

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

How to securely isolate Damn Vulnerable Linux with VirtualBox

How to securely isolate Damn Vulnerable Linux with VirtualBox How to securely isolate Damn Vulnerable Linux with VirtualBox Motivation I have this vision of going through and testing software inside of a closed lab that allows me to understand exploits and vulnerabilities

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. Version 1.1 CONTENT Disclaimer... 3 Version History...

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Collaboration Management Suite. Installation manual

Collaboration Management Suite. Installation manual Collaboration Management Suite Installation manual R5900021/03 30/03/2017 Barco NV Beneluxpark 21, 8500 Kortrijk, Belgium Phone: +32 56.23.32.11 Fax: +32 56.26.22.62 Support: www.barco.com/en/support Visit

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2342 NoSQL Systems Comparison Lab Server VM Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

Lab - Install Windows 7 or Vista

Lab - Install Windows 7 or Vista Introduction In this lab, you will install the Windows 7 or Vista operating system. Recommended Equipment A computer with a blank hard disk drive Windows 7 or Vista installation DVD or USB flash drive

More information

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) Use either Chrome or Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, page 1 Virtual Machine Configuration Recommendations, page 1 Configuring Resource Pools Using vsphere Web Client, page 4 Configuring a Virtual Machine

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

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, on page 1 Virtual Machine Configuration Recommendations, on page 1 Configuring Resource Pools Using vsphere Web Client, on page 4 Configuring a Virtual

More information

Installing and Using Openfiler 2.3 with ESX Server

Installing and Using Openfiler 2.3 with ESX Server January 28, 2011 2011 Installing and Using Openfiler 2.3 with ESX Server Openfiler 2.3 as an iscsi SAN and NFS Share This documents covers the procedures for installing Openfiler 2.3 on bare metal or as

More information

vsphere Host Profiles Update 1 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Host Profiles Update 1 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 1 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: https://docs.vmware.com/ If you have comments about this

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ]

VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ] s@lm@n VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ] VMware VCP-511 : Practice Test Question No : 1 Click the Exhibit button. An administrator has

More information

Lab - Manage Virtual Memory in Windows 7 and Vista

Lab - Manage Virtual Memory in Windows 7 and Vista Lab - Manage Virtual Memory in Windows 7 and Vista Introduction In this lab, you will customize virtual memory settings. Recommended Equipment A computer with Windows 7 or Vista installed The hard drive

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

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

Installing on a Virtual Machine

Installing on a Virtual Machine Release 8.5 Revised: 6/20/13 See the Quick Start for Installing and Configuring Cisco Unified MeetingPlace Release 8.5 module for information about the order in which to install and configure the Cisco

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Hands-on Lab Manual. Introduction. Dell Storage Hands-on Lab Instructions. Estimated Completion Time: 30 minutes. Audience. What we will be doing

Hands-on Lab Manual. Introduction. Dell Storage Hands-on Lab Instructions. Estimated Completion Time: 30 minutes. Audience. What we will be doing Dell Storage Hands-on Lab Instructions Dell SC Series CITV Integration with VMware VASA Estimated Completion Time: 30 minutes Introduction Audience The audience for this document is technical professionals

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

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard. Initial Boot from Install Disc 1 Turn on the power for your machine. Sysinstall main menu Immediately place the first CD-ROM of the FreeBSD 5.3 install set in your machine's CD-ROM drive. You'll see an

More information

BT Cloud Compute. Adding a Volume to an existing VM running Microsoft Windows

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

More information

SUSE Linux Enterprise 11 Administration Workbook

SUSE Linux Enterprise 11 Administration Workbook SUSE Linux Enterprise 11 Administration Workbook 3102 Novell Training Services AUTHORIZED COURSEWARE www.novell.com Novell Training Services (en) 15 April 2009 Part # 100-005204-001-REV A Novell Training

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Getting Started with ESXi Installable

Getting Started with ESXi Installable Update 1 ESXi 4.0 Installable vcenter Server 4.0 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

More information

iscsi Boot from SAN with Dell PS Series

iscsi Boot from SAN with Dell PS Series iscsi Boot from SAN with Dell PS Series For Dell PowerEdge 13th generation servers Dell Storage Engineering September 2016 A Dell Best Practices Guide Revisions Date November 2012 September 2016 Description

More information

CIS 231 Windows 2012 R2 Server Install Lab #1

CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

FreeBSD Installation ISOC/AfNOG

FreeBSD Installation ISOC/AfNOG FreeBSD Installation ISOC/AfNOG Michuki Mwangi (Original materials by Hervey Allen NSRC) 1 READ THE INSTRUCTIONS These slides contain explicit instruc2ons to allow you to successfully install FreeBSD and

More information

CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines

CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client. Be

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Initial investment payback analysis: Dell PowerEdge R710 solution with VMware ESX vs. Dell PowerEdge 2850 solution

Initial investment payback analysis: Dell PowerEdge R710 solution with VMware ESX vs. Dell PowerEdge 2850 solution TEST REPORT MAY 2009 Initial investment payback analysis: Dell PowerEdge R710 solution with VMware ESX vs. Dell PowerEdge 2850 solution Executive summary Dell Inc. (Dell) commissioned Principled Technologies

More information

Dell EMC Virtual Appliance Manager

Dell EMC Virtual Appliance Manager Dell EMC Virtual Appliance Manager Version 9.0 Installation Guide REV 01 Copyright 2018 Dell Inc. All rights reserved. Published May 7, 2018 Dell believes the information in this publication is accurate

More information

Remote Access to the CIS VLab (308)

Remote Access to the CIS VLab (308) Remote Access to the CIS VLab (308) This Howto shows to remotely access the CIS 90 Arya VMs (virtual machines) in the CIS Virtual Lab (VLab). The CIS VLab was developed to remotely provide Distance Education

More information

Exam Name: VMware Certified Professional on vsphere 5 (Private Beta)

Exam Name: VMware Certified Professional on vsphere 5 (Private Beta) Vendor: VMware Exam Code: VCP-511 Exam Name: VMware Certified Professional on vsphere 5 (Private Beta) Version: DEMO QUESTION 1 The VMware vcenter Server Appliance has been deployed using default settings.

More information

Installation of Cisco Business Edition 6000H/M

Installation of Cisco Business Edition 6000H/M Installation Overview, page 1 Installation Task Flow of Cisco Business Edition 6000H/M, page 2 Installation Overview This chapter describes the tasks that you must perform to install software on your Business

More information

How to Install ESX 4.0 on Workstation as a VM

How to Install ESX 4.0 on Workstation as a VM white paper How to Install ESX 4.0 on Workstation 6.5.2 as a VM Title: How to Install ESX 4.0 on Workstation 6.5.2 as a VM Author(s): Xtravirt (Paul Buckle) Target Audience: Technical - Novice Current

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Controller Installation

Controller Installation The following describes the controller installation process. Installing the Controller, page 1 Controller Deployment, page 2 Controller Virtual Hard Disk Storage, page 4 Custom Controller Web UI Certificates,

More information

Dynamic Multi-Pathing for VMware 6.0 Hands-On Lab

Dynamic Multi-Pathing for VMware 6.0 Hands-On Lab Dynamic Multi-Pathing for VMware 6.0 Hands-On Lab Description Dive into the VMware environment and explore the benefits of Dynamic Multi-Pathing for VMware. In this lab you'll learn how to increase visibility,

More information

VMware vsphere: What s New Lab Manual ESXi 5.5 and vcenter Server 5.5

VMware vsphere: What s New Lab Manual ESXi 5.5 and vcenter Server 5.5 VMware vsphere: What s New Lab Manual ESXi 5.5 and vcenter Server 5.5 VMware Education Services VMware, Inc. www.vmware.com/education VMware vsphere: What s New ESXi 5.5 and vcenter Server 5.5 Part Number

More information

Using SANDeploy iscsi SAN for VMware ESX / ESXi Server

Using SANDeploy iscsi SAN for VMware ESX / ESXi Server Using SANDeploy iscsi SAN for VMware ESX / ESXi Server Friday, October 8, 2010 www.sandeploy.com Copyright SANDeploy Limited 2008 2011. All right reserved. Table of Contents Preparing SANDeploy Storage...

More information

Read Naturally SE Update Windows Network Installation Instructions

Read Naturally SE Update Windows Network Installation Instructions Windows Network This document explains how to apply the Read Naturally Software Edition 2.0.3 update to existing installations of SE version 2.0, 2.0.1, or 2.0.2. First update the SE server software, and

More information

xcat is not required. VM host computers may be installed manually or by some other means.

xcat is not required. VM host computers may be installed manually or by some other means. VM Host Profiles A VM host profile contains several parameters which describe how a VM host is configured so that VCL knows how to manage it Each VM host is assigned a VM host profile A VM host profile

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

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

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

Cisco Business Edition 7000 Installation Guide, Release 10.6

Cisco Business Edition 7000 Installation Guide, Release 10.6 First Published: July 08, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text

More information

SAN Boot Windows ( iscsi )

SAN Boot Windows ( iscsi ) 2018/04/04 00:56 1/12 it-joe SAN Boot Windows ( iscsi ) SAN Boot Windows ( iscsi ) Updated: 2016-09-24 19:45 EDT Synopsis So I built this PXE server to eliminate my need for CD/DVD base installation media.

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

Chapter 7. Getting Started with Boot from Volume

Chapter 7. Getting Started with Boot from Volume Chapter 7. Getting Started with Boot from Volume This chapter discusses creating a bootable volume from an existing minidisk, cloning a volume from an existing volume, and booting a virtual server instance

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

Installation Quick Start SUSE Linux Enterprise Server 11

Installation Quick Start SUSE Linux Enterprise Server 11 Installation Quick Start SUSE Linux Enterprise Server 11 NOVELL QUICK START CARD Use the following procedures to install a new version of SUSE Linux Enterprise Server 11. This document gives a quick overview

More information

vsphere Host Profiles 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

vsphere Host Profiles 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information