QNIX Q2710 Monitor Review

I just bought two new 27 inch (yeah, they’re large) monitors for my home office thanks to a suggestion from Satyam Vaghani over twitter of course. He pointed me towards the QNIX QX2710 monitor and I was first surprised with the price. At less than $350 I had to give it a shot. I mean really, who wouldn’t want two 27 inch monitors on their desk? The Good The resolution was something I was really looking at. I selected the 2560 X 1440 resolution so that I didn’t feel like I needed to buy a new monitor in a year or two because something cooler came out. I’d say at this point in time, a 1920 X 1080 resolution is fairly standard. Also, with it being a much larger monitor than I’ve been accustomed to, the resolution needs to increase as well to provide a clear picture. ...

September 15, 2014 · 5 min · eshanks

vRealize Automation 6 Customizations

It may seem like a trivial thing, but setting up some customizations for your vCAC (now renamed vRealize Automation) deployment can really make your IaaS solution stand out, and a good looking portal might help with buy-in from your users. Branding Setting up your portal with a logo and a color scheme that mimic’s your organization is a typical thing to do after getting a portal up and running. Login to your vCAC instance with a Tenant Administrator login, go to the Administration Tab –> Branding. Here, you can upload your logo, add a product name (or department name), background colors, text colors and whatever you’d like. ...

September 8, 2014 · 2 min · eshanks

vRealize Automation 6 Approvals

Your powerful new cloud automation software is up and running, but we need to have some sort of check and balance to be sure that people aren’t creating VMs on a whim because it’s so easy to do. For this, we can use an approval process. Maybe a supervisor, or even the CIO can approval the additional resources. Approval Policies To setup an approval policy, login as a Tenant Administrator and go to the Administration Tab –> Approval Policies. Click the familiar green “+” icon to add a new policy. ...

September 8, 2014 · 3 min · eshanks

vRealize Automation 6 Custom Resource Properties

In the last post, we showed how to use vCAC to surface a vCO workflow. The problem presents itself when the vCO workflow is looking for something other than a string for a variable. What if you are looking for an object? For example there may be a user named “Clarice Starling” and that name could be a string. But the Active Directory object for user Clarice Starling has many attributes such as account, description, permissions etc and that is not a string. So if you want to perform an action on an object from vCAC, what do you do? ...

September 8, 2014 · 3 min · eshanks

vRealize Automation 6 Service Blueprint

We’ve got the main section of vCAC (now renamed vRealize Automation) setup and running and have created some blueprints to create some servers, but that’s really just the tip of the iceberg. We can utilize vCAC to perform tasks as well and in my opinion this is where vCAC really makes a big difference. Service Blueprints Instead of creating server blueprints, now we create service blueprints. They’ll be a similar setup to what you’ve seen in previous posts. Go to the Advanced Services Tab –> Service Blueprints and click the green “+” sign to add a new blueprint. ...

September 8, 2014 · 4 min · eshanks

vRealize Automation 6 Service Designer and vCO

vCAC 6 (now renamed vRealize Automation) allows us to provision more than just virtual machines. We can also publish vCenter Orchestrator packages. To do so, we need to configure the Service Designer. Go to the Administration Tab –> Groups and create a group that will have access to the service designer. I just used the Domain Admins group, mainly because it’s my lab. Click the dropdown to edit the group properties. ...

September 8, 2014 · 1 min · eshanks

vRealize Automation 6 Blueprints and Catalogs

We’re finally ready to start building some blueprints. Resources are available, reservations have been set, groups have been created and now we can build some blueprints. Blueprints Go to the Infrastructure Tab –> Blueprints –> Blueprints and then click “New Blueprint” –> Virtual –> vSphere (vCenter). Give the blueprint a name and a description. In my case, I’m creating a server 2008 R2 blueprint. Select a Reservation Policy and a machine prefix. Then enter a number of days for Archives. This is the number of days the virtual machines will be available after they expire. Think recycling bin in Windows. Also, if you’re so inclined, you can enter a dollar amount to assign to this template per day, so that later on each department can see how much money these VMs cost the company. ...

September 8, 2014 · 4 min · eshanks

vRealize Automation 6 Policies and Reservations

In this vCAC (now renamed vRealize Automation) series, we’ve got access to some of our resources now after connecting our vCenter Endpoint, so now we want to create some policies to control how our new VMs will be deployed. Machine Prefixes We’ll be creating a lot of new virtual machines so we’ll want to put a prefix on all these machines so we can identify them. You can have more than one prefix so that you can have different prefixes by department, company, user or so on. ...

September 8, 2014 · 4 min · eshanks

vRealize Automation 6 vCenter Endpoint Setup

We’ve completed the vCAC (now rename to vRealize Automation) appliance deployment, installed IaaS components, setup tenants and identity stores. Now it’s time to get cracking on connecting to some resources that we can use for our applications. I would like to point out that for this section we’ll be logged in as a user that is both an infrastructure admin as well as a tenant admin. I’ve also chosen to complete this configuration under my newly created “Neighborhood Watch” tenant. When adding resources to your tenants, you can do this at the default tenant level and have the sub-tenants use them, or configure the resources at each tenant level. I would steer away from doing it in both places to make troubleshooting easier at a later date. I mean, what happens when you’re sharing the same vCenter at the default level as well as the sub-tenant level? That could get a bit tricky. ...

September 8, 2014 · 4 min · eshanks

vRealize Automation 6 Basic Configurations

If you’ve followed the series this far, you’ve got your vCAC (now renamed vRealize Automation) appliance deployed and your IaaS components installed. The tricky parts are over with, and now the fun begins… configurations! What are you waiting for? Go login at the http://vcacapplaincename/shell-ui-app/ url. Add a Tenant Under Administration –> Tenants, you will see the default tenant which is vsphere.local. This is the context where you can create additional tenants and should probably be considered to be a “Do Not Touch” tenant. Even if you’re only going to have a single tenant, it would be a good idea to create a new one just in case. It’s pretty easy to create more tenants if you make a mistake, but tough to recreate the default tenant. Click the “+” to create a new tenant. ...

September 8, 2014 · 3 min · eshanks