-xf server option

Specifies the location of the file used for maintaining state information about your database mirroring system.

Syntax
dbsrv11 -xf state-file ...
Applies to

All operating systems, network server only.

Remarks

The -xf option specifies the location of the file used for maintaining state information about the mirroring system. This option is required for database mirroring. By default, the state information file is named server-name.mirror_state.

For more information about the database mirroring state information file, see State information files.

See also
Example

The following command (entered all on one line) starts a database server named server1, that uses the state information file c:\server1state.txt.

dbsrv11.exe -n server1 -x tcpip{DOBROADCAST=no} 
-xf c:\server1state.txt mydemo.db -sn mirrordemo 
-xp "partner=(ENG=server2;LINKS=tcpip(TIMEOUT=1));
AUTH=abc;arbiter=(ENG=arbsrv;LINKS=tcpip(TIMEOUT=1));
MODE=sync"