[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

3081.0. "Spider Mib does not compile !" by HOO78C::TURHAN () Tue May 26 1992 18:03

    
    Hi,
    
    I've been busy in trying to compile the latest private mib for the
    Spider-probe. Unfortunately it fails with the log shown below.
    
    Basicly it complains about the object "enterprises" being not found.
    When I try to define it explicitly, then it complains that the parent
    for enterprises cannot be private.
    
    Prompt help on this will be very much appreciated.
    
    I am not enclosing the log here due to its size, but you can look at it
    from 
    
           hlmcc1::b235.lis
    
    
    Regards,
    
    Tankut
    (dtn: 838-2441)
    
    P.S. I checked it with the Spider tech. Supp. and they seem to be quite
    confident that their mib is o.k.
     
T.RTitleUserPersonal
Name
DateLines
3081.1Spider + rmon + Spider = translator problems.DANZO::CARRTue May 26 1992 20:1522
Tankut,

	I had a look at the list file (hlmcc1::b235.lis).  What you've got
is the spider mib with the rmon mib stuck in the middle.  This won't work.

Ask spider if they have a version of their mib that doesn't include the
rmon mib.  If they don't, then edit the mib, delete everything from line

13	-- This file included so that products can include MIB groups

to line5

3358			::= { logEntry 4}

	This will get rid all of the rmon stuff.  You should then be able
to add both the rmon mib (mcc_common:rmon_std_mibdef.txt or 
/usr/mcc/mccsystem/rmon_std_mibdef.txt) and the spider mib separately.

Hope this helps,

	Dan

3081.2It works when separatedHOO78C::TURHANWed May 27 1992 09:136
    
    Hi Dan,
    
    Thanks for the answer. It works that way.
    
    Tankut