Setting up VMware Data Services Manager v1.5 Consolidated Environment (Video)

VMware Data Services Manager version 1.5 introduces a number of really cool new features. In particular, it includes the ability to deploy a consolidated environment. A consolidated environment is where the functionality of the provider AND the functionality of an agent reside in the same virtual appliance. Previously, customers had to deploy two appliances, even when consuming resources from the vSphere infrastructure where the provider resided. Note that if you wish to consume resources across different vSphere infrastructures which are remote from where the provider is provisioned, then you will still have to deploy an agent VM. However, in this…

Configuring webhook notifications in VMware Data Services Manager v1.5 (Video)

A very short video to accompany the blog post I made on the subject of webhooks earlier this week. This video shows how to create a slack app with webhooks enabled. It then shows how to configure VMware Data Services Manager (DSM) v1.5 to send notifications via slack when there is a status change or failure on any of the provisioned databases managed by DSM. This can be an extremely useful mechanism for administrators. Although the video only shows the slack integration steps, it is also possible to use the webhook mechanism to send alerts to ServiceNow, as well as…

Configuring webhook notifications in VMware Data Services Manager v1.5

In my most recent post, we looked at how to send email alerts via SMTP from VMware Data Services Manager (DSM) v1.5. In this post, we will look at how to send alert notifications using a different method, webhooks. For the purposes of this post, we will examine the steps involved in sending webhook notifications to a slack channel. However, VMware Data Services Manager v1.5 also supports the option to configure webhook notifications to ServiceNow as well as custom webhook configurations for other applications. We will begin this post by first creating a slack application, enabling the web hook features…

Configuring SMTP and Email Notifications in VMware Data Services Manager v1.5

Another nice feature of VMware Data Services Manager to help administrators to manage and monitor their fleet of databases is integration with SMTP, the Simple Mail Transport Protocol. This feature allows database owners to receive email notifications when there is an operational issue or failure with their database. In this post, I’ll show you the very simple configuration steps to enable SMTP notifications. I will also show you how to verify that this functionality is behaving as expected by introducing a few failure scenarios to some newly created and existing databases. We are using VMware DSM v1.5 in this post.…

PostgreSQL Extensions in VMware Data Services Manager v1.5

I had an interesting query earlier this week in relation to PostgreSQL Extensions in VMware Data Services Manager (DSM) v1.5. We do not give out superuser (postgres user) privileges when creating databases via DSM, although it is still possible to find those credentials and access the database with those privileges if necessary. Instead, we focus on the default user that we create when we deploy a database, a user that we have named ‘dbaas’. The query was how should extensions be added to PostgreSQL if ‘dbaas’ is not a superuser? The answer lies in our DSM documentation where we describe…

Kubernetes for vSphere Admins – part of the June 2023 VMware User Group Global Virtual Event series

This session was selected by the VMware User Group (VMUG) for their Global Virtual Event which was held on June 27, 2023. As part of the session, some of the fundamentals of Kubernetes (K8s) are discussed. The talk then moves onto areas where vSphere Administrators can begin to onboard with Kubernetes, particularly when K8s control plane and worker nodes are deployed as a set of virtual machines on top of vSphere infrastructure. The two areas which are discussed in significant detail are the external Load Balancers and the vSphere CSI driver. The talk examines the options for different Load Balancers…

VMware Data Services Manager Hands On Lab now available

A very short post to let you all know about a new VMware Hands On Lab (HoL). This HoL is focused on getting started with VMware Data Services Manager (DSM). Many readers will have seen the multiple posts that I have been sharing since the beginning of this year on VMware DSM. Now you can get some “hands-on” with the product through the lab. We believe that one of the main use cases for VMware DSM is the self-service of database instances, notably for developers who quickly need to spin up a database instance as part of their testing process.…