Skip to main content

Product: OpenFusion TAO
Version: ALL

Description:

What are the persistent options for the TAO Naming Service?

 

Resolution:

The options for Naming Service persistence are detailed in the TaoServices.pdf file available in the TAO distribution in the docs/release/pdf directory.

The options for Naming Service persistence are as follows:

-f <persistent file> Specifies that the server will run in persistence mode using a shared memory map stored in the file <persistent_file>. The server’s data and state is persisted to <persistent_file>. This option is not recommended. The -u, -r and –v options are the preferred persistence mode alternatives. This option can be used with the -b option to override the default memory address which the persistence file is mapped to.

-u <directory path> Specifies that the server should run in persistence mode using flat file persistence. The server’s data will be stored in files placed in the directory <directory_path>.

-v <directory> Specifies that the server should run in persistence mode using flat file persistence. The files are stored in a directory tree, where <directory> is the tree’s root directory.


#KnowledgeDocs
#OpenFusion