vWorld

vWorld – Oude Doesburgseweg 89C6901 HH Zevenaar – info@vworld.nl – Kantoor: 0316-798037 – Because it’s a virtual world!

CentOs : Enable eth0

After installing CentOs you might notice that the eth0 network card interface isn’t working in some cases. Here is how to fix this : You need to edit (nano) two files : /etc/sysconfig/network (check networking=0) /etc/sysconfig/network-scripts/ifcfg-eth0 (set IP address and boot=on) After this you can install VMware tools also. (Check my other post) Technorati Tags: […]

Lees verder… from CentOs : Enable eth0

Installing VMware Tools on CentOs

This is how you install VMware Tools on CentOs :

Now reboot your system

Technorati Tags: Linux,VMware […]

Lees verder… from Installing VMware Tools on CentOs

Error upgrading components Veeam Backup & Replication 6.5 (Solved)

While upgrading to the latest version everything seemed to be working fine, but when I started Veeam B&R for the first time it wanted to upgrade some components and while upgrading one component it stalled with the error “no access”. This is how I fixed this problem. Go to your installation directory, (in my case […]

Lees verder… from Error upgrading components Veeam Backup & Replication 6.5 (Solved)

VSS error FAILED: Unable to create a VSS snapshot of the source volume(s).

I ran into a problem with VMware converter.  I got the following error : unable to create a VSS snapshot of the source volume(s). Error code: 2147754774 The following steps worked for me : Confirm that there are no errors with the following command :

  I found more then one provider with the […]

Lees verder… from VSS error FAILED: Unable to create a VSS snapshot of the source volume(s).

SSL Certificates the cheap way

I needed some SSL certs for my Exchange and other servers. I wanted to buy some certificates from an commercial supplier like godaddy.com or something like that. But this is how I’ve fixed the problem. Go to CAcert.org (https://www.cacert.org/index.php) and register/create an account. Create an certificate request on IIS or an server you wish to […]

Lees verder… from SSL Certificates the cheap way

Unable to update to ESXi 4.1 using VC Client Update Manager – “Failed to read the upgrade package metadata.xml”

I ran into some problems usingthe VC Client Update Manager. After checking the .ZIP update file it came with an error. The solution, download the .ZIP upgrade file, extract it and copy it to your ESXi server using winscp or VC storage browse Go to the directory where you placed the files and do the […]

Lees verder… from Unable to update to ESXi 4.1 using VC Client Update Manager – “Failed to read the upgrade package metadata.xml”

Cannot create a quiesced snapshot because the create snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine.

I ran into a problem with one virtual machine, when creating a snapshot for backup (Veeam and/or VMware datarecovery) : After some troubleshooting i found that stopping the following services did the job : Microsoft Software Shadow Copy Provider” and “Volume Shadow Copy” The specific server is an webserver so these VSS services are not […]

Lees verder… from Cannot create a quiesced snapshot because the create snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine.

Changing the VLAN ID of a ESX Service Console from the Command Line

This is just a quick note to describe how you can easily change the vlan ID of the service console in ESX. To remove the vlan id completely, just set it to 0 (in case you have set it by accident on an access port) esxcfg-vswitch vSwitch0 -v 0 -p “Service Console” To set a […]

Lees verder… from Changing the VLAN ID of a ESX Service Console from the Command Line