Document toolboxDocument toolbox

14.1 sp409_component_ports

This table contains the port numbers and addresses for all ServiceOptimizer processes. If a component has no entries in this table, all its ports will be allocated dynamically by the operating system.


 

Table Definition

Field
Type
Default
Nullable
component_nonumber (error)
port_typenumber (error)
port_numbernumber (tick)
port_addressvarchar2(50) (tick)
listener_countnumber (error)

Keys

unique (component_no, port_type) 
foreign key (component_no) references 14.1 sp400_components(component_no) 
foreign key (port_type) references 14.1 sp411_component_port_types(type_no)

Column Descriptions

FieldDescription
component_noComponent identifier.
port_typeThe sort of port this row is to configure. Different options are valid for each type of component.
port_noPort number for the specified port type – avalue of null or 0 means automatically select a random unique port.
port_addressAddress (IP or hostname) for the port. This will default to using the current machine if left null (recommended setting).
listener_count 

Number of threads to listen on this port.


See [2] for how to set up.