snmpXwbemd(1M)




NAME

     snmpXwbemd - SNMP Adapter Subagent for WBEM


SYNOPSIS

     /usr/sadm/lib/wbem/snmpXwbemd [-d] [-h] [-p port]


DESCRIPTION

     The snmpXwbemd daemon is a subagent in the Web-Based  Enter-
     prise Management (WBEM) services package.

     This daemon maps  the  Simple  Network  Management  Protocol
     (SNMP)  requests forwarded by the Solstice Enterprise Agents
     (SEA) Master Agent snmpdx(1M) into one  or  more  equivalent
     WBEM   Common   Information   Model   (CIM)  properties  and
     instances. Further, it remaps  the  response  from  the  CIM
     Object Manager into a SNMP response, which it passes back to
     snmpdx(1M).

     A mapping file contains the corresponding Object  Identifier
     (OID),  class name, property name, and Abstract Syntax Nota-
     tion 1 (ASN.1) type for each object.  You  can  also  create
     your own mapping file.


OPTIONS

     The following options are supported:

     -d    Displays all debug information.

     -h    Displays help by printing  the  correct  command  line
           usage.

     -p    Specifies the port number to use.


OPERANDS

     The following operand is supported:

     port  Specifies the port number you want to use.


EXAMPLES

     Example 1: An Example of a 050SUNWwbcou.map File

     This mapping file that Sun  Microsystems  provides  contains
     definitions of objects, in this format:

     #
     #pragma ident    "@(#)050SUNWwbcou.map    1.0    01/04/03 SMI"
     #
     # Copyright (c) 2001 by Sun Microsystems, Inc.
     # All rights reserved.
     #
     # *** Description of contents ***
     #
     # First non-commented non-blank line contains required Version label.
     # Remaining non-commented non-blank lines are considered map entries
     # used as described below:
     #
     # Column 1 - SNMP OID - Uniquely describes an SNMP variable
     # Column 2 - CIM Class Name - CIM class associated with this variable
     # Column 3 - CIM Property Name - CIM property that maps to SNMP OID variable
     # Column 4 - ASN.1 type - SNMP datatype that dictates how data is mapped
     #            to/from SNMP requests.  Supported types are: SnmpString, SnmpOid,
     #            SnmpTimeticks, SnmpCounter, SnmpInt, SnmpGauge, SnmpIpAddress,
     #            SnmpOpaque)
     # Column 5 and greater are ignored
     #
     Version 1.0

     1.3.6.1.2.1.1.1.0 Solaris_ComputerSystem Description SnmpString
     1.3.6.1.2.1.1.3.0 Solaris_OperatingSystem LastBootUpTime SnmpTimeticks
     1.3.6.1.2.1.1.4.0 Solaris_ComputerSystem PrimaryOwnerContact SnmpString
     1.3.6.1.2.1.1.5.0 Solaris_ComputerSystem Name SnmpString

     1.3.6.1.2.1.25.1.5.0 Solaris_OperatingSystem NumberOfUsers SnmpGauge
     1.3.6.1.2.1.25.1.6.0 Solaris_OperatingSystem NumberOfProcesses SnmpGauge
     1.3.6.1.2.1.25.1.7.0 Solaris_OperatingSystem MaxNumberOfProcesses SnmpGauge
     1.3.6.1.2.1.25.1.2.0 Solaris_OperatingSystem LocalDateTime SnmpString

     Each definition of an object in this file contains  an  OID,
     its corresponding CIM class name, its corresponding CIM pro-
     perty name, and its corresponding ASN.1 type. Each of  these
     elements is separated by a space character.


FILES

     /var/sadm/wbem/snmp/map/050SUNWwbcou.map
           The SNMP Adapter Subagent for WBEM MIB-2 mapping  file
           that  Sun  Microsystems provides contains SNMP Manage-
           ment Information Base (MIB) definitions  for  the  CIM
           instrumentation that SNMP manages.


EXIT STATUS

     The following exit values are returned:

     0     Successful completion.

     1     An error occurred.


ATTRIBUTES

     See attributes(5) for descriptions of the  following  attri-
     butes.

     ____________________________________________________________
    | ATTRIBUTE TYPE              | ATTRIBUTE VALUE             |
    |_____________________________|_____________________________|
    | Availability                | SUNWwbcou                   |
    |_____________________________|_____________________________|
    | CSI                         | Enabled                     |
    |_____________________________|_____________________________|
    | Interface Stability         | Evolving                    |
    |_____________________________|_____________________________|
    | MT-Level                    | Safe                        |
    |_____________________________|_____________________________|


SEE ALSO

     snmpdx(1M), attributes(5)


Man(1) output converted with man2html