Thursday, September 25, 2008
UK Active Directory User Group - Inaugural Meeting
I'm very much looking forward to it. It looks like it will be an interesting evening and will an opportunity to meet some of the names that regularly appear on the ActiveDir list.
For details see the home page at http://adug.co.uk/
Tuesday, September 23, 2008
LSASRV SPNEGO EventID 40960
Event Source: LSASRV
Event Category: SPNEGO (Negotiator)
Event ID: 40960
Description:
The Security System detected an authentication error for the server DNS/DC.domainname.rootdomainname.local. The failure code from authentication protocol Kerberos was "The time at the Primary Domain Controller is different than the time at the Backup Domain Controller or member server by too large an amount.
(0xc0000133)".
These authentication related errors were being logged as a side effect of attempts to register records in DNS, update group policy and so on. The error could be generated by a ipconfig /registerdns or GPUpdate /force
A DC in the root domain had an atomic clock attached to it but was NOT the PDCe for the root domain.
The time synchronisation settings were set so that all DCs in the forest were obtaining time from the DC with the atomic clock.
So this was not as per Microsoft best practice. Therefore we rearranged things to bring them into line with best practice organising the hierarchy as default.
While the servers time was in sync, we obtained the following information which eventually resolved the errors :
w32tm /config /update
w32tm /resync
Restart the machine.
If the issue persists. Verify the time zone settings on the client and the
domain controller.
Finally run the following command on the client:
net time \\
A combination of one or more of the above finally resolved these errors.
Keywords : LSASRV SPNEGO EventID 40960 time synchronization synchronisation
Wednesday, September 10, 2008
Monday, August 18, 2008
Cannot re-create cluster disk resource
When attempting to recreate the disk resources, at the end of the New Resource wizard, Disk parameters, the Disk drop down dialog was not populated. Therefore the resource could not be recreated.
This drop down dialog is populated from :
HKLM\System\CurrentControlSet\ClusDisk\Parameters\Signatures\AvailableDisks
In this case, the disk was still listed under the "signatures" key.
To confirm the disk signature :
1. Locate the disk number from Device Manager. Properties of the disk, volume tab, populate.
2. Use diskpart :
Diskpart
Select disk
Detail disk
The resource can then be manually added from the command line using cluster.exe :
e.g. disk signature 0xA00AB325 and assigned letter K:
cluster . res "Disk F:" /create /group:"Disk Group" /type:"physical disk"
cluster . res "Disk F:" /priv signature=0xA00AB325
The disk could then be brought on line successfully.
Sunday, August 10, 2008
The DHCP Bad Address Saga.
The client was getting an address successfully but this lease did not get registered in the database and hence not in the MMC. When the next client came along it was assigned an address already in use. Conflict detection was enabled and hence BAD_ADDRESS was recorded.
When the Bad Address is noted. The column that should contain the MAC address contains something different. This is the IP Address in hex and reversed. Example :
After lots of troubleshooting it was found that there two machines that had something wrong with their cable. Since removing these two cables from the sub net, the issue has gone away.
With hindsight, we could have got an idea that the issue was a rogue machine earlier. The network covered 3 class C subnets. If we'd split them, we'd have seen the issue was one just one of them. This was one of those suspicions that crossed our mind but didn't follow up.
Tuesday, June 24, 2008
Duffy
DWL-G520 hangs Windows 2008 on startup
It works fine apart from one anoying feature - it prevents the machine from starting! With it disabled, it comes up OK, and can then be started OK - just need to disable it every time before shutting down.
Any one else getting this?
Update to Virtual Server 2005 R2 SP1 for Vista
The following update made things much better :
Update for Virtual Server 2005 R2 SP1 Available
This update qualifies support for the following additional Guest and Host Operating Systems: Windows Vista SP1 (Business, Enterprise, Ultimate), Windows XP SP3, Windows Server 2008 (Standard, Enterprise, Datacenter, Web).
Generate a memory dump using a keyboard without the right Ctrl key
We quite often make use of the CrashOnCtrlScroll feature :
http://support.microsoft.com/?id=244139 Windows feature lets you generate a memory dump file by using the keyboard
However, many of the keyboards in our racks do not have a righthand Ctrl key. Previously we had to plug in a full sized keyboard but functionality has been added to allow the keys to be modified. I was slightly confused by the article, so to save anyone else any time head scratching :
To configurethe Left CTRL and SPACE BAR you would set :
Dump1Keys = 0x20 (hex)
Dump2Key = 0x3D (hex)
Or to use CTRL and D :
Dump1Keys = 0x20 (hex)
Dump2Key= 0x21 (hex)
The value for Dump1Keys being : CRASH_R_SHIFT 0x01 CRASH_R_CTRL 0x02 CRASH_R_ALT 0x04 CRASH_L_SHIFT 0x10 CRASH_L_CTRL 0x20 CRASH_L_ALT 0x40 and Dump2Key being one of the following but converted to hex:
Day 1
So I've tried My Space, Facebook, Livespaces, the overhead of doing my own site was too much, so here I am. Let's see how things progress...
You may know me as Ali or Alastair, or you may not know me, hopefully you'll find something here interestering or funny. Let me know if you do!