Location.PCI.Slot

Defines the logical slot location of the board on the PCI bus.

Syntax

Location.PCI.Slot = slotnum

Access

Read/Write

Type

Integer

Default

0

Allowed values

0 - 255

Example

Location.PCI.Slot = 1

Details

Every PCI slot in the system is identified by a unique bus and slot number. A PCI board is specified in the system configuration file by specifying its bus and slot number.

A PCI board's address and interrupt is automatically set by the system. This statement along with Location.PCI.Bus assigns a board number to the physical board.

Use pciscan to determine the logical bus and slot assigned to the boards. For more information about this utility, refer to the NMS OAM System User's Manual.