Board information retrieval functions

Use the following functions to look up the name of a board:

Function

Synchronous/
Asynchronous

Description

oamBoardEnum

Synchronous

Lists the names of all boards that exist as managed objects.

oamBoardLookupByBusSlot

Synchronous

Looks up a board by its PCI bus and slot and returns its name.

oamBoardLookupByDriverIDs

Synchronous

Looks up an AG board or a CG board by its driver ID information, and returns its name.

oamBoardLookupByMACAddress

Synchronous

Looks up a board by one of the MAC addresses of its Ethernet chips and returns its name.

oamBoardLookupByNumber

Synchronous

Looks up a board by its board number and returns its name.

oamBoardLookupByProduct

Synchronous

Given a product type, returns the board name of the first board of that product type listed in the NMS OAM database.

oamBoardLookupBySerialNumber

Synchronous

Looks up a board by its serial number and returns its name.

oamBoardLookupByShelfSlot

Synchronous

Looks up a board by its shelf and slot number and returns its name. CompactPCI CG boards in PICMG 2.1-compliant chassis only.


Once the name of the board is determined, use the following functions to retrieve other types of information about the board:

Function

Synchronous/
Asynchronous

Description

oamBoardGetBusSlot

Synchronous

Returns a board's PCI bus.

oamBoardGetDriverIDs

Synchronous

Returns an AG or CG board's driver ID information.

oamBoardGetMACAddress

Synchronous

Returns a board's primary MAC address.

oamBoardGetNumber

Synchronous

Returns a board's board number.

oamBoardGetProduct

Synchronous

Returns a board's product type.

oamBoardGetSerialNumber

Synchronous

Returns a board's serial number.

oamBoardGetShelfSlot

Synchronous

Returns a board's shelf and slot number. CompactPCI CG boards in PICMG 2.1-compliant chassis only.

oamBoardGetStatus

Synchronous

Returns a board's status.