I’ve been playing around with writing some python tools to get data into and out of bugzilla. I’ve dumped them in google code at https://code.google.com/p/gardens-bugzilla-tools/
October 21, 2011
September 13, 2010
Windows Task Scheduler and sqlldr
Just found out that when setting up a sqlldr job on a windows system when you setup the action you MUST put in a working directory. Otherwise the sqlldr silently fails.
January 14, 2010
fence_xvm restarts by default wtf
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
January 12, 2010
fence_xvmd must have interface option
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
December 14, 2009
Attaching Disks to Multiple hosts in XEN
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.
November 18, 2009
Great List of must try solutions
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
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