os_mibs(8) System Manager's Manual os_mibs(8)NAME
os_mibs - Tru64 UNIX extensible SNMP subagent daemon
SYNOPSIS
/usr/sbin/os_mibs
DESCRIPTION
The os_mibs daemon is a subagent that implements the standard MIB support for Tru64 UNIX. It currently supports MIB II, the FDDI MIB, the
Token Ring MIB, Host Resources MIB, and the Ethernet-like Interfaces MIB.
This daemon is started and stopped automatically and in conjunction with the SNMP master agent snmpd; no configuration or user action is
required. Unexpected conditions when servicing requests for these MIBs are logged using the syslog function.
For Host Resources MIB information, see Network Administration.
For information about building subagents and extensible SNMP support, see the Network Programmer's Guide.
FILES
The system daemon log file. Where (date is the date).
SEE ALSO
Commands: snmpd(8), snmp_request(8)
Functions: syslog(3)
RFC 1213, MIB II
RFC 1231, IEE 802.5 Token Ring MIB
RFC 1285, FDDI MIB
RFC 1514, Host Resources MIB
RFC 2011, SNMPv2 MIB for the Internet Protocol using SMIv2
RFC 2012, SNMPv2 MIB for the Transmission Control Protocol using SMIv2
RFC 2013, SNMPv2 MIB for the User Datagram Protocol using SMIv2
RFC 2358, Definitions of Managed Objects for the Ethernet-like Interface Types
os_mibs(8)
Check Out this Related Man Page
pmgrd(8) System Manager's Manual pmgrd(8)NAME
pmgrd - The Performance Manager metrics server daemon
SYNOPSIS
/usr/sbin/pmgrd
DESCRIPTION
The Performance Manager (PM) metrics server (pmgrd) is a UNIX daemon process that provides general UNIX performance metrics on request.
The pmgrd metrics server supports the extensible SNMP agent mechanism (eSNMP). The pmgrd metrics server is a subagent that runs by default
whenever the SNMP agent is started.
The pmgrd metrics server also listens for SNMP requests on a private UDP port. The private port accepts SNMPv1 requests, and supports the
SNMPv2 GET-BULK request for efficient bulk data transfer (using noAuth/noPriv security). The pmgr and getbulk programs require this capa-
bility.
The MIB (management information base) variables implemented by the pmgrd metrics server are described at this location: /usr/share/sys-
man/mibs/pm.mib.
The getone, getmany, getbulk, and gettab UNIX commands issue SNMP requests. You can use these commands to communicate directly with the
pmgrd metrics server if you set the environment variable PMGR_SNMP_PORT.
FILES
The metrics server daemon. The MIB file for the pmgrd daemon. messages generated by the pmgrd are logged to this file.
SEE ALSO
Commands: getone(1), getmany(1), getbulk(1), and gettab(1).
Performance Manager User's Guide
pmgrd(8)
Hi everybody,
I have some difficulties to use awk with the right options (as always): i have for example 3 fields:
IF-MIB::ifIndex.1
IF-MIB::ifIndex.2
IF-MIB::ifIndex.3
i want to use "while" to access to these records one by one
so i wrote this script but it didn t return the right value:... (2 Replies)
Hi,
I need help to discovery the correct MIB to monitoring CPU, Memory and Hard Disc in Unix. I get any MIB in the internet, but donīt work. Anybody help-me?
Thanks.
Marcio Dunder Perin (2 Replies)
Hello ,
I am using (Application Manager 7) software for monitoring. I want to add the servers to monitored using SNMP but it shows this error
HOST-RESOURCES-MIB is not implemented in the Snmp Agent.
your help is highly appreciated ..... :) (4 Replies)
I was setting up snmpd on a Solaris 8 server and needed more than the standard mibs, so I installed net-snmp so I could get the UCD-SNMP-MIB. I did not know another way, but I am able to monitor what I need.
I would like to know if I could import the UCD-SNMP_MIB into the existing... (0 Replies)
:confused: :confused:
I have a subagent that registers to snmpd on Solaris 8. One of the queries this subagent handles can take an exceptionally long time (it can be on the order of ~30 seconds).
When this query is sent to the processor via SNMP, the subagent is being dropped from the... (1 Reply)
Hi,
I have a UNIX WS with four Network Interface Cards configured for a special scenario.
Ethernet Interfaces - bge0, bge1, bge2 & bge3.
bge3 is isolated from the whole IP world, not connected to the network, but only connected to bge1.
If there is a broadcast message from bge1, will it... (5 Replies)
hi guys,
actually am experiencing an big issue.. while compiling MIBs ''RFC 1213 and Host-Resources-MIB'' on my solaris server version 9 ... i got object errors!! :(. i used a software that can monitor network devices, but unfortunately it can not polled information from my solaris 9 because... (1 Reply)
Hi All,
In Ultra 10 at time system is not displaying value for Ethernet address and Host ID.
Also, when i am trying to change the value of environment variables i am getting below message and value is not changing
Thanks (4 Replies)
The company I work for has various AIX servers that I've recently migrated to AIX 7.1 (from 6.1). Some are powerHA clusters some are not. Likewise, the systems engineer that I replaced had net-snmp installed on said clustered systems. Long story short I am re-invoking AIX's native SNMP (v3) for... (1 Reply)
I am trying to become more fluent with the interworking of bash and minimize the number of external calls.
Sample Data. This will be the response of the snmp query.
SNMPv2-MIB::sysName.0 = STRING: SomeHostName
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.1745... (5 Replies)