February 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728  

Categories

February 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728  

Starting the DB2 control center on Linux

To start the DB2 control center, perform the following steps:

Login as root. At the command line, run the following command: xhost +localhost. Run the following command su – ctginst1. Run the following command db2cc.

Convert VirtualBox VDI to VMware VMDK disks

VBoxManage

We have used VBoxManage to clone VirtualBox disks. The method here is identical, except that we will be converting to a different disk format. Let’s see how this is done.

VBoxManage clonehd source.vdi target.vmdk –format VMDK

Where source is your VirtualBox disk, target is your VMware disk and –format VMDK is the desired output […]