Searching for the Source(s) of Truth in Holistic Automation
The Source of Truth (SoT) concept has become a cornerstone for achieving holistic automation in the ever-evolving IT and network management landscape. As org...
The Source of Truth (SoT) concept has become a cornerstone for achieving holistic automation in the ever-evolving IT and network management landscape. As org...
As IT environments grow in complexity and scale, efficiently managing these intricate systems has become a critical challenge for many businesses. This is wh...
Recently I had the privilege to attend NFD 24 in which DriveNets presented. I had never heard of them until this event. Which I am shaming myself for because...
Recently while working on my latest Packer Templates I ran into an issue with Ubuntu 20.04. The issue was related to cloud-init not being able to grow the ro...
Recently I had the pleasure to attend #CFD7 in which VMware presented VMware Tanzu Kubernetes Grid. Our friend, Kendrick Coleman did a great job presenting T...
Introduction
Are you a manager or leader?
Recently while attending Cloud Field Day 6, one of the companies presenting just so happened to be Hashicorp. Now Hashicorp is one of my personal favorite co...
CFD6 VMware API Questions
Ansible Blocks With Conditionals
Over the past week I have been working on a streamlined process to deploy nested ESXi 6.7 via automation tooling. Going through this I came across an issue w...
Well, this was a fun exercise. While building out some VMs to execute Packer image builds for vSphere, I installed VMware Workstation via Ansible and forgot ...
Oh, the joy of Ubuntu 18.04 continually amazes me. As long as I have been using it, I have not provisioned mass VMs using a template. I use Packer for all of...
UPDATE: 2023-05-11 - I found this post in my backlog, and it was never published or finished, as you can see. This conversation continues to be something ...
Oh I love Terraform so so much. But why does vSphere feel like a second class citizen? Is it because my use case is a real snowflake? Maybe, maybe not! Howev...
While exploring some options to provide a level of reporting capabilities as part of a project I figured using ARA would be an awesome idea. My goal was to p...
Purpose
Backgroud
NOTE: This post assumes that a Debian based OS is being used.
Recently I started working on a little project which involved building a Kubernetes cluster using Raspberry Pi’s. I published this project on GitHub under an...
Network Field Day 17
While working on a project I came across a need/desire to capture vSphere metrics for VMs and Hosts and ship them to an Elasticsearch cluster. I wanted to do...
I recently had a scenario in which I needed to determine if a device’s last check-in time had been longer than 30 days. The real fun with this is that the re...
As I am working on a little project I wanted to have a way to update my Ansible inventory from DHCP leases handed out by DNSMasq. Turns out it is very easy, ...
Is Cisco bringing DevOps to routing? Well that is what Cisco said while presenting at NFD17.
I had the great pleasure to once again be a delegate at Tech Field Day this past week in Silicon Valley, CA. This event was NFD17 and had some great presenta...
In this post, we are going to look into how we can leverage Ansible to manage a Linux firewall using ipset along with a DShield block list. Now, why would we...
This post is to go through an example of defining Ansible variables as dictionaries rather than lists. I wanted to throw this together as I have not found a ...
I was recently working on a project to spin up about ~50 VMs which were all based on CentOS 7.4 and ran into an issue during the customization phase failing....
This post is the next in the StackStorm Series. You can find the previous posts in the series below:
As mentioned in the previous post StackStorm Series - Intro we will be working through a series of posts in regards to StackStorm. In this post we will revie...
You may or may not have heard of StackStorm previously. If you have not I highly recommend checking them out. StackStorm is classified as Event-Driven Automa...
As I continue to work through some previous little projects I have worked on over the past year or so I came across this one which I think is very useful, es...
Several months back I was working quite a bit with MAAS and needed a way to fully automate not only the MAAS deployment but also the management of VMs. In th...
I previously posted this post New Journey Begins which was about my new journey at Verizon Telematics. Well I am here today (even though this new journey beg...
Welcome to the new EverythingShouldBeVirtual site. I had been planning on moving from a hosted Wordpress site for a few years now but I was stuck in a contra...
Recently I have been working on a little project of my own based on provisioning a vSphere environment using Ansible as the primary automation tool. My inten...
NetApp was a presenter at TFD14 which took place in Boston. They showcased their dedication to the Open Source world along with their DevOps related initiati...
Ansible - SSH Key Distribution For Password-less SSH
As you may or may not be aware, Ansible 2.3.1.0 was recently released. After installing Ansible 2.3.1.0 in my Python virtual environment I immediately ran in...
Recently I had a need to take an already populated spreadsheet which contained a list of hostnames, generic names, IP addresses and MAC addresses and convert...
I wanted to throw this together mainly for my own reference but maybe it will help someone else as well. I had a need to add every host’s ssh keys to every h...
I recently rebuilt my lab NAS hosts with Ubuntu 16.04 and used ZFS for the storage pools (once again). In doing it this time around I wanted to get a good me...
It has been a minute since I had done any KVM based VMs so I wanted to share some little tidbits on creating your KVM templates. I will be focusing on Debian...
As many of you know, a little over 3 weeks ago, I began my search for a new career opportunity. Things always happen for a reason and I fully embraced, with ...
Lately I have been working quite a bit with the latest Docker Swarm Mode released in Docker 1.12 and so far it has been pretty awesome. The days of spinning ...
As I am working through some testing methodologies for Infrastructure/app testing I wanted to throw together a usable Graphite image that I could easily spin...
As I am experimenting with Docker images and finding the right combination which works well for me the majority of the time. I have finally put together a si...
In this post we will be going over setting up a quick and easy way to standup ELK Stack using Docker containers for each of our components required. Keep in ...
While working on another PowerDNS project I have started working on a Python script to manage Zones/Records. Being that there is not a ton of info out there ...
As I continue to develop different scenario testing I continually try to leverage a common Vagrantfile across scenarios while only having to adjust variables...
I am currently working on some Ansible/Python project(s) (More to come on that soon) and am working on integrating some functionality between some of the mov...
Over the past few months I have been putting together some Vagrant box templates based on different Linux distros all using Packer. My goal is to have a stan...
Just sharing these scripts in case anyone ever needs/wants a quick way to prep an Ubuntu VM template with/without guest customizations. One script is just a ...
Today I was writing/updating an Ansible role for installing Cacti monitoring and decided to add the ability to choose the back-end webserver being used. The ...
I will be using this a reference for adding various Vagrant configurations for setting up testing environments. I really just wanted to put this out here bec...
Have you thought about building Docker containers using some Ansible role(s) or playbook(s) you may already be using for your regular automated deployments? ...
I am just throwing this out here for my own reference because I seem to always forget how to do this when spinning up multiple nodes within a Vagrant environ...
Once again VMTurbo presented at Tech Field Day and this time it was at #TFD10 in Austin, TX. VMTurbo is known for their unique way of managing your virtual a...
I was just working on some Vagrant lab stuff and had a need to spin up a Vagrant node with more than one hard drive. So I turned to google and did some searc...
While attending Tech Field Day 10 a little over a week ago one of the presenters was Diablo Technologies and they spoke about their product Memory1. I found ...
In this post we will be setting up an Ansible Control Machine to execute our Ansible tasks from. This server will not have writable access to our Git repos s...
I have been doing some testing over the past few months of Platform9 running on top of KVM and I have to admit that it has been a very good experience. Howev...
While going through and doing some cleanup to various different roles and playbooks in my Ansible collection I wanted to share what I feel is good clean form...
As I am currently running through some Docker setups between Debian Jessie and Ubuntu Trusty using Ansible I ran into a few gotchas. Now I would have assumed...
While working on a solution that requires PowerDNS, I have come to a point in which I would like to include backup and recovery options for this solution. So...
While doing some Packer builds for Windows Server 2012 R2 to be used with Vagrant in order to do some Ansible learning I stumbled across this issue.
In the previous post we setup our OSPF routing topology auto-configured using Ansible. Which works really nice when we already know what our variable definit...
In the last post we spun up (Vagrant Up) our environment. So at this point we are ready to start exploring and seeing how easy it is to bring up OSPF auto-co...
In the last post we defined our nodes to spin up with Vagrant which will be used from here on out during our series. In this post we will actually be spinnin...
In the previous post we went over the intro on what we will be setting up by going through each of these posts. In this post we will be setting up our enviro...
In the previous post we prepped our environment in order to get everything ready to begin building out our environment. Which means we are now ready to final...
This will be the introduction to a multi-post series on some different methodologies that you too can use everyday either to learn, test or develop your goin...
We keep hearing this term day in and day out it seems. Attending conferences, meet-ups and other social events keep pushing this down our throats in one way ...
I was invited as a delegate to attend Tech Field Day - Network Field Day 10 (NFD10) in Silicon Valley the week of August 18th. This was my first time being a...
I am currently working on a little routing project to use as a learning tool for others to easily consume by using Vagrant and Ansible (Inspired by this post...
After attending Tech Field Day (#NFD10) there was a great deal of discussion around using Vagrant and Ansible for building out environments and provisioning ...
I have been doing some testing with Jenkins and Rundeck along with Ansible lately. I wanted a way to number one not have to manually update resources.xml for...
Just sharing this out in case someone else may be looking for a way to install open-vm-tools for Ubuntu or CentOS and wants to ensure that only virtual machi...
I came across this today looking through the Ansible Google groups. The OP wanted something that would output something like below into separate files per in...
As it has been some time since actually putting something together to install Zenoss I figured I would set out to do just that using Ansible. As I began thro...
A little over a year ago I provided installation scripts along with this post to help setup a completely redundant ELK Stack. This post has definitely been o...
I have been working on a new project for the past few weeks and it has been coming along very nice. I wanted to share some screenshots for everyone to checko...
As I have been working on a nice little project of mine (More on that in the near future) I came across the need to take my hosts inventory INI file and get ...
While playing around with Rundeck I wanted to run some quick Ansible playbooks. I have not found a good way to integrate Ansible other than running local com...
Well I have been fairly quiet and not putting out much content lately and wanted to explain. One easy word shall explain it!
Just wanted to put this together as I was finally just able to get this working with the newest version of curator. The syntax has changed quite a bit for de...
As I have begun upgrading portions of my lab to vSphere 6.x I came across the difference in parsing syslog messages from the new VCSA which was different tha...
In this previous post I setup KeepAliveD using a fictitious tenant using Ansible. In this post I will be building upon that same configuration and creating t...
Watch the #vBrownBag session I did to get an idea of some of the possibilities you can achieve using ELK stack.
UPDATE: As of 08/06/2015 the following role can be found here on Ansible Galaxy. The below information was updated based on this new role available at the...
In this post I am creating a fictitious tenant using a vars file which looks like below.
So I started working on some theoretical ideas about 6-9 months ago around using Quagga in a highly scalable HA scenario and put it down for a bit. Now that ...
I wanted to share some of these playbooks for reference to others who may be attempting to do something similar. Overall I am setting up some Ubuntu servers ...
In spending the past few weeks learning a ton about Ansible (after creating 30+ playbooks and roles - Some very complex :) more goodness coming soon ).. One...
I am putting this out here in case anyone else may be interested in spinning up some VM’s using Ansible. I am doing this with Ansible 1.8.4 and connecting to...
So in setting up a new ELK Stack from scratch (more on this later) and also standing up the GA release of vSphere 6.0 I had to go through setting up syslog f...
Last week (02-25-2015) I presented on the weekly #vBrownBag about using the ELK Stack. This also included a demo :) If you are at all interested in the ELK S...
So a few months back after the Poodle attack I had a request to disable SSLv3 on the NSX Edge Gateways so I started looking around and didn’t find anyway to ...
Scale Computing was the last and final vendor to do a presentation last week at Tech Field Day - VFD4 (Virtualization Field Day 4) in Austin, TX. I really ap...
Carol Pflueger, Servers Product Manager, introduces the Dell PowerEdge FX architecture
This post will only cover a fresh new install of Graylog2.
Last week I had the honor of being a delegate for Tech Field VFD4 (Virtualization Field Day 4) in Austin, TX. This was my first time ever being a delegate so...
http://new.livestream.com/accounts/6937754/events/3250666/player?width=640&height=360&autoPlay=true&mute=false
Yes, you heard it right. I have been granted the honor to be a delegate at the next Virtualization Field Day in Austin, TX January 14-16, 2015. I am extremel...
I wanted to throw this out in case anyone else has a need for such a setup to use L7 for node up/down when load balancing MySQL with HAProxy. All you have to...
So for the past 4 years or so I have been running Nexenta 3.x for my lab NAS; which has been working great, but I was at a point of having to rebuild my late...
I recently had an opportunity to get around to creating some Cisco ASA parsing for logstash to detect some abnormal activity on the network. So now that I ha...
I Wanted to go through and enable jumbo frames for my lab iSCSI storage which is running on Nexenta CE (For about 4 years now). So how do you do this? Login ...
I wanted to share this whiteboarding session as my first attempt. I am trying a new platform that I have been wanting to explore and hope it is beneficial. I...
I have been working on getting some detailed logging from Snort logs generated through PFSense and thought I would share them. This can also be modified to w...
So the past day or so I have been working on getting some good detail from my NSX Edge’s (ESG and DLR) and I have been able to get them working very well. Th...
I have spent the past several days working with Bro-IDS and Logstash parsing and wanted to share this with anyone else who may be doing the same and needs so...
I had a great question yesterday about how to configure Logstash to integrate IP reputation lookups within Logstash and Kibana without having to copy and pas...
As part of a bigger post coming soon I have been using Suricata IDS and my Logstash server has been getting hammered and unable to keep up (running a single ...
In the past I have been updating the auto install scripts for Graylog2 and updating the original post each time. However here on out I will be creating new p...
I have been working on some interesting virtualized networking setups (More on this in another post soon) and needed a way to configure IPTables rules on all...
So I decided to upgrade my vCenter 5.5U1 VCSA to the latest vCenter 5.5U2 release yesterday and it has been a complete disaster at this point. vCenter contin...
The time has finally come for VMworld 2014 - US in San Francisco. I know I am very excited this year as well I am sure everyone else (20k+) is as well. I am ...
So I recently had an issue when trying to create some new tenant networks and had a very strange issue. When creating the Logical Switches within NSX I was r...
In case you have the need to enable SSH, set SSH service to start on boot and also set the firewall rule to allow ALL IPs you can use the following PowerCLI ...
So I performed my first NSX upgrade today which overall was not too bad but it did take quite a long time. I ran into a few gotchas along the way and figured...
In the previous post we setup the complete ELK stack from top to bottom. And everything should be working as needed; however one thing you will want to do on...
I ran into this today and thought I would share with anyone else who runs into this.
In the past few days I have come across the following error on two different instances of Logstash.
In this post I will be going over how to setup a complete ELK (Elasticsearch, Logstash and Kibana) stack with clustered elasticsearch and all ELK components ...
If you are a fan of virtualization podcasts and have not yet checked out the VUPaaS. I highly recommend it. This is a great podcast targeted at end users of ...
I am currently working on a scalable Enterprise Solarwinds deployment and wanted to share this design. The design is not completed yet so this drawing may be...
I have put together a Graylog2 prebuilt virtual appliance to share with the community. This appliance is built on a fresh Ubuntu 14.04 LTS x64 Server and run...
I wanted to throw together a video real quick to demonstrate how easy Graylog2 can be installed using my Ubuntu auto-install script. This video will augment ...
NexentaStor 4.x has finally made it to GA as of today. I will be evaluating if it makes sense to make the move yet or not prior to upgrading my actual produc...
So it has been a while since I have built a TFTP server and the opportunity came up to do this again to do some ESXi deployments. I wanted the ability to do ...
So in the past few days, I have witnessed on two different environments when trying to connect to certain components of Solarwinds using Google Chrome you wi...
For any of you ever looking for some great FREE Visio stencils you can head over to Veeam and download them for free. They have stencils for VMware and Hyper...
Yes, you heard it correct. VMware Virtual SAN (VSAN) is now GA as of 03/11/2014. VMware released VMware ESXi 5.5 U1 and vCenter Server 5.5 U1 which includes ...
This is some great news for a Monday. Infinio has released their latest version which now fully supports vSphere 5.5. I did some extensive testing on their p...
The annual voting for the top 50 virtualization blogs for 2014 is now open. Every year Eric Siebert takes a lot of time and puts this together over at vSpher...
I was getting overloaded on the number of syslog messages in my Solarwinds DB and needed to purge them. So I wanted to share with other’s what MS SQL Server ...
So after running this blog on a single server running within an ISPConfig setup for quite some time I have finally redesigned the back-end (it has taken a go...
If you are interested in collecting, viewing and inspecting Netflow data like I am, then you will be interested in this. Netflow gives you deep level inspect...
VMTurbo is a great product in regards to overall health of your virtual environments. Their product assists in identifying where improvements can be made as ...
I am going through setting up Solarwinds Virtual Manager and needed to enable SNMP on my vSphere 5.5 hosts. So the service set to automatically start but it ...
So I was sitting around over the weekend and decided I wanted to mess around with vSAN in a non nested environment for a bit and started going over some opti...
Here is just a quick PowerCLI script to change all of your iSCSI datastores to “Round Robin” path selection. The default path selection for all datastores is...
Have you ever heard of bitrot? Well if not you should head over to here and have a read. I was sent this article by a colleague and I thought it was a very i...
I was asked earlier about this. So I figured I would throw this together real quick. There was a concern about adding syslog server settings to an enormous n...
In this previous post we installed Nagios 3.5.0 from source. Now that the current version of Nagios is 4.0.2 I wanted to walk through upgrading the previous ...
I have been using Graylog2 and VMware Log Insight for some time now and wanted to try out Logstash finally. So the first thing that I wanted to do was create...
So I woke up to all sorts of fun today. Several VMs were reporting to be down in my lab so when trying to connect to vCenter I was getting an error which lea...
Recently I had the opportunity to speak with Infinio at VMWorld and then again at the Atlanta VMUG about their new product which at the time was Pre-GA but i...
I was just poking around in my vCenter WebUI and happened to run into something wrong with vCenter Infrastructure Navigator. I was getting an error stating t...
Here is some very exciting news in regards to the HP Storvirtual VSA. A no cost option is available as a package when purchasing HP Proliant Gen8 Servers. T...
Here is my first contribution as far as any PowerCLI scripts go. I am myself just learning finally so I will share with everyone as I am learning. Obviously ...
As you may or may not know VMware announced the new vSAN with vSphere 5.5. vSAN is currently in public beta but it is very easy to get started testing it out...
I had previously used storage profiles in previous versions of vSphere and went digging for them again after getting my new vSphere 5.5 environment running a...
I am currently going through and upgrading all of my lab environment components to vSphere 5.5 so I figured I would capture a few things as I have been going...
I have been wanting to give the vCSA (vCenter Server Appliance) a go in my main lab for quite some time but never got around to it. Well I finally pulled the...
In case you are using the vCSA and need to upload sysprep files this should get you going.
As I have been testing out vSphere 5.5 and Veeam v7 the past week or so. I wanted to go ahead and check out the new vCenter webui plugin for Veeam v7 so I fi...
I have seen this error since I upgraded to vSphere 5.5 last week. There is a kb article here on how to fix this. According to this kb article this is a known...
In this article I will be running through a quick Veeam upgrade from 6.5 to 7.0. This is a fairly straight forward and smooth process. So for the most part I...
I just came across this for the first time in one of my vSphere 5.1 HA-DRS clusters. One of my clusters had an error saying “DRS invocation not completed.”
Here is a link to the latest updated VMware iSCSI Design Considerations and Deployment Guide. I highly recommend reading through this when implementing iSCSI...
If you missed VMworld or just want to watch some of these great sessions over. Head over to here for the Top 10 Breakout Sessions from VMworld 2013 which was...
As you may or may not be aware of is that Veeam Backup and Replication v7 was released last week. I am definitely looking forward to getting into the new ver...
The new version of cacti was released a few weeks ago which is now 0.8.8b. I have exported the templates from this new version and they are available on GitH...
I have been using Nexenta for several years now of course. Over those years I have been using Supermicro SAS controllers reflashed into IT mode cards so the ...
I was recently asked how to get emails working from streams you have created within the Graylog2 web ui. Seeing as I had done this just recently I thought I ...
I was just getting ready to swap out a failing drive in my Nexentastor CE NAS and tried to log into the web interface and received “Waiting to establish NMS ...
So this past week I have been upgrading my home lab domain from AD 2008 R2 to AD 2012 and so far it has gone without a hitch (read here on this). Well until ...
So I am in the process of going through an Active Directory 2008 R2 upgrade to Server 2012 which has been going very smooth so far. So far I have prepped the...
Here is a great scenario for using Veeam Backup and Replication when relocating a branch office. Say you have a remote office that contains a rather large fi...
Are you looking for a good syslog collector for your environment but not wanting to shell out the money for Splunk or VMware vCenter Log Insight? Not saying ...
Wanted to throw this together for anyone else who may be looking everywhere on how to do this as well. I will be adding additional information as I come acro...
I will be using this post for Hyper-V notes as I go through setting up and using Hyper-V 2012. This may not be informative to all but I am really just using ...
This is just a quick Nagios setup guide for installing on Ubuntu. This will get you up and running quickly. May create a github script at some point to auto ...
https://vimeo.com/channels/polygraphtest/67457046
I recently just came across these and wanted to share with anyone who may not have seen this already.
No worries. Global hot spare taking over. This is what I woke up to this morning. It’s all good.
Yes you read it correctly. I am right now downloading Hyper-V 2012 to install and start some testing. I have never considered it because of my dedication to ...
In a previous post I went through the installation of the IBM XIV VASA version 1.1.1 which was a windows based installation. The VASA provides a lot of good ...
I received the news this morning that I was added to the vExpert program for 2013. I have to say I was really surprised and excited at the same time that I w...
Want to win an Ultimate Mobile Virtualization lab? Well Veeam is giving one away each month through August 2013. Go here to enter to win.
I wanted to throw this together real quick on how to setup RSPAN VLAN Port Mirroring using a Cisco switch and vDS (vSphere Distributed Switch) Destination Po...
I have been working on a ton of things lately without many posts. One big reason for this is that I have been working a lot with Openstack. This has been con...
I will be adding some vSphere 5.1 Network Design ideas in this post. I will be updating it as I create additional scenarios. These designs are based off of H...
Here is a current view of how my NexentaStor NAS is configured from a disk and controller perspective. I will be modifying this some here soon. Go here to ta...
So I was rebuilding some HP BL490G7 blades last week with VMware ESXi 5.1U1 and during the install it stopped with the message that there were not any networ...
Doing some random whiteboarding today. Always fun to do.
I have now been using Veeam Backup and Replication for a few months now and have to say it is a really amazing solution. During this time my thoughts along t...
So I have been running my new Nexentastor CE storage for a little more than a month now and wanted to run another IO test real quick as a sanity check. So I ...
I just wanted to throw this together real quick as I had a request this past week to look into this. I was asked to look into deploying a reverse proxy for a...
Doing a whiteboard session brainstorming on new Veeam B&R and HP 3Par design. This is just a single site to an offsite location. This same philosophy wil...
I have recently had several different HP BL490 G6 and G7 servers having PSOD (purple screen of death) running ESXi 5.1. I was able to capture a screenshot th...
After going through years of changes with the way that firmware is managed on HP c3000/C7000 blade chassis’ I have to say it is absolutely easy as can be now...
Veeam is giving away a free pass to VMworld 2013. Enter here at a chance to win.
I recently wanted to check out Graylog2 for gathering syslog messages because I have heard good things about it. Well the issue was that I was not able to f...
I recently ran into this issue in which transferring files through a Cisco ASA Firewall was extremely slow only in one direction. The transfer would run betw...
I just ran into this issue. Tried to login to vSphere 5.1 web ui and received the “SSO Server Unavailable”. I tried restarting the vCenter Single Sign On ser...
Download the Openstack Operations guide from here. I plan on reading through this whole PDF soon. Good stuff.
I will be spending a while testing out Autolab v1.1 to do some vCloud Director testing. I checked out Autolab v1 a few months back and it was awesome. So I f...
In order to get this SAS controller to work with Nexenta/ZFS you first need to flash the firmware to enable IT mode. This allows the disks to be presented as...
I just did a quick test using the VMware IO Analyzer using the same tests that I did here. This test was only using iSCSI with SSD for ZIL/SLOG and L2ARC. Bu...
Here are just some random pics of the new NexentaStor server being built. I will update this post with others as time goes on. Getting close to the final pro...
In this video I will show you how to setup Veeam to use snapshots from an HP P4000 SAN. This is using the SAN Infrastructure module within Veeam 6.5.
Yesterday the boxes started showing up which contain the parts of what will become my new Nexenta storage. I am still waiting on more parts to arrive and wil...
I just ordered all new parts that will be here this week. I will be replacing my current setup with this. Definitely looking forward to lots more testing soo...
EverythingShouldBeVirtual is now on alltop.com under virtualization.
I wanted to throw this together real quick and explain how to accomplish running a virtualized firewall (PFSense, Astaro, etc.). The goal to accomplish here ...
So I just had my first disk failure in over 2 years running this Nexenta CE server and it is good to see how the hot spare kicked in and I also replaced the ...
Recently I had a need to perform a P2V directly to an ESXi 5.1 host and found that I could not do this because it would fail with the error “The access to th...
In this article we will be going through the process of using PHD Virtual for doing file level restores, whole vm restores and replications. The initial inst...
Go here to vote for your favorite virtualization blogs. Even though my site is not on the list of choices there are some great blogs out there to choose from...
The site has now been renamed to everythingshouldbevirtual.com Welcome to the new site.
Here is what I have woken up to for today. This is the first time I have seen this. I rebooted the node to see if it would revive the missing disks, but no g...
In this post I will be testing Disk IO without SSD for L2ARC and ZIL/SLOG and then again with SSD for L2ARC and ZIL/SLOG. I will be using the VMware I/O anal...
OpenStack Lab on VMware Workstation – Getting Started | DiscoPosse – Using the chicken to measure IT |
http://www.discoposse.com/index.php/2013/02/09/openstack-lab-on-vmware-workstation-getting-started/
We have run into this issue a few times after migrating servers from vSphere 4.x to vSphere 5.x. When trying to hot clone a vm the process fails and generate...
In this post we will be installing PHD Virtual Backup and Replication. This solution is deployed as a virtual appliance. This means it is a very quick and ea...
I have two Intel 520 120GB SSD drives on the way this week to start doing some additional testing with ZIL/SLOG and L2ARC and using Nexenta as my datastores ...
Just went through the setup and built the first backup job and it ran without issue. Was going to test a restore and ran into an issue already. Unless I am m...
I have never heard of them, but I will be doing some testing of their product for sure. Seeing as I am going through several other backup and replication pro...
In this post we will be installing the Backup and Replication server components. This is a fairly straight forward installation with very minimal setup steps...
In my testing so far I have decided to throw this together as a valid scenario which could be a good solution, but obviously open to additional feedback and ...
I am right now rebuilding my virtual lab to start doing some new testing. Took some time off to get a clear head and fresh start to the new year. So stay tun...
Well after a few months of running my own rolled version of a UTM using Ubuntu I have officially gone back to Sophos/Astaro for the time being. There are se...
I just downloaded and installed the NexentaStor 4 Beta which is based on illumos. Definitely looking forward to this new release in the near future. Just a ...
Going through some old vm’s I have built over the years and came across this one. :)
In this guide we will be deploying the VMware vCenter Server Appliance. You can get this from the downloads at vmware.com. I will also be deploying this in V...
This article is a continuation of Part 1 that we did a while back. I would highly suggest checking out that article as well prior to going through this arti...
HP is announcing their biggest Storage announcements in 20 years today. The 3PAR announcement is the one that catches my eye for sure. Now we can build ente...
Head over to this site for great info on the openstorage summit as well as get access to past sessions and keynotes.
Quick video of the LAB in the dark to see the blinkies!
This all just showed up today. Can’t wait to see what all we can do with this. Look for more soon. Thanks Nexenta.
In this guide we will be setting up a mail proxy and spam checker that will run transparently. This will be running on our Ubuntu UTM server that we have be...
In this video we will be creating a volume on the P4000 VSA to be used as an iSCSI volume for our ESXi hosts to use as a datastore. In a previous video we in...
This is just a list of a few tweaks and apps you can use to secure your Ubuntu 12.04 LTS system (These also apply to other versions of Ubuntu). These are def...
I use backuppc for backups at home which utilizes ssh and rsync to do the backups. This works very good for a mixed OS environment and keeps it simple and in...
In this guide we will be installing the vShield Manager appliance and the installing vShield App and vShield Endpoint (Now called vShield Networking and Secu...
In this video we are going to setup and configure the HP P4000 VSA and get it ready for use in our vSphere environment. This same setup can be carried over i...
Go get signed up for the VMware hands on labs beta. Very cool stuff for those who would like to get some hands on experience and do not have a home lab or wo...
In this scenario we will be migrating existing standard vswitches to distributed switches. This scenario also includes iSCSI vmkernel ports which we will be ...
Head over to this site and grab the open source app to make this happen.
Installing shorewall firewall on Ubuntu 12.04 for a simple single network configuration.
I will be attending the Atlanta VMUG tomorrow. Definitely looking forward to this as this will be my first one. Glad I joined the VMUG community while at VMw...
So after 2 years that I have been using Astaro/Sophos for my firewall I have gone back to PFsense. Do not get me wrong, but I do really like Astaro/Sophos. T...
In this previous post we setup the initial UTM (Unified Threat Management). In this quick guide we will be setting up network traffic graphing. We want to be...
So I went ahead and loaded Windows 8 Pro this past weekend. I used it a few times during the preview releases and didn’t care much for it at the time. Well I...
Here is a quick howto on upgrading the GPO templates on a Server 2008 R2 domain controller with the newest ones from a Windows 8 machine. There are a few add...
TSM | IBM Tivoli Storage Manager| Backup Solution | Storage Solution | Management Solution | Vitalization Solution | TSMGuru.
I wrote this guide a few days ago and this solution worked great. But what if you want to have more control of your threat management and build your own. So ...
In this guide we will be installing, configuring and using the AutoDeploy feature of vSphere 5.1. This is a great feature to use when you need to deploy many...
I have been using Astaro/Sophos for the past 2 years and really like it. But I have gotten to the point where the 50 IP license restriction is getting in my ...
I now have my HP EliteBook 8570w laptop. This laptop is going to be my mobile lab for demo’s and training. It is an Intel I7 with 32GB of Ram. Going to be a ...
Citrix takes the battle to VMware with launch of XenServer 6.1 | Virtualization - InfoWorld |
Citrix takes the battle to VMware with launch of XenServer 6.1 Virtualization - InfoWorld.
Remove Platespin Block-Based drivers In order to increase a drive size you must first remove the block-based drivers and reboot. Once rebooted you will be ab...
Very cool site to check out.
Looks like it is going to get interesting for sure. I really personally hope VMware does actually start contributing to OpenStack. It would be a huge mistake...
A little over four years ago I spent some time learning cacti and snmp to come up with a good solution to monitor Windows Servers. I had used Cacti several t...
Here are all of the different versions of my cacti templates. Grab the latest one.
Here is the link to the latest IBM vCenter Plugin.
http://www.vmware.com/files/pdf/solutions/VMware-Using-HA-DRS-vMotion-with-Exchange-2010-DAGs.pdf
PowerGUI Downloads.
I just installed and configured the new vSphere 5.1 VDP appliance. Very easy installation and integrates well and works very well. But of course I am now loo...
Awesome news from Ubuntu and OpenStack.
Quick walk through on installation of vSphere Replication appliance using the new web ui in vSphere 5.1. Will write up more on configuration when I get to th...
For those using HP servers for vSphere. Here is the link for the 5.1 installer. Add this to update manager in vCenter 5.1 and deploy to your hosts. Follow th...
Here is a quick walk through on upgrading an existing VDS (Distributed Switch) to version 5.1 from an older version. Upgrading to this new version will give ...
Here is a quick walk-through on the process of migrating standard vSwitches (VSS) to distributed switches (VDS) using the new web ui in vSphere 5.1. In this ...
Here are some screenshots of upgrading ESXi 5.0 hosts to ESXi 5.1 using the update manager utility that was upgraded as part of the vSphere 5.1 walkthrough. ...
Here are some screenshots to click through to see the installation of vCenter 5.1. You need to download and install SQL Server 2008 R2 Express Management Stu...
I am downloading it now and getting ready to install it and start reporting back on the new cool stuff it has to offer. Very excited to start using it after ...
I am currently working on building a 2 datacenter scenario all running under VMware workstation 9. This will include a four node HP P4000 VSA multi-site clus...
I submitted my NexentaStor setup for this contest. :) Check it out!
So I am getting settled after VMworld and thought I would attempt to install the HP VSA that was being shown there. Well to say the least it did not go well....
Here is the link for the upgrade Promo for vCloud Suite. $1 to just upgrade to vCloud Suite Standard. Wow! :) The promotion is good from September 10, 2012 t...
Good explanation of the vCloud Suite offering
Great blog site to check out. I will be reading through his stuff and it looks like it is packed full of good stuff.
Here is a quick step by step to installing the syslog collector for vSphere. This utility is part of the vCenter server installation media. I will be install...
vRAM licensing remains for VMware vSphere Hypervisor 5.1 - Gabes Virtual World.
VMworld-2012-Opening-Ceremony - YouTube.
VMworld.com: Top 10 Sessions
5 Ways To Get the NetApp VSA at VMworld - The Virtual Storage Guy.
Here is the link for vCloud Suite datasheet for info.
VMworld 2012 Session VSP2825: DRS: Advanced Concepts, Best Practices and Future Directions - YouTube.
Today was a little more laid back for me. I attended several sessions today. Went to NF-BCO2807 — vSphere HA and Datastore Access Outages – Current-Capabilit...
Just wanted to post some of these pics real quick. I took them over a year ago I think. Just wanted to show it. It has 12TB of usable storage. One ZPool with...
Day started off with another great keynote. I really liked the 4 minute challenge for each company to talk about new things they are working on. I thought th...
I almost forgot to throw out props to Sophos formerly Astaro. The new UTM 9 is the best yet. I have been using their ASG product for a few years now. I highl...
So after the first day there are some very exciting things coming to vSphere 5.1 that I have heard so far. Some exciting news around vDS which adds managemen...
I had a great time at the VMworld 2012 Welcome Reception. Talked to several great people and companies. Many Brilliant technologies and ways of the future. I...
I am all registered and ready to go. Wait for the On Hands Labs was several hours. So I just took a few pics instead. Looking forward to heading back up ther...
Here is a copy of my agenda that I will be attending, and providing feedback on. I plan on trying to fit some others in the open slots too, but not sure what...
I am here and ready for this week. Although feeling really under the weather, but not going to let it keep me from this fun filled week. I am definitely look...
Just wanted to throw this together as my current environment goes a little like this. HP C7000, Flex-10 configured with two SUS Groups (Shared Uplink Sets) t...
Get your copy of VMware Workstation 9 today. Looking forward to seeing what all it has to offer.
Here are a few screenshots of the cacti templates I created several years ago and keep them updated as cacti versions change. Below is the link where you can...
Analysis: Did Licensing Changes Spur VMware Vs. Microsoft?.
Here is how you can control a reboot required for adding a server workload to platespin which uses block based replication. Highly suggest only using block b...
How many other’s are eager to see this next week at VMworld? I know I am. Cannot wait to see the hands on and discussion around this announcement. I definite...
Veeam is installed and running some backups. I am not able to get the search server portion to work however as of yet. I have installed Microsoft Search Serv...
Installing cloudphysics and looking forward to what all this can provide and also provide some feedback. Below are some screenshots taken during installation.
I am currently install VEEAM Backup and Recovery for vSphere. Here is the link to the prerequisites for the installation, I highly recommend looking it over.
Check out the link below to follow all VMworld bloggers coming up in San Francisco next week. I hope to be on this list too, but we shall see. :)
Great news in the VMware licensing world. Looks like vRAM pricing was not the best choice. :)
This is just a quick walk-through of setting up a new storage cluster within vSphere5. When using a storage cluster it makes the management of vm placement, ...
Something I have been thinking about for a few years of doing and also using for a POC solution I would be interested in finding out if anyone else has thoug...
http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vcli.ref.doc_50%2Fesxcli_software.html
Transfer or register your domains at hover.com
Support | HOWTO: How to export and import PlateSpin Migrate/Protect/Forge database |
If you are using Platespin Protect for a disaster recovery solution for your datacenter you need to know how to do this. After attempting to upgrade to the l...
Direct link to vSphere 5 documentation
If you are using XIV Gen3 and some firmware versions of Gen2 you need to go to this link and download and install the VASA Provider (currently 1.1.1). Read t...
Join the Atlanta, GA VMUG
Going to have to check this out. Looks like good stuff for pentesting.
vMSC (vSphere Metro Storage Cluster) using HP P4000 Lefthand iSCSI storage.
Just came across this. Good command line fu for vSphere vmkfstools. Go check it out.
Just used this guide on mine and it worked great. :) Screw getting the Nexus 7, even though I just bought one. :)
Go here and download and use some of the Cacti templates that I created almost 4 years ago. I use these at home and work. We monitor 300+ Windows server usin...
I just upgraded to the new version of Astaro yesterday. Now called Sophos UTM 9. Love the new interface and etc. However there is an issue with XBOX Live con...
Great site and info
vMotion over Distance and Stretched VLAN – Cisco OTV is your Answer - Stretch Cloud - Technology Undressed.
Good info on the different isolation modes and recommendations on which one to use based on your infrastructure. vSphere4 the default policy in an HA cluster...
Open vSwitch.
Just wanted to share this real quick for anyone who may want to setup remote syslogging on your ESXi5 hosts. I like to configure this so I can keep up with a...
Here is a link to the PDF from HP that goes over the details on updating and deploying vSphere 5 hosts. This also includes the steps to add the HP repo to VU...
Here is the VMware KB article on how to disable the VAAI SCSI UNMAP feature in ESXi5. The latest update patch disables this. You can check to see if it is en...
Good info on NetApp being officially supported on iSCSI and NFS for vMSC. Worth looking into. Also look into HP P4000 storage as an iSCSI solution for vMSC a...
When enabling tech mode (ssh) on an ESXi 5 host you will get a yellow alert on your host….Here is the link on how to disable this alert if you decide to leav...
Good session comparing file based vs. block protocols for VMware. I use both depending on the type of workloads that I am using. For a set it and forget it h...
A good reference to what new vSphere5 storage features are supported when using HP storage. This is the VMware Integration Matrix and roadmap. Good stuff
I will be going over SDRS and Storage Clusters which are new in vSphere5. I will be going through how to set them up and how they work. I will also be going ...
Great video shared from Yellow-Bricks on VXLAN. Great stuff.
Here is some great info on the issues with SCSI UNMAP commands in ESXi5. I have personally ran into this issue several months ago and disabled it from the co...
I will be heading out to VMWorld 2012 this year in San Francisco. Definitely looking forward to it and will be updating on some of the things I get to see an...
So I have been using Nexentastor for almost 2 years now in my home lab. It is an amazing storage solution. I have used many others over the years (FreeNAS, O...
Veeam: #1 VMware Backup, Hyper-V Backup and Virtualization Management.
Performance and Capacity Management Software - VKernel.
Currently working on designing a stretched cluster that will include vMSC (vSphere Metro Storage Cluster). We are currently designing around OTV between 2 si...
Etherchannel and IP Hash or Load Based Teaming? « Long White Virtual Clouds.
Another great virtualization site.
Great site for virtualization information…..
VMware KB: VMware HA and vMotion with stretched IBM System Storage SAN Volume Controller Cluster.