| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
%MCC-E-PROTOCOLINUSE, when NET$MOP process is running.
Following configuration: DECmcc station with VMS V6.0 and DECnet/OSI V5.7
I'm unable to use the Ethernet Access Module if the NET$MOP process
is running.
If I want to access an already registered station, DECmcc will hang for a
long time and produces the following error.
MCC> sho station w all attr
Station LOCAL_NS:.w
AT 6-APR-1994 09:54:11 All Attributes
The requested operation cannot be completed
MCC Routine Error = %MCC-E-PROTOCOLINUSE, protocol is in
use and not available.
Location = -- Attribute Not Available
Implementation Desc = -- Attribute Not Available
Responsible Person = -- Attribute Not Available
Phone Number = -- Attribute Not Available
MAIL Account = -- Attribute Not Available
Remarks = -- Attribute Not Available
Text File = -- Attribute Not Available
If the NET$MOP process is stopped then everything works well.
So, what do I have to do to run NET$MOP and DECmcc at the same time on the
same system?
-- Ton
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 5933.1 | The protocol is indeed "in use" | AZUR::ANTEUNIS | Lost Software Rescue Team | Wed Apr 06 1994 06:06 | 9 |
What You are facing is that there are 2 consumers of the same protocol. You need to interpret the word protocol as the value found in the ethernet packet's protocol field. What happens is that the NET$MOP process tells the ethernet controller: "give me all packets with protocl == nnn". Then MCC comes along, and it says the same thing. So the Ethernet controller anwers "protocol already in use" Dirk. | |||||
| 5933.2 | No can do... | BIKINI::KRAUSE | European NewProductEngineer for MCC | Thu Apr 07 1994 04:25 | 4 |
And the bottom line is: you can't run both on the same machine. I believe this restriction is documented somewhere (release notes?). *Robert | |||||