[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
5019.0. "Novell SNMP help needed urgently" by ADO75A::BOUCHER () Thu May 06 1993 22:32
Help, please,
I am trying to compile the following SNMP MIB's that have been obtained
from Novell (they use them in NetWare Services Manager), and am having
severe problems:
MIBII.MIB
NXPPLUS.MIB (successful after some hacking of the MIB, but not much
info is returned from a server)
NW2SNMP.MIB
The following is an extract from the various .LIS files that are
created and show the errors.
*********************************************************************
DECmcc MIB Translation Utility T1.1.0-A Page 1
Input: dka0:[mcc]mibii.mib; Output: mibii.ms, mibii_enum.ms
1 RFC1213-MIB DEFINITIONS ::= BEGIN
2
3 -- Extracted from RFC-1213
4
5 IMPORTS
6 mgmt, NetworkAddress, IpAddress, Counter, Gauge,
7 TimeTicks
8 FROM RFC1155-SMI
9 OBJECT-TYPE
10 FROM RFC-1212;
11
12 -- This MIB module uses the extended OBJECT-TYPE macro as
13 -- defined in [14];
14
15
16 -- MIB-II (same prefix as MIB-I)
17
18 mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
19
20 -- textual conventions
21
22 DisplayString ::=
23 OCTET STRING
24 -- This data type is used to model textual information taken
25 -- from the NVT ASCII character set. By convention, objects
26 -- with this syntax are declared as having
27 --
28 -- SIZE (0..255)
29
30 PhysAddress ::=
31 OCTET STRING
32 -- This data type is used to model media addresses. For many
33 -- types of media, this will be in a binary representation.
34 -- For example, an ethernet address would be represented as
35 -- a string of 6 octets.
36
37
38 -- groups in MIB-II
39
40 system OBJECT IDENTIFIER ::= { mib-2 1 }
41
42 interfaces OBJECT IDENTIFIER ::= { mib-2 2 }
Parent object mib_2 not found
**************************************************************
Next is a copy of the error message generated for NW2SNMP.MIB
***************************************************************
DECmcc MIB Translation Utility T1.1.0-A Page 1
Input: dka0:[mcc]nw2snmp.mib; Output: nw2snmp.ms, nw2snmp_enum.ms
1
2 NetWare-Generic-Agent-Alerts-MIB DEFINITIONS ::= BEGIN
3
4 -- IMPORT
5 -- enterprise
6 -- FROM RFC1065-SMI
7 -- TRAP-TYPE
8 -- FROM RFC1215
9 -- OBJECT-TYPE
10 -- FROM RFC1212;
11
12 novell OBJECT IDENTIFIER ::= { enterprises 23 }
13
14 productType OBJECT IDENTIFIER ::= { novell 1 }
15 mibDoc OBJECT IDENTIFIER ::= { novell 2 }
16
17 netware-MIB OBJECT IDENTIFIER ::= { productType 4 }
18 netware-GA-alert-mib OBJECT IDENTIFIER ::= { mibDoc 8 }
19
20
21 -- Traps
22
23
24 serverUp TRAP-TYPE
25 ENTERPRISE netware-GA-alert-mib
26 VARIABLES {
27 osName, osLoc, tiTrapTime, tiEventValue,
28 tiEventSeverity
29 }
30 DESCRIPTION
31 "This Netware server is operational."
32 --#TYPE "Server up"
33 --#SUMMARY "%s server is up"
34 --#ARGUMENTS {0}
35 --#SEVERITY INFORMATIONAL
36 --#TIMEINDEX 2
37 --#HELP "nmm.hlp"
38 --#HELPTAG 64586
39 --#STATE OPERATIONAL
40 ::= 1
Variable osName in trap defn. serverUp not previously defined
************************************************
A copy of the MIB's themselves, including all associated files can be
found in:
ADOWS1::disk$disk2:[temp]snmp_mib.bck
ADOWS1 (address 59.427)
Configuration:
DECmcc BMS V1.3.0
VMS V5.5-2
Any help would be greatly appreciated, as the customer is extremely
keen to use DECmcc to manage his Novell servers, and our Sales guys are
equally keen to see the bak end of NSM in the site.
Reece Boucher
Adelaide, Australia
T.R | Title | User | Personal Name | Date | Lines |
---|
5019.1 | | MOLAR::YAHEY::BOSE | | Fri May 07 1993 10:54 | 7 |
|
Firstly, MIB II is preloaded in the DECmcc dictionary. So do not
try to translate it and load into the dictionary. Mail the NW2SNMP.MIB
mib to MOLAR::BOSE and I will correct it and send it back to you.
(The variable 'osName' has probably been misspelled.)
Rahul.
|