logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Example

       opafmconfigpp

       opafmconfigpp -b -s

Copyright(C) 2015-2019                          Intel Corporation                               opafmconfigpp(8)

Name

       opafmconfigpp

       Merges opafm.xml pre-process file with set of VirtualFabric and DeviceGroup XML files.

Notes

       The output file will contain two comments at the top, along with the local time it was generated.

       The special INCLUDE comments follow this style:

          <!-- INCLUDE:DG_DIR=$DG_DIR -->

          <!-- INCLUDE:VF_DIR=$VF_DIR -->

       Examples:

          <!-- INCLUDE:VF_DIR=/etc/opa-fm/vfs -->

          <!-- INCLUDE:VF_DIR=/etc/opa-fm/vfs_fm1 -->

          <!-- INCLUDE:DG_DIR=/etc/opa-fm/dgs -->

          <!-- INCLUDE:DG_DIR=/etc/opa-fm/dgs_fm0 -->

       INCLUDE comments will be replaced with contents of the given directories.

Options

       -h

                 Produces full help text.

       -p ppfile

                 Specifies the file to preprocess. Default is /etc/opa-fm/opafm_pp.xml.

       -o output

                 Specifies the output XML file. Default is /etc/opa-fm/opafm.xml.

       -b

                 Backs up the old output file if one exists. Default is 0.

       -s

                 Skips running Config Check on output. Default is 0.

       -f

                 Forces overwrite of old output file. Default is 0.

Syntax

       opafmconfigpp [-p  ppfile] [-o  output] [-b] [-s] [-f] [-h]

See Also