Author: Paddy Murphy
Two ON Air status that were removed from ExteNet by Operations are re-populated every time the Snmp Manager is restarted as the values auto populated from the Bootstrap.groovy file.
select * from network_element_status;
The following ON Air Status values that should be removed if present:
select * from network_element_status_change_event where current_status_id = <network_element_status ID>; select * from network_element where status_id = <network_element_status ID>;
Table entries that are 'PENDING ACCEPTANCE' - ON-AIR can be updated to 'ON-AIR - PENDING ACCEPTANCE'.
Always backup tables before running the updates below.
update network_element_status_change_event set current_status_id = <network_element_status ID> where current_status_id = <network_element_status ID>; update network_element set status_id = <network_element_status ID> where status_id = <network_element_status ID>;
delete from network_element_status where id = <network_element_status ID>;
Verify that entries have been updated be navigating to any parent network element in EMS: