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…
Blog posts : "vmware"
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 …
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…
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…
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…
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 / …
Install and Configure VMware UMDS on Linux
VMWare UMDS (VMware Update Manager Download Services) is feature and extra add on software included in VCSA ISO file, It helps downloading update metadata, patches, security fixes and latest drivers binaries from online VMware/Vendor hostupdate Repositories. It helps in way to make your VMware Updat…
VMware UMDS curl_easy_perform() failed: cURL Error: SSL peer certificate or SSH remote key was not OK, SSL certificate problem: unable to get local issuer certificate
After configuring VMWware UMDS (VMware Update Manager download service) in my environment, which downloads patches/update from online VMware repositories, I tried downloading patches/updates.but I was receiving below errors for multiple urls. (There are default 4 online VMware repositories from wher…
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).
I have downloaded vCenter server patch ISO f…
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. (…
Powercli Get vCenter assigned licenses report
This is a second part of earlier written article Powercli Get vCenter licenses information, that script will help to collect all the added VMware licenses but doesn't show which system is utilizing the license. Here in this script it helps you to get report of assigned licences information. Using …
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…
Install and Configure Active Directory Federation Service (ADFS)
In this article I will be configuring ADFS (Active Directory Federation Services). One of the requirement for ADFS configuration is requirement of PFX SSL certificate (It includes private key), To proceed I will create SSL certificate first. I have below few articles written earlier to understand CA…
Configuring Secure LDAPs on Domain Controller
After installing and configuring Certification Authority (CA) server, Next step is use it to generate SSL certificate for LDAPS configuration on Domain Controller.
The Lightweight Directory Access Protocol (LDAP) is used to read from and write to Active Directory. By default, LDAP traffic is t…
Install and configure certificate authority (CA) on Microsoft Windows server with Group Policy
Recently VMWare has released a new feature vCenter identity federation to vSphere 7 version. I was testing that feature and it required CA signed certificates, so wanted to install and configure certificate authority (CA) server, for my lab as I didn't have it one in the lab, when installing and co…
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…
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…
Blog Search
Page Views
4920756
Archive
- April 2021 (3)
- March 2021 (13)
- February 2021 (9)
- January 2021 (5)
- November 2020 (7)
- October 2020 (3)
- September 2020 (4)
- August 2020 (7)
- July 2020 (8)
- June 2020 (10)
Comments
-
April 9, 2021 06:03PM
-
CmApril 3, 2021 08:31AM
-
David GriswoldMarch 27, 2021 12:04AM
-
SvenMarch 24, 2021 12:48PM
-
AnonymousMarch 24, 2021 12:31AM