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 […]

vRops upgrade path

Posted Leave a commentPosted in vRops

This is just a quick guide to the vRops upgrade path. I work a lot with vRops in different aspects. As of late I have been running in to a few environments which has not kept up with vRops’s release cycle. Needles to say vRops has come a long way from 5.8 or 6.0. Last week vRops 6.5 was release and once every quarter(or so) a new release will come out. In that sense, it is good to know how to upgrade from one release of vRops to the next or more so to the latest. vRops does not require […]

vSphere Optimization Assessment

Posted 1 CommentPosted in vRops

If you have not hear of vSphere Optimization Assessment(VOA), I do not blame you. It is one of the assessments VMware does not talk to much of. It is a partner tool(management pack for partner) used together with vRops. The title says it all, it is all about optimizing the resources you already have. So instead of always buying more hosts or storage, you can optimize your current environment and save money. The way it works is it utilises the intelligent of vRops with some new reports. Based on this report your VMware partner can give you a detailed overview […]

vRops – Super Metric enhancements

Posted 6 CommentsPosted in vRops

One of the areas in where vRops 6.3 has been getting a huge improvement is Super Metrics. You can read about vRops 6.3 enhancements here: https://www.starwindsoftware.com/blog/vrops-6-3-walkthrough-new-features#SuperMetricenhancements It might seem some what trivial – the enhancements. The addition of a few new operators. I guarantee you it is not, these new operators are a game changer for Super Metrics. Lets recap all the new operators Operators Function Example [] Array [A, B, C] == Equal 1==1 != Not equal 1!=2 < Less than 1<2 <= Less than or equal 1<=2 > Greater than 2>1 >= Greater than or equal 2=>1 || […]

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 […]

Installing vRealize Network Insight

Posted Leave a commentPosted in Network Insight

  Network security has been at hot topic for years. In comes NSX along with micro-segmentation and one would think that security couldn’t be any hotter, but you’ll be wrong! Que vRealize Network Insight. This is the new black that everyone has been talking about and demoing. Who am I to not join in on the fun. If you want a short introduction to vRealize Network Insight please have a look at the article I did for Starwind. You got SDN, now what vRealize Network Insight architecture vRealize Network Insight consists of two VMs. The vRealize Network Insight Platform VM […]

Delete claimrules via PowerCLI

Posted Leave a commentPosted in ESXi, Script

Had to mask storage in an older environment. As soon as that was done and storage were removed, then the clean up starts. I could have done all this by hand, but where is the fun in that. Instead I created this little script below which removes all claimrules with a rule number greater than 101 and lower than 65535. Of course this should go without saying. You need to know what you are doing and that there is no claimrules between 101-65535 that is crucial to your environment. Deleting claimrules like this shouldn’t be taking lightly. Well, I had […]

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 […]

New in vRops 6.3 – Cluster Management API

Posted Leave a commentPosted in vRops

One of the new features in vRops 6.3 is the documentation and I assume support for the Cluster Management API aka Casa API. I have in the past documented some of these Cluster Management API calls. In blog posts such as, vRops undocumented API calls which is from vRops 6.2 or Exploring vRops Internal API going even further back. Luckily for us all, the vRops team have now added documentation to the Casa API, making it even easier for all to consume. First things first. How do you access it. Just like the regular API the documentation is contained within […]

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 […]