473,386 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

UDB 8.1 & 9 Installation notes - Fedora Core 6

A recent HD failure and next year's first quarter release of Red Hat's
EL5 made me decide to temporarily use FC6 on my sandbox system, an IBM
Thinkpad T40. UDB 8.1 (FP14) and a UDB 9 Express-C were successfully
installed after resolving some problems. Fedora Core 4 is mentioned in
the UDB install documentation as a acceptable base for development
systems and it appears that FC6 will support running DB2.

1. Neither UDB version will install from CD. The #!/bin/sh command that
starts all of the scripts fails. This is caused by SELinux not allowing
execution of the scripts from the CD. Fix by using one of the following:
A. Disable SELinux
B. Put SELinux into permissive mode. (Log errors and ignore them.)
C. Copy CD to a HD directory and install
I expect a future update from RH to the SELinux rules will fix this.

2. UDB 9 Java installation works with supplied Java. UDB 8.1 will not
install with Java. The Java included with the 8.1 UDB CD doesn't run
under FC6's 2.6.18-1 kernel. The UDB 8.1 control center will run under
IBM Java2-150 and Sun Java 160. I've never been able to get UDB to
install using the DB2USELOCALJRE and JAVA_HOME environment variables
since, I think, Java 131. (The test program always returns a bad return
code.) Install (8.1) by:
A. Use db2_install command. Install FP14 before creating the
DAS or DB2 instances.

3. UDB's libimf.so (common code used by many other programs) crashes
before it starts running. This will show up first when db2fmcd fails
and respawns fast enough for the kernel to diable it. (db2fmcd is
started by a line in /etc/inittab - usually the last line of the file.
The inittab entry is created when the first DB2 instance is created.)
Fix by using one of the following:
A. Disable SELinux
B. Put SELinux into permissive mode
Hopefully, IBM will resolve this by supplying an appropriate SELinux
policy statement with a future fixpak.
For my rebuild, I deleted the sqllib directories from all of the
instances (/home was undamaged), used root to reconstruct the ids and
groups manually specifying their id numbers to match the destroyed
system, then created new instances using db2icrt and dascrt. I then
issued a db2start command and recataloged all of the databases. FP14 was
higher than I'd previously had installed so I ran the rebinds that were
needed.

I hope that IBM does not delay approval of RHEL5 as a recommended
operating system for UDB.

Phil Sherman
Dec 23 '06 #1
1 3365
Phil Sherman wrote:
A recent HD failure and next year's first quarter release of Red Hat's
EL5 made me decide to temporarily use FC6 on my sandbox system, an IBM
Thinkpad T40. UDB 8.1 (FP14) and a UDB 9 Express-C were successfully
installed after resolving some problems. Fedora Core 4 is mentioned in
the UDB install documentation as a acceptable base for development
systems and it appears that FC6 will support running DB2.

1. Neither UDB version will install from CD. The #!/bin/sh command that
starts all of the scripts fails. This is caused by SELinux not allowing
execution of the scripts from the CD. Fix by using one of the following:
A. Disable SELinux
B. Put SELinux into permissive mode. (Log errors and ignore them.)
C. Copy CD to a HD directory and install
I expect a future update from RH to the SELinux rules will fix this.
Without a statement to that effect from RH, I don't think I would have the
same expectation.
2. UDB 9 Java installation works with supplied Java. UDB 8.1 will not
I'm not sure that this Java will work with RHEL5's SELinux policy.
install with Java. The Java included with the 8.1 UDB CD doesn't run
under FC6's 2.6.18-1 kernel. The UDB 8.1 control center will run under
IBM Java2-150 and Sun Java 160. I've never been able to get UDB to
install using the DB2USELOCALJRE and JAVA_HOME environment variables
since, I think, Java 131. (The test program always returns a bad return
code.)
Have you pursued any PMRs with IBM over that?
Install (8.1) by:
A. Use db2_install command. Install FP14 before creating the
DAS or DB2 instances.
3. UDB's libimf.so (common code used by many other programs) crashes
before it starts running. This will show up first when db2fmcd fails
and respawns fast enough for the kernel to diable it. (db2fmcd is
started by a line in /etc/inittab - usually the last line of the file.
The inittab entry is created when the first DB2 instance is created.)
Fix by using one of the following:
A. Disable SELinux
B. Put SELinux into permissive mode
Hopefully, IBM will resolve this by supplying an appropriate SELinux
policy statement with a future fixpak.
[...]
I hope that IBM does not delay approval of RHEL5 as a recommended
operating system for UDB.
What would "delay" mean to you? Immediate upon release of RHEL5? Within 30
days? 90 days? More? Note that the SELinux policy for RHEL5 appears to
be different from FC6, and it appears it does take a bit more work to get
DB2 to install on current betas of RHEL5. Of course, IBM will want to test
with the official GA of RHEL5 before claiming any level of support for it,
so there will be "some" delay - not sure how long that will be. Perhaps it
will be within a week or two, or perhaps not until the next fixpack is
released after RHEL5 is shipped (to incorporate fixes/changes).
Dec 30 '06 #2

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

Similar topics

0
by: Ville Mattila | last post by:
Hello readers, I'm trying to install the latest PHP4 version from the scratch. The configure string is following: ../configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-curl...
1
by: linuxfreak | last post by:
Hi all, Was working with python 2.3 in a fedora core 3 machine. I upgraded it to Fedora Core 4 with a clean install. So now I have python 2.4 installed. But when I try to install wxPython for...
5
by: linuxfreak | last post by:
Hi guys, Has anyone installed wxPython on Fedora Core 4. Apparently it need the libstdc++.so.5 file while Fedora installs the newer libstdc++.so.6 file. I tried installing the libstdc rpm from...
2
by: Jimbo | last post by:
I am trying to install Sql Server on a Win 2000 Server...It keeps failing and I dont know why...I turned off my anti-virus for installation and am logged in as an admin..heres the output of the...
4
by: Maroon | last post by:
Hello all I want to install db2 universal Database Personal Edition in my Linux Fedora core 3. But the following error has occured. When i gave the following command for install -----> #...
1
by: Robert Uhl | last post by:
Well, I upgraded to Fedora Core 4 and now PostgreSQL won't start, since my data files are from a previous version. A little Googling shows that I should have exported my data before...
1
by: pjSoni | last post by:
Hi All, Can anyone help in installation of Fedora 4.0 , PHP 5 and MYSql 5 with Apache webserver I want to install 64 bit version of all because I bought new PC with 64 bit supporting. Please...
15
by: John Nagle | last post by:
I've been installing Python and its supporting packages on a dedicated server with Fedora Core 6 for about a day now. This is a standard dedicated rackmount server in a colocation facility,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.