Creating vCloud Director Transfer Server Storage on NFS

We are going to learn how to instantiate vCloud Director Transfer Storage on an NFS export which is where all scalable VCD implementations in production are supposed to reside. The process is pretty straightforward but can be difficult to remember the fine details if linux is not your native operating system. You are required to […]

Adding an IP Alias to the vCloud Director Cell Server

Those who are aware of vCloud Director Installation and configuration, you would have noticed that two NICs or an IP alias are required to support two separate SSL connections on each vCloud Director cell server. One IP is used for the vCloud Director HTTP service and other is used for the console proxy service. When […]

How to monitor what your vCAC IaaS Server is doing in real-time

vCAC is known to be a very complex product with a lot of moving parts, it is a lot of work to have to move back and forth between monitoring views in the UI. The IaaS server is a windows box that does most of the moving of the heavy parts, this ensures that you […]

Upload Media to vCloud with PowerCLI

This script is a way in which you can upload your media to your vCloud Director Catalog.it is a really nice script for those of us with many ISOs you need to put somewhere safe. Hope it helps: $isoFolder = “C:MyISOs” $vdcName = “MyVDC” $catalogName = “MyCatalog” # create / delete a cloud media object […]

vCloud VM and VApp Backups with PowerCLI

It appears that at times snapshots solve it and asking the vCloud VM provider to set up backups is unrealistic, these examples will explain it: • Upgrades with testing could take longer than a snapshot can exist. • Temporary workloads may need backups for “warm storage” So many would want to know how to go […]

PowerCLI in the Cloud

Those who are active with PowerCLI sessions at VMWorld, you may still be having in your mind the mention of a vCloud snapin coming soon. It is going to be the first Powershell snapin that allows administration of your hybrid cloud environment. PowerCLI 5.01 is now available with a new snapin for vCloud Director 1.5. […]

Power combined: PowerCLI and OVFTool

Power combined: Combining two good things creates wonders. In this post I will show how to combine the automation abilities of PowerCLI with OVFTool. You first have to get some old knowledge. Open virtualization format was designed to be a universal packaging system for virtual machines and vApps across any virtualization platform. It’s very useful […]

Cleaning your vCloud Director Thumbnails (current.png)

Thumbnail images are used by vCloud Director to give you a preview of the screen without opening up to the remote console, the dark side is when you migrate/svMotion a machine managed by vCloud Director, it leaves a folder along with the thumbnail, this thumbnails are created and stored by vCloud Director as current.png on […]

vShield Edge Version Discovery with PowerCL

It has become clear that when upgrading your vShield manager, the shield edge devices will not be upgrade until you restart them. Sometimes we are caught in a situation where you need to do manual  scheduled upgrades , then you are in good luck this little script will assist you keep track of all the […]

vCloud Director Snapshots with PowerCLI

Providers and users running vCloud 5.1 have access to take a single snapshot of your VMs.to be able to have all the fun you want with the snapshots in powerCLI you are going to need what I have in this article today. powerCLI 5.1 currently supports only the vCloud API 1.5 which means there are […]

vCloud API 5.1 Metadata

Over the years there has been a lot of changes in metadata in vCloud director,so am going to give te difference between the metadata in vCloud director 5.1 and the previous ones. The difference is: Typed values-in the latest update it must be put into a certain type, on random metadata entry. Domain and visibility-it […]

Simple VM reporting in vCloud with PowerCLI

Its clear that many people are having a challenge of not having a great view of  VMs and their location in the organization. This is all due to the unique requirement of VMs to exist inside vApps in vCloud director, this can be solved with a Get-CIVM command,which returns information about your VMs, but still […]

vCloud 5.1 API Support in PowerCLI 5.1 R2

It has been clear that some people were curious to know when the vCloud 5.1 feature will support powerCLI , wait no more! The powerCLI 5.1 R2 has officially stopped  and the new vCloud 5.1 feature are built in. these new properties and featuresd are found in the .extensiondata of objects like a VM returned […]

UPLOADING vmS TO VcLOUD WITH OVFtool

VMware’s OVFtool is a command line tool that allows you to convert VMware Virtual machines to Open virtualization Format (OVF). There have been some update in the latest version that enables the to upload VMs to vCloud Director.it is actually a simple procedure, OVFtool requires a source (VMF or OVF) and a destination (vCloud locator […]

Sharing vApps in vCloud with PowerCLI

Some times vCloud Directors give the organization users grainy control over the the level of access users have to vApps , this is all controlled through the the vCloud API and powerCLI. The code below takes vApps‘ current settings and allow the user to modify the vApp: # Get our required Objects $vapp = Get-CIVApp […]

Setting Default VDSwitch security for vCloud with PowerCLI

Being versed with knowledge on vCloud provider have in many occasions helped my friends who have their own private vCloud ,so I thought it will be a good  idea to share this with you. It is about setting default security permissions for all new  VDportgroups that were created by vCloud director. Which defers from when […]

Import an OVF from your desktop to a vCloud Org Catalog

It comes a time when you have downloaded a nice appliance in OVF and you want to upload it to your vCloud Director Org and you have encountered a problem while using the Web UI , this simple PowerCLI method will help you get your appliance from your desktop into your Org. Which to me […]

Hacking the vCloud Director browser support warning

I came upon this article where some guy was explaining how to Hacking the vCloud Director to work on other browsers like chrome. So when he ran this: Invoke-RestMethod “https://vcloud.example.com/cloud/org/jake” | Out-File C:usersjakedesktopvcloudindex.html -encoding UTF8 It dumps the HTML from the URL just like wget in linux, he then started changing out all the relative […]

Emailing vCloud Organization Users

Due to a lot of requests I found necessary to show you guys who might be having a problem using the “notify users” function in the vCloud Director web UI through the vCloud API. Even though the functionality is not in the API , PowerCLI and Powershell make work easier with the vCloud snap-in and […]

Add vCloud Harddisks with PowerCLI

Add vCloud Harddisks with PowerCLI When it comes to adding new disks to a VM,it is a little tough and you must be careful due to the many implementation of the objects in the SDK, tasks like conversion from XML to a .NET object is very tough, mostly to the with the vCloud API’s intricate […]

Failed to connect to VMware lookup service

It has come to my attention that many people are having the problem of being unable to connect to the VMware lookup service. This is a problem that can be brought about by a number of reasons, I have come up with a list of some of these causes: 1. Recently upgraded vCenter 5.5.0 Server […]

Five Considerations For Migrating Cloud Workloads

The benefits of migrating workloads between different cloud providers or between private and public clouds can only actually be achieved with an understanding of the cloud business model and cloud workload management.

Removing unwanted plug-ins from vCenter Server

Note: Removing unwanted plug-ins If you have vCenter Server in linked mode, perform the proceeding steps on the vCenter Server that was used to install= the plugin initially, then restart the vCenter Server services on linked vCenter Server. To remove the unwanted plug-ins from the Available Plug-ins list: In a web browser, navigate to http://vcenter server name […]

Get 90% Discount

First 3 People gets the Bonus!
Don't Miss Out Our Big Sale

Get 0-90% On All
247Rack Services

247Rack

The Sale Is Until The End Of March