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

Conference irocz::terminal_servers

Title:Terminal Servers
Notice:See Note 2 for Directory of important notes. Please use keywords.
Moderator:LAVC::CAHILLON
Created:Tue May 14 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3547
Total number of notes:12300

3406.0. "unable to compile accounting mib (servev10.txt)" by KERNEL::FREKES (Like a thief in the night) Mon Jan 20 1997 12:58

T.RTitleUserPersonal
Name
DateLines
3406.1IROCZ::D_NELSONDave Nelson LKG1-3/A11 226-5358Mon Jan 20 1997 14:3319
3406.2Which kits should he be looking in?KERNEL::FREKESLike a thief in the nightMon Jan 20 1997 15:0612
3406.3IROCZ::D_NELSONDave Nelson LKG1-3/A11 226-5358Mon Jan 20 1997 15:5718
3406.4on the web, or for a fee?KERNEL::FREKESLike a thief in the nightMon Jan 20 1997 16:135
3406.5IROCZ::D_NELSONDave Nelson LKG1-3/A11 226-5358Mon Jan 20 1997 17:4817
3406.6SolutionPLACEK::DANIELEWSKITue Apr 08 1997 10:5035
    Recently I came across the same problem as in .0 both for
    server10.mib and MIB file from DNAS 2.0: it would not compile
    under NetView. My recipe:
    
    1. Add sysUpTime to imports FROM RFC1213-MIB list (not needed
       for NetView (?))
    2. Add enterprises to imports FROM RFC1155-SMI
    3. Add the following in the IMPORTS section:
         TRAP-TYPE FROM RFC-1215
       (again, not needed for NetView (?)) 
    4. Delete lines defining "private" and "dec" values (they are wrong !),
       add instead the following line:
         dec OBJECT IDENTIFIER { enterprises 36 }
    5. Add curly brackets around values in the DEFVAL lines, e.g:
         DEFVAL { disable }
       instead of 
         DEFVAL disable
    6. In server10.mib file change some strings containing acceEntry...
       to acctEntry (there is a misprint).
    7. You may change strings "mib-extensions-1" to "decMIBextension"
       if you want to be compatible with Hub900 mibs naming.
    
    After these changes I managed to compile successfully the mibs
    using the SMIC compiler, which seems to be more demanding than
    the MIB compiler in NetView.
    
    BTW, there seem to be errors in IPX-MIB implementation in DNAS 2.0
    and in the survival guide. The Novell IPX MIB start there with 
      iso(1).org(3).dod(6).internet(1).private(4).23
    instead of
      iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).novell(23)
    
    Wlodek,
    NSIS, Warsaw.