Debug tools for enterprise environments

By | February 8, 2017

There are various tools that I use to spot issues and investigate an enterprise environment. One of my favourite tools is IBM Performance Analysis Suite. Capabilities described by IBM: Import all kinds of performance data for analysis. Some examples: DB2 snapshot, Java verbose GC output, Java thread dumps. Import software/middle-ware configuration for compliance checking. Some… Read More: Debug tools for enterprise environments »

Backup: Scheduled backup with #Yosemite Server Backup

By | May 29, 2017

Everybody knows that backup is important and having a backup setup on an external resource as remote server or tape drive is even better. I wanted to set up an automatic backup that does not require a lot of intervention, to safeguard the most important data hosted on my servers: the owncloud storage space and… Read More: Backup: Scheduled backup with #Yosemite Server Backup »

Glassfish MQ: Secure, database backed GlassFish MQ for high volume applications

By | February 8, 2017

GlassFish MQ is a very powerful messaging server solution if correctly configured. By default the MQ server is defined to store the content of queues on files on disk, is accessible through insecure connections and has lots of limitations for message size or number of consumers/producers associated with a queue. This default setup is OK… Read More: Glassfish MQ: Secure, database backed GlassFish MQ for high volume… »

Backup: Daily back-up on external encrypted disk with rsync and cron

By | February 8, 2017

Everybody knows the importance of a daily back-up. There are a lot of tools with fancy GUIs and useless information but sometimes the best is to keep it simple. Linux offers some very powerful build-in ways of creating a perfect backup. The scope is to create a secure incremental automatic daily backup without using fancy… Read More: Backup: Daily back-up on external encrypted disk with rsync and… »