Configuring extra failover capabilities in the Netcool/Impact environment
Configure extra failover capabilities in the Netcool®/Impact environment by adding a cluster to the Netcool/Impact environment. To do this you must update the data sources in IBM® Tivoli® Netcool/Impact.
About this task
seasonalReportDataSource
RelatedEventsDatasource
NOIReportDatasource
Procedure
What to do next
If you encounter error ATKRST132E
, see
details in Troubleshooting Event Analytics
If you want your Netcool/Impact cluster
that is processing events to contain the same cache and update the
cache, at or around the same time, you must run the file
relatedevents_objectserver.sql
with nco_sql
.
The relatedevents_objectserver.sql
file contains
the following commands.create database relatedevents;
create table relatedevents.cacheupdates persistent (name varchar (20) primary key,
updates integer);
insert into relatedevents.cacheupdates (name, updates) values ('RE_CACHE', 0);