Monday, August 25, 2014

Rescue data from a failed Synology NAS

A great article over at Anandtech.com on rescuing data from a failed Synology NAS. Note that the NAS itself failed, the drives all appear to be in perfect working order.

Friday, May 30, 2014

Trust relationship between machine and AD failed

I've run into this problem only a couple of times and Technet has quite a few possible solutions - the one that worked for me was using Netdom.

Tuesday, March 11, 2014

AuthRequired for Exchange 2007 distribution groups

When creating distribution groups in Exchange 2007 'Require that all senders are authenticated' is on by default (under Properties/Mail Flow Settings/Message Delivery Restrictions) leading to 550 5.7.1 RESOLVER.RST.AuthRequired errors.

More at TechNet.

Sunday, March 2, 2014

Using NSlookup.exe

Useful for checking DNS settings, the most basic command is:

nslookup [hostname] [server]

More at Microsoft's support page. Linux uses host with more advanced alternatives being dig or drill.

Tuesday, February 11, 2014

Check open files and folders on a Windows server

I have a couple of networked apps where it can be useful to check which user has a certain file open (often because the app didn't close cleanly) on a given server. This is found in the Computer Managment console under System Tools -> Shared Folders -> Open Files.

Monday, February 10, 2014

Public folder administration in Exchange 2007

Apparently having giving a user administrator privilages for the Exchang server and/or public folders doesn't necessarily grant them permission to edit the contents of public folders. Adding permissions for a user to a folder is done in the managment shell with:

Add-PublicFolderClientPermission –Identity “Foldername” –user UserName –AccessRights PublishingEditor

 
More info here.

Saturday, February 8, 2014

SVCHOST with 100% CPU utilization in XP

A well-known bug which has troubled many in the past, MS says they've fixed it. I haven't seen it in a few months, though the number of XP machines I administer has also been slowly decreasing.

On RAID levels

A good article on RAID levels at Datamation. Also BAARF - Battle Against Any Raid Five and a nice explanation on ZDnet.

Clean up WSUS

In WinServer2K8, the WSUS (Windows Server Update Services) information can (with time) take up quite a bit of space. The Server Cleanup Wizard (found in the Windows Server Update Services console - C:\Program Files\Update Servicesqadministrationsnapin) can remove unused update files, old revisions of updates, etc. It can take a while, if not run for a long time, first select everything but the first option (Unused updates and update revisions), after that's finished run it again with this option.

This (and other ways of regaining disk space in Win2K8) at the Technet blog.

Edit: also select and decline superseded updates.

Slow network share browsing

I recently had a couple of new computers with Windows 7 (64 bit Professional) in an AD environment experience seriously slow browsing of network folders with JPEG files. Windows Explorer would slow to a crawl, often crashing outright. Googling the problem provides many, many supposed solutions, mostly centering around the network adapter properties (disabling remote Differential Compression, disabling Autotuning, disabling Flow Control, etc), none of which worked.

As of this writing, disabling SMB2 (and SMB3) on the client side seems to have worked (speaking to the former admin this was already disabled on the Win2K8 server).

Hello, World.

This is a personal blog for keeping track of various solutions for esoteric sysadmin problems I run into on a daily/weekly/monthly basis.