Menu

Virtual Geek

Tales from real IT system administrators world and non-production environment

Blog posts : "esxi"

Esxi Registration unregistration of third-party IO filter storage providers fails on a host

While installing and testing ESXi 7 on the summary page it was showing warning message in yellow Registration/unregistration of third-party IO filter storage providers fails on a host

VMware has already KB provided for this issue - https://kb.vmware.com/s/article/55774. According to VMware this

Read more

Add a VMFS datastore using VMware PowerCLI

This article's completely focus is on VMware PowerCLI command line to add or create new VMFS datastore, You can check Create a VMFS Datastore in the vSphere Client how The same task is performed using vSphere Client (HTML5). To start first Import Vmware.PowerCLI module on to PowerShell and log in t…

Read more

PowerCLI Get-VMhost The operation on computer failed The WinRM client cannot process the request

I frequently get error winrm client cannot process the request while running few VMware PowerCLI commands for example: Get-VM, Get-VMhost etc. The complete error is highlighted as below in the Red, This generally happens due to duplicate cmdlet name in the another module.

Microsoft Powershell Module PowerCLI vmware.Powercli vmware vsphere esxi connect-viserver import-module get-vmhost winrm hyper-v module vcenter server vcsa vsphere client visual studio code.png

Import-Module VMw…

Read more

Create a VMFS Datastore in the vSphere Client

This is a step by step procedure to create a new VMFS datastore on the ESXi server using vSphere Client, and same guide is applicable for both Local Disk as well as Shared remote storage. While using HTML5 based vSphere client you might find little difference creating a new Datastore. To start I hav…

Read more

Registering HPE ILO amplifier pack (Hardware support manager) with vCenter 7 Lifecycle manager

I was testing new VMware vCenter server 7 Lifecycle manager feature setting up Image, vSphere Lifecycle Manager presents a new technique of maintaining all ESXi hosts in a cluster by defining an image for the cluster. Images characterize the desired state requirement that comprises software, drivers…

Read more

PowerCLI one-liner Reporting, Assigning, Changing and Removing licenses on ESXi

I was looking for instant one-liner PowerCLI script to get licensing report of ESXi servers and also wanted one-liner commands to assign / remove licenses on ESXi servers, Below scripts help to do the tasks.

#Connect ESXi Server
$vmHost = Get-VMHost -Name ironman.vcloud-lab.com

#Assign / …

Read more

Patching the vCenter Server Appliance VCSA

VMware regularly releases security patches/fixes for its products, here I am patching vCenter server appliance (vcsa portal). Upgrade patches are downloaded from url https://my.vmware.com/group/vmware/patch#search (VMware Patch download center). 

vmware vsphere esxi vcenter vc patch vcsa vcenter server appliance patch fp bug fixes donwload my.vmware.com vcenter vami update cd rom iso url my products security patch.png

I have downloaded vCenter server patch ISO f…

Read more

Assign vSAN licenses in vSphere client

After writing Administrating licenses in vSphere client I missed to mention another way to assign licences to vSAN cluster. Whenever you build you a new cluster and if don't enable vSAN services, that cluster generally is not listed under licenses Assets, Unless you enable vSAN service on cluster. (…

Read more

Administrating licenses in vSphere client

Recently I deployed VMware vSphere 7, and after logging to vSphere Client the first message was popped up on the top middle screen is There are expired or expiring licenses in your inventory. [MANAGE YOUR LICENSES]. As I had licenses to for testing I decided to assign the same to vCenter and ESXi se…

Read more

Powercli Get vCenter licenses information

Recently I was testing vCenter and Esxi 7 - vSphere suite for my new project, I periodically ask my subordinate team to review and collect the licenses information to know and forecast licensing needs. To use this script first I fill and run information accordingly. (Temporarily remove/unload Hyper-…

Read more

VMware vcenter 7.0 A problem occurred during setup Services might not be working as expected 63%

As VMware vSphere 7 version is released recently, I thought of testing and have hands-on on the product, to get further on vCenter server 7.0, ISO file is downloaded from my.vmware.com. Here I am performing vCenter server deployment and installation steps on VMware workstation, OVA file is located u…

Read more

Ansible get information from esxi advanced settings nested dictionary with unique keynames

After my earlier post ansible create an array with set_fact, I wanted to grab some selected information from VMware ESXi Advanced setting. but the problem was when I use ansible module vmware_host_config_info, information generated here was in below json format. (Note:  There are tons of advanced…

Read more

ansible create an array with set_fact

In one of my vSphere Ansible automation task, I was looking for to create a new array variable using set_fact. here I have achieved the same task using 2 different playbook with small way procedure. In the both methods on the vars I have defined infra variable where I have defined my VMware esxi s…

Read more

Ansible for VMwary Using vmware_vm_inventory dynamic inventory plugin

Since I started using Ansible for VMware management, Daily I am exploring new thing on vSphere Ansible, and stumbled upon interesting dynamic inventory plugin named vmware_vm_inventory from url https://docs.ansible.com/ansible/latest/plugins/inventory/vmware_vm_inventory.html (for more about pa…

Read more

Using Ansible for Managing VMware vSphere Infrastructure

On this second part article of after How to install Ansible on Linux for vSphere configuration, I have written here 2 Ansible playbook files (play tasks created) to configure VMWare ESXi servers. Language for the ansible playbook files is YAML/YML format. When using Ansible to use on VMware vSph…

Read more

Managing ESXi SSL certificate properties from vCenter server

One of the way to manage esxi certificate properties is using vCenter server, This is good option where you don't have generate a certificate for every indivisual Esxi. You just need to configure valid SSL certificate once on the vCenter VMCA. Improving Esxi security by using vCenter server can ensu…

Read more

How to install Ansible on Linux for vSphere configuration

Part 2: Using Ansible for Managing VMware vsphere Infrastructure

managing-Vmware-vSphere-through-Ansible-devops-automation-tool-api-pyvmomi-780x405.png

Recently I took over a task to evaluate few DevOps configuration, automation and orchestration tools to configure VMware vSphere. There are many tools available in the market for DevOps automation. Personally I like and already…

Read more

Troubleshooting replacing a corrupted certificate on Esxi server

While deploying your own certificate on ESXi server you need to follow certain requirement to create it as shown here, if new generated certificate is not correct as per the standard and if they are replaced overwritten without proper backup, it can cause connection error on ESXi server and you wil…

Read more

vCenter server appliance 6.5 deployment Error The supplied system is not valid

I was setting up a new VMware vCenter server appliance for a new project. While in the middle of setup of vCenter post deployment configuration I was keep receiving below error as log.

Messages
Error: The supplied system name FQDN is not valid.
Resolution: If the supplied system name is a FQD…

Read more

Replacing a default ESXi certificate with a CA-Signed certificate

20 blog posts

Blog Search

Page Views

11394543

Follow me on Blogarama