[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

707.0. "CAN'T REGISTER STATIONS" by ETHO1::MCCARTHY () Mon Feb 11 1991 15:40

    
    I cannot register a node into my domain, this is the error I get
    
    	The requested operation cannot be completed
                          MCC Routine Error = %MCC-E-NOTFOUND,  unsupported
                                              combination of verb, entity,
                                              partition
    
    
    	I get the same error when trying to add a bridge, any ideas ???
    
    
    	Joe
T.RTitleUserPersonal
Name
DateLines
707.1Bridge|Ethernet AM not enrolled?CHRISB::BRIENENDECmcc Bridge|Station Management.Mon Feb 11 1991 15:5316
This error typically occurs (for us, anyway) when the Access Module or
Control FM or Registration FM is not enrolled.

Could be that the installation of DECmcc did not complete.

Try the following commands to verify the AM got enrolled:

	TEST MCC 0 ETHERNET
	TEST MCC 0 BRIDGE
	TEST MCC 0 CONTROL
	TEST MCC 0 CONFIG

If not, manually enroll them (or better yet, run the .COM file that does the
enrolling for you)...

					Chris Brienen
707.2ETHO1::MCCARTHYMon Feb 11 1991 15:565
    
    The CONTROL and CONFIG tested OK but the ETHERNET and BRIDGE did not
    
    
    	Joe
707.3Do you have DECmcc BMS Installed???CHRISB::BRIENENDECmcc Bridge|Station Management.Mon Feb 11 1991 16:2910
Are you sure you installed the DECmcc BMS kit?

If you installed the Director kit (DECmcc DIR), you would basically get
DECmcc with NODE and NODE4, but you would NOT get:

			BRIDGE AM
			ETHERNET (STATION) AM
			ALARMS FM

						Chris Brienen
707.4ETHO1::MCCARTHYTue Feb 12 1991 09:2216
    
    
    These are the savesets that I installed
    MCCBMST011;A
    	       B
    	       C
    	       D
    MCCTKT011;A
    	      B
     	      C
    
    
    The installation completed successfully so I believe I have what I
    need.
    
    Joe
707.5Try this.TOOK::GUERTINE = mccTue Feb 12 1991 11:5716
    RE:-.1
    
    If that is the case, you should try:
    
    $ @SYS$STARTUP:MCC_STARTUP_DIR ENROLL
    $ @SYS$STARTUP:MCC_STARTUP_BMS ENROLL
    
    From a privileged account.
    
    If it succeeds, then you have enrolled all DIR and BMS components.
    
    If you still cannot find Ethernet Station or Bridge, then you probably
    missed something (installing on one cluster member, and running on
    another, something like that).
    
    -Matt.
707.6check logicals as wellGOSTE::CALLANDERTue Feb 12 1991 17:139
    
    Was this an upgrade installation? Some times I have seen cases where
    dispatch tables have been placed in the mcc_specific directory and
    new ones in mcc_common..this can confuse things. You might just
    want to check your definition of the mcc_specific, mcc_common, and
    mcc_system logicals to verify that they point to the correct location
    (based upon how you answered the installation questions).