Tivoli Header

[ Previous Page | Next Page | Table of Contents | Index ]

Reference Manual

Tivoli Management Framework Reference Manual, 3.7.1, March, 2001


wdisconn

Disconnects two Tivoli management regions.

Syntax

wdisconn [-s] region_name

wdisconn [-s] -r region

Description

The wdisconn command disconnects two Tivoli management regions. Disconnecting regions after they have exchanged resources is a time-consuming process and should be done with care. Keep in mind that wdisconn removes only Tivoli management region resources. To remove any objects in collections and to ensure database consistency, always run wchkdb -ux after disconnecting Tivoli management regions.

Options

-r region
Specifies the number of the remote Tivoli management region. This option is required if the region's name is not available.

-s
Specifies that the connection to be broken is a one-way connection. Do not attempt to connect the other Tivoli management region server. You might use this option if you inadvertently specified both ends of a one-way connection as the managing server or if you specified the same region number for both ends of a connection. This option disconnects one end of the connection without impacting the other end. You can then reconnect the Tivoli management region using the correct information.

region_name
Specifies the name of the remote Tivoli management region. The name of a region is the same as that of the initial policy region created when the server was installed.

Authorization

super

Examples

  1. The following example disconnects region number 4000447345 from the local Tivoli management region:
    wdisconn -r 4000447345
    
    
  2. The following example disconnects the Tivoli management region writers-Region from the local region. Only the writers-Region region is disconnected.
    wdisconn -s writers-Region
    
    

See Also

wchkdb, wconnect, wlsconn, wupdate


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