vWorld

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

Error : The specified DHCP client is not a reserved client.

While creating a reservation in a DHCP scope (Windows 2008 R2) I received the error mentioned. After some investigation I discovered that Windows 2008 R2 doesn’t allow reservations that are not in the scope, although the subnetmask (for example 255.255.0.0)  is big enough. Changing the subnetmask isn’t an option, so you have to delete and re-create […]

Lees verder… from Error : The specified DHCP client is not a reserved client.

Exchange 2010 : Unable to move mailboxen (Mailbox database is offline)

I ran into a problem while moving Exchange (2003) mailboxes to a new Exchange (2010) Database :   The solution was to add the Exchange 2010 servers Full Control access (or the Exchange service group!) of the mailbox stores. (Exchange 2003 System Manager, First Storage Group, Mailbox Store, Properties, Security Tab) […]

Lees verder… from Exchange 2010 : Unable to move mailboxen (Mailbox database is offline)

Exchange 2010 : Change number of concurrent mailbox moves

By default Exchange 2010 moves 5 mailboxes at the same time. But you can change that.  Go to %exchangeinstalldir%\V14\BIN and open with ultraedit, notepad or something like that the following file : MSExchangeMailboxReplication.exe.config Look for the following (control-f :-)) : MaxActiveMovesPerTargetMDB = Change the default number (2 or 5, depending which Servicepack) to a higher […]

Lees verder… from Exchange 2010 : Change number of concurrent mailbox moves

Exchange 2010 SP1 Prerequisites

Download Exchange 2010 SP1 here : http://go.microsoft.com/fwlink/?LinkID=199950 For Windows Server 2008 R2 the following hotfixes are required : http://code.msdn.microsoft.com/KB982867/Release/ProjectReleases.aspx?ReleaseId=4520 http://code.msdn.microsoft.com/KB983440/Release/ProjectReleases.aspx?ReleaseId=4410 http://code.msdn.microsoft.com/KB977020/Release/ProjectReleases.aspx?ReleaseId=4115 http://code.msdn.microsoft.com/KB979744/Release/ProjectReleases.aspx?ReleaseId=3993 […]

Lees verder… from Exchange 2010 SP1 Prerequisites

Howto : Re-create Exchange 2003 IIS virtual Directories

When it’s possible to save/export the configuration do so. Delete the virtual directories (exchange, public, oma etc.) Download Metabase explorer and remove the DS2MB key (first key on the top) in orde to force recreating the directories.  Download it here : MetabaseExplorer.renametozip Restart MS Exchange system attendant service and test OWA/OMA etc You have to […]

Lees verder… from Howto : Re-create Exchange 2003 IIS virtual Directories

Help : Where did my Set Predefined Options in W2K8 go?

  In W2K3 it is possible to create extended scope options for example Cisco callmanager, Wyse etc. using the “Set Predefined Options”-option in the action menu. I couldn’t find these option anymore. The action menu was pretty much cleaned up in W2K8 r2 🙂 Now these options are visibile by etiher the IPV4 or the […]

Lees verder… from Help : Where did my Set Predefined Options in W2K8 go?

Howto : Migrate DHCP scope from Windows 2003 to Windows 2008 Server

Use the following steps to migrate the DHCP configuration & settings : Logon to the source (W2K3) server Start the command prompt (cmd.exe) netsh DHCP server 127.0.0.1 export W2K3DHCP all or export W2K3DHCP <scope, e.q. 10.1.1.0> Copy the export file to the other (W2K8) server stop the DHCPSERVER net stop DHCPSERVER or using services.msc delete […]

Lees verder… from Howto : Migrate DHCP scope from Windows 2003 to Windows 2008 Server

How to install Exchange 2010 prerequisites automatically

Exchange 2010 setup does a detailed check on their prerequisites, but does not install them for you. You are expected to manually install and configure all required hotfixes, server components and services which is inefficient and time consuming. Maybe you find it useful to automate the installation and configuration of the prerequisites. Therefore download the following […]

Lees verder… from How to install Exchange 2010 prerequisites automatically

How to : Upgrade ontap on NetApp filer

Follow these simple steps to upgrade the Ontap version of your NetApp filer : – download the preferred Ontap version from now.netapp.com – map filer/c$ to a network drive – copy the ontap.exe-file to this location (/etc/software) – open the command prompt, use software list to check the file – then use software install <filename.exe> to […]

Lees verder… from How to : Upgrade ontap on NetApp filer

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.