473,499 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

certification/validation resp. stability of IBM DB2 UDB for state-of-the-art linux distributions (eg. suse 9.0 professional)

Looking at
http://www-306.ibm.com/software/data...inux/validate/
it told us that db2 v8.1 is not validated yet for suse90 professional ed.

Do you have any experience regarding the stability of db2
on that or other up to date linux platforms ?
Has anyone using that configuration made a call to the db2 support ?
Does the support appease that questions ?

Best regards.
Nov 12 '05 #1
2 1725
dba_db2 at nospam gmx.net wrote:
Looking at
http://www-306.ibm.com/software/data...inux/validate/
it told us that db2 v8.1 is not validated yet for suse90 professional ed.

Do you have any experience regarding the stability of db2
on that or other up to date linux platforms ?
Has anyone using that configuration made a call to the db2 support ?
Does the support appease that questions ?

Best regards.


I've been running DB2 V8 successfully on my SuSE 9 Pro laptop for some time.

However, note that this is only MY LAPTOP : it's not being used to run
production services, and any problems encountered would not stop my
business dead. IBM will not provide support other than on the officially
supported platforms (or at least they are not obliged to). For production
use I'd recommend SuSE Enterprise Server.

The first thing you'll find is that you will have problems with the
graphical install. This is due to the version of the Java Developer's Kit
installed by default when SuSE is installed (it's a Sun JDK 1.4 I think).

If you look in the "errata" link on the documentation page above then you
will find a similar problem reported with Red Hat Enterprise Linux 3.
There are two alternative solutions : install a supported JDK (I believe
IBM JDK 1.4.2 ?) or install without the graphical installer using
db2_install. I did the latter : you need to do instance setup and creation
manually afterwards. You'll find this documented in a paper I wrote for
IDUG Solutions Journal -

http://www.idug.org/idug/member/jour.../article04.cfm

I still believe you will need to install a compatible JDK to use the
graphical tools (e.g. control center). Since I tend to be a "command line
junkie" I've not done that yet. although I hope to work on it shortly.

You may also need an external JDK to run Java Stored Procedures. There is a
DBM CFG parameter JDK_PATH which controls which JDK to use.

Any problems don't hesitate to drop me an email.

--
Philip Nelson
ScotDB Limited
http://www.scotdb.com
(te*****@scotdb.com)

Nov 12 '05 #2
Philip Nelson <gu*****@yahoo.co.uk> wrote in message news:<XW**********************@news.easynews.com>. ..
dba_db2 at nospam gmx.net wrote:
Looking at
http://www-306.ibm.com/software/data...inux/validate/
it told us that db2 v8.1 is not validated yet for suse90 professional ed.

Do you have any experience regarding the stability of db2
on that or other up to date linux platforms ?
Has anyone using that configuration made a call to the db2 support ?
Does the support appease that questions ?

Best regards.
I've been running DB2 V8 successfully on my SuSE 9 Pro laptop for some time.

However, note that this is only MY LAPTOP : it's not being used to run
production services, and any problems encountered would not stop my
business dead. IBM will not provide support other than on the officially
supported platforms (or at least they are not obliged to). For production
use I'd recommend SuSE Enterprise Server.

The first thing you'll find is that you will have problems with the
graphical install. This is due to the version of the Java Developer's Kit
installed by default when SuSE is installed (it's a Sun JDK 1.4 I think).

If you look in the "errata" link on the documentation page above then you
will find a similar problem reported with Red Hat Enterprise Linux 3.
There are two alternative solutions : install a supported JDK (I believe
IBM JDK 1.4.2 ?) or install without the graphical installer using
db2_install. I did the latter : you need to do instance setup and creation
manually afterwards. You'll find this documented in a paper I wrote for
IDUG Solutions Journal -

http://www.idug.org/idug/member/jour.../article04.cfm

I still believe you will need to install a compatible JDK to use the
graphical tools (e.g. control center). Since I tend to be a "command line
junkie" I've not done that yet. although I hope to work on it shortly.

You may also need an external JDK to run Java Stored Procedures. There is a
DBM CFG parameter JDK_PATH which controls which JDK to use.

Any problems don't hesitate to drop me an email.

We have installed DB2EE on Suse 9.0 and it shows pretty good
performance
and stability.

The hint for installing via gui was to install a IBM JDK 1.4 and
to fake one of the installion files which is located on the
installation
cd. Otherwise we havent managed it that the installer took *our*
JDK!

suse90:/var/IBM_V81_Express_Edition/cdrom/db2/linux/install # diff
db2jinst db2jinst~
129,131c129
< /opt/IBMJava2-141/jre/bin/java $JAVA_OPTIONS -cp $JAVA_CLASSPATH
$DB2SetupRun "$@" 2> /tmp/db2setup.err.running
--- $JAVA_PATH/$JAVA_INTERPRETER $JAVA_OPTIONS -cp $JAVA_CLASSPATH $DB2SetupRun "$@" 2> /tmp/db2setup.err.running


Thanks for your contribution!
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
1960
by: Nick Mudge | last post by:
I currently have Windows XP, but I am thinking of changing my operating system to linux because all i want to do is web development with PHP, MySQL and Apache. Does anybody recommend the best...
1
4377
by: Douglass Turner | last post by:
Hello, I'm trying to install a statistics package called RSPython that requires a python shared library to be present on my SuSE 8.1 linux box. My python is provide as an RPM package and as far...
12
8186
by: Mike Dee | last post by:
A very very basic UTF-8 question that's driving me nuts: If I have this in the beginning of my Python script in Linux: #!/usr/bin/env python # -*- coding: UTF-8 -*- should I - or should I...
1
1931
by: TOTO | last post by:
Hi, I was wondering if there are some users out there, that use: "non commercial enterprise" linux distributions (like suse linux enterprise server8, or redhat enterprise server 3) with oracle...
0
1781
by: zratis | last post by:
Hello, I wanted to find out what MySQL administrators think about MySQL installation on RedHat and other Linux distributions with the use of RPM. RedHat reallocates all MySQL files into...
1
1331
by: SIP3261 | last post by:
I want to download C9X c coplier for both linux as well as windows. From which site i can get it. Will the C9X compiler be same for both LINUX SUSE and RED HAT LINUX 9.0 or different. Amit
1
1425
by: ancest | last post by:
I build a really `short` application under Fedora 8 int main() { return 0; } On both above platforms, it is build with command: g++ test.cpp -o test
0
7128
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7006
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5467
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4917
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3088
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
661
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
294
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.