Software Distributor Administration Guide (March 2009)

Table Of Contents
that are not removed before the ID numbers reach 9,999, SD-UX may have
performance delays while it searches for unused job numbers.
Setting reuse_short_job_numbers to false causes SD-UX to begin using
numbers above 10,000. This avoids possible searching delays and lets the job ID
numbers increase to 8 digits (99,999,999) if necessary. (This prevents roll-over from
9999 back to 1, so is usually not desirable.)
See also the autoremove_job option.
Applies to swconfig, swcopy, swinstall, swremove, and swverify.
rpc_binding_info=ncacn_ip_tcp:[2121] ncadg_ip_udp:[2121]
Determines on what protocol sequence(s) and endpoint(s) the swagentd daemon
listens. If the connection fails for one protocol sequence, the next is attempted.
SD-UX supports both the tcp and udp protocols on most platforms.
The value can have the following form:
A DCE string binding containing a protocol sequence and an endpoint (a port
number). The syntax is:
protocol_sequence: [ endpoint ]
The name of a DCE protocol sequence with no endpoint specified. This syntax
is:
ncadg_ip_udp or ncacn_ip_tcp
Since no endpoint is specified, the DCE endpoint mapper rpcd must be running
and is used to find the endpoint registered by swagentd
The literal string all. This entry means to use all protocol sequences supported
by the DCE Remote Procedure Call (RPC) runtime. It should be the only entry
in the list. The rpcd must be running.
Applies to all commands except swask, swmodify, and swpackage.
rpc_binding_info_alt_source=ncadg_ip_udp:[2121]
Defines the protocol sequence(s) and endpoint(s) used when the agent attempts
to contact an alternate source depot specified by the alternate_source option.
SD-UX supports both the udp(ncadg_ip_udp:[2121]) and
tcp(ncacn_ip_tcp:[2121])protocol sequence/endpoint.
Applies to swagent.
rpc_binding_info_source=
Defines the protocol sequences and endpoints used to contact a source depot. If
rpc_binding_info_source is not specified, rpc_binding_info is used. If both are
specified, rpc_binding_info_source is used.
Applies to swinstall and swcopy.
324 Command Options