| Hi Ed
think this may be related to blitx in note 93.32 and i would
follow those instructions. enven though it doesnt mention the
show and set hanging i have heard of it doing this.
When this problem occurs any console command like "set", "ls", "show"
the console comes back with "string loo long" message at the screen
followed by a console hang.
so
To erase the SRM's NVRAM, type the following at console:
P00>>> d eerom:1800 -b -n 7ff 0
Then cycle reset and reset any preferred environment variables.
jim hutmacher mvhs colorado csc 800-354-9000 ext 25561
|
| Re: .0
This is not related to Blitz 93.32.
My assumption is that the customer had run TEST or SET MODE DIAGNOSTIC
prior to typing SHOW DEVICE.
All console versions prior to V4.8 (soon to be available) leave the
console in diagnostic mode following TEST command execution. V4.8
console changes this behavior such that console is restored to normal
mode following completion of the TEST command.
SHOW DEVICE behaves differently when in diag mode versus normal mode.
In diag mode, it only displays devices that have been config'd after a
console (diag mode) CONFIG [-N] command. The CONFIG [-N] command says
load and start device drivers specified and leave them running. SHOW
DEVICE in normal mode starts up the device drivers and then shuts them
down after use.
The reason for this difference in behavior is that in normal mode (e.g.
capable of booting an operating system), console runs with a reduced
memory heap. In diagnostic mode, we more or less expand our memory heap
so we can run all device drivers at once, have lots of devices open,
run diagnostic with large DMA buffers, etc.
Without getting into too much more detail, suffice it to say that if my
assumption is correct about the customer doing SHOW DEVICE after TEST,
then the firmware is behaving as expected (since TEST shuts down all
drivers upon completion). V4.8-3 console will implement a change over
past console behavior in that it will restore mode to normal mode. This
will tell SHOW DEVICE to re-size the I/O buses and devices should be
seen. In diagnostic mode, SHOW DEVICE only displays configured devices
(i.e. via the CONFIG command).
Hope this helps,
BC
|