Archive

Posts Tagged ‘Servers’

Windows 2003 – Login Screen is Black Except for Logo – Part 2

April 14th, 2010

Here are the default registry settings for the instructions mention in the MS KB http://support.microsoft.com/kb/906510.

Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Colors]
“ActiveBorder”=”212 208 200″
“ActiveTitle”=”10 36 106″
“AppWorkSpace”=”128 128 128″
“Background”=”102 111 116″
“ButtonAlternateFace”=”181 181 181″
“ButtonDkShadow”=”64 64 64″
“ButtonFace”=”212 208 200″
“ButtonHilight”=”255 255 255″
“ButtonLight”=”212 208 200″
“ButtonShadow”=”128 128 128″
“ButtonText”=”0 0 0″
“GradientActiveTitle”=”166 202 240″
“GradientInactiveTitle”=”192 192 192″
“GrayText”=”128 128 128″
“Hilight”=”10 36 106″
“HilightText”=”255 255 255″
“HotTrackingColor”=”0 0 128″
“InactiveBorder”=”212 208 200″
“InactiveTitle”=”128 128 128″
“InactiveTitleText”=”212 208 200″
“InfoText”=”0 0 0″
“InfoWindow”=”255 255 225″
“Menu”=”212 208 200″
“MenuText”=”0 0 0″
“Scrollbar”=”212 208 200″
“TitleText”=”255 255 255″
“Window”=”255 255 255″
“WindowFrame”=”0 0 0″
“WindowText”=”0 0 0″

Andrew Hosting , , , , ,

Windows 2003 – Login Screen is Black Except for Logo

March 11th, 2010

So, I had a server that ran out of disk space on the OS partition.  Easy to fix, but when I rebooted the server, the screen was black except for the box that has the Windows logo.  I was still able to login, but I had to guess at field I was on when typing. Well, it seems this is a strange by-product of not being able to save your profile when logging off.

There is a somewhat simple solution, but it requires a working server.

http://support.microsoft.com/kb/906510

Andrew Hosting , ,

VPS vs. Cloud Hosting vs. Cloud Computing

October 6th, 2009

iStock_000004311434XSmall
<2005>

“Web 2.0, it is the architecture that will solve our problem!” Pat announced.

“We have to be leaders in technology to stay ahead of our competition,” Rick added.

“They’re right!  We have to live on the cutting edge of technology, ” Lee complemented.

“What is Web 2.0?” I asked.

Crickets chirped.

</2005>

Obscureonosis: a condition where someone employs a concept that cannot be well defined in order to hide his/her ignorance and/or lack of ability.


Is cloud computing the solution to tomorrow’s IT problems?  If you listen to Larry Ellison, CEO of Oracle, you’ll hear an earful that cloud computing isn’t the magic bullet of the future.  Yet, the headlines continue to roll off magazine articles and blogs that cloud computing is the future – the next step of enterprise computing.

Suddenly, experts descend from the clouds.  Products emerge and solutions abound.  But is there substance to this vapory talk?  Or is it just another case of obscureonosis.

We will start by looking at the difference between VPS (virtual private server), cloud hosting and cloud computing – we will even touch on cloud storage.  After all, cloud hosting and cloud computing are implementations of the cloud technology.

VPS technology is basically subscription based server virtualization.   You either pay a flat fee for a limited amount of resources or a fee per resources (CPU, memory, network, storage) per hour.  Administration is done through the vendor’s web site, but once the server is up and running – it’s all up to you.

Cloud Hosting technology is basically subscription based server virtualization.   You either pay a flat fee for a limited amount of resources or a fee per resources (CPU, memory, network, storage) per hour.  Administration is done through the vendor’s web site, but once the server is up and running – it’s all up to you.

No, that wasn’t a cut and paste error.  VPS and Cloud Hosting are the same thing!  Basically, you end up managing the OS on up.  Everything below the OS is managed by the vendor.

VPS (Cloud Hosting) is what I use to host this blog and my Ruby on Rails projects.

What is happening here is a form of infrastructure-encapsulation and abstraction.  Perhaps it might be easier to think of it as “hardware-as-a-service”.  The details of the hardware, network and storage are hidden.  Your fee covers the management of these items.  Additionally, specific attributes are exposed to provide you insight to performance and cost (typically utilization statistics).

There are a few vendors that provide “cloud” web hosting.  Which is basically the same thing as regular web hosting.  These vendors are using the word “cloud” to mean infrastructure-encapsulation and abstraction.  So, if you’ve used any form of web hosting, you’ve been using cloud  technologies.  (Go ahead, put it on your resume, but don’t blame me if you get grilled in the interview.)

Cloud computing is something different – before we look at that, let’s take a look at grid computing.  Grid computing (at a high level) is when transactions are processed between multiple computers.  It’s basically distributed programming.  In the same way, cloud computing is when transactions are processed between multiple “systems” (again, at a very high level).

For example, if you had a web page that sold paper clips, you might connect your site to Amazon and Paypal.  Using these services over the Internet is a basic form of cloud computing.

Which brings me to my final point:  the cloud is the network.

Andrew Hosting , , , , , , , , , ,

Recommended Freeware Utilities

April 20th, 2009

Windows Directory Stat – Free utility to report disk usage.  WinDirStat is a great utility to diagnose what is eating up disk space.  It provides both a tree view and a  graphical view of what is on your drive.  In addition you can view statistics by extensions.

Notepad++ – a free source code editor and Notepad replacement.  A great multi-purpose editor.

7zip – a free file archiver.  This utility allows you to create and pack 7z, ZIP, GZIP, BZIP2 and TAR files.  Additionally, it allows you to unpack ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z files.


Andrew Reviews , , , ,

Enterprise Servers? Google makes their own.

April 2nd, 2009

In CNET News today, there is an article about the servers that Google uses.  You might think you would find blade servers or name brand servers, such as IBM, Dell, or HP.  Instead you’ll find something that looked like my first PC. Google's Servers

The server has a built in battery – it seems it is more cost effective than a centralized UPS like you would find in most data centers.  To my surprise, you’ll find x86 processors in the servers, along with two hard drives.

Now this isn’t innovation, it’s just an interesting solution to a unique problem – that is how to keep costs down when you’re buying thousands and thousands of servers.  I guess what I find most interesting is the engineering – both in the infrastructure and software.  This isn’t a “enterprise” solution you’d find in many Fortune 500 companies, but it works.

While there are critics that say that Google is unreliable, I challenge them in designing a system to that scale and see how reliable it is.  I doubt they have the skill or the talent to do so.

All I have to say is, good work Google!

The article can be found here.

Andrew Technology News , ,