disco.status table
Use the disco.status table to monitor the progress of the ncp_disco process during the discovery process.
|
Column name |
Constraints |
Data type |
Description |
|---|---|---|---|
| m_BlackoutState |
Externally defined Boolean data type |
Boolean Integer |
Flag to show if the discovery process is in Blackout mode, that is, whether or not DISCO is
accepting new devices from the finders in the current discovery cycle:
|
| m_CycleCount |
Integer |
Current rediscovery cycle, that is, the current number of cycles DISCO has been through without actually building a topology. In rediscovery mode, DISCO only builds a topology at the end of the last cycle (the last cycle is
determined by the fact that there is nothing left in |
|
| m_DiscoveryCycleRequested |
Externally defined Boolean data type |
Boolean Integer |
Flag to indicate that a discovery has been requested by the GUI. |
| m_DiscoveryCycleRequestTime |
Integer |
The time that the discovery was requested, in Unix time. |
|
| m_DiscoveryMode |
Integer |
The present discovery mode:
|
|
|
m_ForcedLayerRebuild |
Boolean Integer |
Flag that indicates whether a 'false' value of the disco.config.m_RebuildLayers column has been overridden for the current discovery cycle. The default value is 0. |
|
| m_FullDiscovery |
Externally defined Boolean data type |
Boolean Integer |
Flag to indicate that the FullDiscovery.stch stitcher has been called during the discovery. If the stitcher is called, the flag is set to 1 to ensure that the FullDiscovery.stch stitcher is executed when the current discovery finishes (thus starting another full discovery). If the flag is set to any other value, no action is taken. |
| m_Phase |
Integer |
The current phase within the present discovery cycle. During the data collection stage, the
phases are as follows:
More detailed information about the discovery phases can be found in Discovery stages and phases. |
|
| m_ProcessingNeeded |
Externally defined Boolean data type |
Boolean Integer |
Flag to indicate whether the current topology needs reprocessing. This flag is checked when DISCO
is in rediscovery mode in order to determine whether any newly found devices (that are now in the
finders.pending table) necessitate the reprocessing of the entire topology:
|