Browsing all articles from June, 2009
Jun
30

ITIL V3 lifecycle (Five Books)

Author azhar    Category ITIL     Tags

As I wrote in my previous post about ITIL version 3, that is consisting 5 core books. I like to share those books with you guys so if somebody is not able to purchase those very costly books he/she can download these books from under given links.

Service strategy

http://www.mediafire.com/file/2ynzjnh2ydn/Service Strategy.pdf

Service Design

http://www.mediafire.com/file/mzhwzz2dydi/Service Design.pdf

Service Transition

http://www.mediafire.com/file/ky5di3jmy2t/Service Transition.pdf

Service Operation

http://www.mediafire.com/file/nmbmm0kiomz/Service Operation.pdf

Service Improvement

http://www.mediafire.com/file/zr33w4mzzqz/Service Improvement.pdf

Popularity: 5% [?]

Jun
30

Install Windows XP on SATA without SATA Driver

Author azhar    Category IT     Tags

Default windows xp installers are not coming with SATA hard drive driver. To install windows XP on SATA enabled LAPTOPS and Desktop machines you have to download the SATA driver and rebuild your windows XP CD. There is another simple and easy way to overcome this problem.

Restart your system and go to SETUP (BIOS) by pressing F2 or del

Change the drive from AHCI to ATA

Now restart your system and install the simple windows XP without SATA driver.

Popularity: 1% [?]

Jun
29

Recover E-mail Password from Microsoft Outlook

Author azhar    Category IT     Tags

It is very easy to recover your forgotton email password from Microsoft Outlook using this utility. Its a portable utility that needs no installation and configuration. Download the file and place it anywhere in your system. Just double click and it will show you all the passwords saved in Microsoft Outlook.

http://www.mediafire.com/?tmdgmm2ymwt

Popularity: 1% [?]

Jun
25

PowerEdge 2650 ESM (Embedded Server Management) error

This is the review of the PowerEdge 2650 ESM error that people are experiencing and having  a big trouble due this error. Server hang at startup and a manual interruption required to boot the server (At startup system says to press F1 for normal boot and F2 to enter in setup program). Server cooling fans always kept running and become annoying due to a loud noisy environment. Sometimes server behave abnormally and restart without any intimation or hang without any specific reason. This happens due to various problem with the Embedded Server Management module. PE2650 motherboard
This module is installed in the server to enhance the capability and install some extra PCI devices. Its a little blur picture but you can see this if you can open the chassis of your server. poweredge2650 esm4 card

PowerEdge 2650 ESM (embedded Server Management) error can be corrected by doing a very simple task given below;

Remote Access Controller (RAC) Firmware Repair Utility

Firmware Version 3.13 and Firmware Version 3.35

Instructions to create Repair Diskettes:
—————————————————————————–
1. This utility will require 2 formatted diskettes.
2. Insert the first diskette
3. Press the Continue button.
4. When the copy is complete, remove the diskette and insert the second diskette.
5. Press the Continue button.
6. When copy is complete, press the Finish button.

RAC Controllers Supported:
Embedded Remote Access [ERA]
Remote Access Card III/XT

RAC Repair Utility Instructions:

1. Insert the first update diskette into the target system with RAC installed  and reboot the system.

You are prompted to confirm reflashing the RAC.

2. After you confirm the update, you are prompted to insert the second update diskette.

The RAC Flash update will start automatically, displaying status  information on the screen.

3. After the update has successfully completed,remove the  update diskette and reboot the system.

NOTE: This utility reprograms the RAC to preinstalled settings.  All user modified settings will be erased.

If you are upgrading a system and you want to save/restore any  modified RAC configurations, see the racadm getconfig/config commands in the “Dell Remote Access Controller Racadm User’s Guide” for instructions.

I installed it on my own PowerEdge 2650 Server and It worked great but use at your own risk. ITOPERATIONZ team will not be responsible for any kind of data loss.

Please leave your valuable comments about your experiences and if this article helped you please give it a thumbs up on stumble or facebook.

  Embedded Server Management Firmware Repair Utility 3.13 (2.6 MiB, 2,440 hits)

  Embedded Server Management Repair Utility 3.35 (2.6 MiB, 1,316 hits)

Popularity: 29% [?]

Jun
25

How to Install and Configure Apache-Tomcat 6 on Debian 5 LENNY with apache2

This article is a „how to“ to install the tomcat with apache 2. I will try to explain each and every step so that if anything goes wrong one can revert it or can easily figure out the problem and correct it.

Installing Java 6 runtime:

Please try to install sun JDK because there is a big difference between configurations of sun JDK and open JDK. Installation of sun JDK is given as under;

Sun JDK (non-free)

deb http://ftp.de.debian.org/debian/ lenny main non-free

deb-src http://ftp.de.debian.org/debian/ lenny main non-free

Please copy and paste the above lines and add in /etc/apt/sources.list

vi /etc/apt/sources.list

Please update the aptitude by using the under given command.

aptitude update

aptitude install sun-java6-jdk

read more

Related Posts with Thumbnails

Popularity: 100% [?]