Archive

Archive for the ‘VMWare’ Category

iSCSI SAN/NAS SOLUTION FOR ESXi SERVER (Tutorial No 5)

December 30, 2012 3 comments

Sorry! for late posting due to heavy work load. Today we are going to arrange a shared storage solution for our lab.  However it is good idea to use Linux appliances as a SAN/NAS solution.  Openfiler and FreeNAS are very popular free operating systems that provides file-based network-attached storage and block-based storage area network.

In vSphere infrastructure we need shared/SAN/NAS storage to perform advance vSphere functions like:

  • vMotion
  • svMotion
  • VMHA
  • FT
  • DRS
  • DPM

So, we are going to use Openfiler as iSCSI shared storage.  In this case we need a dedicated server/virtual machine.  First of all download the latest OpenFiler’s ISO/Virtual Appliance from

http://www.openfiler.com/community/download/

In my lab I have created a VM for installation of OpenFiler with following configurations:

RAM 512 GB

Hard Disk 1 : 20 GB (For OpenFiler OS)

Hard Disk2: 100 GB (Secondary disk for iSCSI Target  Purpose)

Installation of OpenFiler (Step 1)

Great! now we have completed first step of installation. Now its time to configure the Open Filer for our vSphere Lab Scenario.

Configuration of Open Filer (Step 2)

Main points of the configurations:

1. Configure the Static IP for Open Filer.

2. Configure the NTP.

3. Create partition and volume.

4. Create iSCSI file system.

5. Allow the network.

6. Enable & Start  iSCSI Target Service.

7. Add the IQN.

8. Map the LUN.

We have completed our configuration of Open Filer, main points of  adding the storage (iSCSI) to ESXi  Server are:

1. Add a software iSCSI adaptor.

2. Configure the new iSCSI adaptor to use dynamic discovery & enter the IP/Host name of the Open Filer Server.

3. Perform re-scan.

4.Add storage.

Howto add FTP server in ESXi 5.x to support Fast Download/Upload of VM / Images

December 13, 2012 Leave a comment

Reblogged from Syed Jahanzaib Personnel Blog to Share Knowledge !:

Click to visit the original post
  • Click to visit the original post
  • Click to visit the original post
  • Click to visit the original post
  • Click to visit the original post
  • Click to visit the original post
  • Click to visit the original post

Yesterday I was trying to upload a 450GB VMDK file to ESXi host. (Actually it was VHD file and I converted it to VMDK using starwind converter), and it was uploading dead slow and showed countless hours to complete the upload.  After some googling I found that generally it takes too much time to Upload/Download any VM/ISO File FROM/TO ESXi host.

Read more… 312 more words

Categories: VMWare

How to Mount Windows Folder into vSphere as NFS Share (vSphere Tutorial 4)

November 24, 2012 Leave a comment

While playing with virtual machines/virtual environments, ISO images of different operating systems and applications are required.  Which can directly be attach from host machines to VMs with the help of VMWare Workstation and vSphere Client.  However, it is good idea to have ISO images into ESXi host.  So today I am going to mount a Windows based folder (carrying ISO images) into ESXi host.  I am using Windows 2008 Server here for this scenario.  If you are interested to use Windows 7, then this link will describe best to you:

http://www.sysprobs.com/configure-set-nfs-share-windows-7-ready-storage-vmware-esx

Requirement

Windows 2008 Server (with File Services role installed)

Configuration Steps

This is ISO folder, which I am going to share as NFS share.

Right Click on ISO folder, go to properties then NFS tab. Click on Manage NFS sharing.

 

First check the share box. Then click on permissions.

I am going to give full Read/Write permissions here.

Sharing work is completed.  Now access the vSphere using vSphere Client.

Access ESXi Server through vSphere Client, Select the host where you want NFS folder, Select configuration tab of the host then Storage options. Here we are going to add new storage.

Wizard will start. Select NFS as we are going to add the NFS Sharing.

Give the Server IP, where you have shared folder and its name. In the end give the datastore name whatever you want.

Wizard has been completed. Click finish.

Great we have successfully add the NFS share as datastore to this host.

To check the contents of the folder of ISO, browse the datastore by right clicking on it.

 

Really Great, I have all my ISO images in this ESXi host.

 

 

 

Installation of vCenter Server (vSphere 5 Tutorial No 3)

November 21, 2012 Leave a comment

It is tutorial no 3 for the VSphere Lab and time for vCenter now.  I will provide a walk through of vCenter Server installation.  Before going to install the vCentre lets discuss what is vCenter Server?

VMware vCenter Server is centralized management application and framework that serves as a proxy for managing ESXi hosts an their virtual machines

vCenter Server performs the following three key functions:

  • Visibility. vCenter Server allows you to configure ESX servers and VMs, as well as monitor performance throughout the entire infrastructure, using events and alerts. The objects in the virtual infrastructure can be securely managed with roles and permissions.
  • Scalability. The visibility found in vCenter Server is scalable across hundreds of ESX servers and thousands of VMs. Using Linked Mode, you can also manage multiple vCenter servers within the same vSphere client
  • Automation. vCenter Server alerts can trigger actions. The Orchestrator feature in vCenter Server Standard allows you to automate hundreds of actions.

vCenter is a requirement for enterprise features,  such as VMotion, Storage VMotion, Distributed Resource Scheduler, VMware High Availability and Fault Tolerance.

VMware vCenter Server comes in two versions: Standard and Foundation. The Foundation edition is designed for small and medium-sized businesses that run up to three ESX servers. The Standard version, on the other hand, is for large-scale vCenter Server deployments.

I think its quite enough overview of vCenter Server, if you people want more I have placed links against their important terms to know more about them.  We will use the vCenter’s Standard version with evaluation period for our test lab.  Hmm, What are the requirements of vCenter? or It should be virtual or on physical machine?

Physical or Virtual?

  • vCenter Server can be physical or Virtual.
  • Physical requires a dedicated machine.
  • Physical is not at risk of vSphere outages.
  • Virtual can be backed with other VMs.
  • Virtual does not waste an entire server on VC.
  • Virtual can participate in HA/vMotioned.
  • Virtual is at risk of vSphere outages.

vCenter Server Pre-installation/HW & SW Requirements

  • vCenter needs to be part of a domain but should not be domain controller:p.
  • Account under you have installing should be member of admin group.
  • CPU with 64 Bit and at least 2 GHz or better.
  • 4 GB (We will bypass this :p because we have all lab on one laptop:-(
  • 4 GB of stroage more if  DB installed.
  • NIC card with 1 GB or better
  • Windows Server 2003 Std, Ent or Datacenter 64 bit with SP2.
  • Windows Server 2003 R2 Std, Ent or Datacenter 64 bit with SP1
  • Windows Server 2008 Std, Ent or Datacenter 64 bit with SP2
  • Windows Server 2008 R2  Std, Ent or Datacenter 64 bit with SP2
  • Microsoft .Net 3.5 Framework.
  • Microsoft Windows Installer 4.5 for DB

Download 60 days evaluation version from www.vmware.com/tryvmware

Now back to our lab, where we are installing vCenter Server in VM.  Our scenario is….

Our VMLab Scenario…

What I have did so far, I have create a new VM under VMWare Workstaion 8 and install:
  • Fresh Microsoft Window Server 2008 R2
  • VMWare Tools.
  • Setup the initial IP configuration to reach ADDC.
Lets start our walk through  from joining the vCenter Server to the domain…

How to Create A Virtual Machine in ESXi 5 Server Using vSphere Client (Tutorial No 2)

November 20, 2012 2 comments

We have install ESXi server in VMWare Workstation in last tutorial.  To access the ESXi Server, we need a client namely vSphere Client. vSphere Client is a Windows application that you can use to configure the host and to operate its virtual machines. You can download vSphere Client from any ESXi host.

Prerequisites
  • You must have the URL of the host, which is the IP address or host name.
  • The system must have an Internet connection.

Procedure

  • From a Windows machine, open a Web browser.
  • Enter the URL or IP address for the host.
  • For example, we have install ESXi Server and going to download the client form it. http://10.10.10.99 or if DNS is up and resolving http://esx2.vmlab.shery.
  • Click Download the vSphere Client under Getting Started.
  • Click Save to download the vSphere Client installer.
  • Install the vSphere Client.

So here in today’s walk through we will:

1.   Install the vSphere Client.

2.  Create the Virtual Machine in ESXi Host using vSphere Client.

3.  Install the Role of AD & DC for VMLab Scenario.

Lets Start;-)

Note: After creating VM it is necessary to install VM Tools in virtual machine, which will install all the essential drivers.  The process of installing VM Tools are very easy, just clicking on Guest option available  on the menu of VM Console can enable you to put VM Tools’s ISO into the box.

Follow

Get every new post delivered to your Inbox.

Join 216 other followers

%d bloggers like this: