 |
» |
|
|
 |
 |
|
 |
 |
| Model |
Firmware Image |
| DEC 3000 AXP Model 300/300L/300X/300LX |
» download |
| DEC 3000 AXP Model 400/400S/600/600S/700 |
» download |
| DEC 3000 AXP Model 500/500S/500X/800/800S/900 |
» download |
- Download the appropriate file then rename 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.
|
 |
 |
|
 |
 |
| Model |
Firmware Image |
| DEC 3000 AXP Model 300/300L/300X/300LX |
» download |
| DEC 3000 AXP Model 400/400S/600/600S/700 |
» download |
| DEC 3000 AXP Model 500/500S/500X/800/800S/900 |
» download |
Download appropriate file then rename 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.
|
 |
 |
|
 |
 |
| Model |
Firmware Image |
| DEC 3000 AXP Model 300/300L/300X/300LX |
» download |
| DEC 3000 AXP Model 400/400S/600/600S/700 |
» download |
| DEC 3000 AXP Model 500/500S/500X/800/800S/900 |
» download |
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
|
 |
|