As 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 MoreVMware has released a new Skyline certification called Skyline Advisor Pro Technologist. Quote: The VMware Skyline Advisor Pro Technologist badge validates skills for supporting, managing, and planning environments through proactive monitoring and issue remediation. The badge holder helps organizations use VMware …
Read MoreHow to install Loginsight agent using a Ansible playbook onto Ubuntu or Photon OS machines. Create a directory called loginsight-agent Create a sub directory called files Copy the liagent install packages into the files folder Copy a liagent.ini into the files folder Copy the playbook into the loginsight-agent folder …
Read More