Page 1 of 1

Is there a way to check whether QS is working ?

Posted: Wed Jul 26, 2006 2:56 pm
by gsym
Hii

I have installed Qs designer is my laptop. The server is in unix. I have been given FTP login and the port no. But At present i am not able to run a job because the firm uses orbitor scheduling tool for running the jobs. But I like to know is there any other way i could check that my qs is installed and configured properly with the server?

Thankyou in advance

Posted: Wed Jul 26, 2006 3:41 pm
by ray.wurlod
Probably the easiest is to check (ps -ef | grep qsrtmngr | grep -v grep) whether qsrtmngr process is running.

Posted: Wed Jul 26, 2006 4:32 pm
by lstsaur
Hi,
This is how I check the QualityStage server and qsrtmngr:
[root@lxdrm02 /]# ps -ef|grep qs
qsadm 1783 1 0 May13 ? 00:00:00 qsserv -p 22323
qsadm 28590 1 0 Jul25 ? 00:00:00 ./qsrtmngr -p 6010 -2 /dev/null
root 1759 1692 0 15:28 pts/0 00:00:00 grep qs