Storage IO Control, aka SIOC, deprecation…
Recently it was announced that SIOC was going to be deprecated and that SDRS IO Load Balancing as a result would also be deprecated. The following was mentioned in the release notes of 8.0 Update 3: […]
Daniel Micanek virtual Blog – Like normal Dan, but virtual.
Recently it was announced that SIOC was going to be deprecated and that SDRS IO Load Balancing as a result would also be deprecated. The following was mentioned in the release notes of 8.0 Update 3: […]
For more details, check the general session recap.
For a complete list of VMware Explore 2024 Barcelona presentations, visit this link.
An inspiring evening of networking and meaningful conversations at the Community Leadership Reception at Explore in Barcelona.
The VMware Community truly is the heart of Explore.
It was an honor to meet Hock Tan CEO,
and engage with incredible leaders like Corey Romero hashtag#vExpert leader and Josef Zach, our hashtag#VMUG Czech leader.
VMware Cloud Foundation (VCF) provides a unified platform for managing hybrid clouds, but the deployment process differs between Greenfield (new) and Brownfield (existing) environments. Brownfield deployment involves integrating pre-existing infrastructure into the VCF framework.
The VCF Import Tool is essential for transitioning existing infrastructure into the VCF framework. Here’s a step-by-step guide to preparing the tool:
The Convert Workflow addresses the challenge of adapting existing environments to align with VCF’s architecture. Follow these steps:
For specific components or domains, the Import Workflow provides a framework to incorporate them into VCF:
The Sync Workflow ensures continued alignment between the existing infrastructure and VCF:
Below is an overview of the key actions and parameters available in the VCF Import Tool:
-h, --help
-v, --version
convert
check
import
sync
deploy-nsx
precheck
VMware Explore Barcelona 2024 presentations now available
I came to learn during the week of VMware Explore Barcelona 2024, that the breakout sessions were not going to be recorded, but the presentations would be available only shortly after the conference. I was just reminded by a colleague who asked if I could update my VMware Explore 2024 Session URL Github repo, so […]
A new version of the ESXi-Arm Fling (V2) was recently released and the major update to the ESXi-Arm V2 Fling is that it is now based on the latest ESXi 8.x codebase, which is currently 8.0 Update 3b. In my blog post, I had hinted there was a small easter egg 🐣 the Engineering team […]
We’re thrilled to announce a significant change that reflects our commitment to making VMware Fusion and VMware Workstation more accessible than ever. Starting November 11, 2024, these powerful desktop hypervisor products will be available for free to everyone—commercial, educational, and […]
The lsdoctor
tool is designed to help diagnose and resolve common issues related to the VMware vCenter Lookup Service. Here’s a quick overview of how to install, launch, and utilize its various functions effectively.
To get started with lsdoctor
, download the ZIP file provided and transfer it to the target node using a file transfer tool like WinSCP. If you encounter issues connecting to a vCenter Appliance using WinSCP, refer to VMware’s documentation for troubleshooting.
Steps:
bash
unzip lsdoctor.zip
lsdoctor
The lsdoctor
tool comes with various options for checking and fixing issues in the vCenter Lookup Service:
--lscheck
(-l
): Checks for common issues without making changes.
python lsdoctor.py -l
--pscHaUnconfigure
(-p
): Removes a PSC High Availability configuration.
python lsdoctor.py -p
--stalefix
(-s
): Cleans up stale configurations from older upgrades.
python lsdoctor.py -s
--trustfix
(-t
): Resolves SSL trust issues in the Lookup Service.
python lsdoctor.py -t
--solutionusers
(-u
): Recreates solution users for the node.
python lsdoctor.py -u
--rebuild
(-r
): Rebuilds service registrations for the node.
python lsdoctor.py -r
More info in KB
Kicking off the most anticipated enterprise tech event of the year, the VMware Explore 2024 General Session showcases exciting new advancements in private cloud, AI, app delivery and the edge. Catch it here!
At VMware Explore EU 2024, the session “AI Without GPUs: Using Your Existing CPU Resources to Run AI Workloads” showcased innovative approaches to AI and machine learning using CPUs. Presented by Earl Ruby from Broadcom and Keith Bradley from Nature Fresh Farms, this session emphasized the potential of leveraging Intel Xeon CPUs with Advanced Matrix Extensions (AMX) to run AI workloads efficiently without the need for GPUs.
At VMware Explore EU 2024, the session “Unlocking Your Data with VMware by Broadcom and NVIDIA — RAG Deep Dive” delivered fascinating insights into the power of Retrieval Augmented Generation (RAG). Led by Frank Denneman and Shawn Kelly, this session explored how combining large language models (LLMs) with proprietary organizational data can revolutionize data utilization in enterprises.
RAG combines the strengths of LLMs with a Vector Database to enhance AI applications by integrating them with an organization’s proprietary data. This synergy allows for more precise and context-aware responses, crucial for business-critical operations.
NVIDIA’s Inference Microservice (NIM) accelerates this process by optimizing LLMs for rapid inference, leveraging GPU-accelerated infrastructure to enhance throughput and reduce latency.