Upgrading Polycom Soundpoint IP 550 Phones

I have recently been trying to tie my Polycom SoundPoint IP 550 phones to a FortiVoice-VM (FVM) Voice over IP (VoIP) system. This is an attempt to upgrade from our TalkSwitch PSTN to VoIP gateway system. Our goal is to move everything we can into our virtual environment. Currently, our phone system is the last …

KVM Upgrade Saga: Open vSwitch Woes

I recently rebooted my KVM server. When I do this, I often have to run a script to update Open vSwitch by removing unused ports, but this reboot messed up my entire iSCSI bond and vSwitch configuration. It looks like some of the control files for when you reboot the node were broken and needed to …

vSphere Upgrade Saga: Upgrading to vSphere 6.0 U1

To keep vSphere installs secure, it is often necessary to patch or upgrade them in a specific order, as outlined in KB 2109760, which has been our guide for the last few parts of our upgrade saga. However, patching vCenter 6.0 vCSA is not as easy as it looks. The instructions in the online manuals are only apropos …

Foray into Jenkins, Puppet, Docker, and Photon: Part 2

In my Foray into Jenkins, Puppet, Docker, and Photon article, I discussed how to set up Photon, Jenkins, and Docker and how I was able to use Jenkins to deploy a Photon template. However, this template was a simple template with just Docker set up within it: a template that could become anything required, run any Docker …

Foray into Jenkins, Puppet, Docker, and Photon

I have made a foray into Jenkins to deploy VMware Photon within my vSphere environment. This foray has the end goal of using Jenkins, VMware Photon, and Docker to deploy applications within my hybrid cloud. I have an increased need to deploy web properties as well as to automatically apply in-depth testing to those properties. …