[Koha] How to check zebra server status?

2012-11-21 Thread Vimal Kumar V.
Dear Friends,

How to check Zebra server is running or not?

Regards,

-- 
Vimal Kumar V.
Mahatma Gandhi University Library
Kottayam, Kerala- 686 560
Web: http://www.vimalkumar.org
Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in
---
"I forget what I was taught. I only remember what I have learnt"
-Patrick White
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How to check zebra server status?

2012-11-21 Thread Senthil Anand
Hi,

How about:

ps -C zebrasrv

 PID TTY  TIME CMD
 2491 ?00:00:00 zebrasrv

This is in a Centos machine. For debian the process name might be different.

Regard,
Senthil

On 22 November 2012 11:06, Vimal Kumar V.  wrote:
> Dear Friends,
>
> How to check Zebra server is running or not?
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How to check zebra server status?

2012-11-22 Thread Stefano Bargioni
> How to check Zebra server is running or not?

+1 for 
ps -C zebrasrv
in Debian or Ubuntu.
For more info try (requires large terminal)
ps -f -C zebrasrv
or 
ps -F -C zebrasrv
Stefano
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha