dmunloadcf
-unload binary BDMCONFIG
domain configuration file
dmunloadcf
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.
dmunloadcf
is supported as a BEA TUXEDO-supplied administrative tool on UNIX operating systems only.
To unload the configuration in /usr/tuxedo/BDMCONFIG
into the file bdmconfig.backup
: BDMCONFIG=/usr/tuxedo/BDMCONFIG dmunloadcf > bdmconfig.backup
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.
dmloadcf
(1), dmconfig
(5) BEA TUXEDO Domain Guide