Installing the primary aggregation ObjectServer
Use the following steps to install the primary aggregation ObjectServer AGG_P, and apply the SQL customization. If the ObjectServer is already installed and running, you can apply the SQL customization to the ObjectServer by using the aggregation SQL file provided.
About this task
Procedure
Applying the SQL customization to a running ObjectServer
About this task
$NCHOME/omnibus/bin/nco_sql -server AGG_P -user root –password password < $NCHOME/omnibus/extensions/multitier/objectserver/aggregation.sql
"%NCHOME%\omnibus\bin\isql" -S AGG_P -U root -P password -i "%NCHOME%\omnibus\extensions\multitier\objectserver\aggregation.sql"
It is assumed you are logged on as root with a preferred password.
Tip: In the $NCHOME/omnibus/extensions/multitier/objectserver directory,
the aggregation_rollback.sql script is provided
to roll back the changes that the aggregation.sql script
makes to the ObjectServer, if required. You can apply this rollback
script by using the nco_sql or isql utility
with the syntax shown for applying the aggregation.sql script.