vRealize Aria Operations CLI This small tool allows you to search for objects in vRealize Aria Operations from command line. Download Download the binary for your operating system Parameter Parameter Description -fqdn FQDN or IP of your vRealize Aria Operations environment -u vRealize Aria Operations username -p …
Read MoreA Beginner's Guide: How to Use Minikube for Local Kubernetes Development Introduction Minikube is an essential tool for developers who want to experiment and develop applications on a local Kubernetes cluster. It allows you to set up a single-node Kubernetes cluster on your local machine, providing an environment …
Read MoreAs businesses continue to rely on technology, technical support engineers play a critical role in ensuring that systems and applications are running smoothly. However, delivering the best possible support requires more than just technical expertise. In this blog post, I will discuss what technical support engineers …
Read MoreHere are some basic steps to troubleshoot a VMware environment. Step 1: Identify the Problem The first step in troubleshooting a VMware environment is to identify the problem. You should gather as much information as possible about the issue, including error messages, logs, and any other relevant data. This will help …
Read MoreQuick tip how to generate the basic auth token which can be used with the API Swagger LCM API Swagger: https://LCM-FQDN/api/ Swagger: Swagger authorize: Script: 1vi lcm_basic_auth.sh 1#!/bin/bash 2 3TOKEN=
echo -n $1:$2 | base64
4 5echo "Basic $TOKEN" 1chmod +x basic_auth.sh Usage: 1./basic_auth.sh …
Read MoreThis blog post will show you how to use the Skyline CLI fling to automate the Skyline Endpoint operations including workflows, commands and a example powershell script which automates the Skyline endpoint operations. Prerequisites: Skyline CLI Link Powershell PowerCLI Skyline users and permissions VM Name schema of …
Read MoreThis blog post will show you how to use the Skyline CLI fling to deploy and configure a new Skyline collector. Workflow Deployment of the OVA Register of the new Skyline collector Configure the Skyline collector Create Endpoints Prerequisites: Skyline collector ova file Skyline CLI fling CSP API token Skyline collector …
Read MoreI'm pleased to announce that version 1.0.3 of my Skyline CLI fling has been released. https://flings.vmware.com/skyline-cli
Read MoreHow to check the expiry date of VCSA internal certificates. ssh into your VCSA switch to the bash shell run the following command 1for store in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list | grep -v TRUSTED_ROOT_CRLS); do /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $store --text | grep -ie "Alias"; …
Read MoreShort example on how to use the new Skyline Insight API with Powershell Install the following module which will simplify the usage. 1Install-Module -Name PSGraphQL -Repository PSGallery -Scope CurrentUser You have to create a API token for your Skyline ORG: …
Read More