Using Event Viewer to find error states in the “Active Directory Domain Services” role can be a big pain. I have created a custom filter that only displays errors, warnings and criticals. <QueryList> <Query Id=”0″ Path=”Directory Service”> <Select Path=”Directory Service”>*[System[Provider[@Name=’Microsoft-Windows-ActiveDirectory_DomainService’] and (Level=1 or Level=2 or Level=3)]]</Select> <Select Path=”Directory Service”>*[System[Provider[@Name=’NTDS ISAM’] and (Level=1 […]
Posts from November 2014
Project Prism “failed”, much learned!
My first dabble into building my own custom server have been a failure on many fronts; The design for the components on the front and rear plates was “good enough”, just not great so the fit and finish left much to be desired. The RAID card ended up being to high to use in the […]
Webmin “Linux RAID” on Debian
Building my new NAS I am using a single laptop disk (for now, possibly an SSD later) for my OS and will by adding several 1 TB disks into a RAID. While in Webmin trying to setup the “Linux RAID” feature I ran into an error: The kernel RAID status file /proc/mdstat does not exist […]
VI Cheat sheet
Found an excellent vi cheat-sheet here