Operating System - Tru64 Unix
1748140 Members
3571 Online
108758 Solutions
New Discussion юеВ

How to send HUP signal to Samba running using CAA

 
SOLVED
Go to solution
S Bhat
Occasional Contributor

How to send HUP signal to Samba running using CAA


Hello All..

How to send kill -HUP signal to samba which is running using CAA on our cluster.

caa_stat shows....

NAME=samba
TYPE=application
TARGET=ONLINE
STATE=ONLINE on bwga456

Is there and caa command for this.
Thanks in advance.

Shashi.
2 REPLIES 2
Venkatesh BL
Honored Contributor
Solution

Re: How to send HUP signal to Samba running using CAA

I don't think CAA has any command to do this.

Did you try it on the samba process directly? As long as the process is showing up in the process output, caa must be happy. Periodically, CAA runs the 'check' portion on the resource script. You may have to check that script to ensure that it doesn't declare that Samba is DOWN and OUT!
Ajay Agarwal
Frequent Advisor

Re: How to send HUP signal to Samba running using CAA

There is no caa command for sending any signals to the application started by CAA.

You can send a SIGHUP signal to samba daemon by looking for its pid using ps command and then sending a HUP signal to that pid.

-Ajay