Is there a way to check whether QS is working ?

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
gsym
Charter Member
Charter Member
Posts: 118
Joined: Thu Feb 02, 2006 3:05 pm

Is there a way to check whether QS is working ?

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Probably the easiest is to check (ps -ef | grep qsrtmngr | grep -v grep) whether qsrtmngr process is running.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post 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
Post Reply