Automate Log Insight logging of new Linux VM’s Provisioned from vRA

So you just implemented the vRealize Suite and you want to make sure any Linux VM you deploy get’s added to Log Insight right? Well look no further you came to the right place. Pre-Reqs you need in place for this integration to work: vCAC 6.0, 6.1 or vRA 6.2 Continue reading Automate Log Insight logging of new Linux VM’s Provisioned from vRA

vRealize Automation REST API with Curl

vRealize Autmation exposes a RESTful API to automate common tasks without having to access the GUI. Some common examples of why you would use this are: Request machines as part of a Continus Integratation process Integrate vRA provisioning into your build systems such as Jenkins Drive vRA requests from a Continue reading vRealize Automation REST API with Curl

How to integrate vROPS 6 badges in vRA 6.2

One of the new features of vRealize Automation is the ability to pull metrics from vRealize Operations. These metrics can be used to display the health bages ov VM’s in the vRA portal as well as povide information on what VM’s you may want to send a reclamation request for. Continue reading How to integrate vROPS 6 badges in vRA 6.2

How to tag EC2 instances provisioned from vCAC (vRA)

A common request we get from customers is the ability to add tags to instances that are provisioned to Ec2 from vCAC. Customers tag the instances for various reasons for example reporting, billing, building app relationships. This guide will walk you through the installation and configuration to extend vCAC now Continue reading How to tag EC2 instances provisioned from vCAC (vRA)

How to call vCAC (vRA) from command line to request VM’s and run scripts in the guest

So you want to make your developers happy but you are a vSphere admin and you already have enough on your plate? I am going to make it super easy for you to give your developers what they want (a command line to script their infrastructure request) and what you Continue reading How to call vCAC (vRA) from command line to request VM’s and run scripts in the guest

How to reindex the AppService aka APPD Appliance Database

The application services (formerly APPD) appliance has it’s own local database. Behind the scenes it is running a vPostgres database to store information about application blueprints and services.Over time the database tables can become fragmented and impact performance. Always snapshot or backup your appliance before attempting this procedure. NOTE: This Continue reading How to reindex the AppService aka APPD Appliance Database

How to reindex the ITBM 1.x Standard Appliance Database

The ITBM standard appliance has it’s own local database. Behind the scenes it is running a vPostgres database to store information about cost and consumptions of your private and public cloud. Over time the database tables can become fragmented and impact performance. Always snapshot or backup your appliance before attempting Continue reading How to reindex the ITBM 1.x Standard Appliance Database

How to reindex the vCenter Appliance Database

The vCenter appliance has it’s own local database. Behind the scenes it is running a vPostgres to store information for the hosts and clusters it is manageing. Over time the database tables can become fragmented and impact performance. Always snapshot or backup your appliance before attempting this procedure. NOTE: This Continue reading How to reindex the vCenter Appliance Database

The path to Automation is Virtual

I come across a recurring theme that many customers are confused on the path to Automation and self service. I can also agree that the technology industry as a whole is making this even more confusing as no one wants to lose market share. For example if “Vendor A” solution Continue reading The path to Automation is Virtual

Docker as a Service in vCAC Part 1

Once again I am here to prove that vCAC can integrate with anything. The new kid in town this week ; – ) is Docker Containers. In this example I am using CentOS Linux 6.5 with the vCAC guest agents installed to host Docker. This same example will work with Continue reading Docker as a Service in vCAC Part 1