Monthly Archives: April 2023

PowerCLI: how to change DNS on ESXi hosts?

I had a situation to update the DNS servers on multiple esxi hosts. When you want to do bulk actions, PowerCLI is your friend! 1. Connect to the vCenter Server: Connect-VIServer VC_ADDRESS 2. Create a variable which includes the IP address of the DNS Server $dnsServers = '172.16.10.5' 3. Remove the old DNS …

Read More »

VMware Telco Cloud Automation – Part03

Role of TCA in NFV: By applying cloud-first philosophy, combined with a standards-based and a Network Function vendor-neutral position, VMware TCA helps telecommunication service providers in a number of ways. TCA supports orchestrate and automate network functions and services with multi-cloud agility from the core to the edge, and from …

Read More »

VMware Harbor Registry – Part01

Let’s have a introduction to Harbor, in the upcoming posts we will setup the Harbor Registry First, what is a container registry? A container registry is a repository—or collection of repositories—used to store and access container images. Container registries can support container-based application development, often as part of DevOps processes. Container registries …

Read More »

VMware Telco Cloud Automation – Part02

ETSI has defined a reference architecture for NFV. This high-level NFV framework is composed of three working domains: Network Functions Virtualization Infrastructure or NFVI Virtualized Network Functions or VNFs NFV MANO or Management and Orchestration functions The NFVI is the component that converts hardware-based computing, storage, and networking resources into …

Read More »