Cisco

CCNA DevNet Study Guide – Describe parsing of common data format (XML, JSON, YAML) to Python data structures

This is the second post in a series about the new CCNA DevNet certification (Previous Post Here). In this post, we will look at how to manage in Python the three formats that we previously discussed. Example of XML parsing in Python from __future__ import print_function import xml.etree.ElementTree as ET def main(): # create element… Continue reading CCNA DevNet Study Guide – Describe parsing of common data format (XML, JSON, YAML) to Python data structures

Advertisement

VMware

vSphere Upgrade 6.0 to 6.5 Fails with Replace Process Level Token error.

Recently I was upgrading a vCenter 6.0 U2 to 6.5, and after successfully upgrading the external PSC, the process failed at the vCenter. After some troubleshooting, I found out that I needed to add the user to the “Replace a Process Level Token” attribute under the Local Security Policy. You can find the Microsoft documentation… Continue reading vSphere Upgrade 6.0 to 6.5 Fails with Replace Process Level Token error.

Partners · Vembu

Vembu now supports Hyper-V Cluster

With the release of Version 4.0, Vembu now extends support to Hyper-V cluster. Vembu already supports both physical and virtual environments, covering all your needs for backups and disaster recovery. Please check their website at https://www.vembu.com, and requested a demo to experience the different features here: https://www.vembu.com/vembu-product-demo/. There are a couple of new interesting features in… Continue reading Vembu now supports Hyper-V Cluster

Partners · Vembu

Vembu

Vembu is a Backup and Disaster Recovery company which extends it support to both physical and virtual environments at affordable pricing thus ensuring high availability of resources to data centers. Vembu BDR Suite is their current software offering that provides free Backup & DR solutions for VMware vSphere, Microsoft Hyper-V Virtual Machines, Physical Servers, Workstations,… Continue reading Vembu

VMware

How to re-register the embedded VMware Update Manager (VUM) to its vCenter (VCSA) 6.5

The time comes when you have to upgrade your system to add new features and functionality. Sometimes you find bugs and need to troubleshoot a little bit the situation. Precisely what happened to me when upgrading from VCSA 6.0 to VCSA 6.5 with embedded VMware Update Manager (VUM). It took me a little digging here… Continue reading How to re-register the embedded VMware Update Manager (VUM) to its vCenter (VCSA) 6.5