vcp510 1 configure vmware esxi

29
Introduction The Configure VMware ESXi module provides you with the instruction and server hardware to develop your hands on skills in the defined topics. This module includes the following exercises: 1) Configuring NTP 2) Configuring DNS and Routing 3) Configuring Memory Compression Cache 4) Configure Licensing Lab Diagram During your session you will have access to the following lab configuration. Connecting to your lab In this module you will be working on the following equipment to carry out the steps defined in each exercise.

Upload: mark-mann

Post on 21-May-2017

275 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: VCP510 1 Configure VMware ESXi

Introduction

The Configure VMware ESXi module provides you with the instruction and server hardware to

develop your hands on skills in the defined topics. This module includes the following exercises:

1) Configuring NTP

2) Configuring DNS and Routing

3) Configuring Memory Compression Cache

4) Configure Licensing

Lab Diagram During your session you will have access to the following lab configuration.

Connecting to your lab In this module you will be working on the following equipment to carry out the steps defined in each

exercise.

Page 2: VCP510 1 Configure VMware ESXi

PLABDC01 (Domain Controller)

PLABVC01 (VMWare Management Server)

PLABESX01 (VMWare Host 1)

PLABSTORAGE (iSCSI Shared Storage)

Each exercise will detail which console you are required to work on to carry out the steps.

To start simply click on the named Server from the device list (located on the left hand side of the

screen) and click the Power on from the in tools bar. In some cases the devices may power on

automatically.

During the boot up process an activity indicator will be displayed in the name tab:

Black - Powered Off

Orange - Working on your request

Green - Ready to access

If the remote console is not displayed automatically in the main window (or popup) click the

Connect icon located in the tools bar to start your session.

If the remote console does not appear please try the following option:

Switch between the HTML 5 and Java client versions in the tools bar.

In the event this does not resolve your connectivity problems please visit our Help / Support pages

for additional resolution options.

Copyright Notice This document and its content is copyright of Practice-IT - © Practice-IT 2013. All rights reserved.

Any redistribution or reproduction of part or all of the contents in any form is prohibited other than

the following:

1) You may print or download to a local hard disk extracts for your personal and non-commercial use

only.

2) You may copy the content to individual third parties for their personal use, but only if you acknowledge the website as the source of the material. You may not, except with our express written permission, distribute or commercially exploit the content. Nor may you transmit it or store it in any other website or other form of electronic retrieval system.

Page 3: VCP510 1 Configure VMware ESXi

Exercise 1 – Configuring NTP

In this exercise, you will perform the tasks required to configure features within VMWare ESXi.

Please refer to your course material or

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&external

Id=1003063 to gain an understanding configuring these functions.

Configure NTP on ESXi Hosts In order to track and manage system events effectively each VMWare host should be configured with the

correct system time. For example if you are investigating an error in the system logs and the time is

incorrect it will be more difficult to tie the problem to an event that may have happened on a different

system that had the correct time configured.

In the virtual environment, virtual machines as well as the ESXi hosts must be able to access the accurate

system time. The virtual guests use VMtools to sync their time with the hosts and ESXi hosts can be

configured to use NTP in the standalone or clustered environment. In a clustered solution ESXi hosts can

also use the internal or external time servers the clustered environment must have their clocks

synchronized to the same time source. One key reason for this is that if you use vMotion the system time

should be accurate.

Note: The NTP configuration can be performed directly on the ESXi server or you can configure this from

the vCenter server.

Step 1

Ensure you have powered the required devices and Connect to PLABVC01.

Open the vSphere Client located on the desktop.

Insert Plabesx01 in the IP address /Name field and select the following credentials then select Login.

User name: root

Password: Passw0rd

Page 4: VCP510 1 Configure VMware ESXi

Step 2

Once you have logged in click Ok to the message regarding the host management.

Page 5: VCP510 1 Configure VMware ESXi

Then select the Inventory icon.

Page 6: VCP510 1 Configure VMware ESXi

Click on the Configuration tab and select on Security Profile located in the Software section.

Page 7: VCP510 1 Configure VMware ESXi

In the Firewall section choose Properties and enable the NTP Client check box.

Page 8: VCP510 1 Configure VMware ESXi

Then click OK.

You will now notice the NTP Client listed in the Outgoing Connections.

Page 9: VCP510 1 Configure VMware ESXi

Select the Time Configuration option for the Software menu and then Properties.

As you have allowed NTP in the Firewall configuration the client is already enabled. Select the Options

tab.

Page 10: VCP510 1 Configure VMware ESXi

Click NTP Settings and Add

Insert pool.ntp.org

Page 11: VCP510 1 Configure VMware ESXi

Click Ok.

Check the Restart NTP service to apply changes option.

Page 12: VCP510 1 Configure VMware ESXi

Click back on the General option and select the Start and stop with host option.

Page 13: VCP510 1 Configure VMware ESXi

Click Ok to start the service.

Once you return to the Time Configuration screen you will notice the NTP client is now running.

Page 14: VCP510 1 Configure VMware ESXi

Configuring NTP can also be done via the command line through remote console access.

Step 3

Minimise the vShpere Client console and open the Putty application located on the desktop.

Page 15: VCP510 1 Configure VMware ESXi

In the Putty Configuration dialog box, type plabesx01 in the Host Name (or IP address) text box.

Alternatively, double-click plabesx01 from the Saved Sessions text box in the Load, save or delete a

stored session section and click Open.

Page 16: VCP510 1 Configure VMware ESXi

When prompted for username and password, enter

root

Passw0rd

Page 17: VCP510 1 Configure VMware ESXi

Once the command window is open use the following to configure NTP:

esxcli network firewall ruleset set -r ntpClinet -e true

Page 18: VCP510 1 Configure VMware ESXi

Then you need to edit the NTP configuration file using the vi editor:

vi /etc/ntp.conf

Page 19: VCP510 1 Configure VMware ESXi

As you can see from the configuration file the server pool.ntp.org is present from when you configured

NTP through the GUI console. If this setting was not in place you would add it to the file and save it.

To quit the editor use the following sequence:

esc [keyboard]

:q

enter [keyboard]

Note: The hardware clock must be synchronized with the system clock. If it is not synchronized, then after

the system reboot, the system clock will be reset as per the hardware clock time.

Close all open windows.

Leave the devices you have powered on in their current state and proceed to the next exercise.

Page 20: VCP510 1 Configure VMware ESXi

Exercise 2 - Configuring DNS and Routing

You can use VMware vCenter to configure DNS and Routing on an ESXi host. You can configure a

preferred and an alternate DNS server.

Configure the DNS and Routing on an ESXi host

Step 1

On PLABVC01 and open the vSphere Client located on the desktop.

Insert Plabvc01 in the IP address /Name field and Select Use Windows session credentials, if already not

selected, and click Login.

On the Home screen, select Hosts and Clusters in the Inventory section.

Page 21: VCP510 1 Configure VMware ESXi

Select PLABESX01.practicelabs.com in the inventory tree and click the Configuration tab.

Page 22: VCP510 1 Configure VMware ESXi

In the Software section, click DNS and Routing.

Select Properties to display the DNS and Routing Configuration dialog box.

Note: The host name should already be defined. However, if localhost is defined as the Name, then you

can enter the correct name while configuring the DNS settings.

Click Properties and enter the following information:

Domain: practicelabs.com

Preferred DNS server: 192.168.0.1

Page 23: VCP510 1 Configure VMware ESXi

Click the Routing tab.

The Default gateway is already defined.

Note: If the gateway information is not defined, then you can ask your network administrator for the

gateway IP address and enter it here.

Click OK.

Leave the devices you have powered on in their current state and proceed to the next exercise.

Page 24: VCP510 1 Configure VMware ESXi

Exercise 3 – Configuring Memory Compression Cache

Using vSphere Client, you can configure the size of the memory compression cache for virtual machines

on a specific host that is added to VMware vCenter. You can directly define the percentage of the

memory size of the virtual machine. The default is 10 percent of the memory assigned to the virtual

machine.

Enabling memory compression cache

Step 1

From the VSphere management console select the Configuration tab and in the Software section, click

Advanced Settings.

Page 25: VCP510 1 Configure VMware ESXi

In the Advanced Settings dialog box, select Mem in the left pane, as shown in the following figure.

Step 2

You can make changes to the following fields:

Mem.MemZipMaxAllocPct: Default value is 50

Mem.MemZipMaxCupPct: Default value is 90

Mem.MemZipMaxPct: Default value is 10

Mem.MemZipMaxRejectionPct: Default value is 10

Note: If you do not configure any of these field settings, then the ESXi host uses the default configuration

settings.

Click OK.

Leave the devices you have powered on in their current state and proceed to the next exercise.

Page 26: VCP510 1 Configure VMware ESXi

Exercise 4 - Configure Licensing

Using vSphere Client, you can license the ESXi host that is connected to the vCenter Server. Note that it is

also possible to license an ESXi host that is not connected to the vCenter Server. By default, the ESXi host

runs in the evaluation mode. You can enter the license key when the host is in the evaluation mode, or

you run the host till its evaluation period expires and then enter the license key.

Configuring license on an ESXi host

Step 1

In the Software section, click Licensed Features.

Click Edit.

In the Assign License: plabesx01.practicelabs.com dialog box, select Assign a new license key to this

host.

Page 27: VCP510 1 Configure VMware ESXi

xxxClick Enter Key.

In the Add License Key dialog box, enter the license key in the New license key text box and, optionally,

provide a label for the license key in the Optional label for the new license key text box.

Page 28: VCP510 1 Configure VMware ESXi

This exercises defines the process of changing / upgrading license details. The labs are configured with

the correct licensing so you can leave this as is.

Click Cancel.

Click OK.

Shutdown all virtual machines used in this lab, by using the power functions located in the Tools bar

before proceeding to the next module. Alternatively you can log out of the lab platform.

Page 29: VCP510 1 Configure VMware ESXi

Summary

In this module, you carried out the steps to configure the following:

NTP

DNS and Routing

Hyperthreading

Memory compression cache

Licensing