BMCGEN(1M)

NAME

bmcgen - convert a source message catalog to a binary message catalog for use by VCS modules

SYNOPSIS

bmcgen [-verbose] [-ascii] SMC_file

bmcgen [-help]

AVAILABILITY

VRTSvcs

DESCRIPTION

The bmcgen utility converts a source message catalog (SMC) into a binary message catalog (BMC) that VCS modules can understand. Developers of agents can easily add agent BMCs to the VCS BMC map. SMC_file names the SMC file to convert.

OPTIONS

-verbose
  Displays additional information about the specified SMC file.
-ascii Processes the specified SMC file as an ASCII encoded file. If this is not specified, bmcgen processes the SMC file as a Unicode (UCS-2) file.
-help Displays the bmcgen usage list.

EXAMPLES

bmcgen VRTSvcsHad.smc
  Compiles VRTSvcsHad.smc and creates VRTSvcsHad.bmc file in the current directory.
bmcgen -ascii VRTSvcsHad.smc
  Compiles the ASCII VRTSvcsHad.smc file and creates VRTSvcsHad.bmc in the current directory.
bmcgen /home/XYZ1/workbench/SMC/Xyz1.smc
  Compiles Xyz1.smc and creates Xyz1.bmc in /home/XYZ1/workbench/SMC.

SEE ALSO

bmcmap(1M), bmcread(1M)

COPYRIGHTS

Copyright (c) 2016 Veritas.

All rights reserved.


VCS 7.1 BMCGEN(1M)