Tivoli Header

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

Reference Manual

Tivoli Management Framework Reference Manual, 3.7.1, March, 2001


wlsconn

Lists the current Tivoli management region connections or information about a single connection, and completes the exchange of connection information if the connection process could not.

Syntax

wlsconn [region_name]

wlsconn -u region

Description

The wlsconn command lists current Tivoli management region connection information including region number, port, connection mode, and resources and when they were last exchanged. If the -u option is specified, wlsconn completes the exchange of connection information between the local region and the connected remote region. If no options are specified, wlsconn lists all current connections with the local region.

When exchanging resources between connected regions, it is useful to compare the output from the wlookup -l -R command to the output from the wlsconn command to determine which resources to update.

If the -u option is specified, wlsconn completes the exchange of connection information if the connection process could not. If you use secure procedures to create a one-way connection in which the first side is the managing server and the second side is the managed server, you must use this command with the -u option to exchange connection information.

Options

-u region
Updates the Tivoli management region name, remote server name, and other cached interregion information with the current information from the specified remote region.

region_name
Specifies the name of the remote Tivoli management region.

Authorization

super if the -u option is specified; otherwise, user.

Examples

  1. The following example lists all current connections to the local Tivoli management region:
    wlsconn
    
    MODE NAME       SERVER   REGION
    
    <--> morie-Region   morie   3333333333
    
    ---> amon-sul-Region  amon-sul  5555555555
    
    <--- ceridwen-Region  ceridwen  2222222222
    
    
  2. The following example lists the connection information for the connection between the local region and a region named morie-Region:
    wlsconn morie-Region
    
    Name: morie-Region
    
    Server:morie
    
    Region:3333333333
    
    Mode:two_way
    
    Port:94
    
    
    Resource Name          Last Exchange
    
    ---------------         ---------------
    
    TMF_Notice Fri Jan 09 11:33:10 1998
    
    Administrator Fri Jan 02 13:13:15 1998
    
    PolicyRegion Tue Jan 13 10:00:38 1998
    
    TaskLibrary Tue Nov 04 10:02:34 1997
    
    Job Wed Dec 31 19:00:00 1969
    
    QueryLibrary Wed Dec 31 19:00:00 1969
    
    Query Wed Dec 31 10:00:00 1969
    
    ProfileManager Wed Nov 05 17:49:38 1997
    
    ManagedNode Tue Jul 07 19:24:34 1998
    
    Repeater Thu Sep 04 10:04:32 1997
    
    CheckDB Thu Sep 04 20:04:23 1997
    
    RemoveNode Thu Sep 04 20:04:23 1997
    
    HTTPRealm Tue Nov 04 20:03:22 1997
    
    HTTPRealmMakerGroup Thu Sep 04 20:07:22 1997
    
    HTTPRealmMaker Thu Sep 04 20:07:23 1997
    
    DependencyMgr Thu Sep 04 20:07:23 1997
    
    Gateway Wed Dec 31 19:00:00 1969
    
    Endpoint Wed Dec 31 19:00:00 1969
    
    
  3. The following example exchanges connection information between the local region and a region named morie_Region:
    wlsconn -u morie-Region
    
    

See Also

wconnect, wdisconn, wlookup, wupdate


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