IBM® Cognos® Data
Manager does
not have a graphical user interface for Linux® environments. To run Data Manager in
a Linux environment, see this
topic for a general list of Linux shell
commands.
Environment
- PATH=/opt/ibm/RationalInsight/cognos/bin:$PATH
- LD_LIBRARY_PATH=/opt/ibm/RationalInsight/AppServer/java/jre/bin:/usr/local/lib:$LD_LIBRARY_PATH
- JAVA_HOME=/opt/ibm/RationalInsight/AppServer/java/jre
- LD_PRELOAD=/usr/lib/libfreetype.so
- COG_ROOT=/opt/ibm/RationalInsight/cognos
- export PATH LD_LIBRARY_PATH JAVA_HOME LD_PRELOAD COG_ROOT
Managing DB2 catalogs
- To access the catalog database:
- #su - db2inst1
where db2inst1 is
the default DB2® user.
- To initialize the catalog-related tables in the specified DSN,
and change the user ID and password:
- $./catmanage DB2 "DSN=RICTG;UID=db2inst1;PWD=db2admin" -c
where RICTG is
your DSN and db2inst1 is a valid DB2 user.
- To restore the sample catalog to a new, empty catalog
- $./catrestore DB2 "DSN=RICTG;UID=db2inst1;PWD=db2admin" [RI_install_root]/datamgr/insight_catalog/OOTBDMCatalog.ctg
where OOTBDMCatalog.ctg is
the sample catalog being restored.
- To list all the jobs in a catalog:
- $./catlist DB2 "DSN=RICTG;UID=db2inst1;PWD=db2admin" J
- To run a job:
- Use the following command to access the catalog database:
- #su - db2inst1
where db2inst1 is
a valid DB2 user.
- In the Cognos bin folder,
use the following command to run the job:
- $./rundsjob -P DB2 "DSN=RICTG;UID=db2inst1;PWD=db2admin" OOTBE2E
where OOTBE2E is
the name of the job
Managing Oracle Server catalogs