It has been reported to the xCAT team that using xCAT 2.8.5,  we have
conditions that  multiple xcatd: DB Access daemons are left running.  This
can cause unreliable DB access.

See defect https://sourceforge.net/p/xcat/bugs/4284/

To check your Management Node,  run ps -ef | grep xcatd and make sure only
these processes are running.

ps -ef | grep xcatd
root     11623     1  0 Oct10 ?        00:00:00 xcatd: SSL listener
root     11624 11623  0 Oct10 ?        00:02:29 xcatd: DB Access
root     11625 11623  0 Oct10 ?        00:01:17 xcatd: UDP listener
root     11626 11623  0 Oct10 ?        00:00:00 xcatd: install monitor

If you see multiple xcatd: DB Access  processes, then

service xcatd stop
ps -ef | grep xcatd
kill -9 all xcatd processes
service xcatd start


Lissa K. Valletta
8-3/B10
Poughkeepsie, NY 12601
(tie 293) 433-3102
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to