[Top] [Prev] [Next] [Bottom]

dmunloadcf(1)

dmunloadcf(1)

Name

dmunloadcf-unload binary BDMCONFIG domain configuration file

Synopsis

dmunloadcf

Description

dmunloadcf translates the BDMCONFIG configuration file from the binary representation into ASCII. This translation is useful for transporting the file in a compact way between machines with different byte orderings and backing up a copy of the file in a compact form for reliability. The ASCII format is the same as is described in dmconfig(5).

dmunloadcf reads values from the BDMCONFIG file pointed to by the BDMCONFIG environment variable and writes them to its standard output.

Portability

dmunloadcf is supported as a BEA TUXEDO-supplied administrative tool on UNIX operating systems only.

Examples

To unload the configuration in /usr/tuxedo/BDMCONFIG into the file bdmconfig.backup: BDMCONFIG=/usr/tuxedo/BDMCONFIG dmunloadcf > bdmconfig.backup

Diagnostics

dmunloadcf checks that the file pointed to by the BDMCONFIG environment variable exists, is a valid BEA TUXEDO file system, and contains BDMCONFIG tables. If any of these conditions is not met, dmunloadcf prints an error message and exits with error code 1. Upon successful completion, dmunloadcf exits with exit code 0.

See Also

dmloadcf(1), dmconfig(5) BEA TUXEDO Domain Guide



[Top] [Prev] [Next] [Bottom]