Total Pageviews

Thursday, July 7, 2016

Configure RAID 5 and Install VMWARE ESXI 6.0 on dell T320 Server

Configure RAID 5 on Dell T320 Server with 3 hard disks


1) Go to the raid configuration utility first (Ctrl + R).  You can see the buttons you have to pressed when bios screen comes

You will get the bios configuration utility like below. Since I have installed 3 hard disks with 2T capacity ,you can see a window like below ()





2) As you can see above window currently there are no any physical disk configured.
So we have to create a new virtual hard disk 






3) In this window you have below options to configure raid and other  basic & advance settings 


  • RAID Level
  • PD Per Scan
  • Physical Disks Section
  • Basic Settings
    • VD Size
    • VD Name
  • Advanced Settings
    • Stripe Element Size
    • Read Policy
    • Write Policy
    • Force WB with no battery
    • Initialize
    • Configure Hot Spare
3) Select the raid 5 from the level selection window



4)Select the physical discs that you want to add to the raid array
(You can use Tab & Space bar to do the selection)


5)Set The basic Settings . Since i have installed 3 x 2T disks i got 3725GB as total size. And we can assign a name to the array as well.


6) In advance settings do not change any values and leave them as it is. 


7) Jump to ok button and press ok

8) Ok now we are done with the creating an array of VD
before start we have to initialized it.





9) There are 2 options you have to select
i) Normal initialization - This will take a lot of time (Depend on the size)
ii)Fast initialization - This will complete within seconds




So i have selected 2nd option to speed up the process

10) Once initialization done you will get a message like below



11) Ok now you are done with raid 5 configurations. now restart the server. You will see the configured raid in bios menu



Now its time to ROCK !! :)

Configure RAID 5 on dell T320 Server

Configure RAID 5 on Dell T320 Server with 3 hard disks


1) Go to the raid configuration utility first (Ctrl + R).  You can see the buttons you have to pressed when bios screen comes

You will get the bios configuration utility like below. Since I have installed 3 hard disks with 2T capacity ,you can see a window like below ()





2) As you can see above window currently there are no any physical disk configured.
So we have to create a new virtual hard disk 






3) In this window you have below options to configure raid and other  basic & advance settings 


  • RAID Level
  • PD Per Scan
  • Physical Disks Section
  • Basic Settings
    • VD Size
    • VD Name
  • Advanced Settings
    • Stripe Element Size
    • Read Policy
    • Write Policy
    • Force WB with no battery
    • Initialize
    • Configure Hot Spare
3) Select the raid 5 from the level selection window



4)Select the physical discs that you want to add to the raid array
(You can use Tab & Space bar to do the selection)


5)Set The basic Settings . Since i have installed 3 x 2T disks i got 3725GB as total size. And we can assign a name to the array as well.


6) In advance settings do not change any values and leave them as it is. 


7) Jump to ok button and press ok

8) Ok now we are done with the creating an array of VD
before start we have to initialized it.





9) There are 2 options you have to select
i) Normal initialization - This will take a lot of time (Depend on the size)
ii)Fast initialization - This will complete within seconds




So i have selected 2nd option to speed up the process

10) Once initialization done you will get a message like below



11) Ok now you are done with raid 5 configurations. now restart the server. You will see the configured raid in bios menu



Now its time to ROCK !! :)

Tuesday, July 5, 2016

How to Troubleshooting Remote Desktop Licensing Error Messages

Some time when you are working with sever you might install the remote desktop licence server role by mistakenly or purposely.

Have you ever noticed that there is a expire date for that service & need to buy separate licence for the client?

I have install that service by purposely and i have forgotten to remove the role from the server.

so after one month later I got below message even I don't know why it could happens.


So after  read some forum I have realized that the issue is from the licence manager of the remote desktop role that I have added earlier.

So I removed the role and restarted the server. And remote desktop started working as usual.


Thursday, May 19, 2016

How To Fix Domain Trust Issues in Active Directory


Method one (Bit long :p)

1)  Go to computer properties & remove the computer from domain.

2)Assign computer to a temporary work-group

3) Change the computers name (May be overlapping with another computer)

4)Restart the computer

5)Again connect computer to the domain

)Try to log out and login to the domain. (Issue should be solved)

Method Two

This method is really easier than below one but sometimes may not be working

1) First you have to login to the particular server

2) in server manager find the active directory users and computers




3) Go to the certain computer and right click on it and click reset account

4) Go to the particular user account in active directory and reset the password





6)And now try to login to the account. you might able to get through it
GOOD LUCK :)


Monday, May 9, 2016

How to crack ease us server backup utility

This will be helpful for those who doesn't know how to crack the ease-us backup utility

How to crack ease-us server backup utility
11)      Login to the computer and go to the network settings right on bottom corner



22)      Right click on the icon and open network sharing center





33)       Go to the change adaptor settings


44)      Right click on the Ethernet and disable it


55)      Then go back to the desktop and double click on keygen and open it


66)      Click on generate button to generate a serial

77)      Open ease us backup and recovery , Then it will ask a license code. Copy the licence code from keygen and paste it here.




88)      Then another window will open like below


99)        Copy the machine code from this window and paste it in the key generator's machine code space



110)   And press generate again
Then you will get an activation code on keygen window and copy it and paste it in the activation code space



11)   Then press ok and you are done with the cracking

Now go back to the network sharing center and enable the Ethernet adapter.





Thursday, May 5, 2016

Creating a bootable pen drive

1) First you need open run window ( windows + R)

2) Type Disk Part and press Enter


3) Then you will get below window. Type list Disk


4) Select the disk you wand by using by below command

Select disk 1

5) Type "Clean"

6) Type "Create Partition Primary"

7)Type "Active"

8)Type "Format fs = ntfs quick"

Done.
Now open the windows disk and copy all the files in to the pen drive.



Reset Windows Server Password with Installation CD


Step 1)
Insert the installation disk to your locked computer, restart. When following installation appears. Click on “Repair your computer”.

Step 2)
Click on command prompt

Step3)
When a Command Prompt black screen appears, type
"copy c:\windows\system32\sethc.exe" and press Enter. Then type
"copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe" afterwards press Enter key

Here what happens is the .exe file which is dedicated to trigger when we press shift key 5 times  going to replace with cmd.exe. So when we press 5 times at the login window cmd will be appear.

Step4)
Restart your computer. On the login screen, tap Shift key five times and you'll see a command prompt screen in administrator mode

type "net user UserName NewPassword"
(replace the UserName and UserPassword with the one you need) and press Enter key.

The user password will be replaced with new one. Close the window and then you can log in that user with new password.

Note: This will only work for local accounts

Azure Pricing

  Azure offers pay-as-you-go and reserved instances for pricing. Azure Pricing Factors: Resource size and resource type. Different Azure loc...