udev messages on RHEL or CentOS Virtual Machines on ESX

After installing VMware Tools on a CentOS or RHEL  guest hosted on ESX-Server receiving the following udev warnings:
Starting udev:
udevd[572]: add_to_rules: unknown key ‘SUBSYSTEMS’
udevd[572]: add_to_rules: unknown key ‘ATTRS{vendor}’
udevd[572]: add_to_rules: unknown key ‘ATTRS{model}’
udevd[572]: add_to_rules: unknown key ‘SUBSYSTEMS’
udevd[572]: add_to_rules: unknown key … Continue reading

drbd 8.3.x auf RHEL 5.3

Step 1:
yum install drbd83.x86_64 kmod-drbd83.x86_64 heartbeat.x86_64

Step 2:
#vim /etc/hosts
127.0.0.1 localhost.localdomain localhost
127.0.1.1 localhost.localdomain localhost
10.20.0.100 master.your.domain master
10.20.0.101 node01.your.domain node01
10.20.0.102 node02.your.domain node02
192.168.0.101 drbd-node01 ha-node01
192.168.0.102 drbd-node02 ha-node02

Step 3: prepare hdd’s with
#fdisk /dev/cciss/c0d0 ← … Continue reading

Abgebrochene YUM-Transaktionen beenden

Das Programm yum-complete-transaction versucht unvollständig ausgeführte und abgebrochene Transaktionen zu beenden.
Dazu werden die Dateien transaction-all* und transaction-done* im Verzeichnis /var/lib/yum ausgewertet.

yum-complete-transaction ist im Paket yum-utils enthalten und kann wie folgt installiert werden.
[root@centos ~]# yum install yum-utils

Wenn YUM eine unvollständig ausgeführte Transaktion entdeckt, wird Ihnen … Continue reading