Archive | Cloud Computing

All blog posts under this category are related to Cloud Computing.

VMware vCloud Client for iPad released

Today the VMware vCloud Client for iPad has been released. To find out further information or to download this iPad from iTunes click here Listed below is an overview of what the application can do VMware vCloud Client for iPad | The Cloud at your Fingertips The VMware vCloud Client for iPad empowers VMware vCloud users to inspect their virtual machines (VMs), provision cloud computer systems (vApps), and perform basic workload operations – all from the convenience of an iPad. What can I do? Inspect: View your VMs and vApps, perform basic troubleshooting, and e-mail error logs as needed. Provision: Easily provision a cloud computer system from your catalog of vApps. Operate: Power cycle your VMs or possibly extend the lease. Key Features Simple Installation from App Store •Simple install onto your iPad from the Apple app store •Once installed, use the same vCloud URL and login credentials as used […]

Continue Reading 2
vCloud Disaster Recovery

vCloud Disaster Recovery

Its finally out there for the public to consume.  As a lot of people will probably already know, a team of us in VMware have been working on putting together a vCloud infrastructure Disaster Recovery solution.  Duncan Epping and Chris Colotti have wrote a blog article covering the whole aspect of the solution which can be viewed by clicking here The solution involves using VMware Site Recovery Manager to fail over the vCloud Management Cluster VMs as per the VMware vCloud Architecture Tool kit reference architecture. The diagram below demonstrates a high level overview of the solution: In essence, what happens is all the VMs running under the Management Cluster vCenter are all failed over to the secondary site using SRM, then utilising storage replication at the Resource cluster layer, all the vCloud workloads are also protected outside of SRM protection. This solution can be used to not only protect […]

Continue Reading 0
vCloud Connector Firewall ports

vCloud Connector Firewall ports

I have been trying to export some VMs from my home lab to my public cloud provider, however when I tried to select a cloud I received the error that the vCloud Connector Node was not available.  After logging into the vCloud Connector server, I could see both nodes were down. I had enabled the firewall on both my public clouds yesterday, so I realised I had blocked the ports that the vCloud Connector Node uses to talk to the vCC server and other nodes. So I wondered which ports needed to be enabled. Reading through the vCloud Installation and Configuration guide for vCC 1.5.0 there is a great diagram on page 37 that explains the end to end data flow. As you can see by the diagram above the vCloud Connector Nodes talk on port 8443.  You need to open this port at both sides, your private cloud and your public […]

Continue Reading 3

How to find out which database server is configured for vCloud Director

I got a question earlier about how to find out which database server vCloud Director is using. To do this follow the steps below: Connect to the vCD cell using SSH Navigate to /opt/vmware/vcloud-director/etc cat global.properties You will see an output similar as this: # Database connection settings database.jdbcUrl = jdbc:jtds:sqlserver://192.168.10.163:1433/vcd;socketTimeout=90;instance=SQLExpress database.username = vcd database.password = dSLuRFq1fqHaADwT298j5aTy1GUfJxualYQSZv2Oa2xjR4b869x47Ihp1XAZj4cB The IP address highlighted in bold is the IP address or FQDN of the configured database server  

Continue Reading 0

Changing the IP address of a vCloud Director cell

Working on a solution with Chris Colotti and other colleagues, we came across a KB article that details how to change the IP address on a vCD cell. I had never thought about this previously, having never changed an IP address of a cell.  When you build your vCD cells, you bind specific services to IP addresses. You need to make the database aware of these changes once you have re-ip’d the operating system. This KB Article explains the full procedure on how to do this. These are the steps how to reconfigure the vCD database from the KB article above: o change the IP address of an installed vCloud Director server: Ensure to shutdown all the cells.To shutdown a cell, run this command from within the Red Hat system which is hosting the vCloud Director software:service vmware-vcd stop Change the column value of PRIMARY_IP in the CELLS table to the […]

Continue Reading 0
Copyright David Hill

Powered by WordPress. Designed by Woo Themes