The failover database schema
The failover database is defined in $NCHOME /etc/precision/DiscoSchema.cfg.
Its fully qualified database table names are: failover.config; failover.status;
failover.findRateDetails; failover.doNotCache; failover.restartPhaseAction.
failover.config table There must never be more than one insert into the failover.config table.failover.status table The failover.status table displays the number of times that the DISCO process has attempted to restart with cached data. This table is active, so you must not configure inserts into it.failover.findRateDetails table The findRateDetails table gives details of devices that have been found at a certain point in the discovery. This table is active and inserts must not be made in the schema file; the table is populated automatically.failover.doNotCache table To prevent caching a given table, you can specify its name in the doNotCache table. This ensures that unnecessary cache files are not created, such as those for temporary tables defined within stitchers.failover.restartPhaseAction table The restartPhaseAction table contains the set of stitchers that are executed when restarting in a given discovery phase. Multiple stitchers can be specified, but they are executed in an arbitrary order. It is recommended that at least the FinalPhase stitcher is executed when restarting in the topology creation phase.