Tivoli Header

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

Reference Manual

Tivoli Management Framework Reference Manual, 3.7.1, March, 2001


wupdate

Updates resources in the local name registry.

Syntax

wupdate [-f] -r resource [-r resource...] regions...

Description

The wupdate command updates resources in the local name registry from one or more remote Tivoli management regions. When the wupdate command is run, resources are locked in the name registry. In some cases, the resource may already be locked, such as when another wupdate is running. The wupdate command attempts to lock a resource for 60 seconds before timing out.

Options

-f
Forces the update regardless of time stamp.

-r resource...
Specifies one or more resource types to be updated. You can specify the resource type or use All to update all resource types.

regions...
Specifies one or more Tivoli management regions from which to update. You can specify the region name or use All to update all regions.

Authorization

senior or super in the Tivoli management region

Examples

  1. The following example updates the local name registry with the NisDomain resource type from the ceridwen-Region:
    wupdate -r NisDomain ceridwen-Region
    
    
  2. The following example updates the local name registry with all resource types from the ceridwen-Region and the meiron-Region:
    wupdate -r All ceridwen-Region meiron-Region
    
    
  3. The following example updates the local name registry with the ProfileManager and AdministratorCollection resource types from all connected regions:
    wupdate -r ProfileManager -r AdministratorCollection All
    
    
  4. The following example forces the update for all resource types regardless of the time stamps on the resource types:
    wupdate -f -r All meiron-Region
    
    

See Also

wconnect, wdisconn, wlsconn


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