Using the SNMP MIB: IBM HTTP Server
System Administration IBM HTTP Server documentation
Pertains to UNIX users

Using the Simple Network Management Protocol Management Information Base: apScoreBoardGroup

This section provides information on the apScoreBoardGroup management information base (MIB). This information includes how to get the collection of objects that comprise this MIB, how to identify object availability, and associated notes Note:. Links to related information appear at the end of this section.

Getting the apScoreBoardProcessId Management Information Base object

Note: The Windows NT and Windows 2000 operating systems do not support this Management Information Base (MIB) object.

Get the entire Service table using WALK or GETNEXT 1.3.6.1.4.1.4.1.1.1.2

Get each individual process ID using GET for each object ID (OID), followed by the process count. The process count represents the number of IBM HTTP Server processes created. For example:

  • GET 1.3.6.1.4.1.4.1.1.1.2.1 - first process ID
  • GET 1.3.6.1.4.1.4.1.1.1.2.2 - second process ID
  • GET 1.3.6.1.4.1.4.1.1.1.2.3 - third process ID
  • GET 1.3.6.1.4.1.4.1.1.1.2.n - nth process ID

Object ID
Process ID
1.3.6.1.4.1.4.1.1.1.2.1
27610
1.3.6.1.4.1.4.1.1.1.2.2
19932
1.3.6.1.4.1.4.1.1.1.2.3
20190
1.3.6.1.4.1.4.1.1.1.2.4
24238
1.3.6.1.4.1.4.1.1.1.2.5
28630
1.3.6.1.4.1.4.1.1.1.2.6
27104
1.3.6.1.4.1.4.1.1.1.2.256
......

Pertains to UNIX users Pertains to Windows NT users Pertains to Windows 2000 users

Getting the apScoreBoardStatus Management Information Base object

Note: On the UNIX platform, the status code for each object ID represents each process status ID. On the Windows NT and Windows 2000 operating systems, the status code represents the status of each thread.

Get the entire Service table by using WALK or GETNEXT 1.3.6.1.4.1.4.1.1.1.3

Object ID
Status Code

1.3.6.1.4.1.4.1.1.1.3.1

2
1.3.6.1.4.1.4.1.1.1.3.2
2
1.3.6.1.4.1.4.1.1.1.3.3
2
1.3.6.1.4.1.4.1.1.1.3.4
2
1.3.6.1.4.1.4.1.1.1.3.5
5
1.3.6.1.4.1.4.1.1.1.3.6
5
1.3.6.1.4.1.4.1.1.1.3.256
......
Status Codes:

0 - Dead
1 - Starting
2 - Ready
3 - Read
4 - Write

5 - KeepAlive
6 - Log
7 - DNS
8 - Graceful


Identifying Management Information Base object availability status

The following MIB objects are not available:

  • apScoreBoardAccessBytes
  • apScoreBoardAccessCount
  • apScoreBoardClient
  • apScoreBoardRequest
  • apScoreBoardStartTime
  • apScoreBoardVirtualHost

 
Finding related information

     (Back to the top)