Redhat Cluster 6.4: [fs] /dev/dm-3 is not mounted as part of cluster resource

Latest response

Hello!
I'm facing issue in Redhat cluster (6.4). Luci Web console shows "Starting cluster "cluster2" service "webby" from node "node1.private.cluster2.example.com" failed: webby is in unknown state 118". /var/log/messages: [fs] /dev/dm-3 is not mounted. Im able to mount /dev/mapper/clusterstoragep1 /var/www/html manually. Please guide me to resolve this. Error screen shot attached.

Responses

How long has the filesystem been mounted?
Longer then 180 days?
If you have not configured a forced filesystem check the message
filesytem has been mounted for more then 180 days or mounted more then xx days
may be considered an error message by the cman and/or rmanager.

Did you try to do a fschk on the filesystem while being unmounted?

Thanks for the reply.

It is a new setup.

Cluster.conf:

        <resources>
            <fs device="/dev/mapper/clusterstoragep1" fsid="49557" fstype="ext4" mountpoint="/var/www/html" name="wwwfs" quick_status="on" self_fence="on"/>
            <apache config_file="conf/httpd.conf" name="httpd" server_root="/etc/httpd" shutdown_wait="3"/>
            <ip address="172.16.2.50/24" disable_rdisc="1" sleeptime="10"/>
        </resources>
        <failoverdomains>
            <failoverdomain name="prefer_node1" nofailback="1" ordered="1">
                <failoverdomainnode name="node1.private.cluster2.example.com" priority="1"/>
                <failoverdomainnode name="node2.private.cluster2.example.com" priority="2"/>
                <failoverdomainnode name="node3.private.cluster2.example.com" priority="3"/>
            </failoverdomain>
        </failoverdomains>
        <service domain="prefer_node1" name="webby" recovery="relocate">
            <fs ref="wwwfs"/>
            <apache ref="httpd"/>
            <ip ref="172.16.2.50/24"/>
        </service>
    </rm>
    <logging debug="on"/>
</cluster>

Just a hint: to have your code render correctly in markdown, place "~~~" above and below it.

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.