IT Gone BAD.. The UP's and DOWN's (A System Adminstrator's real nightmare)

There are a very few senario's in which IT infrastructure can get really messed up

You make sure you have all the right things in place so that your Domain server does not go down, But no matter how much you try and cry incidents do happen.

like Senario 1 :-

You have a domain controller machine with Exchange running to protect the machine you have connected a RAID card and attached 4 drives, so that even if 1 drive fails the other drive can take over. How can this server still fail ?

Ans - RAID card crashes

(due to the raid card crash, to your bad luck even the exchange databases get corrupt... and you keep crying why me ? )

1) The domain controller is the most important system in the network, hence it was raided with 4 drives (now how the hell would anyone expect a server with 4 raid drives ever hope the server would crash ?), Let me tell you how, to our bad luck the RAID card crashed, Server went down, exchange databases got corrupt, the only good part was that the exchange database was being backed up, but the weekly exchange was failing.... BAAP RE... now wht ?? Luckly we got the support contract renewed with symantec.. guided us to somehow recover the databases.

Senario 2 :-

Unable to logon to user account through RDP ? Make sure you have the right permissions

Are you trying to login through RDP and getting an error while logging into the system "you have not permiss to log on" if yes ? then here are the steps given below :-

1) Go to start -> "run"
2) Type "mstsc /console" without the quotes (the /console option acts as if you are having a console session)
3) Type the dns name/ip address of the computer you want to login to

Quick Dummies guide for Solaris/Unix/Linux

Quick Dummies guide for Solaris/Unix/Linux:-

Here are some quick commands for Solaris administrators :- (Most of these commands will work on Unix and Linux as well, this article is written for Solaris 8/9/10 servers, also note that all or most these commands will need root access, without which they may not work)

1) netstat :- it will give you the details of all ports that are on the system along with the port status

e.g. bash# netstat -as | grep 10000
(this will check status of port 10000)


Google to launch 1Gigabit broad band service in US

Google is trying to get into newer ventures, and this time its none other than Internet Service Provider Business, Google is planning to get together with Local and the state government to setup the fiber optic networks the experiment is to have between 50,000 and 500,000 people connected to have gigabit broadband connectivity.


The gigabit broadband connectivity seems to good to be true, as of now we are not sure about the business strategy as it seems ridiculous and unmatchable (may be they will make their money by selling more ads)

Software Raid for Windows 2008 Server

RAID1 is basically a mirror of the original disk.

In this article i will be using these terms :-

1) Original HDD -> The default Disk on which your server OS is currently on.

2) Clone HDD -> Cloned from the original Drive

3) New Drive -> the one you have decided to make a raid drive.

Pre-Requisites :-

3 drives of equal size (i am using 160GB x 3 drives)

make a copy of your original hard drive to another drive which we will call the "Clone HDD", you can use
 many tools to clone your drive like bartpe, easeus disk copy, etc.

after creating a clone HDD from the original drive, remove the Original drive and only use it as a backup (if things get screwed up and you don't have a backup... :D ... you can rely on the original HDD to save your self.)

You have to convert the Clone HDD into dynamic disk to. right click on disk and select "Convert Disk to Dynamic"

Step by step installation screens of RAID1 after completing the pre-requisites