I was deploying fresh new vCenter server, after ova file installation while vCenter server configuration on the stage 2 set up vCenter Server, I was keep receiving error Unable to to save IP settings. I found Network configuration was not editable and set to Assign static IP address, all the networ…
Blog posts : "vcenter"
Add a Trusted Root Certificate to the Certificate Store VMware Photon OS
I was designing and testing a VMware vCenter server update Repository web server solution in my home lab, I built a new web server, but when accessing it on vCenter server with curl command it was giving below error. When I checked the same url in browser, it was working fine, because it was https s…
vCenter ui sorry this website doesn't exist 404 not found
Recently I was working with my friend to test my home lab, I gave him access to my vCenter server and he connected to my wifi network, but when he was testing IP of vCenter server he was able to connect through IP and when he was landing on to the vCenter FQDN SSO saml token page he was receiving er…
Ansible Error couldn't resolve module vmware.vmware_rest
After resolving error VMware ansible Error couldn't resolve module community.vmware, I faced another error while upgrading hardware version on the VMware Virtual Machines, while using ansible vmware.guest in the task. Which derived from main module/plugin vmware.vm_rest. Below is the test tem…
VMware ansible Error couldn't resolve module community.vmware
Recently while working with one of the old ansible server where I wanted to automation to get the list of VMware vCenter virtual machines list, and the ansible playbook was failing due to few prerequisite, In below script I was using community.vmware.vmware_vm_info ansible module/plugin to get th…
VCSA Upgrade Error A problem occurred while getting data from the source vCenter Server
While upgrading one of my vCSA (vCenter Server) to newer version VCSA 7, while connecting to source appliance I was receiving error A problem occurred while getting data from the source vCenter server.
This is typical issue of expired root password. due to this vCenter is unable to rotate t…
Guide to building a Home Lab
Recently I purchased one laptop as an addition to home lab and for personal use. Over the period slowly I have increased systems in my Home Lab, Now even though if I buy systems with smaller hardware it works great as an overall addition. And in my lab I can run any setup ie vmware, windows, contain…
Forward vCenter Server Appliance logs to syslog server
Using Syslog server to forward the logs from vCenter is essential and best practice, forwarding logs to syslog server should always be in your configuration checklist. This is also a automated best way to ensure all the logs are streamed. Collected logs are used later for better troubleshooting vCen…
VMware vCenter Server Management Exception in invoking authentication handler user password expired
While logging to vCenter VAMI portal (VMware vCenter Server Management Port 5480), I was receiving below error message with my root login.
Exception in invoking authentication handler User password expired.
This issue is due to the root password for VAMI portal is expired. Although you can st…
VMware LifeCycle Manager import updates bundle and patch ESXi server
With VMware vCenter version 7 Lifecyle Management is greatly improved as with new name lifecycle manager with new features (formerly VUM [VMware Update manager]). The new innovations for lifecycle management in vSphere 7 make it easy for customers to have consistent and up-to-date systems. The major…
VMware LifeCycle Manager There are conflicts from the patches selected for staging or remediation
I was testing ESXi patching through Lifecycle Manager/VUM (Vmware Update Manager). While remediating patch bundle on ESXi server, there was electricity issue and my Esxi server and vCenter server got powered off abruptly in the middle of update. After powering on the vCenter and Esxi server I tried …
PowerCLI create, modify and assign tag and tagcategory
This script is written using VMware Powercli module and its purpose is as similar as earlier written script Powershell vCenter server Rest API create and assign tag and tagcategory for creating and modifying Tag and TagCategory, only the difference is earlier script is written using vSphere API t…
Powershell vCenter server Rest API create and assign tag and tagcategory
While working on one of the automation project I wanted to assign tags and tag category on VMware clusters using Powershell, It is easy task when done using PowerCLI module but the requirement was not to use PowerCLI module instead make use of vSphere vCenter Rest API.
Configure vCenter SSO Active Directory (Integrated Windows Authentication) as identity source
I have already written a article on Add a vCenter Single Sign On Identity Source Active Directory (Windows Integrated Authentication), there are 2 ways to configure vCenter SSO with Windows Integrated Authentication, In the earlier article I have shown how to Use Machine Account, and the settings d…
VMware Skyline Collector Password Recovery (KB52652)
After configuring few instances of VMware Skyline I found I am no longer able to login through ssh root or on web portal through admin, the default password was not working. Another thing was whenever logging through SSH tool I was getting root is locked up. For this skyline has simple and nice know…
PowerCLI Add a SCSI Controller to a Virtual Machine
My requirement was to write and automate adding a new virtual SCSI controller to virtual machines using PowerCLI. For this task there is cmdlet is already available New-ScsiController. But the problem with command is, standalone virtual SCSI controller cannot be added. It has to add new or existing…
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 …
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.
Import-Module VMw…
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…
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 / …
Blog Search
Page Views
7666020
Archive
- March 2022 (8)
- December 2021 (9)
- November 2021 (6)
- October 2021 (12)
- September 2021 (10)
- August 2021 (8)
- July 2021 (9)
- June 2021 (9)
- May 2021 (11)
- April 2021 (8)
Comments
-
Ryan DunbarJune 22, 2022 06:42PM
-
ThankfulSEJune 19, 2022 12:22PM
-
KhaledJune 10, 2022 04:41AM
-
DenisJune 8, 2022 11:51AM
-
AnonymousJune 1, 2022 02:50PM