14.1 sp400_components
This table gives all the required information to start a component process.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
component_no | number |
| |
component_id | varchar2(15) |
| |
component_type | number |
| |
parameters | varchar2(200) | | |
host_machine | varchar2(64) | | |
fru_no | number(4) |
| |
active | number(1) |
| |
max_restarts | number |
| |
trace_mask_no | number |
| |
max_log_file_size | number |
| |
trace_cycle_enabled | number(1) |
|
Keys
primary key (component_no)
unique (component_id)
unique (fru_no)
foreign key (component_type) references 14.1 sp405_component_types (type_no)
foreign key (fru_no) references /wiki/spaces/SCH141/pages/27099986 (resp_unit_no)
foreign key (trace_mask_no) references 14.1 sp412_trace_masks (trace_mask_no)
Primary Key Referenced From
14.1 sp401_component_hierarchy
14.1 sp402_component_states
14.1 sp406_monitors
14.1 sp409_component_ports
14.1 sp414_assigned_ports
Column Descriptions
Field | Description |
---|---|
component_no | Internal identifier for the component. |
component_id | Textual identifier for the component. This column does not support wide (i.e. multibyte) characters. |
component_type | Type of process as in sp405 . |
parameters | Command line parameters other than those automatically supplied by spsysmon . |
host_machine | Specifies the host machine on which this component should run. If this field is set to NULL, "localhost" or the master System Monitor's host, then this component will run on the same host as the master System Monitor. Otherwise the specified host must exist in sp416_host_machines . The host on which a system monitor is configured is not specified here but in sp416_host_machines instead: this field will always be NULL for a system monitor. |
fru_no | If component is an spfru , which fru it is serving. |
active | Boolean: whether monitor should start/update this process or not. |
max_restarts | Number of times restart can be attempted if the process fails to start cleanly. |
trace_mask_no | Specifies the trace level used by this component for diagnostic log output. If null, sp083_system_parameters value glob_trace_mask_no will be used instead. |
max_log_file_size | Specifies the maximum size of the diagnostic log file produced by this component, in Mb. When this limit is reached older entries are overwritten. If null, sp083_system_parameters value glob_trace_max_file_size will be used instead. |
trace_cycle_enabled | Log file can either re-cycle or create a new instance once a maximum size has been reached. Default (1) use log re-cycling. |