[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DEC WANrouter 90/250 V1.3 |
Notice: | KITS and DOCS: see note 815 4 |
Moderator: | MGB::GILLOTT R |
|
Created: | Thu Jun 18 1992 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 971 |
Total number of notes: | 4115 |
966.0. "wr90-EW bugchecks at boot from flash" by RULLE::LUNDEBORG () Thu Apr 24 1997 16:59
Hi, I have a case where a WR90-EW bugchecks at boot from flash.
The crash looks like this:
init .......
init -1015- system image found in flash memory. Loading from flash
MOP opening ether port
Init -1002- Fatal Bugcheck,PC=0001A18E SR=2004 M=00000000 C=0000
Init -1119- attemting ........
If you just boot from the network it boots OK. We have tried
different versions of WANrouter S/W, V1.3.5 as well 1.3 ECO1,
on VAX with the same result. Anyone who got a clue what to do
to make the flashboot running?
Below follows the ncl-script.
/Dan Lundeborg TSC Sweden
set ncl router type VR2$WR90_EW
set ncl router parameter 2011010
set ncl nmvlscript sys$common:[mom$system]vr2_janus.bin
enable ncl nmvlscript
!
!
! DEC WANROUTER CONFIGURATION SCRIPT
! ==================================
!
! This script was produced on: Fri Sep 20 15:00:40 1996
! using the DEC WANrouter Configuration Utility Version : V1.3
!
!
! To use this script on a DEC WANrouter system, the script
! must be processed by the NCL utility : sys$system:decrou$ncl
!
!
!
! This is an NCL script for the following DEC WANROUTER
!
! Node: janus
! MOP Client Name: janus
! Hardware Type: WR90_EW
! Hardware Address: 08-00-2b-b2-fe-da
!
!
!
! The tower set for the DEC WANrouter :
!
! {
! (
! [DNA_CMIP-MICE],
! [DNA_SessioncontrolV3, Number=19],
! [DNA_NSP],
! [DNA_OSInetwork, 49::00-09:AA-00-04-00-31-26:20 ]
! )
! }
!
! Create the Modules that are always present
!
create modem connect
create csma-cd
create mop
create hdlc
create ddcmp
create session control
create nsp
!
! Next Loading is: for image and script from flash
!
!
set hardware next load image load method flash
set hardware next load script load method flash
!
! Set up DTSS time differential factor. Use the following command,
! in which "time" is the positive(+) or negative(-) offset in
! minutes from GMT. For example if you are two hours behind GMT
! use:
! set dtss local time differential factor -2:0:0
! or 3 hours ahead of GMT use
! set dtss local time differential factor 3:0:0
!
set dtss local time differential factor 1:0:0
!
! Set up the Routing Module
!
create routing type L2Router , protocols { ISO8473 , Decnet Phase IV }
set routing phaseiv address 9.561 , phaseiv prefix 49::
set routing manual L1 algorithm routing vector
set routing manual L2 algorithm link state
set routing phaseiv maximum address 1023 , phaseiv maximum area 63
set routing lifetime 63, maximum path splits 2
!
!
!
! Create CSMA station : csmacd-0
!
create csma-cd station csmacd-0 communication port ether-1
!
!
!
!
!
! Create DDCMP line, link and station : serial-1
!
create modem connect line serial-1 communication port serial-1 -
, communications mode synchronous
set modem connect line serial-1 speed 64000
set modem connect line serial-1 modem control full
create ddcmp link serial-1
create ddcmp link serial-1 logical station serial-1
set ddcmp link serial-1 physical line modem connect line serial-1
!
!
!
!
!
!
! Commands to set OSI routing circuit : csmacd-0
! On device : csmacd-0
!
create routing circuit csmacd-0 type csma-cd
set routing circuit csmacd-0 data link entity csma-cd station csmacd-0
set routing circuit csmacd-0 Manual L2Only Mode FALSE
set routing circuit csmacd-0 L1 cost 20 , L2 cost 20 , -
L1 router priority 70 , L2 router priority 70
!
! Commands to set OSI routing circuit : serial-1
! On device : serial-1
!
create routing circuit serial-1 type ddcmp
set routing circuit serial-1 data link entity ddcmp link serial-1 -
logical station serial-1
set routing circuit serial-1 Manual L2Only Mode FALSE
set routing circuit serial-1 L1 cost 20 , L2 cost 20
!
! Create a reachable address for Circuit: serial-1
!
create routing circuit serial-1 reachable address atle -
address prefix 49::00-33:aa-00-04-00-17-cc:20
set routing circuit serial-1 reachable address atle cost 20
!
! Create a reachable address for Circuit: serial-1
!
create routing circuit serial-1 reachable address SAWRO1 -
address prefix 49::00-33:AA-00-04-00-30-CE:20
set routing circuit serial-1 reachable address SAWRO1 cost 20
!
! Create a reachable address for Circuit: csmacd-0
!
create routing circuit csmacd-0 reachable address DORADO -
address prefix 49::00-04:AA-00-04-00-21-41:20
set routing circuit csmacd-0 reachable address DORADO -
lan address AA-00-04-00-21-41
set routing circuit csmacd-0 reachable address DORADO cost 20
!
! Sample commands to set up the Session Control user names and password
!
! set session control privileged user fred , -
! privileged password fred
!
! Note : If you set the session control privileged user password
! then the configurator will be unable to directly access the DEC WANRouter.
!
! For example : It will be unable to directly set the script & image loading methods
! the next time the router is booted.
!
!
create session control transport service service-1 protocol = '04'H
create session control application CML
!
!
!
! Execute the file containing the extra create ncl commands
!
@ sys$common:[mom$system]vr2_janus_extra_create.ncl
!
! Execute the file containing the extra set ncl commands
!
@ sys$common:[mom$system]vr2_janus_extra_set.ncl
!
!
! Enable the node address function cmip listener
!
!
rename node 0 new name 0:.janus
enable node 0 function cmip listener
!
!
! Enable the Routing Module
!
!
enable routing
!
! Enable the modules that are always present and
! require Enabling.
!
enable session control
enable nsp
!
!
enable csma-cd station csmacd-0
enable modem connect line serial-1
enable ddcmp link serial-1
enable ddcmp link serial-1 logical station serial-1
!
! Commands to enable OSI routing circuit : csmacd-0
!
enable routing circuit csmacd-0
!
! Commands to enable OSI routing circuit : serial-1
!
enable routing circuit serial-1
!
!
!
! Enable OSI Reachable Address: atle
!
enable routing circuit serial-1 reachable address atle
!
! Enable OSI Reachable Address: SAWRO1
!
enable routing circuit serial-1 reachable address SAWRO1
!
! Enable OSI Reachable Address: DORADO
!
enable routing circuit csmacd-0 reachable address DORADO
!
!
! Commands to set up MOP loop back on Device: csmacd-0
!
create mop circuit csmacd-0 type csma-cd
set mop circuit csmacd-0 link name csma-cd station csmacd-0
!
! Commands to set up MOP loop back on Device: serial-1
!
!
! Commands to enable MOP loop back on Device: csmacd-0
!
enable mop circuit csmacd-0 function { loop requester }
!
! Commands to enable MOP loop back on Device: serial-1
!
! Execute the file containing the extra enable ncl commands
!
@ sys$common:[mom$system]vr2_janus_extra_enable.ncl
exit
T.R | Title | User | Personal Name | Date | Lines |
---|
966.1 | IPMT | IP$16.195.16.33::GILLOTT | Mark Gillott, 831-3172 (rkg) | Fri Apr 25 1997 13:38 | 7 |
|
Looks like its time to submit an IPMT case. Not seen a crash like this
before. Let me get this right. If you boot the image from the network
(load host) everything is fine, but if you boot from flash, it crashes.
Where is the script being loaded from?.
Mark
|
966.2 | more info | RULLE::LUNDEBORG | | Fri Apr 25 1997 16:39 | 7 |
|
Hi Thanks for the reply.
I load the image from a Vax running V7.1 where I have built the
image.
/Dan
|