Operating System - Linux
1819535 Members
1248 Online
109603 Solutions
New Discussion юеВ

Unable to start TeamQuest on Linux

 
joseph wholey
Regular Advisor

Unable to start TeamQuest on Linux

I'm attempting to start teamquest on my RHAS3 server by issuing the following command:

"/etc/rc.d/init.d/tqmgr start"

When I issue "ps -ef | grep -i tqmgr", nothing shows up.

When I look in /var/log/messages, I see the following:

May 31 09:29:49 ejecxdbitdwd01 su(pam_unix)[15712]: session opened for user tquest by jwholey(uid=0)
May 31 09:29:49 ejecxdbitdwd01 su(pam_unix)[15712]: session closed for user tquest

Is this a security issue. I am running it as root (su - from my uid). Where else can I look. I see nothing logging for TeamQuest. Thanks for any help.
2 REPLIES 2

Re: Unable to start TeamQuest on Linux

add set -x in tqmgr script and try starting it. this might help you!
joseph wholey
Regular Advisor

Re: Unable to start TeamQuest on Linux

Thx... but "No Dice".