 |
» |
|
|
 |
 |
|
 |
 |
- From the table below, download the appropriate firmware update image:
- Rename the downloaded file to fwupdate.exe.
Note: If your floppy drive is named something other than
dva0, use that name instead of dva0 in the following steps.
Enter the following commands in the directory containing fwupdate.exe on an OpenVMS system to make a bootable floppy:
$ set file/attr=(rfm:fix,lrl:512,mrs:512,rat:none) fwupdate.exe
$ init/dens=HD/index=begin dva0: fwupdate
$ mount dva0: fwupdate
$ create/dir dva0:[dec3000]
$ copy/contiguous fwupdate.exe dva0:[dec3000]
$ mcr writeboot
No
Yes
[enter AXP bootfile:] dva0:[dec3000]fwupdate.exe
$ dismount dva0:
- Insert the floppy on the target system and boot it from the SRM console:
P00>>> boot dva0
For more detailed instructions, please refer to the release notes.
|
 |
 |
|
 |
 |
- From the table below, download the appropriate firmware update image:
Rename the downloaded file to fwupdate.exe.
- Download the file mkbootfirm which is used to make a bootable floppy diskette.
- Format floppy diskette:
# fddisk -fmt /dev/rfd0a
- Run mkbootfirm
# ./mkbootfirm fwupdate.exe | dd of=/dev/rfd0c bs=64k
NOTE: This assumes the mkbootfirm executable is in the
current directory and that the floppy is in drive zero.
- Insert the floppy on the target system and boot it from the SRM console:
P00>>> boot dva0
For more detailed instructions, please refer to the release notes.
|
 |
 |
|
 |
 |
- From the table below, download the appropriate firmware update image"
- Copy the downloaded file to an OpenVMS based network server for MOP
booting on the target system. For details on configuring the MOP
server, refer to OpenVMS documentation or the target system's Firmware
Release Notes document.
- To ensure that the downloaded file is in a proper VMS fixed record format,
please use the following command before using the file for MOP booting:
$ set file/attr=(rfm:fix,lrl:512,mrs:512,rat:none) "fwupdate.sys"
NOTE: Replace "fwupdate.sys" with the name of the firmware
image you downloaded.
|
 |
 |
|
 |
 |
- From the table below, download the appropriate firmware update image:>
Rename the downloaded file to fwupdate.exe.
- Enter the following commands on the target OpenVMS system:
$ set file/attr=(rfm:fix,lrl:512,mrs:512,rat:none) fwupdate.exe
$ copy/contiguous fwupdate.exe "system_disk":[sys0.sysexe]
NOTE: Insert the name of your system disk in place of
"system_disk", for example dka100:.
- Shut down the operating system, to get to the console prompt.
- Boot the update utility from the console as follows:
P00>>> boot dka100 -flags 0,80
NOTE: Replace dka100 with the "system_disk" from previous step.
- After some printouts, you will be asked for the bootfile. Enter the
directory and file name as follows :
Bootfile: [sys0.sysexe]fwupdate.exe
|
 |
|