Friday, May 16, 2008
Fun with iSCSI
I always wanted to play with iSCSI but didn't have any appliance to play with it but with openfiler i just needed another PC. But then since I had just one PC I came up with the following idea.
Install VMWare-server 1.0.5 on my laptop (Dell Vostro 1500) running Slackware 12.0 installed openfiler on the VMWare (VM image available on openfiler's website), and also cerated a M$ windows XP VM. Then installed iSCSI initiators on my Slackware 12.0 using the open-iSCSI project and on the win XP i installed Microsofts iSCSI intiator. Then mounted iSCSI targets from openfiler on Slackware and XP, made several I/O operations.
In my tests I olso tried to expand a published iSCSI disc. However this was not possible through the web-UI but was able to expand the disk via the commandline interface by using the "lvextend" command as openfiler uses LVM for it's disk management. But I had to restart the iSCSI service to have the change visible to the iSCSI initiators.
Friday, April 18, 2008
Updating Frenzy
* Kernel went to 2.6.25
* NVidia driver went to 169.12
* Gnome was updated to 2.22
All updates went quiet smoothly expect the NVidia driver because of the newly kernel which lead to an error during the kernel module compilation. But this was solved by applying a patch to the NVidia installation package. I found the patch in a forum by doing some googeling.
So now I'm waiting for the new Gnome release to use the evolution mail client to access my work's mailbox since our mail is managed by M$ Exchange 2007. And currently evolution only supports till Exchange 2003.
Thursday, April 10, 2008
Search your data with Splunk
Splunk comes in a free and commercial version. The diffrences can be found here, shortly the commercial version has some interesting features like access control and distributed indexing.
One possible probelm of the free version is that it's limited to index 500Mb of data a day.
Wednesday, April 02, 2008
Kittens @ war
Tuesday, April 01, 2008
2007: Microsoft in Review
Excerpt:
"It’s no small secret. I hate Microsoft. I think they are the most vile and corrupt corporation in the tech industry. Their monopoly hampers innovation and they favor litigation, corruption and marketing tricks to maintain their position over simply creating great products. I have read and heard many people claim Microsoft is changing, improving, and the evil Microsoft of the pass is fading; I strongly disagree with this view, and it takes no more then a cursory look through Microsoft’s actions in 2007 to see why:"
read more in the article
Veritas NetBackup Backup Windows
Tuesday, March 25, 2008
Mycity.com
http://hartcity.myminicity.com/
Thursday, January 24, 2008
Nagios 3-RC1 in a jail
After some googling i found a thread in the nagios mailing list for a similar problem. I created a file "/etc/libmap.conf" and added.
[/usr/local/bin/nagios]
libpthread.so.2 libthr.so.2
libpthread.so libthr.so
This made the nagios start and execute the service checks. However due to being in a jail nagios could not do some checks like pinging, due to the jail limitation. Adding thefollowing line in sysctl.conf
security.jail.allow_raw_sockets=1
Will allow ping to function inside a jail.
Wednesday, January 02, 2008
Changes
Monday, October 29, 2007
Lotus Notes 8 on SLackware 12
Monday, October 22, 2007
Linux Clusters
Red Hat Cluster Suite : Configuring and Managing a Cluster
Red Hat GFS 6.1 : Administrator's GuideBreaking the silence
But anyhow I wrote already some code for that Java project I have. I've put together what I call a distributed event handler. Well basically you have a Java class EventDispatcher which reads which reads a configuration file (now XML) from which it knows who can handle the various events. In case the the handler is on a remote host it'll open a network connection and write the event object to the network connection. The EventHandler on the other side will handle the received event and reply if needed. I tested this first version and it works even though it is not optimized. I'll try to have the code hosted somewhere and publish link on this blog.
Thursday, June 21, 2007
Personal java project
We'll see where I'll get in the future.
Monday, January 08, 2007
Internal Helpdesk fun
"La mia memoria virtuale e' strapiena,me ne scarichi un po' per favore?Ciao"
Translated in english this would be "My virtual memory is full, can you please free some ? Bye "
That's just terrific :)
Thursday, June 01, 2006
FreeBSD
But I can say that it's running very smoothly ;)
Now that FreeBSD as even Java due to an agreement with Sun I has gained a lot of points for me since I do a lot of java programming. Even that I could have used gcj for java but that one has still some missing graphical support.
Monday, January 09, 2006
Apache iBatis
I found Apache Ibatis today wich seems very usefull. see
ibatis.apache.org for details in short it's a framework wich maps SQL
results to Java classes. Configuration and query defenitions are done in
XML files thus enabling you to change queries without recompiling your
java appilication as you would have to do if you're using plain old
style JDBC
check it out
First steps with Apache Struts
Here I am for another update of my blog ;)
This weekend i played around with Apache struts wich seems very powerfull. I also read something interesting about Apache iBatis aframewrok for mapping SQLColumns to JavaObjects.
Since I'm studying at the university after my workhours (wich is quiet hard 8:30-18:00 working then 18:30-21:30 university) where I have a Java course all this helps me to have a larger view about java. Also at work I've created my forst Java servlets for data inquery of ourcustomer information.
My age of reinventing the wheel (as i did a lot of times in the past) is gone it's time to use the tools provides by the OS-community.
One big thanks to this fantastic community.
Thursday, December 15, 2005
First looks on FreeBSD 6.0
Let's see how it will go later on , right know it's compiling KDE 3.4.3 :)
Then i'll try some diffrent window managers
Wednesday, December 14, 2005
To Bsd or not to Bsd
I find myself with a big question...
Should I try FreeBSD 6.0 or should I stick with Linux ??
BSD seems very stable and fast.
I realy don't know. Any visitor has any comment please leave one then :)
