Summary:
If ExtremeZ-IP encounters a crash, sometimes the best source of information is retrieved from a Dr. Watson Log. Dr. Watson gathers stack information and obtains symbols from ExtremeZ-IP to aid in figuring out where the crash occured.
For Dr. Watson to work, it must be "installed" as the default application debugger. Upon reboot this information can be lost and when a crash does occur Dr. Watson may not catch the crash. This document will explain how to configure Windows so Dr. Watson is allways installed on startup.
Description:
To configure Dr. Watson to install on startup:
- Navigate to the "Taskbar & Start Menu" dialog via Start -> Settings
- Click the "Advanced" tab
- Click the "Add" button
- Click the "Browse" button
- Select the drive that contains the running operating system and locate "DRWTSN32.EXE". It is usually located in "C:\WINNT\system32\" where "C" contains the running operating system.
- Click "OK" in the "Browse For Folder" dialog
- Add " -i" no quotes (space -i) to the path
- Click "Next"
- Select the "Startup" folder
- Click "Next"
- Click "Finish"
- Click OK on the "Taskbar and Start Menu Properties"
- Navigate to the newly created menu item Start->Startup->DRWTSN32.EXE
- Verify a dialog is displayed with the following message "Dr. Watson has been installed as the default application debugger"
- Click OK
This dialog will appear every time the system restarts to confirm the Dr. Watson has been installed.