Written by Sam McGeown
on 9/10/200832-bit processors have a limitation of only being able to directly address 4GB RAM - their architecture was never designed to address more. 64-bit processors get around that limitation by being able to us 64 bits to address RAM (potentially 16,777,216 GB), but what do you do if you have an application that won’t work on a 64-bit copy of Windows, but does need to utilise more than 4GB of RAM?
Written by Sam McGeown
on 2/10/2008For a little while now I’ve had an irritating problem with my Vista laptop. Whenever I insert a DVD, CD of any kind, pops up the message asking me to prepare a blank disk:
It’s impossible to access the files on the disc and I don’t want Vista trying to “prepare” my data disc. Quite irritating, but not irritating enough to fix right away.
Written by Sam McGeown
on 11/9/2008I needed to use PowerShell for something today on my Vista laptop, but was unable to install the file. I had the normal UAC permission required when I ran it, but then it failed with this error
Installer encountered an error: 0x80070422
The service cannot be started, either because it is disabled or because it
has no enabled devices associated with it.
It turns out that you need to enable the Windows Update service in order to use an MSU file. How backwards is that? Well, lets see, I have to run a SERVICE in order to be able to install applications.
Written by Sam McGeown
on 18/7/2008We have a Bonded ADSL solution for our servers to provide the necessary upstream transfer speeds for the applications we host. We have bonded ADSL because our exchange still doesn’t support SDSL, and a leased line is overkill. Theoretically, we should have 28.1 Mbps download and 3.2Mbps upload - what I am actually seeing is about 1.7Mbps down and 1.9Mbps up. I have tested this on various servers, over various times and file sizes, there is no doubt that the performance is POOR.
Written by Sam McGeown
on 15/7/2008We recently needed to upgrade one of our applications, and the new version requires an addition server instead of the application and SQL it requires a back end search, a front end web server and a SQL server. The specifications of the new server which are “required” to qualify for support are pretty high. The problem is that the actual processor usage is very light, and it is very hard to justify buying a whole new server that I know is going to be barely used.
Written by Sam McGeown
on 14/7/2008I noticed a post over at David Overton’s blog today that highlights a new release of Windows Search. Normally not that exciting, but it is if you’re using Outlook to open up another users mailbox.
I have quite a few mailboxes that are opened for historical reasons, people leave a company and I need access to their email. I don’t want to bloat my mailbox with all their email, it’s hard enough to find my own emails!
Written by Sam McGeown
on 2/5/2008Had an interesting one yesterday, my bosses Vista laptop booted as per normal, making all the right pictures until just before the log in prompt popped up, then a black screen in what looked to be VGA graphics with the white default arrow cursor.
Corrupted graphics drivers, I thought. A quick boot into safe mode…but no, the same black screen and over-sized pointer.
Written by Sam McGeown
on 8/4/2008
Written by Sam McGeown
on 14/3/2008When the Dell engineer said “they’ve asked if you can reinstall the OS” my heart sank. Not because I felt like he was weasling out of work - unusually they were very helpful. Not because installing XP is a hard task, I’ve done it over 100 times on all sorts of hardware.
<p>
  <font size="2"><strong>n:\></strong> <em>Aefdisk 1 /delall /formatfat /pri:1024:6 /ext:0:7</em></font>
</p>
<p>
  <font size="2">Woah woah woah! What’s all that?! The command runs “Aefdisk” on hard disk “1″ with the “/delall” flag, which deletes any exisiting partitions, “/formatfat” which formats the next partition FAT. “/PRI” is a primary partition, “:1024″ is the partition size, “:6″ is the hex partition type which in this case is FAT16 >32mb. “/ext” is an extended partition, “:0″ tells it to use all remaining space on the drive, “:7″ is the partition type which is NTFS.</font>
</p>
Written by Sam McGeown
on 7/1/2008I’ve just removed a domain controller (DC) from my root domain, the very first server not only in the domain, but the forest. The roles were migrating to a newer server, far more up to the job, but it isn’t a job to be taken lightly. If you mess up the root domain, you’ve potentially got problems all the way down your domain hierarchy.