Home | Previous Page | Next Page   Appendix A. Command-Line Utility Reference >

cdr disconnect server

The cdr disconnect server command stops a server connection.

Syntax

Read syntax diagramSkip visual syntax diagram>>-cdr disconnect server--+-------------------------+----------->
                          |                    (1)  |
                          '-| Connect Option |------'
 
>--server_group------------------------------------------------><
 
Notes:
  1. See page Connect Option.
Element Purpose Restrictions Syntax
server_group Name of the database server group to disconnect The database server group must be currently active in Enterprise Replication. Long Identifiers

Usage

The cdr disconnect server command drops the connection (for example, for a dialup line) between server_group and the server specified in the --connect option. If the --connect option is omitted, the command drops the connection between server_group and the default database server (the one specified by the INFORMIXSERVER environment variable).

Examples

The following example drops the connection between the default database server (the one specified by the INFORMIXSERVER environment variable) and the server group g_store1:

cdr disconnect server g_store1

See Also

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]