managedStatus

The managedStatus table stores the managed status information for each network entity in the topology.

The following table describes the managedStatus table.

Table 1. managedStatus table
Column name Type Constraints Description
entityId 32–bit integer

Foreign key
Not null

Identifier of an entity from the entityData table.
status 8–bit integer
The managed status of an entity can be one of the following values:
0
Managed state. The entity is managed. A device can be set to managed by using the Topoviz or the Structure Browser GUIs, or by using the ManagedNode.pl or RemoveNode.pl scripts.
1
Unmanaged state. The entity is unmanaged. A device can be set to unmanaged by using the Topoviz or the Structure Browser GUIs, or by using the UnManagedNode.pl or RemoveNode.pl scripts.
2
Unmanaged by ncp_disco. This setting cannot be modified from the GUI. This value is set by the PopulateDNCIM_ManagedStatus.stch stitcher.
3
Unmanaged because the IP address is out of the discovery scope. The device has been discovered through another IP address that is within the discovery scope. A managed status of 3 is usually given to interfaces, rather than chassis. This value is set by the PopulateDNCIM_ManagedStatus.stch stitcher.
Note: Unmanaged entities do not suppress other events in RCA. The ncp_poller process does not poll unmanaged entities. Events on unmanaged entities have the field NmosManagedStatus set in the alerts.status field in the ObjectServer.
username 240–character string Name of the user who last set the status of the entity.
changeTime Timestamp Date and time when the status of the entity was changed.
maintenanceStartTime Timestamp Start time for device to be in unmanaged state.
maintenanceEndTime Timestamp End time for device to be in unmanaged state.