< Day Day Up > |
To become a successful troubleshooter, you need to
tip
The First Step ”The Client InterviewThe client interview is the all-important first step in solving any computer troubleshooting situation. During this interview, you need to determine the following facts:
The number-one question you're trying to answer is, "What changed since the last time it worked?" I learned this question years ago from the writings of longtime Byte magazine columnist Jerry Pournelle (check out his latest work at www.jerrypournelle.com), and it's been endlessly helpful over the years. During the client interview, you need to ask questions to determine the following information:
Sometimes, the client interview alone will reveal the answer. More often, however, you'll need to go to the client's work area and evaluate the hardware and software that are involved. How to Evaluate the Client's EnvironmentDepending on the clues you receive in the initial interview, you should go to the client's work area prepared to perform a variety of tests. You must look for three major issues when evaluating the customer's environment:
You can select from the tests listed in Table 22.1 based on your evaluation of the most likely sources of problems. You might need to perform several tests to rule out certain problems. Table 22.1. Troubleshooting Tests and Requirements
For more information about the requirements listed in Table 22.1, see "Useful Hardware and Software Tools" later in this chapter. Testing PowerSystems that won't start or that have lockups or shutdowns with no error messages could be the victims of power problems. To determine whether power problems are located inside the computer or are coming from outside the system, use the tests and tools described in Chapter 5, "Power Supplies and Circuit Testing." If a system malfunctions at a customer site but works properly at your test bench, power problems due to improper wiring might be to blame. Looking for Sources of InterferencePower problems also can be caused by interference from other devices, such as copiers, vacuum cleaners, elevators, and alarm systems. If a system performs properly when moved away from its normal work area, but malfunctions when it is returned to its normal location, or if it works during the business day but not after hours (when an alarm system is activated), interference might be to blame.
If the problem is network- related , it might be necessary to reroute UTP ( unshielded twisted-pair) cabling away from interference sources or connect the cable to a different port on the hub or switch. Recording Symptoms and Error CodesIf your tests rule out power and interference, you must proceed to tests that focus on the hardware or software that appears the most likely cause of the problem. Which test or diagnostic routine is the best one to start with? Before you perform any specific tests, review the clues you gathered from the client. Here's an example: Microsoft Word for Windows would print, but PageMaker would not. If these were old MS-DOS “based programs, you might suspect a problem with the PageMaker printer driver because MS-DOS programs control the printer directly. However, all Windows-based programs use the same Windows printer driver. Printer hardware or driver failures would prevent all software programs from printing; however, in this case, printing works from some programs but not others when the same printer and printer drivers are in use. Before you can solve this problem, you need more information about the printer. It's time to use the printer's self-test, (a technique listed in Table 22.1), for more information about the printer. A laser printer's self-test usually indicates the amount of RAM on board, the emulation (HP or PostScript), and firmware revisions. The amount of RAM on board is critical, because as you learned in Chapter 10, "Printers," laser printers are page printers: The whole page must fit into the laser printer's RAM to be printed. Thus, there are two variables to this printing problem : the size of the RAM in the printer and the size of the documents the user is trying to print. The self-test reveals the printer has only the standard amount of RAM (2MB) on board. This amount of RAM is adequate for text, but an elaborate page can overload it. A look at the PageMaker document reveals that it has a large amount of graphic content, whereas the Microsoft Word document is standard- sized text only with a minimal use of bold and italic formatting. Your theory is to add RAM to the printer, and it can print the brochure. If you don't have a suitable RAM module, how can you prove it? Because Microsoft Word printed a text-only document flawlessly, you might be able to convince your client from that fact alone that the printer isn't "broken" but needs a RAM upgrade ”or a workaround. Devising a workaround that will help the printer work is good for client satisfaction and will prove that your theory is correct. Have the client adjust the graphics resolution of the printer from its default setting to a lower amount, such as from 1,200dpi to 600dpi or from 600dpi to 300dpi, and print the brochure again. If a lack of printer memory is the cause of the problem, reducing the brochure's dots per inch for graphics objects will enable the brochure to print. The client will look at the lower print quality and at that point you can recommend the RAM upgrade. Point out the provision for RAM upgrades in the printer manual if necessary. Remember, you're not selling anything, but solving problems. If the printer will not print at all, other tests from Table 22.1 are appropriate, such as the I/O port loopback test or hardware resources check. |
< Day Day Up > |