TheBonsai’s Blog

About the days and nights of TheBonsai

Archive for the 'Work' Category

Overestimated the advantages of NFSv4 on Linux

October 14th, 2008 by TheBonsai

At work, we have Oracle and -related systems on top of SLES10. When you need them to work in a shared environment (e.g. shared NFS disk), the user oracle and the group oinstall need the same user ID on all systems (naturally).

Unfortunately, the IDs of these entities depend on the point in the installation process where you install the SUSE orarun packet, since the UID is generated on the fly. This leads to trouble here and then (nothing serious, but it’s a bit of work to fix such an issue afterwards). Of course I think the installation procedure of the SLES orarun package should use a fixed ID here, but that’s something SUSE decides, not me (it tastes like a bug).
Read the rest of this entry »

Category: Hobby, Linux, Work, english | No Comments »

Parallel BZIP2

September 11th, 2008 by TheBonsai

m00!

Due to a new toy we got at work, I was searching how to massively speed up BZIP2 processing on GNU/Linux systems. It sucks when you have 16 cores but only one process/thread.

I finally found PBZIP2, which basically is just a new controll wrapper around the underlying library (the code has around 60 Kilobytes - with comments and all). It builds in about the half of a second.

Just to imagine a bit:

Test file was a 5.6 Gigabyte file with random binary data (/dev/urandom). A normal BZIP2 took 30 Minutes to finish, a parallelized PBZIP2 made the same in 3 Minutes and 30 seconds.

In case you need to speedup BZIP2 processing on your SMP-servers, consider to use PBZIP2 - it rocks!

Category: Hobby, Linux, Work, english | No Comments »

Endlich Fachinformatiker

July 26th, 2008 by TheBonsai

Guten Tag…

Nun, endlich die Ausbildung hinter mir, ich darf mich jetzt offiziell

Fachinformatiker, Fachrichtung Systemintegration

schimpfen. Kling komisch… is aber so ;)

J.

Category: Work, deutsch | 1 Comment »