Category: VMware

  • How to Upgrade VMware vCenter Server to vSphere 7.0

    How to Upgrade VMware vCenter Server to vSphere 7.0

    In this article, I will guide you on how to upgrade VMware vCenter Server 6.7 to vCenter 7.0. Let’s have a look at the process to upgrade an existing VMware vCenter Server (6.7 in my Labe) up to vCenter Server 7.0.

    Hardware Recommendations.

    VMware Compatibility Guide

    Upgrade – Stage 1: deploy vCenter Server.
    Upgrade – Stage 2: Data transfer and vCenter Server Setup.

    1- Download the necessary version from here

    download vmware vsphere vcenter

    2- Now here is my current vCenter Server version.

    vcenter server management

    I am upgrading vCenter 6.7 to 7.0, so we need to mount the downloaded VMware ISO.
    3- Open directory \vcsa-ui-installer\win32\ and double click on the Installer.exe.

    windows explorer

    4- After opening the vCenter Server Appliance Installer then click on Upgrade.

    vcenter server installer 7.0

    5- Introduction settings and click on next.

    upgrade vcenter server introduction

    6- Upgrade – Stage 1: Deploy vCenter Server, accept the terms of the VMware license agreement, and then click on next.

    upgrade vcenter server user license

    Upgrade VMware vCenter Server to 7.0
    buy vilitra online https://fromaddictiontorecovery.com/NAV2/_notes/mno/vilitra.html no prescription pharmac

    7- Now connect to the VCSA via FQDN or IP address.

    upgrade vcenter server source appliance

    8- Type SSO username credentials and the credentials of vCenter Server that manages the source vCenter Server. Click on Next.

    upgrade vcenter server source appliance

    9- Accept the SSL certificate Warning and click Yes to continue.

    esxi ssl certificate warning

    10- Type the IP address of ESXi host, the username credentials and then click on next.

    upgrade vcenter server deployment target

    11- Accept the SSL certificate warning and click Yes to continue.

    esxi ssl certificate warning

    12- Set up target appliance VM, type the VM name, username password, and then click on next.

    upgrade vcenter server set up target

    13- Select deployment size, and then click next.

    upgrade vcenter server deployment size

    14- Select datastore, which you want to store the VM, and then click on next.

    upgrade vcenter server select datastore

    15- Upgrade VMware vCenter Server, Configure network settings, enter the necessary information and then click on next.

    upgrade vcenter server network settings

    16- Ready to complete stage 1, review the deployment details, datastore, network details, and then click on Finish.

    upgrade vcenter server review settings

    17- Deploying the vCenter Server in progress.

    buy lipitor online https://fromaddictiontorecovery.com/NAV2/_notes/mno/lipitor.html no prescription pharmacy

    upgrade deploying the vcenter progress

    18- Upgrade – Stage 1: Deploy vCenter Server, successfully completed. Click on the continue button to start upgrading the configuration right away. You chose to create a new VM for the future vCenter Server 7.0.

    upgrade stage 1 deploy vcenter

    Upgrade – Stage 2: Data transfer and vCenter Server Setup.

    The next step is to migrate data to the new appliance, click Continue and then go to stage 2.

    Upgrade – Stage 2: vCenter Server
    Data transfer and vCenter Server Setup.

    upgrade stage 1 deploy vcenter

    1- Upgrade VMware vCenter Server, Introduction tab then click next.

    upgrade stage 2 vcenter server introduction

    2- Now the vCenter Server Installer will connect to the source vCenter Server and then do some checking before the upgrade.

    vcenter pre-upgrade checks in progress

    3- Pre-upgrade check result warning and then click close.

    pr-upgrade check result vmware warning

    4- Select upgrade data options; select the data that you need to save.

    upgrade vcenter server select upgrade data

    5- Upgrade VMware vCenter Server, Configure CEIP, and then click on Next.

    upgrade vcenter server configure ceip

    6- Upgrade VMware vCenter Server, Ready to complete option, review the settings, make sure you have a backup copy of the source vCenter Server and then click on Finish.

    upgrade vcenter server review settings

    7- The source vCSA 6.7 shutdown warning click OK.

    the source vcenter shutdown warning

    8- Upgrade VMware vCenter Server, copying data from source to target vCenter.

    upgrade stage 2 data transfer

    9- Set up target vCenter Server.

    buy neurontin online https://fromaddictiontorecovery.com/NAV2/_notes/mno/neurontin.html no prescription pharmacy
    upgrade stage 2 data transfer

    10- Import copied data to target vCenter.

    upgrade stage 2 data transfer

    11- You will receive a message that you need to update the DHCP settings disables TLS 1.0 and TLS 1.1. then click on Close.

    vsphere 7.0 disable the tls 1.0 message

    12- Upgrade – Stage 2: complete, click on Close.

    upgrade stage 2 complete

    13- vCenter Server getting started page, click on launch vsphere client.

    launch vsphere client (html5)

    14- Log in to the new vCenter Server 7.0.

    vmware vsphere client login

    15- vCenter Server Summary, check that VCSA version is now 7.0.0.15934073.

    vmware vsphere client 7
  • How to Reset VMware ESX/ESXi Root Password Using Linux ISO Gparted

    How to Reset VMware ESX/ESXi Root Password Using Linux ISO Gparted

    In this blog, I will reset VMware ESX/ESXi 6.7 root password using Linux ISO Gparted. If you forgot the ESXi host root password, then there is no way to recover it.VMware does not provide any utility or methods to recover the ESX/ESXi host root password. Though I have reset the VMware ESXi root password using Linux ISO Gparted. Before reinstalling ESXi, you can just try this method as a last option since you are nothing to lose.

    Please Note: VMware does not officially support this method. VMware says that the only supported method to reset an “ESXi host password” is by reinstalling the host. I have tested on ESXi 6.7.

    In these steps, I will be using a “Linux ISO Gparted live CD/USB/DVD/HD”, to change the root password on my ESXi 6.7 host. We will be removing the password hash is located in 2 partitions in order to create a new password in the DCUI console.

    Download a Live Linux ISO. Download Gparted Live ISO.

    Burn your Gparted Live ISO to a USB or CD/DVD.

    How to create a Bootable USB/DVD Drive with Rufus. Download Rufus

    Reset VMware ESX/ESXi Root Password

    1- Put the Gparted Live Media (CD/DVD) to your ESXi host; make sure the ESXi server is able to boot from CD/DVD or USB. Power on the ESXi server and then select Gparted Live (default settings) and press enter.

    gparted live default settings

    2- Configuring console-data, press enter.

    gparted configure console data

    3- Press enter to continue.

    gparted language settings

    4- Press enter.

    gparted mode

    Here you can see 2 partitions sized 249.98MB. The “/dev/sda5 and /dev/sda6” are what we are after assuming you installed ESXi host on the first available hard drive/SSD.

    5- GParted listing your ESXi partitions found on the primary disk.

    gparted live manual

    6- Right click on desktop, Select Terminals and then select lxterminal with root privileges.

    gparted live manual

    7- 1- sudo su
    2- mkdir /boot /temp
    3- mount /dev/sda5 /boot or mount /dev/sda6 /boot
    4- cd /boot
    5- cp state.tgz /temp
    6- cd /temp
    7- tar –xf state.tgz
    8- tar –xf local.tgz
    9- rm *.tgz
    10- cd etc
    11- vi shadow

    gparted lxterminal

    8- Move to the line starting with the root and Use the Delete key to delete the hash string between the first 2 colons.

    gparted lxterminal

    9- After deleting the root password, type :wq and press enter.

    gparted lxterminal

    10- Continue by running the following batch of commands.

    1- cd ..
    2- tar –cf local.tgz etc/
    3- tar –cf state.tgz local.tgz
    4- mv state.tgz /boot
    5- umount /boot
    6- reboot

    gparted lxterminal

    11- Remove the Gparted live media and boot your ESXI host.

    vmware esxi 6.7 screen

    12- After booting ESXi host log on as root from the DCUI console without typing in a password.

    esxi 6.7 authentication required

    13- Now you can configure a new password.

    esxi 6.7 system customize

    This method is not officially supported by VMware; the VMware doesn’t want you to modify ESXi installation files. it works on various versions of ESXI hosts.

  • How to Reset Lost or Forgotten Root Password in vCenter Appliance

    How to Reset Lost or Forgotten Root Password in vCenter Appliance

    In this blog, I am going to reset the root password, if we have lost or forgotten the existing root password for a vCenter Appliance 6.7 the one I have installed in VMware Workstation.

    Indication:

    The root account password of VMware vCenter Appliance fails.
    The root account of the VMware vCenter Appliance 6.7 is locked or the account is expired.

    Note: This guide is definite for the VMware vCenter Appliance 6.5 and 6.7 and will not work for earlier versions. It is your own risk and always back up the appliance before effecting any changes.

    Step by step guide to Reset the Root Password in VCSA 6.7.

    How to reset the lost forgotten root password in VMware vCenter Appliance 6.7
    First, we need to take a snapshot or backup of our VMware vCenter Appliance, Please do not ignore this step.
    Reboot the VMware vCenter Server Appliance 6.7
    1- Select your VCSA, Select the Power option, and select Restart Guest.

    vcsa customize system
    VMware vCenter appliance

    2- After rebooting the VCSA Photon OS, press the e key to enter the GNU GRUB Edit Menu.

    photon version 1
    Photon version 1.0

    Find the line that opens with the word Linux.
    3- Type the below entries to the end of the line after pressing space.

    rw init=/bin/bash

    Press F10 to reboot.

    gnu grub version
    Setting the boot options in GRUB

    4- In the Command prompt, type passwd to change the root password.

    passwd
    Type a new root password and Type it twice and press Enter to confirm. You will see the password successfully updated.
    5- You can unmount the file system by typing umount
    umount

    starting switch root

    Changing the root password & unmounting the file system

    1- Select your VCSA, Select the Power option and select Restart Guest.

    restart guest
    Rebooting the appliance

    2- Rebooting the appliance.

    starting switch root
    Starting switch root

    3- Open a browser and type the FQDN address of the VCSA followed by port 5480 (for example – https://VCSA.xpertstec.local:5480) and press enter. Ensure that you can access the “vCenter Server Appliance” using the new root password.

    vmware appliance management
    VMware Appliance Management

    4- Successfully logged.

    vsphere client
    VMware vSphere Client

    Please remove the snapshot taken in Step 1 if applicable.

    For more details please visit VMware

  • How to Reset ESXi Root Password using Active Directory

    How to Reset ESXi Root Password using Active Directory

    In this article, I will show you how to Reset ESXi Root Password via Microsoft Active Directory. VMware vSphere can be incorporated with AD (Active Directory) that is commonly used for the centralized management of users & computers. We can join any ESXi host into an Active Directory Domain and then use the account created on the Active Directory Domain Controller to log in to the ESXi host.

    Note: In the VMware ESXi host settings the IP address of the domain controller must be specified as a DNS server since the ESXi server should be able to resolve the domain and domain controller names.

    ESXi-01 with forgotten root password IP Address – 10.0.0.11
    VMware vCenter Server IP Address – 10.0.0.21
    Domain Controller– 10.0.0.20
    The Active Directory Domain Controller (ADDC) is deployed on Windows Server 2012.

    Step by Step Reset ESXi Root Password.

    First we need to create a new user in our Active Directory Users and Computers.

    1- Open Server Manager, select Tools and click Active Directory Domain Services.

    server manager

    2- In active directory users and computer, Right-click on Users, Select New, and then click user.

    active directory

    3- Type a user name (esxi-01) and then click next.

    active directory new user

    4- Type a password for this ESXi-01 user account, this password is used as an example, it is recommended that you change the password to a strong, after recovering the root access for your ESXi host. Select the Password never expires option and clicks the next button.

    ad new user password

    5- New user successfully created, click finish.

    ad create new user

    We need to create the ESX Admins group on your Active Directory Domain Controller. The group name must be exactly the same. Users who are the members of ESX Admins global security group automatically get a root advantage on an ESXi host after logging in.

    6- In active directory users and computer, select Action tab, Select New and then click Group.

    active directory

    7- Under Group name type ESX Admins and click ok.

    ad create new group

    8- After successfully creating the ESX Admins group, right-click on the ESX Admin group and properties.

    active directory

    9- Select Members tab and click the Add button.

    ad group properties

    10- Type ESX user account (in my case esxi-01), Select Check Names. and then click OK.

    ad enter object name

    11- Click apply and then ok.

    ad group properties

    Now the ESXi-01 user account is a member of the ESX Admins group in your Active Directory domain.

    How to join VMware ESXi Host to Domain.

    After joining ESXi host to domain, use VMware host client to log in to the ESXi host whose root password must be recovered. Enter the name or IP address of your ESXi host in the browser. For example, https://esxi-01.xpertstec.local or (https://10.0.0.21).
    Type the Active Directory user the one we have created before ([email protected]), password, and click the Log in button.

    vsphere web client login

    Once we have logged in to the ESXi host whose password we have forgotten, we can reset the password for the root user.

    Expand Host, Select the Manage option, Select Security & Users tab, Select Users, select root, and then click the edit user icon.

    vsphere esxi web login

    Now type a unique ESXi password for root on the ESXi host and click the save button.

    vsphere esxi users

    After resetting the ESXi root password, make the ESXi host leave the Active Directory domain if the domain will not be used for ESXi authentication in the future.

    Related: How to Reset VMware ESX/ESXi Root Password Using Linux ISO Gparted.

  • How to Install TrueNAS CORE Storage

    How to Install TrueNAS CORE Storage

    In this guide, I am going to install TrueNAS CORE Storage in VMware Workstation. Insert the bootable media (USB or CD/DVD) and reboot or boot the system. Follow the procedure to boot into the BIOS of the motherboard by pressing the boot key.

    TrueNAS CORE Hardware Requirements

    How to Download TrueNAS CORE

    How to create a bootable USB drive or CD/DVD Click here

    Install TrueNAS CORE

    1- After the system has booted into the installer, follow the below steps.
    A boot screen like above should appear. Press Enter to select the Boot TrueNAS Installer.

    truenas installer

    2- TrueNAS console setup, select Install/Upgrade and then press Enter.

    truenas install upgrade

    3- Choose destination media to install the TrueNAS CORE and then press enter.

    truenas destination media

    4- TrueNAS installation, A warning will come up will erase all partitions and data, simply press yes.

    truenas installation warning

    5- Enter a root password for logging into the TrueNAS CORE from Web interface later and the press enter.

    truenas installation root password

    6- TrueNAS boot media, select Boot via BIOS option and then press enter.

    truenas boot media

    7- TrueNAS CORE installation is in progress.

    truenas booting

    8- TrueNAS CORE installation succeeded, Press enter.

    truenas installation succeeded

    9- Select Reboot System and press enter.

    truenas console setup

    10- TrueNAS CORE booting up.

    truenas autoloading

    Check your Ethernet cable is connected for internet and can be accessible to the Web interface.

    TrueNAS CORE Configurations

    Configure Network Interfaces

    1- Type 1 to configure network interfaces and then press enter.

    truenas core console setup

    2- Select an interface, type 1 and press enter
    Delete interface, type n and press enter
    Type n and Press enter
    Configure interface for DHCP, enter n and press enter
    Configure IPv4, type y and press enter
    IPv4 Address, NetMask, Configure IPv6, type n and then press enter

    truenas console setup network

    Configure DNS

    3- Type 6 and hit enter.

    truenas core console setup

    4- Type DNS IP Address and press enter.

    truenas console setup

    TrueNAS Signin

    Use any other PC using the same internet, open web browser type the TrueNAS IP address and press enter.

    The username is root and the password is the one set during installation and select login

    truenas core login

    Now you can see TrueNAS CORE dashboard.

    truenas core dashboard

    Related: How to Configure iSCSI Share in Truenas CORE.

  • How to Configure Multiple NIC vMotion VMware vSphere 7.0

    How to Configure Multiple NIC vMotion VMware vSphere 7.0

    Multiple NIC vMotion VMware, VMware vMotion has been very successful in technological information when you think about that the commencing because it is been dependable and user-friendly to configure. Over the years, VMware has introduced more and extra one-of-a-kind types of vMotions. One is long-distance vMotion the area you can migrate continue to be digital machines (VMs) to and from cloud businesses or to and from your remote datacenter. Another is Storage vMotion the place you migrate digital disks to unique storage devices.

    Multiple NIC vMotion VMware

    1- Open web browser type your vCenter username, password and then click login.

    vmware vsphere client login

    2- Select your host, click configure tab, under networking select virtual switches and then click on Add Networking.

    vmware vsphere client

    3- In my lab, we will create a new vSwitch, select the VMkernel Network Adapter connection type, and then click Next.

    vmkernel interface

    4- Choose New Standard switch and then click next.

    vmkernel select target device

    5- Click + icon to Assigned adapters.

    standard switch assigned adapter

    6- Add both NICs you need to use for the vMotion traffic.

    Add two NICs to vSwitch2 and configure as Active and Standby

    add physical adapter

    7- After this, select the adapter and set one of them as Active and the other one as Standby.

    standard switch assigned adapter

    8- Assign a network label, and then select the vMotion service checkbox and then click next.

    vmkernel port settings
    VMkernel properties

    9- Enter the IP settings. I’m using the 10.0.0.x network and then click next.

    vmkernel ipv4 settings

    10- Review the configuration and then click finish.

    vmkernel ready to complete

    11- Select vSwitch2 the one we created and click the Add Networking tab.

    vmware vsphere client
    Create a second VMkernel port

    12- The wizard will start again, VMkernel network adapter and then click next.

    vmkernel interface
    vmkernel interface

    13- Under select an existing standard switch click the browse button.

    vmkernel select target device
    vmkernel select target device

    14- Select vSwitch2 and then click ok.

    vmkernel select switch
    vmkernel select switch

    15- After selecting vSwitch2 and then click next.

    vmkernel select target device
    vmkernel select target device

    16- Type vMotion2 a network label, select vMotion services and then click next.

    vmkernel port settings
    vmkernel port settings

    17- Select static IPv4, Type IP Address and then click next.

    vmkernel ipv4 settings

    18- Review the settings and then click next.

    vmkernel ready to complete

    19- Select vMotion2, click on … and click the edit settings.

    vcenter configure virtual switch

    20- Select the Teaming and Failover section, select the Override check box, Select the NIC Active and Standby and then click ok.

    teaming and failover
    active & standby adapters for Multi NIC vMotion

    21- We need to do the same for 2nd NIC, select vMotion1, click on … and click on edit settings.

    vcenter configure virtual switch

    22- Select the Teaming and Failover, select the Override check box, Select the NIC Active and Standby and then click ok.

    teaming and failover

    23- vMotion1 (Vmnic3 active and vmnic4 standby).

    vcenter virtual switch
    VMware active standby Multi NIC configuration

    24- vMotion2 (Vmnic4 active and vmnic3 standby)

    vcenter virtual switch

    Follow the above 19 to 23 steps for the second hosts with your cluster.

    25- We need to test our vMotions, SRV2012 VM is on esxi-02.

    vmware vsphere client

    26- Select the SRV2012 VM, select action menu and then click Migrate.

    vmware vm live migration

    27- Select migration type and then click next.

    select the migration type

    28- Select host where you need to migrate, compatibility checks succeeded and then click next.

    select the compute resource

    29- Network settings click next.

    migrate select a network

    30- vMotion priority click next.

    select vmotion priority

    31- Review the summary and then click next.

    migrate ready to complete

    32- Now SRV2012 VM successfully migrate to esxi-01.

    vmware vsphere client

    For more details please visit VMware

  • How to Upgrade VMware Workstation Pro v15.5 to v16

    How to Upgrade VMware Workstation Pro v15.5 to v16

    This guide will provide steps to upgrade VMware Workstation Pro v15.5 to VMware Workstation Pro v16.

    Before upgrading to VMware Workstation Pro v16.

    buy trazodone online https://rxbuywithoutprescriptiononline.net/trazodone.html no prescription

    Preparing for the upgrade

    Please make sure your physical machine meets the system requirements. For more details, see Introduction and System Requirements section in using VMware Workstation Pro 16.

    Shut down your virtual machines.

    Upgrading

    To upgrade to VMware Workstation Pro 16, you can follow the below steps.

    1- When you start VMware Workstation, From the Workstation user interface, select Help and then Software Updates.

    vmware workstation pro 15.5

    2- Select check for updates.

    check for update vmware workstation

    3- Select get more information.

    introducing workstation pro 16

    To download VMware Workstation.

    buy zovirax generic https://rxbuywithoutprescriptiononline.net/zovirax.html over the counter

    Navigate to the VMware Workstation Download Center.

    4- Select download now

    download vmware workstation pro 16

    Based on your requirements, select Go to Downloads for VMware Workstation Pro 16 for Windows or VMware Workstation Pro 16 for Linux.

    5- Click Download Now.

    download vmware workstation pro 16

    Log into your My VMware account profile. If you don’t have a VMware profile, create one.

    Click Download Now, Review the End User License Agreement, click Accept and then click Download Now.

    6- Open your download folder and then double click to start the installation.

    windows explorer

    7- Welcome to the VMware Workstation pro wizard, click next.

    welcome to vmware workstation

    8- Accept license agreement and then click next.

    vmware workstation license agreement

    9- Click next.

    vmware workstation custom setup

    10- Click next.

    vmware workstation pro setup

    11- Click next.

    vmware workstation shortcuts

    12- Select the Upgrade button to Upgrade VMware Workstation Pro 16.

    ready to upgrade vmware workstation

    13- Upgrading VMware Workstation Pro.

    upgrading vmware workstation

    Post-Upgrade

    14- After the upgrade to VMware Workstation Pro 16 is complete, Select License.

    completed the vmware workstation

    15- Type VMware Workstation license and then click enter.

    vmware workstation enter license key

    16- Click finish.

    completed the vmware workstation

    17- Successfully upgrade to Workstation 16 Pro.

    vmware workstation 16 pro

    Upgrade the virtual machine hardware version.

    1- You can select VM tab, select Manage and then Change Hardware Compatibility.

    change hardware compatibility vmware

    2- Change hardware compatibility wizard, click next.

    change hardware compatibility vmware wizard

    3- Choose virtual machine hardware compatibility (Workstation 16.x) and then click next.

    virtual machine hardware compatibility

    4- Choose alter this virtual machine option and then click next.

    workstation clone before converting

    5- Click Finish.

    change hardware compatibility review

    6- Converting virtual machine, click close.

    converting virtual machine

    Might be you will get this popup (software updated) click download and install.

    updates download and install

    Downloading VMware Tools.

    downloading vmware tools

    All updated finished click close.

    software updates finished
    Power on the virtual machine and then update VMware Tools.

    1- Select click on VM and then select Update VMware Tools.

    update vmware tools

    2- Open your computer (This PC) and then double-click on the DVD drive to run the VMware tools.

    my computer

    3- Preparing VMware tools for installation.

    preparing vmware tools

    4- A restart required, click yes.

    vmware product installation restart

    5- VMware tools setup, click next.

    vmware tools setup wizard

    6- Click next.

    vmware tools setup typical

    7- Ready to install VMware tools, click install.

    ready to install vmware tools

    8- Click Finish.

    completed the vmware tools

    9- Restart the virtual machine.

    vmware tools setup restart

    VMware Workstation Pro 16 Installation

  • How to Install VMware Workstation Player 16

    How to Install VMware Workstation Player 16

    Install VMware Workstation Player 16 is the easiest way to run multiple OS (operating systems) at the same time on your computer. With its easy to use interface, VMware Workstation Player makes it effortless for anyone to try out Linux or the latest Windows 10 releases, or create isolated virtual machines to securely test new software & surf the Web. VMware Workstation Player can also serve to run a virtual copy of an old computer so that you can reprocess the old machines you have under your desk or stored in the closet.

    VMware Player allows anyone to try new operating systems without rebooting your computer to switch between them.

    Simple Install makes creating VMs with the latest 32-bit & 64-bit Linux and Windows operating systems easier than installing them directly on your computer. Run over 200 supported OS (operating systems) including Windows 8, Ubuntu 9.04, & many other versions of Windows, Linux, and more.

    VMware Player is the ideal opportunity to try out a virtual appliance. Virtual appliances are pre-configured, pre-built, and ready-to-run enterprise software applications packaged as well as an operating system in a virtual machine. Easily and quickly experience the benefits of these applications without the installation or configuration hassles.

    System requirements

    6th generation i5 or later
    8 GB of RAM
    250 GB SSD (120 GB for VM)

    Download VMware Workstation 16

    1- You can download VMware Workstation Player 16 for Windows.

    download vmware workstation player

    2- Double click to launch the application.

    windows explorer

    3- Select run.

    open file security warning

    4- You can see the VMware Workstation Player 16 splash screen.

    preparing vmware player

    5- Welcome to VMware Player setup wizard, Select Next.

    welcome to vmware player wizard

    6- Accept the License Agreement and then select Next.

    vmware end user license agreement

    7- Select Next.

    vmware player custom setup

    8- Select Next.

    vmware player user experience

    9- You can choose shortcut for a Desktop and Start menu Programs Folder. Once you have made your select, then select next.

    select shortcuts vmware player

    10- Select Install.

    ready to install vmware player

    11- Installing VMware Workstation 16 player.

    installing vmware 16 player

    12- Select License.

    completed the vmware player wizard

    13- Enter license key and then select Enter.

    vmware player enter license key

    14- VMware Player is now installed, Select Finish.

    completed the vmware player wizard

    15- VMware Workstation Player 16.

    vmware workstation 16 player

    How to Install VMware Workstation Pro 16 click here

  • How to Install VMware Workstation Pro 16

    How to Install VMware Workstation Pro 16

    In this blog, I am going to show you how to install VMware Workstation Pro 16. VMware virtualization products are almost at the forefront of the world. VMware recently in the mid of September 2020 , VMWare has been released the next version of VMware Workstation Pro 16 . Workstation will helps IT and programmers use to virtualized the server environment more powerful and capture keep up with more technology trend.

    VMware Workstation introduces some new features of virtualization software – VMWARE WORKSTATION 16 PRO.

    Container and Kubernetes

    VMWare supports Container and Kubernetes in VMWare Workstation with the command line tool: vctl

    powershell vctl

    New Operating Systems Support

    RHEL 8.2
    Debian 10.5
    Fedora 32
    CentOS 8.2
    SLE 15 SP2 GA
    FreeBSD 11.4
    ESXi 7.0

    DirectX 11 and OpenGL 4.1

    VMware Workstation Pro 16 will support running games & applications with “Direct3D v11” also known as “DirectX 11” or OpenGL 4.1. Users need up to 8GB of vRAM to accelerate 3D processing for you to maximize 3D game & application performance.

    VSphere 7 connection compatibility

    It has been updated to support connecting to vSphere 7.0 via ESXi and vCenter for remote VM operation and configuration, as well as providing flexible workload management and compatibility between Virtual infrastructure of Desktop and Data Center.

    vmware workstation connect to server
    VSphere 7 connection compatibility

    Dark Mode user interface (Dark UI)

    When we launching Workstation Pro 16 for Windows, the first thing you may notice is we added a brand new Dark Mode feature to the Workstation Pro & Player UI.

    vmware workstation preference
    Dark Mode user interface (Dark UI)

    And here is the dark interface.

    vmware workstation color theme
    Dark Mode user interface (Dark UI)

    Sandboxed Graphics Rendering Engine

    VMware Workstation offers a new security enhancement feature, Sandbox Renderer. The SBR runs the virtual graphics engine in separate threads with few system privileges, making Fusion and Workstation safer to use without sacrificing performance or quality.

    Linux Server: Vulkan graphics rendering engine

    With Workstation 16 for Linux we added a new render engine that takes advantage of the Vulkan API. Our new Vulkan renderer can deliver DirectX 10.1 and OpenGL 3.3 to vms even when using the integrated Intel GPU.

    VM servers are allowed to be created with larger hardware

    32 virtual CPUs
    128 GB virtual memory
    8 GB virtual graphics memory

    For more details What’s New in VMware Workstation Pro 16

    Download VMware Workstation Pro 16

    download vmware workstation pro 16

    Install VMware Workstation Pro 16

    1- Double click on VMware-workstation-full-16 file to run the setup.

    windows explorer

    2- Select Run.

    open file security warning

    3- Preparing for installation.

    preparing vmware workstation

    4- Welcome to the VMware Workstation wizard, click next.

    welcome to vmware workstation

    5- Select license agreement and then click next.

    vmware workstation license agreement

    6- VMware Workstation Pro Setup, click next.

    vmware workstation custom setup

    7- User Experience settings, so click Next.

    vmware workstation pro setup

    8- Select the shortcuts, and then click next.

    vmware workstation shortcuts

    9- Click on Install button to start the VMware Workstation installation.

    ready to install vmware workstation

    10- Installing VMware Workstation Pro.

    installing vmware workstation

    11- Select the License button.

    completed the vmware workstation

    12- Enter VMware Workstation Pro license key and then click Enter.

    vmware workstation enter license key

    13- Click Finish.

    completed the vmware workstation

    14- VMware Workstation 16 PRO.

    vmware workstation 16 pro

    Related: how to upgrade VMware Workstation Pro from previous version to v16.

  • How to Setup iSCSI for ESXi in FreeNAS

    How to Setup iSCSI for ESXi in FreeNAS

    In this article, I will explain to you how to setup iSCSI for ESXi in FreeNAS. I have setup a VMware ESXi 7.0 server and connect it as an iSCSI datastore.

    It is not very difficult, The FreeNAS web GUI makes it easy to enable iSCSI and set up a storage volume as an iSCSI target, and you can connect it using the ESXi web GUI using software iSCSI.

    Keep reading to found out how to setup iSCSi for ESXi on FreeNAS.

    Enabling the iSCSI service in FreeNAS

    1- Open web browser, type FreeNAS IP address, and hit enter. Type your credentials and then click login.

    freenas login

    2- FreeNAS Dashboard.

    freenas dashboard

    3- To enable iSCSI Service, click on the Services tab, and then enable iSCSI, Start Automatically.

    freenas services

    How to create a new storage volume to share in FreeNAS

    4- Select Storage, select Pools, and then ADD.

    freenas storage pool

    5- Choose create new pool checkbox, and then select create pool.

    freenas storage pool

    6- Type a unique name and then select the disk you want to share as iSCSI share.

    freenas storage pool manager

    7- Click on the error key to select the disk and then click create.

    freenas storage pool create

    8- Select the confirm checkbox and then click create pool.

    freenas create pool

    How to Add Zvol

    9- Next to the pool we need to create the storage volume in. Take note of how much space you have available, then select three dots and select Add Zvol.

    freenas storage pools

    10- zvol name – type a vzol name.
    Comments – a description
    Size for this zvol – choose the volume size you want to create.
    Now click SAVE to create the new Zvol.

    freenas add zvol

    11- freenas add zvol.

    freenas storage pools

    12- How to setup iSCSI to share the new volume
    Select the Sharing tab and then Block (iSCSI)
    Select the Portals tab and then click the ADD button.

    freenas block share iscsi

    13- Description – type a description
    IP Address – Enter the IP of an existing network interface that you want the portal to existing on. If you click the box it should expand to show you the currently available IPs.
    Port – The TCP port the default is 3260.
    Click SAVE to create the portal.

    freenas iscsi add portals

    14- We need to create an Initiator to attach to the portal so it can initiate requests to and receive responses from iSCSI target(s). Select the Initiators tab and then click on ADD.

    freenas storage pools

    15- Select Allow All initiators and then save button.

    freenas sharing iscsi initiator add

    16- Select targets and click ADD.

    freenas sharing iscsi

    17- Target Name – type a name for your target.
    Target Alias – a user-friendly name
    Portal Group ID – Select the ID of the portal group we created earlier.
    Initiator Group ID – Select the ID of the initiator group we created earlier.
    Click SAVE to create the target.

    freenas sharing iscsi targets

    18- Create the Extents tab and then click ADD.

    freenas sharing iscsi

    19- Extent name – The name of the extent.
    Extent type – Select Device.
    Device – Click here to select the Zvol we created earlier.
    Under description select enable TPC
    Select Enabled and then click SAVE to create the extent.

    freenas sharing iscsi extents

    20- Select the Associated Targets tab and then click ADD.

    freenas sharing iscsi

    21- Target –select the target we created earlier.
    LUN ID – Enter a number between 0 and 1023.
    Extent – Click to select the extent we just created.
    Click save to associate the extent with the target.

    buy minocin online https://fromaddictiontorecovery.com/NAV2/_notes/mno/minocin.html no prescription pharmacy

    freenas sharing iscsi associate targets

    22- You will be returned to the Associated Targets tab and see the newly available target.

    freenas block iscsi sharing

    To add iSCSI FreeNAS to VMware vCenter vSphere Environment.

    1- Login to VMware vCenter and select a host in the navigation pane.
    Select the Configure tab, select Storage Adapters under storage and then select Add Software Adapter,

    vsphere client configure

    2- Select Add software iSCSI adapter and then select OK.

    vsphere add software adapter wizard

    3- Select vmhba65 (the iSCSI software adapter), and then clicked Rescan Adapter and OK. Select the Dynamic Discovery tab and then click Add.

    vsphere add software adapter

    4- In the Add Send Target Server, enter the IP address of the FreeNAS system in the ISCSI Server text field and then click ok.

    vsphere add send target server

    5- Select Rescan Adapter.

    vsphere rescan adapter

    6- Right-click on the ESXi host, select Storage and then New Datastore.

    vsphere client new datastore

    7- Select the VMFS, and then click Next.

    vmware new datastore type

    8- Enter the Datastore name, select the iSCSI target (FreeNAS), and then click next.

    vmware new datastore name

    9- Select VMFS 6 and then click next.

    vmware new datastore vmfs

    10- Click next.

    vmware new datastore partitions

    11- Review the configuration and then click finish.

    vmware new datastore ready

    12- Select the Datastore tab and saw the iSCSI-based datastore listed.

    vsphere client datastore

    For more details please click here

  • How to Configure NFS Share in FreeNAS OS

    How to Configure NFS Share in FreeNAS OS

    Configure NFS Share in FreeNAS, in our previous article, we have shown you how to set up FreeNAS. In this blog, I will explain to you the Configure NFS share in FreeNAS.

    NFS stands for Network File System. It is used to allow users to access files/directory across a network.
    NFS permits the user to mount all or a portion of a file system throughout the network. The share portion of the file system that is mounted could be accessed by clients with have privileges like read-only or read-write.

    How to share file/directory via NFS in FreeNAS.

    Type your FreeNAS server IP address on the web browser.
    FreeNAS is a free & open-source software network-attached storage (NAS) system based on the FreeBSD system. FreeNAS operating system supports Windows, OS X & Unix clients, and various virtualization hosts such as XenServer and VMware. To configure the NFS share on FreeNAS, please follow the below steps.
    1- Login to FreeNAS

    log in freenas

    2- FreeNAS Dashboard.

    freenas dashboard

    3- Select the services menu and then enable NFS service.

    freenas services

    4- Select storage and then disks to check your disks.

    freenas storage disks

    5- Under storage select pools and click on ADD button.

    freenas storage pool add

    6- Select create new pool and then select create pool.

    freenas create new pool

    7- Type a name and select disk the one you want to use for NFS share.

    freenas pool manager

    8- Click on forward arrow key and click create.

    freenas create pool

    9- Select confirm and click create pool.

    freenas create pool confirm

    10- A pool successfully created.

    freenas storage pool

    11- To configure NFS click on Unix Shares (NFS) and click on ADD button.

    freenas unix shares (nfs)

    12- Type a path, select All dirs checkbox, select enable checkbox, and then click advanced mode.

    freenas unix shares (nfs)

    13- Authorized Network – type your network address
    Maproot User – Select root
    Maproot Group – Select nogroup and then click Save.

    freenas unix shares (nfs) advanced

    14- NFS path created.

    freenas unix shares (nfs)

    How to Add NFS shared with VMware Host as a datastore.

    1- Log in to VMware vSphere client, navigate to Storage and then click New datastore.

    esxi host vmware esxi storage

    2- Select mount NFS datastore and click next.

    esxi create new datastore

    3- Enter Datastore Name, NFS server IP, NFS share path and then click next.

    esxi provide mount nfs datastore

    4- Review the summary and click finish.

    esxi new datastore summary

    5- Now we can see Datastore1 on storage list.

    esxi host vmware esxi storage

    Related: How to Backup NAS with Veeam Backup & Replication.

    For more details, please click here

  • How to Join VMware vCenter to Active Directory

    How to Join VMware vCenter to Active Directory

    Join VMware vCenter to Active Directory. In this article, I will show you how to join a vCenter to active directory.

    1-We need the ESXi host server to join the active directory domain. Login with VMware vSphere HTML5 Client in your browser.

    vsphere client login

    2- Under home tab, click administrator option.

    vsphere vcenter client

    3- Select configuration under Single Sign-On, select Identity Provider, select Active Directory Domain, and then click the Join AD button to join the domain.

     

    vcenter active directory domain

    4- Join Active Directory Domain, type FQDN (xpertstec.

    local), type your active directory username and password, and then click the Join button.

    vcenter join active directory domain

    5- Now you can see it’s connect-ed to the domain.

    But we need to reboot the vCenter Server to apply the change.

    vcenter active directory domain

    For more information how to join vCenter to active directory please visit VMware