Hi,

On Wed, Apr 01, 2009 at 11:01:50AM +0100, Jason Fitzpatrick wrote:
> Hi all
> 
> having a bit of a tough time trying to find the setting for hostnames within
> CRM

setting for hostnames? Which/where? If you want to see nodes with
crm, please update, it got implemented recently.

> my current CRM\show config is as follows
> 
> primitive DRBD_Disk ocf:heartbeat:drbd \
>         params drbd_resource="Storage1" \
>         op monitor interval="59s" role="Master" timeout="30s" \
>         op monitor interval="60s" role="Slave" timeout="30s" \
>         meta target-role="started"
> primitive Storage ocf:heartbeat:Filesystem \
>         params fstype="xfs" directory="/Storage" device="/dev/drbd0" \
>         meta target-role="started"
> primitive Cluster_IP_Address ocf:heartbeat:IPaddr2 \
>         params ip="10.7.4.165" broadcast="10.7.4.255" nic="eth2"
> cidr_netmask="24" \
>         op monitor interval="21s" timeout="5s"
> primitive CUPS lsb:cups \
>         operations $id="CUPS-operations" \
>         op monitor interval="15" timeout="5" \
>         meta target-role="started"
> primitive Samba lsb:smb \
>         op monitor interval="21s" timeout="5s"
> group Cluster_Resources Storage Cluster_IP_Address CUPS Samba
> ms DRBD_Resource DRBD_Disk \
>         meta clone-max="2" notify="true" globally-unique="false"
> target-role="Started"
> colocation Cluster_Resource-Same-Node-as-DRBD_Resource inf:
> Cluster_Resources DRBD_Resource:Master
> order DRBD_Resource-Before-Cluster_Resource inf: DRBD_Resource:promote
> Cluster_Resources:start
> property $id="cib-bootstrap-options" \
>         dc-version="1.0.2-c02b459053bfa44d509a2a0e0247b291d93662b7" \
>         last-lrm-refresh="1236618834"
> 
> and I would realy like for this cluster to automatically register its name
> in DNS because some clown in here keeps deleting the A Record for this
> server!

If you can't keep the clown away (though this is an unusual
business you're talking about), then you'll have to write an RA
which would undo the said clown's operation.

Thanks,

Dejan

> Thanks a mill
> 
> Jason
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to