14.1 sp416_host_machines
This table contains a list of all the host machines that could be configured for use in a distributed ServiceOptimizer instance.
If the ServiceOptimizer instance is not distributed then this table will have a single entry in with host_machine "localhost".
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
host_machine | varchar2(64) | ||
description | varchar2(64) | ||
monitor_no | number | ||
archive_location | varchar2(260) | ||
sphome | varchar2(260) |
Keys
primary key (host_machine)
foreign key (monitor_no) references 14.1 sp406_monitors(component_no)
Column Descriptions
Field | Description |
---|---|
host_machine | A computer that's available for use in this ServiceOptimizer instance. |
description | Computer description. |
monitor_no | Component number of the system monitor that is to run on this host. If NULL, this machine will not be used to host any SP components. |
archive_location | Folder under which application log files are archived. |
sphome | The value of the SPHOME environment variable used for this host. |