| 1. Could someone enlighten me as to what the term "promiscuous mode"
means and how it is turned off and on?
An application can enable it to receive all packets on the wire. Stopping
the application would turn it off.
2. We have a VAX 7620 that's spending a lot of time on the interrupt stack
while others don't. We had to change the network option from a DEMFA to
a DEMNA to elliminate the problem. It started recently with nothing to
coinside with it to point to the cause. We are running VAXVMS 5.5-2 in
a cluster of 6 VAX 7620/30's.
So the system must be doing a fair amount of I/O? The DEMNA driver is more
efficient than the DEMFA driver, but if the demands for I/O are about the
same, I'm surprised that changing devices made a big difference. I'd look
for tuning problems such as LRPSIZE being large enough so the DEMFA driver
allocates pool from the lookaside lists rather than general pool, and if
you are doing much cluster I/O with PEDRIVER, make sure that NISCS_MAX_PKTSIZE
(or whatever it's called) is large enough so that PEDRIVER uses the DEMFA more
efficiently.
Also, while the DEMNA driver is more efficient per packet, the DEMFA is much
more efficient @ 4500 bytes/packet than 3 times the DEMNA @ 1500 bytes/packet.
|