Category: Training


The VMware training team has released another set of free, online eLearning courses covering cloud, BCDR, and more. Here’s a list of the free eLearning courses:

More information can be found here.

ESXi 5 on an Apple Mac Mini

If you are looking to refresh your vSphere home lab, definitely consider looking at the Mac Mini, especially when the 16GB DIMMs are available you can get up to 32GB.

I found a great article form VirtuallyGhetto blog for a step by step on this experience.

In some lines the procedure is:

What you will need:

Step 1 – Extract the offline bundle “tg3-3.120h.v50.2-offline_bundle-547149.zip”from Broadcom zip file

Step 2 – Use Image Builder to add the Broadcom driver and create a custom ESXi 5 ISO (steps taken from this VMware KB article)

# Add the ESXi 5.0 Update 1 Offline Bundle
Add-EsxSoftwareDepot “C:\VMware-ESXi-5.0.0-623860-depot.zip”

# Add the Broadcom Offline VIB
Add-EsxSoftwareDepot “C:\tg3-3.120h.v50.2-offline_bundle-547149.zip”

# Create a new Image Profile (in example, I’m using the full version w/tools)
New-EsxImageProfile -CloneProfile “ESXi-5.0.0-623860-standard” -name “ESXi50u1-Custom”

# Add the broadcom driver to our Image Profile
Add-EsxSoftwarePackage -ImageProfile “ESXi50u1-Custom” -SoftwarePackage “net-tg3”

# Create an ISO from our custom Image Profile
Export-EsxImageProfile -ImageProfile “ESXi50u1-Custom” -ExportToISO -filepath C:\VMware-ESXi-5.0u1-Custom.iso 

Step 3 – Plug in a USB key into your system and run UNetbootin which will take the custom ISO we just created and make it bootable on the USB key

Step 4 – Finally, power on your Mac Mini and plug in the USB key. You can either hold the “Alt” or “Command” key while the system is booting and select the EFI volume OR just plug the USB key and the ESXi installer should automatically start up.

See more details on this at VirtuallyGhetto

By default, root login via SSH is disabled to prevent brute force attacks. This articles details how to create a new user on the ESX host, log in as the new user, then change to root access so you have the correct privileges to administer the ESX host.

This article assumes you have the SSH client and the vSphere Client or VMware Infrastructure Client installed. The video also assumes you have configured your ESX host’s services console network. If you can ping the ESX host service console IP, you can proceed. For more information, see Testing network connectivity with a ping command (1003486).

To connect to the ESX host using a SSH client:

  1. Log in to ESX host as root user with the vSphere Client.
  2. Click Users & Groups.
  3. Right-click on a blank area and click Add.
  4. Enter a username and password. Confirm your password. Starting in ESX 4.0 the password needs to be at least 8 characters in length.
  5. Select Grant shell access to this user and click OK.
  6. Open your SSH client.
  7. Complete the necessary fields. Ensure Port is set to 22 and Protocol is set to SSH. Press Enter or click Open.
  8. Log in as the new user you created in step 4.
  9. Change to the root user account.
    1. Type su – and press Enter. This command switches users to root access and provides the path to the root user commands.
    2. Enter the root password and press Enter.

      Now you are logged into the ESX host via ssh as root.

    3. When you are done administering the system, type Exit and press Enter. This reverts you back to your new ESX user. Type exit and press Enter again. Now you have successfully disconnected from your SSH session.

If you wish to allow root login to SSH directly, without using su -, see Enabling root SSH login on an ESX host (8375637).

 

For those looking to gain experience with the Cisco Unified Computing System (UCS) platform without access to a UCS lab, Cisco has developed the UCS Platform Emulator (UCSPE).

The UCSPE is a packaged VMware virtual machine and offers most of the capabilities of the latest UCS platform; this can be used by candidates looking to gain experience or for experienced engineers looking to test a configuration. This article takes a look at the simulator installation prerequisites, basic setup configuration and UCSPE limitations.

UCSPE Prerequisites

Before UCSPE can be used, the physical system slated to be used for installation must meet some minimum requirements, including:

  • 1 GB of free RAM
  • 8 GB of free HD space
  • At least a 1.8 GHz single-core processor

Along with these physical system requirements, the machine must also have a VMware product installed that will run the UCSPE virtual machine; these products include one of the following:

  • VMware player
  • VMware Workstation (on Windows OS)
  • VMware Fusion (on MAC OS)
  • VMware ESX hypervisor

To run the UCS Manager GUI, the Firefox browser is required, along with an installation of the Java Runtime Environment 1.6 or higher.

UCSPE Setup and Configuration

The UCSPE package that is retrieved from Cisco is typically delivered in the 7zip archive format and is about 300 MB; once uncompressed, the UCSPE virtual machine files are about 1 GB in size. Once uncompressed, a file with the extension .vmx will exist with a filename that reflects the version of UCSPE; click on this file to begin the UCSPE emulator.

The UCSPE will start up and when first run, will completely unpack and install itself; this is shown in Figure 1:

Starting Up UCSPE

Figure 1 – Starting Up UCSPEOnce completely unpacked and installed, UCSPE will take up about 4 GB of HD space and will show a login screen; this is shown in Figure 2:

UCSPE CLI Login

 Figure 2 – UCSPE CLI Login

This screen will also show the IP address that will be used to access the UCSPE management web page and is shown in Figure 3:

UCSPE Control Panel

Figure 3 – UCSPE Control PanelBefore going forward and running the UCS Manager, it is a good idea to check out the existing inventory that will be used by the emulator; this configuration can be changed to meet the requirements of the user and the specific environment they are trying to emulate. For those with no specific environment in mind, the emulator comes configured with a full chassis of servers. The configuration process for changing these settings is not very user friendly but can be figured out by anyone with a little bit of effort.

The hardware inventory screen is shown in Figure 4 below:

UCSPE Start-up Inventory

Figure 4 – UCSPE Start-up InventoryFrom this page, it is also possible to change other specific emulator configuration settings; the screens for these are shown in Figure 5:

Emulator Settings

Figure 5 – Emulator SettingsAs is shown in Figure 5, it is possible to change a number of the emulator settings to meet additional requirements of the environment, including changing whether High Availability is used and what the management IP settings will be used.

Once all the settings have been configured, it is then time to run the UCS Manager on the emulation; this is done at the main screen by clicking the “Launch UCS Manager” button (This is shown in Figure 3 above). Once clicked, Java will be run to start the UCS manager as shown in Figure 6:

Running Java

Figure 6 – Running JavaIt is possible during this time to see a number of Java windows, including one that asks for permission to run the UCS manager; Figure 7 shows an example of one of these screens:

Java Signature Check

When prompted with these screens, just select the “Run” button. The UCS Manager will then prompt for a username and password; by default, this is set to config/config. Figure 8 shows the login screen:

UCS Manager Login Screen

Figure 8 – UCS Manager Login ScreenWhen successfully run, the UCS Manager screen will be displayed and is ready for configuration; the main UCS Manager screen is shown in Figure 9:

UCS Manager Main Screen

 Figure 9 – UCS Manager Main Screen

UCS Emulator Download – Cisco UCS Platform Emulator v2

Step-by-Step Article in www.petri.co.il

 

VMware just announced a FREE online training course called “VMware vCenter Operations Manager Fundamentals [V5.X]“.

This course is a self-paced course which lasts 2.5 hours and it’s available through myLearn training.

This e-learning course covers how to install and configure vCenter Operations Manager as well as how to use its many robust features.

Objectives

After completing this course, you should be able to:

  • Diagram the vCenter Operations Manager 5.0 vApp Architecture.
  • Describe the vCenter Operations Manager 5.0 vApp resource requirements and installation considerations.
  • Discuss the pre-installation tasks you need to complete before you install the vCenter Operations Manager 5.0 vApp.
  • Identify the tasks for installing the vCenter Operations Manager 5.0 vApp.
  • List the initial configuration tasks.
  • Recognize main function of the vCenter Operations Manager 5.0 dashboard and the major and minor badges.
  • Discuss how to interpret the results of the vCenter Operations Manager major and minor badges.
  • Explain how to configure thresholds and notifications.
  • Demonstrate how to use the Operations tab and the Planning tab.
  • Identify the badges, views, and associated metrics.
  • Discuss how smart alerts are configured and used.
  • Demonstrate how to navigate the Alerts tab.
  • Explain how to create and schedule reports on the Reports tab.

Outline

The course consists of five modules:

  1. Technical Overview of vCenter Operations Manager covers the vCenter Operations Manager 5.0 vApp architecture and resource requirements, the vCenter Operations Manager 5.0 vApp installation considerations, and introduces you to the major and minor badges.
  2. Installing and Configuring vCenter Operations Manager discusses how to install and configure vCenter Operations Manager.
  3. Using the Dashboards and Badges explains the main function of the major and minor badges, how to interpret the badge results, and how to configure thresholds and notifications.
  4. Operations and Planning describes how to use the Operations tab and the Planning tab.
  5. Working with Smart Alerts and Reports covers how to configure and use smart alerts, how heat maps are used, and how to work with reports.

If you are interested in vCenter Operations Manager this course will help you get started and the best part is: it’s free! Thank you VMware

Source: VMware Training