Configuring bmc

The LayGO DAS collector for the PXS is bmc. The PXS should configured to run bmc as the default application. To define this, at the RedBoot prompt enter:

RedBoot> default
Default application: hdlcsrv
RedBoot> default bmc
Default application: bmc

Now bmc will automatically run when the RedBoot timeout expires.

bmc needs the IP address of the file server running Remote File Server to which it should send the files it donwloads from the switch. To set the file server, use the RedBoot ftp command. For instance, if the IP address of the remote file server is 192.168.250.3, enter:

RedBoot> ftp 192.168.250.3
FTP Server: 192.168.250.3

You should also enable remote logging by setting the address of a server running the remote log server. For instance, if the IP address of the remote log server is also 192.168.250.3, enter:

RedBoot> log 192.168.250.3
Log Server: 192.168.250.3
RedBoot> logging enable
Logging: enabled

Command Line Options

bmc supports the following command line options. These may be set using the RedBoot options command.

[-a]

  Do not autostart the client. The client must be started maually
  using the PXS control application.
  Default: Autostart the client

[-d <poll delay>]

  Maximum number of seconds to wait before starting the first
  primary poll.
  Default: 0

[-f <cfg file>]

  LayGO cfg file.
  Default: bmc-dce.cfg

[-p <retry timeout>]

  Number of minutes to wait between primary polls.
  Default: 60

[-t <file tag>]

  Unique tag for identifying the source of the files to the
  Remote File Server.
  Default: The PXS host name

[-w <password>]

  Switch password.
  Default: "......"

[-D]

  Enable saving call data in "deblocked" format (AMA data only).
  Default: disabled

[-E]

  Enable saving call data in "exact" format (AMA data with block
  headers).
  Default: disabled

[-N]

  Enable saving call data in "fixed minimum" format (AMA data with
  block headers, truncated to fixed 2048 byte blocks).
  Default: enabled

[-X]

  Enable saving call data in "fixed maximum" format (AMA data with
  block headers, padded to 2060 byte blocks).
  Default: disabled