Why organizations should choose vRealize Automation as their automation solution
In our previous blog, we discussed the importance of automating virtual infrastructure and why now is the ideal time to do so. In this follow-up blog, we will delve deeper into why organizations should choose vRealize Automation as their automation solution. Improved efficiency: vRealize Automation streamlines the deployment and...
SaltStack: The Ultimate Tool for Windows Patch Management
Windows systems are vulnerable to security threats and need to be regularly patched to protect against these threats. However, managing patches for a large number of Windows systems can be a tedious and time-consuming task. This is where SaltStack comes in to help. SaltStack is a popular open-source configuration...
vROPs tagging and workload optimization
Optimizing workloads in a custom datacenter with multiple clusters is a challenging task that requires a comprehensive understanding of the underlying infrastructure and the applications running on it. One of the key components of this optimization process is proper tagging using vRealize Operations Manager (vROPs). Tagging in vROPs is...
vROPs DRS requirements across multiple data centers
vSphere Resource Management with vRealize Operations (vROPs) DRS across multiple data centers is a critical requirement for managing large-scale virtualized environments. In this blog, we’ll discuss the requirements for using DRS in vROPs across multiple data centers. Cross vCenter vMotion (CVC-vMotion) Support: CVC-vMotion enables vMotion of virtual machines across...
DRS Rules in vROPs and vCenter
The Distributed Resource Scheduler (DRS) is a key component of the vSphere platform, and is used to manage resource allocation and workload distribution within virtualized data centers. DRS works by analyzing resource utilization and workload demands of virtual machines (VMs) and making recommendations for placement and resource allocation based...
Enabling Basic authentication in VMware Orchestrator
VMware Orchestrator is a powerful automation platform for administrators. In order to secure the access to the Orchestrator, it is recommended to use Single Sign-On (SSO) authentication. However, there may be instances where SSO is not available and you need to use basic authentication instead (ex: Aria Operations plugin)....
SDDC SaltStack Modules – vRA edition
In this blog post I will go over the steps I took in order to to be able to query my vRA components from SaltStack using the SDDC SaltStack Modules. The SDDC SaltStack Modules were introduced in 2011. You can find the technical release blog here. The modules can...
SDDC SaltStack Modules – vSphere edition
In this blog post I will go over the steps I took in order to to be able to query my vCenter components from SaltStack using the SDDC SaltStack Modules. The SDDC SaltStack Modules were introduced in 2011. You can find the technical release blog here. The modules can...
Why Automate Virtual Infrastructure, Why Do it Now, and Why Do it with vRealize Automation
Our IT culture has shifted from managing infrastructure to the management of services. We deliver a self-service catalog to our consumers who manage their environment. Providing our consumers with the self-service catalog reduced delivery of workloads from weeks to hours and it significantly increased their overall satisfaction. – Senior IT...
Deploying an AVS cluster on Azure
In this post we will go over the steps for deploying an AVS cluster on Azure. The first step was to log in to the azure portal at portal.azure.com. Once logged on we can search for “azure vmware solution” Then I tried to create a cluster by clicking on...
SSC 8.8 Authentication failed: no Authorization header
I recently upgraded my LCM deployed SSC server to 8.8.x. If you need a guide to go through the upgrade you can find my other post here. After the upgrade was completed i was noticing strange behavior in the SSC UI so i checked the status the of the...
ccp-backups folder missing in NSX-T backup
If you like me tried to to cleanup the backups in NSX-T and ran into error Cleanup script works only in folders, that contains subfolders "cluster-node-backups", "ccp-backups" and "inventory-summary" this post is for you. I was trying to cleanup the backups before going to the next major release of...
SSC 8.8 urllib3 (1.25.11) or chardet (4.0.0) doesn’t match a supported version
I recently upgraded my LCM deployed SSC server to 8.8. If you need a guide to go through the upgrade you can find my other post here. After the upgrade was completed i was noticing strange behavior in the SSC UI so i checked the status the of the...
SSC 8.8 sseapi_rpc_queue: could not connect to SSE server
I recently upgraded my LCM deployed SSC server to 8.8. If you need a guide to go through the upgrade you can find my other post here. After the upgrade was completed i was noticing strange behavior in the SSC UI so i checked the status the of the...
vRSLCM 8.x change admin@local password via API
I recently had an use case where i wanted to change the admin@local LCM password via an API call in order to automate the password rotation. If you need a guide to get started you can find my other blog here To change the password we can use postman...
vRSLCM 8 API getting started
I`ve been having a hard time finding one article that covers the vRSLCM (vRealize Suite Lifecycle Manager) API. The official documentation can be found here As we can see we can leverage the swagger UI by going to https://$vRLCM/api/swagger-ui.html but… i wanted to leverage curl from the cli or...
Installing an vROPS management pack via vRSLCM
This post we will be going over installing an vROPS management pack via vRSLCM. (If you haven’t added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) Once logged on to vRSLCM click...
Change Delete old snapshot restriction from 7 days in Automation Central
I recently ran through an issue where i wanted to automatically delete snapshots after 5 days instead of the default 7 days that comes out of box in automation central. I wanted to change delete old snapshot restriction from 7 days to 5 days. It seems like the restriction...
vROPS Cloud Proxy docker routing
I recently ran into a problem where i needed to route the subnet that is being used for the docker routing on the vROPS Cloud Proxy appliance. The network used is 172.17.0.0/16. For this we will try to route a portion of that subnet through my ethernet interface To...
Deploying the vROPS cloud proxy
In this guide we will go over Deploying the vROPS cloud proxy for cloud as well as on premise. The official VMware documentation can be found here To get started log in to your vROPS instance. If its cloud it would be something similar to https://www.mgmt.cloud.vmware.com/vrops-cloud/ui/index.action For on premise...