473,385 Members | 1,645 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,385 software developers and data experts.

Fun installing db2 8.1 in a suse linux box

I just installed db2 8.1 workgroup server edition in a suse enterprise
9 linux box. The window in the end of the install
tell me to run db2fs as a normal user. I do it:

raubtest@db2:~>db2fs
DB2JAVIT : RC = 9501
DB2INSTANCE : -2029059916
raubtest@db2:~>

From the documentation, I was supposed to see a window where I could
create a sample database. But, that is not what I get. What am I
missing here? Suggestions?
Also, I am seeing messages like this being written in my console:

Jan 27 11:22:06 db2 ifup: No configuration found for sit0
Jan 27 11:22:06 db2 kernel: mtrr: type mismatch for fd000000,800000 old:
uncacheable new: write-combining

What is is trying to tell me?
--
Mauricio raub-kudria-com
(if you need to email me, use this address =)

Nov 12 '05 #1
7 4925
Have you installed a compatible JDK and set the JDK_PATH env variable?

Larry Edelstein

Mauricio Tavares wrote:
I just installed db2 8.1 workgroup server edition in a suse
enterprise 9 linux box. The window in the end of the install
tell me to run db2fs as a normal user. I do it:

raubtest@db2:~>db2fs
DB2JAVIT : RC = 9501
DB2INSTANCE : -2029059916
raubtest@db2:~>

From the documentation, I was supposed to see a window where I could
create a sample database. But, that is not what I get. What am I
missing here? Suggestions?
Also, I am seeing messages like this being written in my console:

Jan 27 11:22:06 db2 ifup: No configuration found for sit0
Jan 27 11:22:06 db2 kernel: mtrr: type mismatch for fd000000,800000 old:
uncacheable new: write-combining

What is is trying to tell me?


Nov 12 '05 #2
Mauricio Tavares wrote:
I just installed db2 8.1 workgroup server edition in a suse
enterprise 9 linux box.
First problem: DB2 8.1 is not supported on SLES 9:
http://www.ibm.com/software/data/db2...latdist81.html

However, DB2 8.2 is fully supported on SLES 9:
http://www.ibm.com/db2/linux/validate
The window in the end of the install
tell me to run db2fs as a normal user. I do it:

raubtest@db2:~>db2fs
DB2JAVIT : RC = 9501
DB2INSTANCE : -2029059916
raubtest@db2:~>

From the documentation, I was supposed to see a window where I could
create a sample database. But, that is not what I get. What am I
missing here? Suggestions?

The new DB2 HOWTO (for Version 8.2) has some instructions for SLES 9:
http://www.tldp.org/HOWTO/DB2-HOWTO/distros.html

It's probably a JRE incompatibility; the version of Java installed with
SLES 9 isn't compatible with the Java utilities (such as db2fs "First
Steps"). Yes, I know all about how Java is supposed to be
platform-neutral... sigh.

If you just want to create the sample database, the 'db2sampl' command
will do the trick.
Also, I am seeing messages like this being written in my console:

Jan 27 11:22:06 db2 ifup: No configuration found for sit0
Jan 27 11:22:06 db2 kernel: mtrr: type mismatch for fd000000,800000 old:
uncacheable new: write-combining

What is is trying to tell me?


It's probably trying to tell you: "Install DB2 Version 8.2."

I installed DB2 8.2 on an up-to-date SLES 9 and haven't run into any of
those problems. DB2 8.1 came out a _long_ time ago; I'm sure a lot of
inconsistencies have been ironed out since then.

Dan
Nov 12 '05 #3
Dan Scott wrote:
Yes, I know all about how Java is supposed to be
platform-neutral... sigh.


SCNR: Write once debug everywhere. ;-)

--
Knut Stolze
Information Integration
IBM Germany / University of Jena
Nov 12 '05 #4
Dan Scott wrote:
Mauricio Tavares wrote:
I just installed db2 8.1 workgroup server edition in a suse
enterprise 9 linux box.

First problem: DB2 8.1 is not supported on SLES 9:
http://www.ibm.com/software/data/db2...latdist81.html

However, DB2 8.2 is fully supported on SLES 9:
http://www.ibm.com/db2/linux/validate

Incidentally, I just checked: I am running 8.2. For some reason I
read somewhere I had 8.1. Shame on me =)
The window in the end of the install
tell me to run db2fs as a normal user. I do it:

raubtest@db2:~>db2fs
DB2JAVIT : RC = 9501
DB2INSTANCE : -2029059916
raubtest@db2:~>

From the documentation, I was supposed to see a window where I could
create a sample database. But, that is not what I get. What am I
missing here? Suggestions?


The new DB2 HOWTO (for Version 8.2) has some instructions for SLES 9:
http://www.tldp.org/HOWTO/DB2-HOWTO/distros.html

It's probably a JRE incompatibility; the version of Java installed with
SLES 9 isn't compatible with the Java utilities (such as db2fs "First
Steps"). Yes, I know all about how Java is supposed to be
platform-neutral... sigh.

Well, here's what happened: I installed the ibm jdk 1.4.2 that came
with suse 9. Scripts like db2fs expect 1.4.1 (in fact, it look for it
under /opt/IBMJava1.4.1 or something like that). So, I wonder: should I
try to find IBM java sdk 1.4.1 for 32bit linux, which I do not seem to
find in their website?
If you just want to create the sample database, the 'db2sampl' command
will do the trick.
I tried it and it seemed to work =)
Also, I am seeing messages like this being written in my console:

Jan 27 11:22:06 db2 ifup: No configuration found for sit0
Jan 27 11:22:06 db2 kernel: mtrr: type mismatch for fd000000,800000
old: uncacheable new: write-combining

What is is trying to tell me?

It's probably trying to tell you: "Install DB2 Version 8.2."

Correction: I have installed it, but since this is the first time I
play with db2, I feel rather clueless. =)
I installed DB2 8.2 on an up-to-date SLES 9 and haven't run into any of
those problems. DB2 8.1 came out a _long_ time ago; I'm sure a lot of
inconsistencies have been ironed out since then.
I shall keep my fingers crossed then. =)
Dan

--
Mauricio raub-kudria-com
(if you need to email me, use this address =)

Nov 12 '05 #5
Larry wrote:
Have you installed a compatible JDK and set the JDK_PATH env variable?
I installed 1.4.2 but it seems to want 1.4.1. :P
Larry Edelstein

Mauricio Tavares wrote:
I just installed db2 8.1 workgroup server edition in a suse
enterprise 9 linux box. The window in the end of the install
tell me to run db2fs as a normal user. I do it:

raubtest@db2:~>db2fs
DB2JAVIT : RC = 9501
DB2INSTANCE : -2029059916
raubtest@db2:~>

From the documentation, I was supposed to see a window where I could
create a sample database. But, that is not what I get. What am I
missing here? Suggestions?
Also, I am seeing messages like this being written in my console:

Jan 27 11:22:06 db2 ifup: No configuration found for sit0
Jan 27 11:22:06 db2 kernel: mtrr: type mismatch for fd000000,800000
old: uncacheable new: write-combining

What is is trying to tell me?


--
Mauricio raub-kudria-com
(if you need to email me, use this address =)

Nov 12 '05 #6
"Mauricio Tavares" <uc*@ftc.gov> wrote in message
news:ct**********@spnode25.nerdc.ufl.edu...

Well, here's what happened: I installed the ibm jdk 1.4.2 that came
with suse 9. Scripts like db2fs expect 1.4.1 (in fact, it look for it
under /opt/IBMJava1.4.1 or something like that). So, I wonder: should I
try to find IBM java sdk 1.4.1 for 32bit linux, which I do not seem to
find in their website?

Go here to download the latest IBM Java:
http://www-106.ibm.com/developerwork.../jdk/linux140/

Then click on download on the right hand side of the screen. You will need
to register (free).

Then issue the following commands (but make sure to change the directory
path to match the actual install directory name):

db2 update dbm cfg using JDK_PATH /opt/IBMJava2-14
db2 update admin cfg using JDK_PATH /opt/IBMJava2-14

Next time try using googel groups search. This has been discussed many times
before.
Nov 12 '05 #7
Here's an update. IBM ended up sending a new install cd set. It seems,
for whatever reason, the one I got did not have the java 1.4.1 sdk in
the server install cd. So, I chose to install it as opposite to 1.4.1.
Now life is good.

BTW, thanks for the urls, Dan! They did help me a lot. I do have one
question though: in
http://www.tldp.org/HOWTO/DB2-HOWTO/...ng.html#AEN593, they mention
raw devices. How would I know when to use them as opposite to SMS?
--
Mauricio raub-kudria-com
(if you need to email me, use this address =)

Nov 12 '05 #8

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

Similar topics

0
by: Dom Incolingo | last post by:
Hello, I am trying to install version 1.4 of the J2EE on Linux (SuSE 9.0), but the install process fails. I downloaded the install file (j2eesdk-1_4-dr-linux-eval) from Sun, added execute...
5
by: michael | last post by:
Hi. I am reasonably experienced with Python (and love it!) on Windows. I am a programmer that toils in c++ on Win 32 mostly but just to learn more, I am playing with Suse 9. Linux. Of course...
13
by: Peter Maas | last post by:
Recently I replaced Win2k with Linux on my desktop computer. Using mostly multi-platform software I thought this would be easy. It was not as easy as expected getting wxPython to work. There seemed...
3
by: Tamer | last post by:
Hi! I followed the installation instructions from the oracle 9i built in documentation and started the installation with the Result of this output on my Xconsole: Error occurred during...
0
by: Jim Williams | last post by:
I am not able to get MYSQL running on Suse Linux Enterprise Server. I tried stopping with the command mysqld and it reported, "Shtudown Complete." Then when I tried to restart it with the...
4
by: Neil Truby | last post by:
we've sold a few suse and redhat solutions with ibm data management software recently (60% margin from ibm on new licences - thanks very much ibm!). we thought about becoming suse partners, in...
2
by: SmoothJazz | last post by:
Hi All! I am wanting to setup/run PostgreSQL on my server (a SuSE Linux 9.2 distro) but I'm not quite sure which way to go. I have a few books on PostgreSQL but they don't seem to match the...
1
by: bradley.rogers | last post by:
I have a SUSE 10.3 OS I have the original python 2.5.1 loaded from the suse rpm. I have tried installing Python 3.0rc1 using the standard make technique with the "altinstall" variation. I...
1
dlite922
by: dlite922 | last post by:
Hey guys. I don't think i've been into this forum for a while. I'm trying to install the oracle (ori8 ?) extension on php on a suse linux (v11?). Most of the (google results) articles just say...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.