readme.txt Driver File Contents (EW5064A0.EXE)

######################################################################

DELL(TM) Diagnostic Delivery Package (DDDP) for Microsoft(R) 
Windows(R) Version 1.0.0 README 

######################################################################

NOTE: This readme file contains information about the Dell Diagnostic
      Delivery Package for Dell PowerEdge(TM) Systems running 
      Microsoft(R) Windows(R).  

The Dell Diagnostic Delivery Package offers new levels of ease and 
flexibility for creating bootable media for running diagnostics 
outside of the customer operating system on Dell PowerEdge(TM) 
systems.

######################################################################
CONTENTS:
######################################################################

* CRITICALITY

* MINIMUM REQUIREMENTS

* USAGE

* KNOWN ISSUES

* ADDITIONAL INFORMATION

######################################################################
CRITICALITY
######################################################################

Optional

Dell recommends the customer review specifics about the update to 
determine if it applies to your system. The update contains changes 
that impact only certain configurations, or provides new features that 
may/may not apply to your environment. 

######################################################################
MINIMUM REQUIREMENTS
######################################################################

The Delivery Packages support Dell systems running the following 
Windows operating systems:

* Windows 2000 Server (includes Windows 2000 Server and Windows 2000
  Advanced Server) SP1 or later, and Windows Small Business Server 
  [SBS] 2000, SP1 or later.

* Windows Server(TM) 2003 (includes Web, Standard, and Enterprise
  Editions) and Windows SBS 2003.

* Windows Server(TM) 2003 for 64-bit Extended Systems (Standard 
  and Enterprise)

* Windows XP (Professional Edition), SP1 or later.

######################################################################
USAGE
######################################################################

The DDDP application will start automatically after all files are 
extracted when the diagnostic package which was downloaded from the 
Dell support website is executed. You can restart just the delivery 
package by running DDDP.exe in the folder where the download package
extracted the files to. When the application starts, you will be 
presented with a dialog box where you can choose the media type to be 
created. Supported media types include: USB Flash drives, Diskettes,
CD’s, and a bootable hard drive image that can be used as a PXE boot
image. Details for each media type are presented in the sections that 
follow.

Install to a USB Flash Drive

Selecting this option will bring up a dialog box where you can select 
a USB flash drive to install the diagnostics from a down list box. 
Flash drives can be hot plugged and will automatically be detected and
added to the list without the need to restart the DDDP application. The
drop down list includes the drive letter (if assigned) in parenthesis 
followed by the volume name in brackets "[]" followed by the size and 
description of the flash drive. 

Selecting the "Cancel" button will return to the main window with nothing
being written to the flash drive. Selecting OK will cause the flash drive 
to be reformatted to make it bootable and the diagnostic files will be 
copied to it. All data that is already on the flash drive WILL BE ERASED.

Currently, local administrator rights are necessary to create a bootable 
flash drive from DDDP. Only flash drives up to 2GB in size are supported 
by DDP. Boot functionality has been tested with Dell branded USB flash 
drives on eighth generation and later servers plus PE700 and PE750. Other 
flash drive products may or may not work correctly even if DDDP can 
successfully write the image to them.

Create a Bootable Diskette Set

Only 1.44MB diskettes are supported by this option. Drives supporting 
1.44MB diskettes may be selected by a drop down list box. USB Diskette 
drives can be hot plugged and will automatically be detected and added 
to the list without the need to restart the DDDP application.

If the user clicks cancel then nothing will be written to the diskette 
drive and the application will return to the main window. If the user 
clicks OK, then the "Diskette x of y" dialog will be displayed.

This dialog will be updated for each diskette in the set to indicate the 
current diskette number and the total number of diskettes in the set. You 
may click the "Cancel" button to return to the main DDDP window if you 
want to abort the operation. Once OK is clicked, the diskette will be 
formatted and diagnostic files will be copied to it. All existing data 
on the diskettes used will be erased.

Create a Bootable CD

By default, this option will write an ISO image file to a user selectable 
location. The full path to the file can be entered directly in the edit 
box at the bottom of the dialog or the user can select the "..." button 
to bring up a dialog box to select the location and file name to use. 

The user also has the option of burning a CD-R or CD-RW media directly 
from the DDDP application if desired by clicking the "Burn Image..." 
check box. The checkbox will be grayed out if the system does not have 
a drive capable of burning CD-R or CD-RW media.

If the user clicks the "Cancel" button then the image file or CD will 
not be created and the application will return to the main window. If 
the user clicks OK, then the image file will be saved in the file name 
and location selected or if the "Burn Image..." check box has been 
checked, then the "Burn CD" dialog will be displayed. 

From the "Burn CD..." dialog you can select a CD recorder to use to 
create the CD from a drop down list box. Once the user selects OK the 
CD will be erased if needed and if the media type is CD-RW. After that, 
the diagnostic data will be copied to the CD. This option only supports 
CD-R and CD-RW media. The user must have a drive capable of writing to 
one or both of these media types.

The capability of burning a CD directly from DDDP is not intended to 
support a wide variety of different CD burners and configurations. If 
the direct burn capability does not work in a particular hardware 
configuration, then it is best to create an ISO image and use commercial 
CD creation software to burn the image to a CD.

Currently, local administrator rights are necessary to burn a CD 
directly from DDDP.

Create a Bootable HDD Image File

When this option is selected, a dialog box will appear so that the 
location and name of the image file can be selected. The full path to 
the image file can be entered directly in the edit box at the bottom of 
the dialog or you may select the "..." button to bring up a dialog box 
to select the location and file name to use. 

If you click the “Cancel” button then the image file will not be written 
and the application will return to the main window. If you click OK, then 
the image file will be saved in the file name and location selected.

Use of the resulting image to PXE boot into the diagnostics requires 
additional software and network infrastructure including a TFTP server,
a DHCP server and a bootloader capable of network booting. Specific
instructions about how to do this on your network are beyond the scope 
of this readme file, however, a high level overview of the steps to set
this up using the pxelinux bootloader is described below. You should 
consult your documentation or contact your local network administrator 
for additional information.

Pxelinux (http://syslinux.zytor.com) is one example of an open source 
bootloader capable of booting DOS boot images. If you already have a
TFTP server and a DHCP server configured on your network you can easily
use pxelinux to boot the hard drive image created by DDDP. The basic
steps to do this are as follows:

1. Download the SYSLINUX package.
2. On the TFTP server, create the directory "/tftpboot" and copy the
   files pxelinux.0 and memdisk (from the SYSLINUX distribution) to 
   that directory.
3. Using the DDDP application, create a HDD image file called diags.img
   and copy it to the "/tftpboot" directory.
4. Create a directory called "/tftpboot/pxelinux.cfg" on the TFTP server. 
   In that directory, create an empty text file called "default" (with no 
   extension) and add the following text to the file:

        DEFAULT diagnostics

        LABEL diagnostics
            kernel memdisk
            append initrd=diags.img

5. Consult the documentation for your DHCP server and configure the 
   following scope options:

        043 Vendor Specific Info        01 04 00 00 00 00 ff
        066 Boot Server Host Name       <Enter the IP address of your 
                                        TFTP server>
        067 Bootfile Name               pxelinux.0

   You may also need to configure the following additional options:

        013 Boot File Size              <Take the size in bytes of the 
                                        pxelinux.o file / 512 and put
                                        the resulting number here>
        060 ClassID                     PXEClient

PXE booting should now be enabled. Try booting a client and selecting 
the boot time option to PXE boot (Usually F12) and the system should 
boot to the diagnostic image. Note that the network interface on the
system has to be set to "Enabled with PXE" in order to PXE boot. In
the case of built in network adapters this is configured in BIOS setup.

######################################################################
KNOWN ISSUES
######################################################################

1. Sometimes the screen doesn’t repaint properly if you switch away
   from the application while it is creating media. This does not 
   affect the outcome of the creation process.

2. Currently local administrator access is required to create bootable
   USB flash drives and to burn CD media from within the DDDP 
   application. You can still create an ISO image of a bootable CD and
   burn that image from commercial CD creation software to create a 
   bootable CD.

######################################################################
ADDITIONAL INFORMATION
######################################################################

See the Dell Support website "support.dell.com" for the most current 
information.

======================================================================

Information in this document is subject to change without notice.
Copyright (C) 2005 Dell Inc. All rights reserved.

Reproduction in any manner whatsoever without the written permission 
of Dell Inc. is strictly forbidden.

Trademarks used in this text: "Dell", "PowerVault", and "PowerEdge" 
are trademarks of Dell Inc.; "Windows Server" is a trademark and 
"Microsoft" and "Windows" are registered trademarks of Microsoft 
Corporation. 

Other trademarks and trade names may be used in this document to refer 
to either the entities claiming the marks and names or their products. 
Dell Inc. disclaims any proprietary interest in trademarks and trade 
names other than its own.

October 2005


Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 0.79