Wednesday, 27 April 2022

Automate vSphere actions using GOVC

GOVC is a vSphere CLI built on top of govmomi. The CLI is designed to be a user-friendly alternative to the vSphere UI and well suited for automation tasks.
Installation

    1.   Download zip file for latest bundle from github.                                                          Example:                                                                                                                                wget https://github.com/vmware/govmomi/releases/download/v0.20.0/govc_linux_amd64.gz
    2. Untar zip file Using:                                                                                                              gunzip govc_linux_amd64.gz

No comments:

Post a Comment