|
Option
|
Description
|
|---|
|
-?
|
Causes oamcfg to display its help screen, and terminate.
|
|
-b brdno
|
Specifies the board number of the board to perform the specified operation(s) for. If this option, and the -l and -n options are omitted, the specified operation(s) are performed for all board managed components.
You can use this option to change the board number of the board managed component. For details, see Section 6.3.6.
|
|
-c product
|
Creates a managed object for the specified board type product. Also creates a record in the OAM configuration database for the board, containing basic board ID information.
product is the product string for the board type.
If product is:
?
... oamcfg displays a list of all product types supported by the installed plug-ins, in alphabetical order, and then terminates.
If product is:
" "
... oamcfg chooses the first product name in this list.
|
|
-d
|
Deletes the managed object(s) for the specified board(s). Also deletes the record(s) for the board(s) from the OAM configuration database.
|
|
-f cfgfile
|
Adds the information from keyword file cfgfile to the database record(s) for the specified managed object(s). This option can appear more than once on a command line, to load multiple files.
Statements in the keyword file override information already in the record.
Note: oamcfg is designed to parse keyword files, not system configuration files such as those that oamsys takes as input. Also, oamcfg cannot parse AG configuration files designed for agmon.
|
|
-h
|
Causes oamcfg to display its help screen, and terminate.
|
|
-i
|
Used with the -p, -s, and -t options. Causes oamcfg to return immediately. By default, oamcfg does not return until it receives indications that its operations have completed (successfully or not). Use the -i option if you wish to avoid this and return immediately.
|
|
-k keyword=value
|
Sets keyword keyword to value value in the database record for the specified managed object. This option can appear more than once on a command line, to set multiple keywords.
|
|
-l bus:slot
|
Specifies the location (PCI bus and slot) of the board to perform the specified operation(s) for. If this option, and the -b and -n options are omitted, the specified operation(s) are performed for all board managed objects.
You can use this option to change the bus and slot location specified in the database for a board. For details, see Section 6.3.6.
|
|
-n brdname
|
Specifies the name of the managed object to perform the specified operation(s) for. This can be the name of a board, or another managed component (such as an EMC, or the Supervisor).
If this option, and the -l and -b options are omitted, the specified operation(s) are performed for all board managed objects.
You can use this option to change the name of a board managed object. For details, see Section 6.3.6.
|
|
-p
|
Stops (shuts down) the specified board(s).
Note: The board stops immediately, interrupting any ongoing process. To avoid problems, make sure a board is not performing any operations before stopping it.
|
|
-q
|
Causes oamcfg to query the OAM configuration database for the board ID information for the specified board(s).
|
|
-r
|
Used whenever configuration data in the OAM database is being changed (that is., the -f or -k option is used, or board ID information is changed). Causes oamcfg to reset to their default values all keywords (except board ID information) for the specified managed object(s). oamcfg then makes the specified changes.
If the -r option is omitted, oamcfg adds or replaces keyword values specified in the keyword file without disturbing any other settings.
|
|
-s
|
Starts (boots) the specified board(s).
|
|
-t testopts
|
Tests the specified board(s), if supported by the board plug-in. testopts is a numeric value indicating how to perform the test. For specifics about this operation, refer to your board documentation.
|