• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact

VMware vSphere 6.5

Protect VMware estate using Dell EMC Networker – vProxy appliance

April 3, 2022 By Cloud_Devops Leave a Comment

Networker for VMware Protection

Dell EMC NetWorker provides the ability to perform virtual machine backup and recovery by using the NetWorker VMware Protection solution with the vProxy appliance. It does support vSAN datastore for its virtual appliance known as vProxy, it supports running image backups and restores virtual machines running on vSAN datastores. NetWorker directly manages the vProxy appliances […]

Filed Under: Backup, VMware, VMware Free Tools, VMware vSphere, VMware vSphere 6.0, VMware vSphere 6.5 Tagged With: Backup, Dell EMC Networker, EMC Networkers, Free Backup, veeam, VMware

RVTools 3.11.9 – Simple VMware vSphere Reporting Tool

August 20, 2019 By Cloud_Devops Leave a Comment

RVTools - Login page

RVTools is one of the promising reporting tools for VMware vSphere since 2008. It’s a windows based tool which requires .NET 4.6.1 framework to pull the virtual environments information using VI SDK. It supports all the version of the vSphere environment. It can directly connect with vCenter or ESXi (If standalone) to get all the […]

Filed Under: vCenter Server 5.1, vCenter Server 5.5, VMware, VMWARE ESXi 5, VMware Free Tools, VMware vSphere, VMware vSphere 6.0, VMware vSphere 6.5 Tagged With: RVtools, VMware vSphere Reporting

VMware vSphere – How to identify Distributed Switch ID / Portgroupkey ?

July 18, 2019 By Cloud_Devops Leave a Comment

VMware vSphere Distributed Switch (VDS) provides a centralized interface to manage the virtual machine’s network for the entire datacenter. Unlike vSphere Standard Switch (VSS),  Distributed Switch (VDS) shows the network as an aggregated resource. In VMware vSphere 6.7, VMware vCenter Server instance can support up to 128 VDS and each VDS can manage up to […]

Filed Under: VMware vSphere, VMware vSphere 6.5, vSphere Network Tagged With: vDS, VMware vSphere

VMware vSphere – How to break VCSA 6.5/6.7 root password ?

July 17, 2019 By Cloud_Devops Leave a Comment

vCenter Server Appliance - Boot Screen

How to recover the lost vCenter Server Appliance(VCSA 6.5 & above) root password? The vCenter Server Appliance is a preconfigured Linux virtual machine.  vSphere 6.7 U1 is the last release to include vCenter Server for Windows, which has been deprecated. vCenter Server Appliance is a very simple vCenter platform compares to the windows-based vC. Since vCenter server […]

Filed Under: VMware, VMware vSphere, VMware vSphere 6.5 Tagged With: VCSA 6.5, VCSA 6.7

VMware vSphere 6.x – Remove node from vSAN cluster

July 10, 2019 By Cloud_Devops Leave a Comment

Remove ESXi node from vSAN

How to safely evacuate the node from the vSAN cluster on VMware vSphere?  VMware vSAN is one of the low-cost storage solutions for startups and mid-size companies. vSAN eliminates the need of Fibre channel networks. It aggregates the local disks and provides the storage over the network. This article will walk through how to remove […]

Filed Under: VMware vSphere 6.5, VSAN Tagged With: Vmware vsphere 6.5, VSAN

VMware vSphere – How to Change VCSA 6.x IP address ?

July 10, 2019 By Cloud_Devops 3 Comments

VMware vSphere Appliance Management - Login Page

How to change VCSA (vCenter Server Appliance) 6.x IP address? VMware vSphere 6.7 U1 is the last version which offers Windows-based vCenter Server. Going forward, we must start adapting in-house vCenter appliance which runs on VMware Photon OS (Linux Variant). VMware doesn’t recommend to change the vCenter appliance IP address.  If  FQDN is set as an […]

Filed Under: VCSA Appliance, VMware vSphere 6.5 Tagged With: VCSA 6.x, VMware vSphere

VMware vSphere – How to Remove Host from HA ?

July 5, 2019 By Cloud_Devops Leave a Comment

vSphere - HA UA

How to remove ESXi node from vSphere HA?  VMware vSphere HA (High Availablity) enables a server administrator to aggregate physical servers on the same to create a logical group called a high availability cluster.  vSphere HA is responsible to restart the failed VM’s on other available ESXi nodes to reduce the application downtime. When you […]

Filed Under: VMware, VMware vSphere 6.5 Tagged With: VMware HA, Vmware vsphere 6.5

VMware vSAN Lab – How to Create Fake SSD on VMware workstation?

July 4, 2019 By Cloud_Devops Leave a Comment

Create Fake SSD - Vmware workstation - vsphere

VMware vSAN is a hyper-converged, widely used software-defined storage for a VMware vSphere environment. Using Nested virtualization, Many of us will try to practice vSAN Lab on VMware Workstation. In my old article, I have shared the trick to convert the Non-SSD to SDD disk by enabling the rule on ESXi. But this procedure is […]

Filed Under: VMware vSphere 6.5, VMWARE-WORKSTATION, VSAN, vSphere Q&A Tagged With: Vmware vsphere 6.5, vmware workstation, VSAN

govmomi – Installing and configuring govc-cli for vSphere

June 20, 2019 By Cloud_Devops Leave a Comment

Govc logo

govmomi is a “Go” library for interacting with VMware vSphere APIs (ESXi and/or vCenter) and it’s built using VMware vSphere SDK. govmomi project has more than 1000  GitHub stars and used by many opensource projects including terraform, Kubernetes, kops etc.  govc is a vSphere CLI built on top of govmomi. It’s written in Go language […]

Filed Under: VMware vSphere, VMware vSphere 6.0, VMware vSphere 6.5 Tagged With: VMware Tricks, VMware vSphere

VMware Template Automation Using Packer – Redhat/CentOS

April 24, 2019 By Cloud_Devops 3 Comments

Packer - Vmware vsphere template

VMware template creation can be automated using packer. VMware Virtual Machine deployments are very faster because of the template based VM build. But due to rapid development and fast-paced Operating system releases, we might need to build multiple templates and keep it ready for deployment. A customer might ask different operating system release and you […]

Filed Under: Automation, Packer, VMware, VMware vSphere 6.0, VMware vSphere 6.5, VMware-Guests Tagged With: Packer, VMware vSphere

Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·