вторник, 19 сентября 2017 г.

Install and Configure VMware ESXi on VMware Workstation

First of all, you will need:
1. 64-bit Dual Core CPU
2. 4 GB of RAM
3. VMware Workstation
4. VMware vSphere Hypervisor ESXi 
5. VMware Client

1. Download and Install VMware Workstation

First you will need to do is to download and install VMware Workstation. 
It's easy just follow the instruction.

2. Download and Install VMware vSphere Hypervisor ESXi 

Run your installed VMware Workstation and create a New Virtual Machine. Leave Typical configuration option and click Next. 

Click Browse and select your .iso file and click Next. 

Name your Virtual Machine and select Location if you want and click Next.

Select Maximum disk size and choose disk state, I recommend to use Split option and click Next and Finish. 

Once you click Finish, it will start installation process. Click Enter or just wait.

It will take a time to install. And when it's done you will see Welcome screen. Click Enter to continue.

Click F11 to agree License Agreement and continue. 

Now you need to select a Disk to Install and click Enter to continue. 

Select a keyboard language and click Enter to continue. 

Enter root password and click Enter to continue. 


Click F11 to Confirm Installation and click Enter to reboot. 

So now after rebooting you will see this screen. 



3. Install VMware Client

Now after installation is done you will need VMware Client to configure ESXi. To download it enter the IP address that is shown on your yellow screen. 
It's easy just follow the instruction.

4. Configure ESXi

After everything is installed, you need to connect to ESXi and configure it. 
Open your VMware vSphere Client and enter the IP address that is shown on your yellow screen. In my case, it's 192.168.52.132. Enter "root" in User name and Password that you have entered during the ESXi installation and click Login. 


You will get Security Warning message of certificate, so just click Install this certificate and than click Ignore. 

When you're connected to ESXi, you will need to create your virtual machine in ESXi. 

Right click on your IP address and choose New Virtual Machine. 


New Virtual Machine Configuration opens, follow the instruction and you will have your virtual machine on ESXi. 

воскресенье, 20 августа 2017 г.

How to Install Hyper-V on VMware Workstation

As we know we can’t install Hyper-V on vmware Workstation and when install it from Server Manager we get an Error.

 Now Right Click on Virtual Machine and Power -> Power off the VM.


 Now open the file Location for this Virtual Machine and open the file Extension ( *.vmx ) and open it with Notepad.




 In the last line we will add this code and save it:


        hypervisor.cpuid.v0 = “FALSE”
        mce.enable = “TRUE”
        vhu.enable = “TRUE”



 After that edit the setting on VM from vmware workstation select Processors and check the 
          Virtualize Intel VT-x/EPT or AMD-V/RVI.
          Virtualize CPU Performance counters.


 Now the configurations is done, now Power on this virtual machine and install Hyper-V Role.
















 After installing Hyper-V open the Hyper-V Manager from Administrative Tools.








среда, 3 мая 2017 г.

Configure Storage Space - MS Windows Server 2012

Storage Space is a new feature in Server 2012 and Windows 8 operating systems. The fundamental concept of storage space is, it pools physical disks together and make it look like a single disk to the operating system. You can add any type and size of physical disks to the pool and create resilient disk. Storage space works on both NTFS (New Technology File System) and ReFS (Resilient File System) volume. So, let’s configure storage space in Server 2012. There are four simple steps to configure storage space in server 2012. They are: –
  1. Physical Disk: – The first step is to have some physical disks. You can have a minimum of one disk. But to be able to configure resiliency you need at least two or more physical disks. Physical disks are used to create storage pools. 
  2. Storage Pool: – In storage pool, physical disks are grouped. To add physical disks to storage pool, the disk must not be formatted and must not be associated with other storage pool. Storage pools are used to create virtual disk (storage space).
  3. Virtual Disk (Storage Space): – These are the disk that will be used by the operating system or user after creating volumes of the disk. Virtual disk can be fixed or thin provision. In thin provisioning, disk spaces are added as required on the run. But in thick provisioning, storage capacity is fixed and is allocated while creating the virtual disk.
  4. Disk Drive: – These are the volumes or partitions created on virtual disks. These disks are shown in My Computer with drive letter.
To configure storage space, Storage Services server role must be installed. This server role is installed by default in Server 2012.
As you can see below, I have two new physical disks, disk 1 and disk 2. We will combine these two disks and create some storage pools. Remember, after initializing the disks do not format it.

Step 1: Create Storage Pool

To create storage pool open Server Manager. Click File and Storage Services on the left pane. Then click Storage Pools from the pane. On Storage Pool pane, click Tasks and click New Storage Pool.
New Storage Pool Wizard pops up. In the Before you begin page, click Next. Here, type the name of the storage pool and a little description. Click Next again.
Now select the available physical disks. Click Next.
Review the settings and click Create.
Click Close after the wizard finishes the configuration. We have successfully created the storage pool called StoragePool1.

Step 2: Create Virtual Disk

On the virtual disks pane, click Tasks and select New Virtual Disk.
New virtual disk wizard pops up. Click Next on before you begin page. Choose the available storage pool from which virtual disk will be created. I will choose the pool that I created earlier.
Now type the name and description for virtual disk. Click Next.
Choose the storage layout. Here, I will choose simple. In simple virtual disk data is striped across physical disks and does not provide fault tolerance. Now click Next.
Select the provisioning type. I will choose thin provisioning because thin provisioning is more efficient and economic. Click Next.
Specify the size of virtual disk. I will specify 15 GB and click Next.
Review the settings and click Create to create the virtual disk.
Now view the result. Check the option, Create a volume when this wizard closes. Click Close.
Create a new volume wizard pops up. Click Next on Before you begin wizard. On Server and Disk window, select server and disk and click Next.

Step 3: Create Volume

Specify the size of the volume. I will specify 8 GB. We can later create another volume from remaining space from the same disk. Click Next.

Specify the drive letter and click Next.
Specify the File System Settings. Select the file system and type volume label.
Review the configuration and click Create.
You will now see new 8 GB volume in My Computer.
In this way, you can configure storage space in Server 2012.