Re: JMP> How to compile Job MIB with OpenView
Ron Bergman <rbergma@dpc.com> Wed, 01 July 1998 16:40 UTC
Delivery-Date: Wed, 01 Jul 1998 12:40:41 -0400
Return-Path: jmp-owner@pwg.org
Received: from cnri.reston.va.us (ns [132.151.1.1])
by ietf.org (8.8.5/8.8.7a) with ESMTP id MAA12644
for <ietf-archive@ietf.org>; Wed, 1 Jul 1998 12:40:40 -0400 (EDT)
Received: from lists.underscore.com (uscore-1.mv.com [199.125.85.30])
by cnri.reston.va.us (8.8.5/8.8.7a) with ESMTP id MAA16674
for <ietf-archive@cnri.reston.va.us>; Wed, 1 Jul 1998 12:42:59 -0400 (EDT)
Received: from localhost (daemon@localhost) by lists.underscore.com
(8.7.5/8.7.3) with SMTP id MAA07276 for <ietf-archive@cnri.reston.va.us>;
Wed, 1 Jul 1998 12:40:36 -0400 (EDT)
Received: by pwg.org (bulk_mailer v1.5); Wed, 1 Jul 1998 12:39:05 -0400
Received: (from daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) id
MAA07085 for jmp-outgoing; Wed, 1 Jul 1998 12:37:46 -0400 (EDT)
Date: Wed, 1 Jul 1998 09:22:30 -0700 (Pacific Daylight Time)
From: Ron Bergman <rbergma@dpc.com>
To: Stuart Rowley <Stuart.Rowley@kyocera.com>
cc: JMP@pwg.org
Subject: Re: JMP> How to compile Job MIB with OpenView
In-Reply-To: <0004D502.@kyocera.com>
Message-ID: <Pine.WNT.3.96.980701091550.121A-100000@rbergm.dpc.com>
X-X-Sender: rbergma@newmai.dpc.com
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: jmp-owner@pwg.org
Stuart,
When I tried to compile a private MIB on Open View it didn't understand
"enterprises". I had to add the following:
internet OBJECT IDENTIFIER ::= { iso org(3) dod(6) 1 }
private OBJECT IDENTIFIER ::= { internet 4 }
enterprises OBJECT IDENTIFIER ::= { private 1 }
I don't know if all are required, as I added all three lines and didn't
try to remove any after it was successful.
Note that I have a four year old version of Open View, so your results
may be different.
Good luck :-)
Ron Bergman
Dataproducts Corp.
On Wed, 1 Jul 1998, Stuart Rowley wrote:
> Job MIBers,
>
> How can the Job MIB be compiled with HP OpenView? In the MIB document on
> page 18 it says:
> "This MIB, like the Printer MIB, is written following the subset of SMIv2
> that can be supported by SMIv1 and SNMPv1 implementations."
> But while OpenView can compile the Printer MIB, it chokes on the Job MIB.
>
> Any ideas why OpenView will not compile the Job MIB?
>
> Thanks,
>
> Stuart
>
> ---------------------------------------------------------------------
> Stuart Rowley Kyocera Electronics, Inc.
> Network Product Development Mgr. 3675 Mt. Diablo Blvd. #105
> stuart.rowley@kyocera.com Lafayette, CA 94549
> 925 299-7206 Fax: 925 299-2489
> ---------------------------------------------------------------------
>
- JMP> How to compile Job MIB with OpenView Stuart Rowley
- Re: JMP> How to compile Job MIB with OpenView Ron Bergman