T.R | Title | User | Personal Name | Date | Lines |
---|
2885.1 | Need more info. | QUIVER::HAROKOPUS | | Wed Apr 29 1992 17:30 | 21 |
| Bob,
I've never seen this one before. Can you answer the following:
1) System type you are running on and the ethernet device you are
using. Include both the name and device type.
2) Are you running any other processes that use MOP (e.g. the ethernet AM)?
If so the listener will not run concurrently with these.
3) Are you running any other processes that allocate the ethernet device
with shared with default. If so the listener will not run concurrently
with these.
4) Is there anything in the file mcc_common:mcc_stm_errors.log? If so
post it.
Thanks,
Bob
|
2885.2 | Information Asked For per 2885.1 ... | BELMNT::BEAZLEY | | Wed Apr 29 1992 19:04 | 25 |
| Hi,
The information you asked for is listed below:
1) System specifications:
o System Type - VAX 8600
o Ethernet Device Type - DEUNA
o Ethernet Device Name - XEA0:
2) No MOP processes.
3) No processes allocating the ethernet device with shared with default.
4) The text from the error log is what I posted in 2885.0.
I hope this helps,
Bob
|
2885.3 | Same problem on XQA0 | CHILKA::JAGGI | | Thu Apr 30 1992 09:59 | 11 |
| Same problem,
system type uVax 3600
controller DELQA
Device name XQA0:
mcc_common:MCC_STM_ERRORS.LOG
04-30-1992 2:45:42 PM SYS$QIOW return status for starting port: 1
SYS$QIOW iosb condition for starting port: 28
04-30-1992 2:45:42 PM Fatal Error - Abnormal Termination of Listener.
Michel
|
2885.4 | Process Quotas Exceeded Error | QUIVER::HAROKOPUS | | Thu Apr 30 1992 13:45 | 18 |
|
.0 and .3
I've determined that the error you are seeing is SS$_EXQUOTA.
Can both of you do the following from the process that you tried to start the
listener and post the result here?
$show process/quota
Also the listener starts up a detached process so you need the DETACH priveledge
to run it so please check this.
Thanks,
Bob
|
2885.5 | ELAM Lan Autotopology Error V1.2.1.7 - Results per 2885.4 | BELMNT::BEAZLEY | | Thu Apr 30 1992 14:28 | 22 |
|
Hello again,
The account that I am starting the Spanning Tree Listener from
has detached privilege and the following are the process QUOTAS.
Process Quotas:
Account name: SYSOPS
CPU limit: Infinite Direct I/O limit: 200
Buffered I/O byte count quota: 100000 Buffered I/O limit: 500
Timer queue entry quota: 150 Open file quota: 150
Paging file quota: 248419 Subprocess quota: 5
Default page fault cluster: 64 AST quota: 98
Enqueue quota: 512 Shared file limit: 0
Max detached processes: 0 Max active jobs: 0
Thanks,
Bob
|
2885.6 | Problem fixed - patch available | QUIVER::HAROKOPUS | | Mon May 04 1992 11:00 | 20 |
|
This problem turned out to be insufficient quotas to run the listener
detached process. The STM listener used to run as a sub-process. This
has been changed to a detached process. In detached mode the process
inherits quotas from sysgen. This is not reliable.
In order to insure that the listener
process has sufficient quotas, I have modified the command procedure
that starts the listener to grant the needed quotas to the detached process.
If you are experiencing errors starting the listener you can get a patch
from:
QUIVER::DAYHAN::USER$WS:[DECMCC_ELM.FT_V12_UPDATE]MCC_STM_LISTENER_MENU.COM
Put this file into MCC_COMMON:MCC_STM_LISTENER_MENU.COM and you should be
all set.
Bob
|