49
Step 4
You can verify the status of the cluster using
clpstat –s
The output will be similar to:
====================== CLUSTER STATUS ===========================
Cluster : SRE-VCC
<server>
*localhost ....... : Online Standalone Server
lanhb1 : Normal LAN Heartbeat
<group>
SRE-GRP .........: Online Resource Group
current : localhost
sendmail : Online sendmail service
<monitor>
sendmail monitor : Normal monitor sendmail service
====================================================================
Step 5
You can verify that the sendmail daemon is started up using the following
command:
service sendmail status
The output will be similar to:
sendmail (pid 8366) is running...
Step 6
If sendmail is terminated, it is automatically restarted. If it is terminated “4” times
(which is more than the threshold set as “3”) within “4 X 30 = 120” seconds, the
server is rebooted automatically.
You can verify this by terminating sendmail using:
kill -9 <pid>
The <pid> of sendmail can be obtained using the command:
service sendmail status
The output will be similar to:
sendmail (pid 8366) is running...
In this case the <pid> is 8366.
Comentarios a estos manuales