[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

4607.0. "MCC (T1.3.0) ULTRIX V4.3 export problem" by GOYA::MERINO (Angel Garc�a - NSC Madrid Spain) Thu Feb 25 1993 06:35

    I am trying to configure the reports pakage for DECmcc (T1.3.0) on
    ULTRIX V4.3 (Rev. 44) and I am getting the statistics tables empty. I
    am using Ingres 6.4/03 (ds3.ulx/00).
    
    Doing an mcc show exporting all entities show:
    Exporting state = ACTIVE
    Number of successful polls = 15
    Number of failed polls = 0
    
    isql mcc_export_rdb
    
    select * from mcc_snmp_interface_13
    (0 rows)
    
    select * from mcc_node4_line_13
    (30 rows) but the statistic fields are empty
    
    select * from mcc_node4_circuit_13
    (30 rows) but the statistic fields are empty
    
    select * from mcc_node_13
    (0 rows)
    
    select * from mcc_node_csmac_stati_13
    (0 rows)
    
    select * from mcc_node_routi_circu_13
    (0 rows)
    
    Any idea?
    
    Many thanks for answers.
    Angel
T.RTitleUserPersonal
Name
DateLines
4607.1TOOK::SHMUYLOVICHThu Feb 25 1993 15:3556
	It looks like you have two different problems. In order to identify 
        them I need some additional information(please, send it to me 
        (TOOK::SHMUYLOVICH) or post it here):

	Problem #1:

           select * from mcc_node4_line_13
	    (30 rows) but the statistic fields are empty
    
	   select * from mcc_node4_circuit_13
	    (30 rows) but the statistic fields are empty
    
           Please, do:

	   a. select time_stamp,time_statistics,exp_export_time,
                     mcc_export_poll_status, mcc_cvr_statistics,
		     mcc_cvr1_statistics from mcc_node4_line_13
           b. select time_stamp,time_identifiers,exp_export_time,
                     mcc_export_poll_status, mcc_cvr_identifiers,
                     mcc_cvr1_identifiers from mcc_node4_line_1

	   c. the same information from mcc_node4_circuit_13 and
              mcc_node4_circuit_1 tables


	Problem #2:

           select * from mcc_snmp_interface_13
               (0 rows)

           select * from mcc_node_13
               (0 rows)
               
           select * from mcc_node_csmac_stati_13
               (0 rows)
               
           select * from mcc_node_routi_circu_13
               (0 rows)

           a. Do you have information in the following tables:
	            - mcc_snmp_interface_13;
		    - mcc_node_13;
		    - mcc_node_csmacd_stati_1;
		    - mcc_node_routin_circu_1 ?
	      I'm interested in the same columns as in 1.b

           b. Please, do "Show Exporting" for these entities.
              By the way, how many entities are you exporting? 
	      What is an export period?

           c. Did you try "Show ... All Statistics" for this entities?
	      If yes what is the result?

       SAm
    
4607.2Performance Analyzer problem?GOYA::MERINOAngel Garc�a - NSC Madrid SpainTue Mar 02 1993 02:489
Sorry for being so late with my reply.

When I do the command 'show snmp .es.cica.cisca1 all statistics' I get my
terminal blocked and I did not get any answer. I think that this the cause
of my problem. The same for node4 and node entities.

Many thanks for your answer,
Angel.
    
4607.3TOOK::SHMUYLOVICHTue Mar 02 1993 14:3814

>When I do the command 'show snmp .es.cica.cisca1 all statistics' I get my
>terminal blocked and I did not get any answer.

 Did you wait long enough? The default duration for statistics is 1 min.
 
 You can specify shorter duration in the Show command, for example:

 "show snmp .es.cica.cisca1 all statistics, for duration 00:00:15" - 15 seconds

    SAm 
    
    
4607.4Yes!GOYA::MERINOAngel Garc�a - NSC Madrid SpainWed Mar 03 1993 09:581
    Yes I wait long enough.
4607.5More infoGOYA::MERINOAngel Garc�a - NSC Madrid SpainThu Mar 04 1993 04:4622
    If I start from a clean situation (no mcc process before running
    manage) I can do:
    
    MCC> test mcc 0 pa
    MCC 0 PA
    AT 1993-03-04-10:31:02.660
    
    Test Successful
    
    But, if I start the pa with a statistics command I cannot get a
    successful test of the PA FM:
    
    MCC> show node .es.cica.dna.ulises all statistics, for duration 0:0:15
    MCC> <^C> (as the command does not finish)
    MCC> test mcc 0 pa (no answer, terminal blocked)
    MCC> <^C>
    
    I have to kill the mcc_pa_fm process to run successfully the test mcc 0
    pa.
    
    Any ideas?
    Angel.