Installing an additional primary collection ObjectServer
Use the following steps to install the additional primary collection ObjectServer COL_P_2, 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 collection SQL file provided.
About this task
Procedure
Applying the SQL customization to a running ObjectServer
About this task
$NCHOME/omnibus/bin/nco_sql -server COL_P_2 -user root –password password < $NCHOME/omnibus/extensions/multitier/objectserver/collection.sql
"%NCHOME%\omnibus\bin\isql" -S COL_P_2 -U root -P password -i "%NCHOME%\omnibus\extensions\multitier\objectserver\collection.sql"
It is assumed you are logged on as root with a preferred password.
Tip: In the $NCHOME/omnibus/extensions/multitier/objectserver directory,
the collection_rollback.sql script is provided
to roll back the changes that the collection.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 collection.sql script.