Book Image

Mastering VMware vSphere Storage

By : Victor Wu, Eagle Huang
Book Image

Mastering VMware vSphere Storage

By: Victor Wu, Eagle Huang

Overview of this book

<p>vSphere Storage is one of the three main infrastructure components of a vSphere deployment (Compute, Storage, and Network).</p> <p>Mastering VMware vSphere Storage begins with an insightful introduction to virtualization and creating your own virtual machines. We then talk about VMware vCenter Server and virtual machine management, as well as managing vSphere 5 using vSphere Management Assistant (vMA) and esxcli and vmware-cmd commands. We then swiftly move on to a very interesting topic, reviewing the vSphere performance and troubleshooting methodology. We then configure VM storage profiles, Storage DRS, and Storage I/O control. More significantly, we will troubleshoot and analyze storage using the VMware CLI and learn how to configure iSCSI storage.</p> <p>By the end of the book, you will be able to identify useful information to make virtual machine and virtual data center design decisions.</p>
Table of Contents (21 chapters)
Mastering VMware vSphere Storage
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Installing VMware vCenter Server


VMware Center Server is a central management server that is used to manage VMware ESXi Server and virtual machines, for example, VM cloning, creating a VM template, vMotion, storage vMotion, and so on. We can connect to vCenter by vSphere Client or vSphere Web Client. You can set up vCenter Server or deploy vCenter Server Appliance to manage your virtual environment. vCenter Server Appliance is a preconfigured Linux-based virtual machine optimized for running vCenter Server's services. The following figure shows vCenter and ESXi management:

The following is the procedure for the installation of VMware vCenter Server 5.1 on Microsoft Windows 2008 R2.

Download the vCenter Server installer from VMware website, choose the product as VMware vSphere version 5.1, and select VMware vCenter Server 5.1 from https://my.vmware.com/web/vmware/downloads.

Prerequisites

Microsoft .NET 3.5 SP1 and Windows Installer 4.5 (required only if you use the bundles Microsoft SQL Server 2008 R2 Express SPA database):

  1. Ensure that your server is configured to boot from the CD-ROM drive.

  2. Ensure that the VMware vCenter installation media are available for the server:

    • If it is a local installation, insert the VMware ESXi installation CD into the optical drive

    • If it is a remote installation, map an image of the installation media, known as an ISO image, to a virtual optical drive

  3. Select VMware vCenter Simple Install, and then click on Install, as shown here:

  4. The installer will install vCenter Single Sign-On, vCenter Inventory Service, and vCenter Server Service.

  5. Start installing vCenter Single Sign On (SSO). Then set the password for the administrator of vCenter Single Sign On:

  6. Select the database type for vCenter SSO:

  7. If you are using an existing database, it is required to create for the database by the script. The script is located at vCenter Server Installation directory\Single SignOn\DBScripts\SSOServer\Schema\. The SSO database is created by the SetupTablespaces.sql script. Then create a database user (RSA_USER) and database administrator (RSA_DBA) by the SetupUsers.sql script.

  8. If you are using the bundled Microsoft SQL Server 2008 R2 Express database, enter the passwords for an SSO database administrator (RSA_DBA) and database user (RSA_USER). The installer uses these credentials to create the users in the database:

  9. Enter Fully Qualified Domain Name or IP address for the vCenter SSO:

  10. Accept the default HTTPS port for vCenter SSO, and click on Install:

    The installer will install vCenter Inventory Service after it has finished installing the vCenter SSO.

  11. Also, it will install vCenter Server after it has finished installing the vCenter Inventory Service. Enter the vCenter License key:

  12. Select the type of database that you want to use:

    • To use the bundled database, click on Install a Microsoft SQL Server 2008 Express instance. This database is limited to five hosts and 50 virtual machines.

    • To use an existing database, click on Use an existing supported database. Select your database from the list of available DSNs. Enter the username and password for the DSN.

      Note

      • Option 1: You can choose this option if your vSphere environment is small in size and limited to five hosts and 50 virtual machines

      • Option 2: You can choose this option if your vSphere environment is large in size and has hundreds of hosts and virtual machines

    12. Enter the FQDN of the system that you are installing vCenter Server on:

  13. Select the vCenter Server JVM Memory configuration, as shown in the following screenshot, and click on Install:

Installation completed!