Archive for

January, 2010

...

TIBCO Designer libstdc++.so.5 issue on Ubuntu 9.10 (Karmic Koala)

1 comment

After successful upgrade Ubuntu Linux from 9.04 (Jaunty Jackalope) to 9.10 (Karmic Koala) on my laptop, I’ve found that my TIBCO Designer is no longer works here:

./designer: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I’ve found that libstdc++.so.5 isn’t available in Karmic repos anymore but still in Jaunty here: http://packages.ubuntu.com/jaunty/i386/libstdc++5/download. You can download and install it:

wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
sudo dpkg -i libstdc++5_3.3.6-17ubuntu1_i386.deb

After that Designer runs great on Karmic.

Using TIBCO EMS with Storage Foundation Cluster File System

no comments

Here is the article on Symantec site. I can agree that installing TIBCO Enterprise Message Service (EMS) on Veritas Storage Foundation Cluster File System (CFS) is the best high availability and high performance solution. If your company really need 99.999% uptime, 50000 messages per second and ready to pay much for that.

Whenever we need to choose the most suitable solution, we must consider the various options. For example, if the SLA is required to ensure very high uptime, but not expected tens of thousands of messages per second, you can consider EMS options using NFS or HA Database for messages store. In the opposite case can be encouraged to use the failover cluster with shared cluster disk.