Category Archives: Computers

IBM “unknown device”

I was working on installing a non-server OS on a server. I needed server based hardware, but not server based OS (long story). Needless to say, it worked… All drivers installed including the LSI SCSI, and the NetExtreme NIC. However there was this one device that I could not find. Finally I looked at the DEV ID and did a search.

After a bit more investigating and searching I found my answer. I will post the ID along with inf in a few 🙂

UPDATE:

ID: ACPI\ASF0001\2&DABA3FF&0

From IBM: Click Here

File: Click Here

BIOS password for Dell Latitude CPi

I was looking around for a way to bypass the password for my friends old Dell CPi laptop. I finally found a site that has it, but the zip file was corrupt 🙁 So I was looking around some more and I finally found it. (Found it here)

I am adding this to my bog cause it took me awhile to find the correct utility, and plus the file was “wild” on the internet anyway.

You need two things to make this work right:

1) A serial number ending with -D35B
2) The utility itself.

If you have a serial number ending with anything other than -D35B then I don’t think this is going to work (sorry to say). The only other way is to short out EEPROM.

For the utility, all you need to enter is the service tag of the machine following by the -D35B. For example, if on screen it says ZFRYX**-D35B then you enter that info when prompted by the program. You will then get a password to use and then you can unlock the PC.

The utility: Click Here
Directions to reset the EEPROM: Here and Here

Keep dust out of your computer

Dust is an issue with PCs and Servers. Why you may ask? It causes issues with cooling and could clog up and may even stop a fan from moving. Which in turn can harm your system.

I was thinking to myself how can I prevent this? You really can’t prevent this (since dust can come in from anywhere), however some case manufacturers include a “filter” already in the case. Its not a hepa filter per say, but it will help keep the dust out the PC case (for the most part). However I needed one for my existing cases.

I looked online, and I couldn’t find any computer filters. So I was looking around in the hardware store and found just a AC filter works great. Just put in the in the front of the case (under the plastic) and it should help out quite a bit. Its cut to fit, and it looks like it can fit in a number of different cases (based on the size of the filter). A single layer should be fine or you could also do a double layer, but I still wanted air to come in the case freely. Thats why I picked a single layer.

Now if you have dust in your case already, blow it out with compressed air. This is the most efficient way to do it. You can try to vacuum, but it doesn’t pick up everything and its too bulky. If you have a floppy, don’t blow the dust (since it builds up on the outside) into it since it can cause issues with the drive internally. Just wipe it down and remove it.

PowerEdge T410 – Part 2

Well, its not a full week yet, but its close enough 🙂

Now what do I have to say about the server you might ask? Well, in short – its great. I load tested it with Prime95 and did quite a few other things as well and its holding up just fine. The avg temp of the case is around 26 C (~78 F) and for the processor max 54 C (~129 F), low 38 C (~100 F). Another thing to note about these temps though, this is in a uncooled room, not in a datacenter. So overall I think its doing a pretty decent job.

The sound isn’t bad except when it starts up (sound like a jet), or when you hit 100% CPU for any length of time (which is expected since everything is passively cooled). The sound doesn’t interfere with any normal computing per say, but you can tell its there (in a corner of the room). The avg RPM is around 2400 or so, the max I believe is around 4000. The max noise level I believe (don’t quote me) is 63 dba, but it can push around 190 CFM at that time. These fan specs can be different depending on that fan model you have. Overall, I am used to it and it doesn’t bother me 🙂

One thing I do miss is the ability to see all the system temps. In Everest and in CPUID HW monitor, all you see is the CPU temps. Normally this would be fine, but I would love to see the HD, system case, and etc. The only way I am able to see the system case temp is through Dells System Administrator which I believe is connected to the DRAC. So without some form of DRAC installed (express or enterprise) you will not see this data (I believe).

The reason I don’t see the HD temps is cause its connected to the PERC raid. If I take a HD and connect it to one of the internal SATA connectors – it reports it. Now this hard drive is in the second bay of the 5 1/4 in compartment. I just had some mounts and used them. Its not a “secure” connection for a HD since the case is the tool-less design and it can slide in and out easily, but it didn’t vibrate from what I can hear. The screws came with the case so you don’t have to worry about getting those. All that I needed was the SATA cable, but I had a few of those laying around. Another thing I noticed, which is cool by the way, is that it supports the locking cables. That I didn’t expect, but I was pleased with that. The existing cables that come with the computer (5 HDs and 1 DVD drive) didn’t have that connector.

So all the cables came with the case, and you really need nothing expect a SATA cable if you didn’t order a another media drive.

The administration is really easy to use with the System Administrator especially with the RAID. You can possibly do more if you have the enterprise version, but it wasn’t needed in my case.

Overall I am very pleased with this purchase and would get another one for a ESXi server. Thats way in future though when I have some money…lol 🙂

Server 2008 Admin Shares

I was playing around with a trial version of server 2008 a couple days ago and I set it up like I did with any other server – created users and added them to the administrators group. I figured in 2003 it worked fine, so why wouldn’t it work in 2008? As you possibly guessed by now, it didn’t go as planned. I didn’t have access to any admin shares, nor did I have access to any shares I created if I just used the administrators group for the permissions. If I added each person to the share, it would be fine, however that group just didn’t work.

Then after reading around a bit I found out there is new security in Server 2008 and the only way to possibly get around this is by hacking the registry and adding a key. I didn’t feel that was right so I went on to plan B – create another group and add them with permissions instead…

Continue reading Server 2008 Admin Shares