Google

installation of raritan multi-platform client on linux

July 27th, 2009
This is a one liner…but some people here didn’t know what to do with the zip file that MPC comes packaged as.
[root@server] unzip StandaloneMulti-PlatformClient*zip
Archive: Standalon...
extract mpc-install.MPC_*jar
[root@server] java -jar mpc-installer*jar
The multi-platform client is a nice java gui to access the DominionKX line of IP KVM switches. I find it works better than accessing the switch through firefox.

making an selinux module quickly

July 24th, 2009
In this example I was trying to serve files up from samba and lighttpd at the same time. I made the type for the files samba_share_t. After that, lighttpd couldn’t access the files. I needed to make an selinux module to fix the problem. Here are the steps to create the module quickly.

Read the rest of this entry »

virt-manager cannot select shared physical device when configuring network

July 17th, 2009
I use puppet to keep my machines in sync with each other. Our default configuration has haldaemon and messagebus (dbus) off. I ran into a problem when I tried to create a new vm and there was no option to use the shared phyical device (the bridge) Read the rest of this entry »

using puppet

July 15th, 2009
A talk I gave on using puppet. I cover installation and initial configuration. It is a talk not a tutorial though, when I get a chance I’ll post a short tutorial…

using puppet

using kvm

July 15th, 2009
A talk I gave on using kvm. I have a video on doing a live migration at the end of it (you tube). I use virsh to perform the migration and watch the movement with virt-manager.

using kvm

Using lvm only on specific drives (Reading all physical volumes. This may take a while…)

July 1st, 2009
On our kvm hypervisor we have several vm’s using fibre channel for storage. The hypervisor has to see all the devices, but each device has it’s own lvm so when the hypervisor boots, it tries to read all of them. Read the rest of this entry »