Tivoli Header

User's Guide

wdmdistrib

Distributes a profile to subscribers.

Syntax

wdmdistrib -p profile_name [-D MDist2_property=value]... [-e] [-w] [-i] [-J JRE_location_dir] [-d] [-R] [-l][-s subscribers_file] [subscriber...]

Description

This command distributes a profile to subscribers. Four types of subscribers can be specified (see option -s).

Tivoli Monitoring uses Multiplexed Distribution (MDist2) to perform asynchronous profile data transfers. For details on MDist2, see Profile Distribution using MDist2.

Options

-p profile_name
Specifies the name of the profile that is to be distributed.

-R
Specifies that the profile is distributed recursively to all level of subscribers. The default value is false, meaning that the profile is delivered only to the next level of subscribers.

-l
If not specified, the default allows distributions only to the current subscribers of the profile manager to which the profile belongs.

-d
If specified, then the data is disposable, meaning that it can be removed from the repeater depot closer to the endpoint after distribution.

-e
If specified, then error messages should be written to the log file.

-w
If specified, then warning messages should be written to the log file.

-i
If specified, then informational messages should be written to the log file.

-D MDist2_property=value
Sets one or more properties to configure MDist2 for the current distribution; a separate -D must be specified for each property to be configured. Only the following MDist2 properties are supported:

label
Specifies a description string for the distribution. The default value is the string profile_name(operation), where operation is install.

pri
Specifies the priority level, which is the order in which distributions are handled by repeaters: h (highest priority), m (medium priority), or l (low priority). The default value is m (medium priority).

send_timeout
Specifies the length of time in seconds a repeater will wait for a target system to receive a block of data. This timeout is used to detect network or endpoint failures. This attribute is initially set using the wmdist -s command (the default is 300 seconds). You can override the wmdist -s setting by specifying a different value here.

result_timeout
Specifies the length of time in seconds a repeater will wait for the distribution method at the endpoint to return the distribution results.

deadline
The date on which a distribution expires, that is, when it fails for unavailable target systems. It is specified in the format "mm/dd/yyyy hh:mm"

-J "JRE_location_dir"
The complete path of the directory where Java Runtime Environment (JRE) is located on the CD-ROM (excluding the platform directory). The path can be included within double quotes.

-s subscribers_file
A file containing the profile's subscriber names, separated by the CR/LF character. Four types of subscriber can be specified, in the following format:

where label is the name of the endpoint, profile manager, application proxy, or application service. Endpoint is the default if no subscriber type is specified.

subscriber
The name of any subscriber to which the profile is to be distributed. If more than one subscriber is specified, separate the names by blanks. If no subscribers are specified then the profile is distributed to all current subscribers of the profile manager to which the profile belongs. This option must be specified as the last one in the command syntax.

Authorization

Requires the admin, super, or senior role.

Examples

  1. The following example distributes the profile myProfile to the application proxy myProxy and to the endpoint myEndpoint:
    wdmdistrib -p myProfile AppProxy::myProxy myEndpoint
    
  2. The following example distributes the profile myProfile to the endpoint myEndpoint. The JRE from the CD-ROM drive X in the directory \Tools\Jre will be installed at the endpoint if not present:
    wdmdistrib -p myProfile -J "X:\Tools\Jre" myEndpoint
    
  3. The following example distributes the profile myProfile, recursively, to the subscribers listed in the subscribersFilename file in the directory myDir on drive D and also to the profile manager myProfileManager:
    wdmdistrib -p myProfile -R -l -s "D:\myDir\subscribersFilename"
    ProfileManager::myProfileManager
    

See Also

wdmconfig

wmdist (see the Tivoli Management Framework Reference manual)


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