Create an alert in vRLI for missing vSAN 7 File Shares

April 7, 2020 Kim Bottu 0

vSAN File services, they are finally here. However in my nested lab, after rebooting the vSAN cluster, often the file services do start but the shares remain unavailable. A good state of the File Services look like this: When all goes well, your File Services Shares should have been created at about the same time. In my test example, I have setup 2 different File Shares. So far so good. However, when I shutdown my vSAN cluster, going through the motions of putting my nested hosts into Maintenance Mode and shutting down the hosts, and then boot the hosts up again and get them out of maintenance mode, the File Services do come back up, but somehow the File Shares […]

Using the API to add a new certificate to a vRLI cluster

March 13, 2020 Kim Bottu 0

When you have to replace certificates on multiple vRLI clusters, using the API might be a better way to change them on all your cluster nodes. Prerequisites You will need to prepare a certificate with a subject alternative name (SAN) for each of the cluster members and the Internal Load Balancer (ILB).You can use this article as a guide. How to Take note that I do not know if this is officially supported, but in my tests it works. Use a REST API client and connect to the ILB IP and request a session token. Make sure to add the credentials to the body of your request. When you post the command, a session token will be generated. You need […]

How to export and import vRLI alerts which make use of vROps fallback objects, into another datacentre, by using Postman

February 25, 2020 Kim Bottu 0

In case you are managing a multitude of datacentres and are relying on vROps and vRLI to monitor your environments, by now you have found out that some alerts are present in vROps and other alerts are present in vRLI. You can configure alerts in both products, but while you can export and import vROps alert definitions and symptom definitions created in environment A into environment B, this does not go as easily for vRLI when you are using vROps fallback objects . If you are not using fallback objects, you can disregard this post. Requirements vRLI vROps Postman or any other REST API client. I use Postman myself. Notepad ++ Create some alerts in vRLI Create some alerts in […]