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

VMware vSphere 5.5 local boot installation and configuration


In this recipe, we will learn how to install and configure VMware vSphere 5.5 local boot.

Getting ready

Prepare a Cisco UCS 5108 Chassis with two UCS IOM 2208XP installed, each UCS IOM is connected to a Cisco UCS 6428UP. There is a UCS B200 M4 with a VIC 1340 installed into this chassis and configure four ports on each Cisco UCS 6428UP as an Ethernet uplink port and an FC uplink port, which is connected to SAN Switches and LAN Switches by Fibre Channel cables. Due to each port being a unified port, you can configure it for different roles; for chassis uplink, it is connected by Twinax copper (SFP-H10GB-CU1M); for SAN uplink, it is connected by 8 GB SFP (DS-SFP-FC8G-SW); for Ethernet uplink, it is connected by a 10 GB SFP (SFP-10G-SR) and prepare a UCS service profile. It includes two vNICs, two vHBAs, and a local drive with a mirror mode (RAID 1). The detail is listed in the following service profile screenshot:

How to do it…

In this...