IBM 5.5 ユーザーズマニュアル

ページ / 86
Chapter 4. Integrating with Netcool/OMNIbus
37
create table status
(
...
-- MasterSerial    int,            -- DSD Master serial
PtnEntityID varchar(255), 
PtnNative1 varchar(255), 
NmosDomainName varchar(255),
primary key ( Identifier ),
permanent
);
create table objclass
(
Tag int,
Name varchar(64),
...
7.
Save and close the ObjectServername.sql file. 
8.
If you are connecting to an existing ObjectServer, you must migrate your existing data 
to the new database by running the nco_migrate command. 
To migrate the data, change directory to $OMNIHOME/bin and enter: 
nco_migra -server ObjectServerName
For additional information about the ObjectServer, see the Netcool
®
/OMNIbus
 
Administration Guide.
Configuring the Netcool/OMNIbus ObjectServer versions 7.0 and 
7.1
This section describes the configuration tasks you must complete for the 
Netcool/OMNIbus ObjectServer version 7.0 or 7.1. See "Configuring the 
Netcool/OMNIbus ObjectServer version 3.6" on page 36 
for details of how to configure 
version 3.6.