A technologist navigating the murky waters of enterprise technology in Silicon Valley
What is Metaleuca?
Metaleuca is a bare-metal provision management system that interacts with open-source software Cobbler via EC2-like CLI.
Using Metaleuca, users can communicate with Cobbler to self-provision a group of bare-metal machines to boot up with new, fresh OS images. The main appeal of Metaleuca is that it allows users to manage the bare-metal machines like EC2's virtual instances via the command-lines that feel much like ec2-tools, or euca2ools.
Reblogged from Aaron Walrath - Another IT Guy's Meanderings:
HAProxy is an open source load balancer/reverse proxy that can provide high availability for your network services. While generally used for web services, it can also be used to provide more reliability for services such as SMTP and terminal services. In addition we can combine it with the Keepalived package to allow high availability/failover for the HAProxy server itself. HAProxy plus Keepalived can provide a good solution for high availability at a very low cost in comparison to proprietary hardware based load balancers.
Reblogged from Aaron Walrath - Another IT Guy's Meanderings:
In a previous post I discussed installing the open source VMware tools for Red Hat Enterprise/Scientific/CentOS Linux 6 from a yum package repository provided by VMware. This is in contrast to using the version distributed directly with VMware ESX/ESXi, which with the Linux platform was not provided in an RPM package format. With the upgrade to ESXi 5 the update process for the tools installed from the repository is not very seamless because of some update issues in addition to package changes.
Adding an IPv6 address to an existing IPv4 interface
Add the following to /etc/sysconfig/network :
NETWORKING_IPV6=yes # Enables global IPv6 initialization IPV6_DEFAULTGW=(your ipv6 gateway in Hex) # Default gateway
IPV6_AUTOCONF=no
IPV6_AUTOTUNNEL=no
Then add the following to /etc/sysconfig/network-scripts/ifcfg-eth0 (or whatever interface)
IPV6INIT=yes
IPV6ADDR=(your assigned IPv6 address)
IPV6ADDR_SECONDARIES=”"
IPV6_DEFAULTGW=(IPv6 default gateway)

Since my last day here.
Blog at WordPress.com. Theme: Nishita by Brajeshwar.