Tuesday, August 7, 2012

vRanger 5.5 Error 3201

After setting the permissions as per the vRanger 5.5 Installation Guide the backups were failing while using the non-admin account.

Error message: "Backup failed: An internal error occurred during execution, please contact Quest support if the error persists.  Error Message: 3201 - can't open [DATASTORE NAME]..."

Solution:  Currently I haven't identified the minimal permissions required, but I have determined that adding all privileges under "Virtual machine" > "Provisioning" enables the backups to perform successfully.


Monday, August 6, 2012

VCP5 Certified

Passed the VCP510 exam to update my VCP 4 to VCP 5 two weeks ago, today I received the confirmation e-mails along with the logos.



Friday, August 3, 2012

Enable IPv6 in Chrome

In order for internal websites to function over DirectAccess I had to enable IPv6 DNS in Chrome.  I found that a restart of my computer was required in order to successfully access IPv4 pages with acceptable load times.

Below are the steps:
  1. Open Chrome
  2. Browse to  chrome://net-internals/#dns
  3. Click the enable IPv6 button
  4. Attempt to browse to your site.

Thursday, August 2, 2012

DirectAccess Client Connectivity - Teredo state



I ran into an issue to where I was unable to get connected to my DirectAccess server due to an issue with my DA Client IPv6 settings.  It's important to note that the teredo interface state should be "qualified" when it's functioning properly.


The default client type was set to "client".  Once I changed this to "enterpriseclient" everything started working.

C:\Windows\system32>netsh interface teredo show state
Teredo Parameters
---------------------------------------------
Type                    : client
Server Name             :    (Group Policy)
Client Refresh Interval : 30 seconds
Client Port             : unspecified
State                   : offline
Error                   : client is in a managed network


C:\Windows\system32>netsh int ter set state enterpriseclient
Ok.

C:\Windows\system32>netsh interface teredo show state
Teredo Parameters
---------------------------------------------
Type                    : enterpriseclient
Server Name             : (Group Policy)
Client Refresh Interval : 30 seconds
Client Port             : unspecified
State                   : qualified
Client Type             : teredo client
Network                 : managed
NAT                     : restricted
NAT Special Behaviour   : UPNP: No, PortPreserving: Yes
Local Mapping           : :60432
External NAT Mapping    : :60432


This can be configured via GPO.




References