Extending Xen iSCSI backend storage devices by adding another iSCSI LUN
rene — Mon, 09/17/2007 - 22:07
RHEL5 Xen Guest with a backend NetApp iSCSI device
rene — Sat, 09/15/2007 - 17:44
2. Create an iSCSI LUN on the NetApp filer
3. Build the Xen guest
Links for 27/06/07
rene — Thu, 06/28/2007 - 07:56
100 Mirrored Filesystems in 5 minutes
Solaris 10 - DTrace: An Introduction
Blackbox on a Shake Table
Lifehack
How Not To Check Email At Work
Five Things to Pack for Travel
8 Ways To Save Time As The Office
Deploying Nagios NRPE on Solaris
rene — Sat, 06/02/2007 - 06:45
# pkgadd -d /tmp/pkg_get.pkg # /opt/csw/bin/pkg-get -i nrpe # wget -P /tmp/ http://www.terdmonk.com/files/solaris/nagios/nrpe_smf.zip # cd /tmp # unzip nrpe_smf.zip # mv nrpe/manifest/nagios-nrpe.xml /var/svc/manifest/network # mv nrpe/method/nagios-nrpe /lib/svc/method/nagios-nrpe # svccfg import /var/svc/manifest/network/nagios-nrpe.xml # svcadm disable nrpe # svcadm enable nrpeTo check if nrpe is working you should see the following
# svcs | grep nrpe
online May_29 svc:/network/nagios/nrpe:default
# netstat -a | grep 5666
*.5666 *.* 0 0 49152 0 LISTEN
If svcs doesnt show the service as online, you can check the SMF log file /var/svc/log/network-nagios-nrpe\:default.log.
If things still arent working, execute /lib/svc/method/nagios-nrpe manually with some bourne debugging. This will show you what the nagios-nrpe script is trying to do.
# sh -x /lib/svc/method/nagios-nrpe
Invoicing Clients with freshbooks.com
rene — Sat, 05/26/2007 - 09:34
Running any kind of business should involve invoicing to customers. Invoicing software comes at a cost and when you're building a company, its a cost you want to keep to a minimal.
I recently came across freshbooks.com whilst sifting through forum posts and freshmeat.net searches.
Within 4 minutes i was setup with a fully fledged invoicing system that also did project management, support tickets and document sharing with customers. And at what cost? If you have less than 3 active clients (which i do), you can use freshbooks.com for free.
After punching in some services and products that i offer, and some clients details i was able to send an invoice via email with the option to send via snail mail aswell.
Previously, ive used gnucash and opencrm. Both took more than a hour to setup and both had a steep learning curve. I needed something i could setup with minimal fuss, minimal infrastructure and minimal cost.
Im planning to use freshbooks.com alot more in the near future as i start to transfer my projects, tasks, contacts and documents that i build whilst i do my own startup.
































