Welcome to Matts Admin tips. This blog is full of little fixes, tutorials and work-arounds to those anoying problems that a Systems Administrator might face. If you find something that you have found useful please leave me a comment - I appreciate knowing that I've helped! Also, feel free to leave a comment if my tips or ideas don't work in your environment... I monitor them closely and would be happy to help! Matt

Hyper-V ‘Unspecified error’(0×80004005)

If you receive the following Hyper-V error when starting one of your VM’s on Server 2008 R1, follow the link to the hotfix below.

‘VMSERVER’ could not initialize machine remoting system. Error: ‘Unspecified error’(0×80004005). (Virtual machine XXXX-XXXXX-XXXXXX-XXXXX)

http://support.microsoft.com/default.aspx?scid=kb;en-us;967902&sd=rss&spid=12925

This hotfix is suggested for all users, not only those affected by the error.

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site

Tags: ,

Filed under:Uncategorized
One Response

RIP: ignored v2 update from bad source

If you receive the following message when configuring two cisco routers to share routes via RIP v2:

RIP: ignored v2 update from bad source 192.168.1.1

Run the no validate-update-source on your rip configuration and the updates will start to work.

router rip
no validate-update-source

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site
Filed under:Uncategorized
No Responses

Google Wave Invites

Hi All,

I’ve just been given 10 new Google Wave invitations – add a comment below with your email address and I’ll hook you up.

Cheers,
Mat.

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site
Filed under:Uncategorized
11 Responses

VMWare STOP: 0×0000005D

This error occurs if you have configured the VM’s General Options to be a 32-bit Operating System and booting from a 64-bit Windows Server disk.

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site

Tags: ,

Filed under:Uncategorized
No Responses

Backup Exec Exchange Restore Only Displays 32 Mailboxes

There’s a known issue with Backup Exec 12.5 where tape based brick-level Exchange 2007 backups only display 32 recoverable mailboxes (http://support.veritas.com/docs/315374)

This is a massive issue! Recently when trying to recover an archived mailbox, I was shocked to find only 32 mailboxes (out of over 100) available to restore. After some research I found it’s a known issue with Backup Exec and installing SP2 should resolve the issue. It did resolve the issue – well, sort of.

The problem is, it doesn’t fix the problem retroactively! That means any of your old backup tapes that were used prior to SP2 have unrecoverable mailboxes. To access the hidden mailboxes there is a work around (no fix though), and if you often need to recover archives your not going to be happy.

In order to restore these mailboxes you need to duplicate the backup tape to disk. Once you’ve duplicated the information store/s to a Backup-To-Disk folder you then need to re-catalog the image. You will then see all of your backed up mailboxes.

I doubt Symantec will fix this problem, as SP2 was released June 09 and they are not-surprisingly silent about the issue.

Symantec Backup Exec 12.5 SP2 can be download from http://seer.entsupport.symantec.com/docs/323735.htm

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site

Tags: , ,

Filed under:Uncategorized
2 Responses

Get This 2007 Episodes

I’ve finally posted the full 2007 season of Get This.

How good is this?

http://mattlog.net/get-this-2007-episodes-01-99/

http://mattlog.net/get-this-2007-episodes-100-187/

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site

Tags:

Filed under:Uncategorized
No Responses

MSExchangeIS Error 9646

Mapi session “/o=DOMAIN/ou=first administrative group/cn=Recipients/cn=username” exceeded the maximum of 500 objects of type “objtFolderView”.

This error is caused by the Outlook 2007 Cached Exchange mode setting “Download shared folders (excludes mail folders) being enabled by default. You can untick this box manually on each client (Tools > Account Settings > Change > More Settings > Advanced) or you can disable this setting domain wide via the Outlk12.adm Group Policy admin feature set.

Microsoft’s step-by-step instructions can be found here - http://technet.microsoft.com/en-us/library/cc179175.aspx#BKMK_ConfigureUsingGroupPolicy

Basically, you need to DISABLE the “Synchronizing data in shared folders” option and apply the GPO to the users in your domain.

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site

Tags: , ,

Filed under:Uncategorized
No Responses

Get This 2006 Episodes

I’ve just posted all episodes of Get This from 2006.

You can download them from:

http://mattlog.net/get-this-2006-episodes-01-99/

http://mattlog.net/get-this-2006-episodes-100-171/

I’ll be posting the 2007 episodes next week.

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site
Filed under:Uncategorized
4 Responses

Windows Storage Server 2008 Default Password

Strangely, Microsoft apply a default password to all Windows Storage Server 2008 products – and without downloading all of the TechNet documentation you aren’t told the password!

Well, thanks to Quantum John the password is:

wSS2008!

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site
Filed under:Uncategorized
No Responses

Firefox 3.5 Some JavaScript doesn’t load

Had a strange issue today where my Gmail themes and Digg.com login/comments weren’t loading properly. It was only happening on my local machine, and loading those pages up in IE worked fine. The issue was obviously with my FF profile.

After some digging around with my Firefox profile, and manually removing lines from the prefs.js (I know, you should use the About:Config to make these sorts of changes), I found the offending line:

user_pref(“general.useragent.override”, “Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)”);

Removing this line from the prefs.js file fixed the issue.

Posted by Matt Shadbolt
http://mattlog.net
Please comment or click an ad to support this site

Tags: ,

Filed under:Uncategorized
No Responses