Software Distributor Administration Guide for HP-UX 11i

Command Options
Options Listed Alphabetically
Appendix A 453
reuse_short_job_numbers=true
When assigning job ID numbers, SD-UX uses numbers less than
10,000. Typically, old jobs are removed long before job number 9,999
is reached, so the job number quickly rolls over from 9999 back to 1.
When you execute a large numbers of jobs 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.