vRops 7.5 Active Directory authentication fails

Posted 4 CommentsPosted in vRops

vRops 7.5 has been out little over two weeks now and from the looks of it, its an epic release with so many improvements and a great deal of new and exciting features. I have upgraded a few environments with no problems at all and then last week yet another one got upgraded. As it does most times the upgraded went fine and the pre-upgrade bundle had no changes which would affect the customers environment. I then went to the login page, to try to login to vRops. Selected the Active Directory source, typed my credentials and hit the login […]

PernixData Log Insight Content pack

Posted Leave a commentPosted in Log Insight

Better late than never right! So for all you still running the now extinct PernixData FVP. Here is a Log Insight content pack, which can help you troubleshooting any issues you might experience. There is not a lot to say about it. Since I created it I might as well share it, just in case someone else might be using PernixData FVP still. The zip file can be downloaded over at github. Extract the vlcp file and import it into Log Insight.   https://github.com/MichaelRyom/PernixData-LogInsight-Content-Pack

Log Insight content pack for HPE OA

Posted Leave a commentPosted in Log Insight

This content pack as been living a quiet life over at loginisght.vmware.com for quite some time now and it is now ready to enter the main stage. Or at least I found the time to write about it. I love Log Insight, it is the one product from VMware, that YOU can truly enhance day by day. It just keeps growing and getting better and better with the more time you invest in it. It not even a lot of time that is needed, just enough so that you get to understand the structure of the log and can setup […]

Using Log Insight query API with Powershell

Posted 2 CommentsPosted in Log Insight

Log Insight is such an underrated tool. As a consultant I use it all the time, it makes it simple and fast to find issues and solutions. Frankly speaking any VMware shop not running Log Insight is letting there company down. There is multiple ways to get insight out of Log Insight. You can use the GUI; setup webhooks for third party intergration; get it to send you an email; send alerts to vRops or use the Log Insight API. The API is split into two, an ingestion API and a query API. Today I am going to show you […]

Log Insight upgrade path

Posted 1 CommentPosted in Log Insight

Log Insight 4.3 has just been released. I guess it is a good time to talk about upgrading and what path to follow and what is the Log Insight upgrade path. I am only gonna focus on Log Insight 3.x or newer. Basically if you are not running Log Insight 3.x or newer, you really should upgrade asap. There is now reason to wait any longer. You are just making it worse by waiting! Log Insight upgrade path Upgrading Log Insight is quite simple. Log Insight is a incremental update process. Meaning you can not skip an update. If you […]

Troubleshooting vRops Authentication problems

Posted Leave a commentPosted in Log Insight, vRops

I have from time to time some issues with getting vRops authentication working correctly or applying the correct rights to the user such as they are able to do the assigned tasks. To help troubleshoot these kinds of issues. I always jump to Log Insight to get a full understanding of the issue. Well you could jump into vRops nodes and do it via linux. I just find this a lot easier, if you ask me. As Log Insight isn’t tuned to understand vRops authentication. I have had to do a little digging my self. As it turns out, and […]

Log Insight API calls Appendix

Posted 4 CommentsPosted in Log Insight, Script

This is not a too lengthy blog post. It basically a copy/paste of routes file which is part of the Log Insight API. I have include both the 3.3 and 3.6 version, for comparisons. This is only meant as an educational blog post. It will give you an idea to what is possible with the Log Insight API, not just query wish, but also management wish. In order to make this work you have to follow the general guidelines for the Log Insight API and how to connect to it. As I haven’t done a Log Insight API blog post […]

esx.problem.net.vmknic.ip.duplicate – Hunting for MAC

Posted Leave a commentPosted in Log Insight, Script

Log Insight is a very powerful tool to monitor your environments health status. One of my favorite dashboards to is the “General – Problems” dashboard, which is part of the  “VMware – vSphere” content pack. It comes with Log Insight per default. Because there you can get a great overview of any problems that might be in your vSphere environment. One of the problems you might see is the “esx.problem.net.vmknic.ip.duplicate” or as it can be seen in the pie chart “net.vmknic.ip.duplicate”. This problem basically tells you there’s an misconfiguration in your environment. Two VMK nics have the same IP address […]

Custom vRops Content Pack for Log Insight

Posted 6 CommentsPosted in Log Insight, vRops

I work as a consultant. Mainly on vRops and Log Insight. This means that I have installed vRops and Log Insight quite a few times now. It also means that troubleshooting vRops is not that unfamiliar to me and what better tool to troubleshoot vRops with than VMware’s own Log Insight! In order to help me troubleshoot I have created a “content pack” for vRops. This content pack adds some more value, hence it’s not there in the current version of the vRops content pack. The content pack provides one dashboard with six widgets. The widgets are: vRops Webrequest respones […]

Log Insight + Netflow = Awesome part 2

Posted 1 CommentPosted in Log Insight, Script

In my first blog post Log Insight + Netflow = Awesome I show cased that Log Insight could be used to ingest netflows and showed some graphics and talked about possible extensions the data found into other products such as vRealize Operations or NSX. I got some comments from people who wanted to learn more, but instead of me keep answering the same questions, I have posted what and how on to github. This marks the first github project that I have created. So even though this is not even half baked, not thought through and very much just for […]