Book Image

Cisco UCS Cookbook

By : Victor Wu
Book Image

Cisco UCS Cookbook

By: Victor Wu

Overview of this book

Cisco Unified Computing System (UCS) is a data center server platform that is used for computing, deploying, and storing resources in data center environments. This cookbook aims to teach you about various tasks you can implement to improve your existing method of configuring and deploying UCS. You will start by learning how to upgrade your firmware on Brocade and Cisco Fibre Channel Switch and will move on to enhance your knowledge of LAN connectivity. We will then discuss how to configure Windows 2008 and 2012 local boot in Cisco UCS. Next, you will learn how to install the operating system on Cisco UCS and use Cisco UCS Power Calculator to calculate the UCS consumption. Finally, we’ll take a look at backup solutions. By the end of the book, you will know several ways to build and compute in data center environment using Cisco UCS.
Table of Contents (14 chapters)
Cisco UCS Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Cloning vSphere's virtual machine in EMC Storage


In this recipe, we will learn how to clone vSphere's virtual machine on a Cisco UCS Server using EMC SnapView Clone.

Getting ready

Assume that you have installed a VMware vSphere host on a Cisco UCS B200 M3 that is connected to EMC CLARiiON CX4-240 Storage. The virtual machines are running an EMC LUN. The following diagram shows the details:

How to do it…

In this recipe, we will learn how to create a SnapView Clone group on EMC CX4-240 storage.

EMC SnapView Clone is the optional software for EMC CLARiiON storage products, it can provide point-in-time copies of LUNs (logical units) and provide a full clone from source LUNs to destination LUNs. It also allows incremental synchronization between the source and destination LUNs. The EMC SnapView also includes another feature, it is SnapView Snapshot that can provide a pointer-and-copy design, referred to as copy on first write. Make sure that SnapView is enabled on the EMC CLARiiON storage, then you...