[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

1734.0. "Phase V Exporting" by MAYDAY::ANDRADE (The sentinel (.)(.)) Tue Oct 29 1991 08:53

    
    I have been *unable* to EXPORT phase V counter data for later REPORT 
    generation. Even though I can show the counters without much trouble 
    (as shown in the attached LOG 3).

What happens, is that when I start exporting with the following command

"EXPORT NODE .dna_node.msrv23 routing cir ddcmp-0 EXPORT T SYS$LOGIN:EUR_V.RDB"

It looks like it is working, the export state is ACTIVE (as shown in the 
attached LOG 1). But at the next polling event, something happens that causes
the export state to become SUSPENDED (as shown in the attached LOG 2). Thus 
stopping everything, I can RESUME exporting but one polling period later it 
SUSPENDS itself once again.

Regards,	Gil



				LOG 1
				=====

DECmcc (V1.1.0)

Node MAYDAY_NS:.dna_node.msrv23 Routing Circuit ddcmp-0 
AT 28-OCT-1991 17:16:34 

Exporting parameters are:
                        Exporting state = ACTIVE,
                            State since = 28-OCT-1991 16:44:00.81,
                          Export period = 0 01:00:00.00,
                             Begin time = 16-OCT-1991 16:26:57.14,
                               End time = 25-MAY-2012 00:00:00.00,
                          Export target = "SYS$LOGIN:EUR_V.RDB",
                           Request time = 16-OCT-1991 16:26:57.14,
                           Requested by = "MCC",
           Time of last successful poll = "NONE",
             Number of successful polls = 0,
               Time of last failed poll = "NONE",
               Last poll failure reason = "N/A",
                 Number of failed polls = 0,
                       Last export time = "NONE",
            Time of last export failure = "NONE",
             Last export failure reason = "N/A",
              Number of export failures = 0,
                          Sequence name = "EXPORT",
                Initial sequence number = 0,
                Current sequence number = 0



				LOG 2
				=====

DECmcc (V1.1.0)

Node MAYDAY_NS:.dna_node.msrv23 Routing Circuit ddcmp-0 
AT 29-OCT-1991 09:30:34 

Exporting parameters are:
                        Exporting state = SUSPENDED,
                            State since = 28-OCT-1991 16:44:10.96,
                          Export period = 0 01:00:00.00,
                             Begin time = 16-OCT-1991 16:26:57.14,
                               End time = 25-MAY-2012 00:00:00.00,
                          Export target = "SYS$LOGIN:EUR_V.RDB",
                           Request time = 16-OCT-1991 16:26:57.14,
                           Requested by = "MCC",
           Time of last successful poll = "NONE",
             Number of successful polls = 0,
               Time of last failed poll = "NONE",
               Last poll failure reason = "N/A",
                 Number of failed polls = 0,
                       Last export time = "NONE",
            Time of last export failure = "NONE",
             Last export failure reason = "N/A",
              Number of export failures = 0,
                          Sequence name = "EXPORT",
                Initial sequence number = 0,
                Current sequence number = 0


    
    				LOG 3
    				=====
DECmcc (V1.1.0)


SHOW NODE .dna_node.msrv23 routing cir ddcmp-0 all counters

Node MAYDAY_NS:.dna_node.msrv23 Routing Circuit ddcmp-0 
AT 29-OCT-1991 14:48:26 Counters

Examination of attributes shows:
                     Data PDUs Received = 55518101
                    Data PDUs Forwarded = 50268749
                   Data PDUs Fragmented = 0
                  Data PDUs Transmitted = 50268749
                    Congestion Discards = 432
          Segmentation Failure Discards = 0
                        Circuit Changes = 1
             Changes in Adjacency State = 5
                Initialization Failures = 0
                   Verification Rejects = 0
                   Rejected Adjacencies = 0
                Corrupted LSPs Received = 0
                      Control PDUs Sent = 415761
                  Control PDUs Received = 404277

%MCC-E-NOENTITY,  no corresponding entity instance exists 

T.RTitleUserPersonal
Name
DateLines
1734.1check data dictionaryTOOK::SHMUYLOVICHTue Oct 29 1991 16:1238

	The log3 shows that the data dictionary you are using is incomplete  
  for class node subclass Routing subclass Circuit.
	The message "%MCC-E-NOENTITY,  no corresponding entity instance exists"
  indicates that Show returns an extra argument which can not be found among
  node Routing Circuit attributes.

	To be sure that this is correct you can do the following:

		1. Set up logical MCC_FCL_PM_LOG 8 and do SHOW....
		   It will print on the screen p_out,where you will see
		   all attribute codes.

		2. Using DAP utility look at attributes of the
		   node Routing Circuit class.
		   > MANAGE/TOOL/DICT
		   DAP> show class node subclass Routing subclass Circuit

		3. Try to compare attributes codes from p_out and attributes
		   codes from data dictionary. At least one will be missing.
		   If you are not familiar with ILV encoded presentation and/or
		   with DAP utility, please, send the result of 1 and 2 to me
		   (TOOK::SHMUYLOVICH) or post them here as a reply.

	In V1.1 Exporter FM is very sensitive to the information in the data 
   dictionary. If Show returns an extra argument or if an argument has a 
   illegal data type (different from the data dictionary) exporting request
   is suspended. In V1.2 in such situation only "bad" argument will be ignored.

	When the "bad" argument(s) is detected we can try to fix your data
   dictionary.

   BTW, you should check Show directive for ALL PARTITIONS because a "bad"
   attribute in ANY partition can force exporting request to be suspended.

	Sam