Introduction In this blog post, we will walk through the process of creating a watchdog script that monitors if a filesystem has gone read-only on a Linux system. If the filesystem is detected to be read-only, the script will reboot the system after a specified timeout period. This can help ensure that your system …
Read More📱 Meet urDash — Your Mobile Command Center for UrBackup Managing backups just got a whole lot easier — and mobile. Introducing urDash, the powerful iPhone and iPad app that brings complete UrBackup server management into the palm of your hand. Whether you’re an IT pro, a small business owner, or a home user who cares …
Read More
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 More
A 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 More
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 More
Here 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 | base644 5echo "Basic $TOKEN" 1chmod +x basic_auth.sh Usage: 1./basic_auth.sh 'admin@local' …
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 More