The OAM API system configuration files reference all of the boards in your system. System configuration files are typically named oamsys.cfg and are located in the \nms\oam\cfg directory (/opt/nms/oam/cfg for UNIX). When you start oamsys, it looks for a system configuration file named oamsys.cfg.
The following table describes the board-specific information included in system configuration files:
Keyword |
Description |
---|---|
[name] |
Name of the board to be used to refer to the board in the software. The board name must be unique. |
Product |
Name of the board product: CG_6060 or CG_6060_4. |
Number |
Board number you use in the Natural Access application to refer to the board. |
Bus |
PCI bus number. The bus:slot location for each board must be unique. Obtain with pciscan. |
Slot |
PCI slot number. The bus:slot location for each board must be unique. Obtain with pciscan. |
File |
Name of the board keyword file containing settings for the board. Several board keyword files are installed with the CG software. |
Refer to the Dialogic® NaturalAccess™ OAM System Developer’s Manual for specific information about the syntax and structure of the system configuration file.
The following system configuration file provides configuration information for several CG 6060 boards on a particular chassis. Each board has a separate section delimited by a unique user-defined board name (in square brackets).
Modify the Bus and Slot values appropriately for each board to match your chassis configuration. If necessary, add new entries for additional boards.
[CG6060PCI]
Product = CG_6060
Number = 0
Bus = 1
Slot = 7
File = c6060nocc.cfg
#------------------------------------------------------
# Uncomment the following section to boot another board
#-------------------------------------------------------
#[BoardName1]
# Product = CG_6060
# Number = 1
# Bus = 2
# Slot = 14
# File = c6060nocc.cfg