LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-13-2013, 11:51 PM   #1
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Rep: Reputation: Disabled
cluster log is spamming


hi guys
my clusterlog is spamming like crazy
Code:
Mar 14 12:48:16 corosync [CMAN  ] daemon: read 20 bytes from fd 17
Mar 14 12:48:16 corosync [CMAN  ] daemon: client command is 7
Mar 14 12:48:16 corosync [CMAN  ] daemon: About to process command
Mar 14 12:48:16 corosync [CMAN  ] memb: command to process is 7
Mar 14 12:48:16 corosync [CMAN  ] memb: get_all_members: allocated new buffer (retsize=1024)
Mar 14 12:48:16 corosync [CMAN  ] memb: get_all_members: retlen = 1320
Mar 14 12:48:16 corosync [CMAN  ] memb: command return code is 3
Mar 14 12:48:16 corosync [CMAN  ] daemon: Returning command data. length = 1320
Mar 14 12:48:16 corosync [CMAN  ] daemon: sending reply 40000007 to fd 17
Mar 14 12:48:16 corosync [CMAN  ] daemon: read 20 bytes from fd 17
Mar 14 12:48:16 corosync [CMAN  ] daemon: client command is 800000b7
Mar 14 12:48:16 corosync [CMAN  ] daemon: About to process command
Mar 14 12:48:16 corosync [CMAN  ] memb: command to process is 800000b7
Mar 14 12:48:16 corosync [CMAN  ] memb: command return code is 0
Mar 14 12:48:16 corosync [CMAN  ] daemon: Returning command data. length = 0
Mar 14 12:48:16 corosync [CMAN  ] daemon: sending reply c00000b7 to fd 17

my cluster.conf
Code:
<?xml version="1.0"?>
<cluster config_version="166" name="firpt-cluster">
        <clusternodes>
                <clusternode name="firpt01-prod" nodeid="1">
                        <fence>
                                <method name="fence">
                                        <device name="fence01-ipmilan"/>
                                </method>
                        </fence>
                </clusternode>
                <clusternode name="firpt02-prod" nodeid="2">
                        <fence>
                                <method name="fence">
                                        <device name="fence02-ipmilan"/>
                                </method>
                        </fence>
                </clusternode>
        </clusternodes>
        <cman expected_votes="3"/>
        <rm>
                <failoverdomains>
                        <failoverdomain name="firpt-failover" nofailback="1" ordered="1">
                                <failoverdomainnode name="firpt01-prod" priority="1"/>
                                <failoverdomainnode name="firpt02-prod" priority="2"/>
                        </failoverdomain>
                </failoverdomains>
                <resources>
                        <ip address="10.0.44.25" sleeptime="10"/>
                        <ip address="10.0.45.25" sleeptime="10"/>
                </resources>
                <service domain="firpt-failover" max_restarts="3" name="firpt-service" recovery="restart" restart_expire_time="600">
                        <ip ref="10.0.44.25"/>
                        <ip ref="10.0.45.25"/>
                </service>
        </rm>
        <logging debug="on" logfile="/var/log/cluster.log" logfile_priority="debug" syslog_priority="debug"/>
        <quorumd label="qdisk-firpt"/>
        <fencedevices>
                <fencedevice agent="fence_ipmilan" auth="password" ipaddr="172.16.0.1" lanplus="on" login="Administrator" name="fence01-ipmilan" passwd="x"/>
                <fencedevice agent="fence_ipmilan" auth="password" ipaddr="172.16.0.2" lanplus="on" login="Administrator" name="fence02-ipmilan" passwd="xx"/>
        </fencedevices>
</cluster>
any helps? it is growing more than 10g already..
thaxnkxs
 
Old 03-15-2013, 11:00 AM   #2
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,474

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by slowerogue View Post
hi guys
my clusterlog is spamming like crazy

my cluster.conf
Code:
(SNIP!)
        <logging debug="on" logfile="/var/log/cluster.log" logfile_priority="debug" syslog_priority="debug"/>
any helps? it is growing more than 10g already..
thaxnkxs
It's probably doing EXACTLY what you told it to do.
Code:
<logging debug="on" logfile="/var/log/cluster.log" logfile_priority="debug" syslog_priority="debug"/>
 
Old 03-18-2013, 02:08 AM   #3
slowerogue
Member
 
Registered: Oct 2012
Posts: 96

Original Poster
Rep: Reputation: Disabled
i mean, is this normal?
are they error since it is logging so many thing
 
Old 03-18-2013, 03:48 AM   #4
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,474

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
With debug="on" my guess is you're logging EVERYTHING
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cluster problem RHEL 6.1/Error in fenced.log sisir.ghosh Linux - Newbie 0 11-07-2012 06:24 AM
cman service stucks during booting of cluster node (RedHat Cluster Suite) zama Linux - Software 0 07-09-2012 08:50 AM
[SOLVED] Converting Windows node cluster to Linux Cent0S 5.5 cluster do I kickstart or image ? cdrolet Linux - Newbie 1 11-18-2011 10:44 AM
LXer: Linux Terminal Server Project Cluster Edition (LTSP-Cluster) LXer Syndicated Linux News 0 02-07-2010 03:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration