fence_xvm restarts by default wtf

January 14th, 2010

Contrary to old versions now fence_xvm restarts the vm by default. WTF? If it dies I want it dead, as they say, shoot the other node in the HEAD. To fix, create the fence_xvm as a shared fence and then manually edit the cluster.conf file and add option=”off” to the fence section. Stupid stupid stupid

fence_xvmd must have interface option

January 12th, 2010

If you have multiple interfaces, and your default route points to a different interface than your cluster communications, you MUST specify the interface when launching fence_xvmd on the physical hosts

Attaching Disks to Multiple hosts in XEN

December 14th, 2009

Can’t believe I forgot how to attach a disk to multiple machines in XEN, and then my Google-Fu was weak. Finally figure out how though
“phys:/dev/device,sda,w!”
The important part is the ! after the w. This is to force it to mount.

Great List of must try solutions

November 18th, 2009

http://whatexit.org/tal/mywritings/dumb-things-to-check.html
Great list of things to check that you never think of. Especially the line endings. That has messed up my puppet configurations more than anything else.

Also

http://www.ipmsg.org/tools/fastcopy.html.en for a great tool to copy files including all the ACL’s and overcome the 260bit path limit

Broadcom 10G cards and bonding in RHEL

November 18th, 2009

Just found out that by default Broadcom 10G cards do NOT work with bonding RHEL. Apparently they try to aggregate packets over all connections and in releases previous to 5.2 would cause a kernel panic. You can tell if you are having a problem by NUMEROUS syslog messages saying “recieved packets cannot be forwarded while LRO is enabled”. To fix this issue you need to add the following line to modprobe.conf
options bnx2x diable_tpa=1

Hello world!

November 9th, 2009

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!