Wednesday, August 28, 2013

Starting TIP component for TCR.

How to check if TCR is installed.

Check if the default installation folders are populated with the TCR installers ?


How to check if the TCR is installed and is not running ?

ps -ef |grep -i java |grep -i tcr


Bring up the browser and point it to the TCR page.
http://<server>:16310/ibm/console
If this does not open the TIP Page follow the steps below:

Go to  /opt/IBM/tivoli/tipv2Components/TCRComponent/bin        

/startTCRserver.sh

How to check if this is running.


[root@nc9118040057 bin]# ./startTCRserver.sh
Detected Linux RedHat 5
Applying LD_PRELOAD workaround. Ignore any subsequent errors referencing libfreetype.so
Using /opt/IBM/tivoli/tipv2/java/jre/bin/java
ADMU0116I: Tool information is being logged in file
           /opt/IBM/tivoli/tipv2/profiles/TIPProfile/logs/server1/startServer.log
ADMU0128I: Starting tool with the TIPProfile profile
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server server1 open for e-business; process id is 17704


[root@nc9118040057 bin]# ps -ef |grep java |grep -i TCR     //I am searching for tipV2


root     17649     1  3 17:48 pts/1    00:00:13 /opt/IBM/tivoli/tipv2/java/jre/bin/java -Xmx256m -classpath /opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derby.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbytools.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbynet.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/CognosCMDerby.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_de_DE.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_es.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_fr.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_it.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_ja_JP.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_ko_KR.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_pt_BR.ja! r:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_zh_CN.jar:/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/derby10.1.2.1/lib/derbyLocale_zh_TW.jar -Dderby.system.home=/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/contentstore -Dderby.stream.error.file=/opt/IBM/tivoli/tipv2Components/TCRComponent/cognos/logs/derby.log -Dderby.drda.host=0.0.0.0 org.apache.derby.drda.NetworkServerControl start


https://<serverIP>:16311/ibm/console/

https://<serverIP>:16310/ibm/console/




No comments:

Post a Comment