472,799 Members | 1,273 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

DB2 9 runtime client install

Hi,

I've been trying for 2 hours to install in silent mode a DB2 9 runtime
client. Why didn't you make this process as simple as for the CLIENT
install ?
It is not the same setup command, you can download a setup from the support
site, but unfortunately, the setup does not allow you to create a response
file. Neither the db2rspgn utility, after the graphical setup has been done.

Very disapointing ... maybe can someone highlight the correct procedure to
install silently because the doc is uncomplete.

Thanks,

JM
Jun 27 '08 #1
3 11253
Hello,

The install command lines are different for DB2 Client and DB2 Runtime
Client (RTCL), because the DB2 9 RTCL is built differently from other
db2 products, and differently from v8 RTCL.

You can find the install command line for RTCL in the DB2 9 On-Line
Information Center, which is copied here:

// +++ install cmd lines: +++++++++++++++++++++++++++++
To perform a response file installation, the following command line
parameter should be used:
setup /v"/qn RSP_FILE_PATH=[Full path to the response file]"

The example assumes that no copy of the client is already installed.
If one or more copies exist, the command is different. To install a
second copy use:
setup /v" TRANSFORMS=:InstanceId1.mst MSINEWINSTANCE=1 /qn
RSP_FILE_PATH=[Full path to the response file]"

// ++++++++++++++++++++++++++++++++++++++++++++++

Now, the problem is how to get the response file.
As you already found, the RTCL install image is just one single
setup.exe file. There is no sample rsp file if you just download it
from the DB2 fixpak image site. By the way, if you purchased the
RTCL image CD, then there is a Samples directory where you can find
the sample rsp file.

You can take the following option to create/get a rsp file for RTCL:
1). Manually create a rsp file for RTCL, since there is no much
selectable component in RTCL, it is not difficult to write the rsp
file by yourself, by referencing a Client's rsp file. You can choose
the install type of Typical or Compact, not to worry about what
component should be selected.
2). Collect the rsp file from a GUI install: A rsp file is generated
in the GUI install, as you tried earlier, even it did not give you the
option where to keep that rsp file. You can do the following to get
the rsp file generated from the GUI install:
-- Launch the GUI install, go through the GUI panels till the
Install Summary panel.
-- Go to the %Temp% directory on your system, you will find a
DB2RLxxx.rsp file there. You can check its the time stamp to get the
correct rsp file, in case there are multiple DB2RLxxx.rsp files.

Regards.

Bin

On Jun 22, 2:22*pm, "Jean-Marc Blaise" <jmbla...@hotmail.comwrote:
Hi,

I've been trying for 2 hours to install in silent mode a DB2 9 runtime
client. *Why didn't you make this process as simple as for the CLIENT
install ?
It is not the same setup command, you can download a setup from the support
site, but unfortunately, the setup does not allow you to create a response
file. Neither the db2rspgn utility, after the graphical setup has been done.

Very disapointing ... maybe can someone highlight the correct procedure to
install silently because the doc is uncomplete.

Thanks,

JM
Jun 27 '08 #2
Hello,

Just tested the RTCL install, using a few different release levels.
Here is what I found:
1). The db2rspgn.exe is installed with RTCL, under ~\sqllib\Bin. It
should be able to generate a rsp file.
2). A rsp file can be generated by the db2rspgn.exe tool after the it
was installed, as I tested using the DB2 9 GA RTCL and V9.5 FP1 RTCL.
3). However, the db2rspgn.exe tool failed to generate the rsp file
from the v9.1 fp5 RTCL copy. Only a .INS file was created.

What release level of RTCL did you tried?

There is a bug in V9.1 FP5 RTCL's db2rspgn.exe (not sure when the
problem was introduced, as it worked correctly in v91ga), which should
be fixed in the future fixpak releases.
Once it is fixed, you can generate a RTCL rsp file from an installed
RTCL copy using this db2rspgn.exe tool.

Regards.

Bin

On Jun 23, 11:13*am, binchen6...@gmail.com wrote:
Hello,

The install command lines are different for DB2 Client and DB2 Runtime
Client (RTCL), because the DB2 9 RTCL is built differently from other
db2 products, and differently from v8 RTCL.

You can find the install command line for RTCL in the DB2 9 On-Line
Information Center, which is copied here:

// +++ install cmd lines: +++++++++++++++++++++++++++++
To perform a response file installation, the following command line
parameter should be used:
* *setup /v"/qn RSP_FILE_PATH=[Full path to the response file]"

The example assumes that no copy of the client is already installed.
If one or more copies exist, the command is different. To install a
second copy use:
* *setup /v" TRANSFORMS=:InstanceId1.mst MSINEWINSTANCE=1 /qn
RSP_FILE_PATH=[Full path to the response file]"

// ++++++++++++++++++++++++++++++++++++++++++++++

Now, the problem is how to get the response file.
As you already found, the RTCL install image is just one single
setup.exe file. There is no sample rsp file if you just download it
from the DB2 fixpak image site. * By the way, if you purchased the
RTCL image CD, then there is a Samples directory where you can find
the sample rsp file.

You can take the following option to create/get a rsp file for RTCL:
1). Manually create a rsp file for RTCL, since there is no much
selectable component in RTCL, it is not difficult to write the rsp
file by yourself, by referencing a Client's rsp file. You can choose
the install type of Typical or Compact, not to worry about what
component should be selected.
2). Collect the rsp file from a GUI install: *A rsp file is generated
in the GUI install, as you tried earlier, even it did not give you the
option where to keep that rsp file. You can do the following to get
the rsp file generated from the GUI install:
* *-- Launch the GUI install, go through the GUI panels till the
Install Summary panel.
* *-- Go to the %Temp% directory on your system, you will find a
DB2RLxxx.rsp file there. You can check its the time stamp to get the
correct rsp file, in case there are multiple DB2RLxxx.rsp files.

Regards.

Bin

On Jun 22, 2:22*pm, "Jean-Marc Blaise" <jmbla...@hotmail.comwrote:
Hi,
I've been trying for 2 hours to install in silent mode a DB2 9 runtime
client. *Why didn't you make this process as simple as for the CLIENT
install ?
It is not the same setup command, you can download a setup from the support
site, but unfortunately, the setup does not allow you to create a response
file. Neither the db2rspgn utility, after the graphical setup has been done.
Very disapointing ... maybe can someone highlight the correct procedureto
install silently because the doc is uncomplete.
Thanks,
JM- Hide quoted text -

- Show quoted text -
Jun 27 '08 #3
Hi Bin,

Great thanks for you post. Yes, I was testing using DB2 9.1 FP5 :-(.

Using FP4, it works. I post the response file below if someone else needs
it.

Thanks,

JMB

*

*

* Sample command line: setup -u f:\jmb\db2rtcl.rsp

*

* On Windows NT, 2000, XP and .NET If a default instance (DEFAULT_INSTANCE)
is specified

* in the response file, the USERNAME and PASSWORD keywords for the instance
will be used

* for all the other USERNAME and PASSWORD values unless they are explicitly

* specified. Some of the keywords that would apply would be the following:

*

* DAS_USERNAME

* DAS_PASSWORD

*

* MD_DB.USERNAME

* MD_DB.PASSWORD

* --------------------------------------------------------------------------------------------------------------------

PROD = RUNTIME_CLIENT

*User must change the value of the following keyword to ACCEPT or YES

LIC_AGREEMENT=DECLINE

FILE = F:\IBM\SQLLIB2\

INSTALL_TYPE = CUSTOM

DB2_COPY_NAME = DB2COPY2

DEFAULT_COPY = NO

CREATE_ICONS = YES

*REBOOT = YES or NO (default=NO)

*KILL_PROCESSES = YES or NO (default=NO)

DEFAULT_INSTANCE=DB2

INSTANCE=DB2_01

DB2_01.NAME=DB2_01

*DB2_01.USERNAME=char(30) [char(20) for Windows NT]

*DB2_01.DOMAIN=char(14)

*DB2_01.PASSWORD=char(14)

DB2_01.CLIENT_IMPORT_PROFILE=DB2_01.INS

<bi*********@gmail.comwrote in message
news:b4**********************************@y38g2000 hsy.googlegroups.com...
Hello,

Just tested the RTCL install, using a few different release levels.
Here is what I found:
1). The db2rspgn.exe is installed with RTCL, under ~\sqllib\Bin. It
should be able to generate a rsp file.
2). A rsp file can be generated by the db2rspgn.exe tool after the it
was installed, as I tested using the DB2 9 GA RTCL and V9.5 FP1 RTCL.
3). However, the db2rspgn.exe tool failed to generate the rsp file
from the v9.1 fp5 RTCL copy. Only a .INS file was created.

What release level of RTCL did you tried?

There is a bug in V9.1 FP5 RTCL's db2rspgn.exe (not sure when the
problem was introduced, as it worked correctly in v91ga), which should
be fixed in the future fixpak releases.
Once it is fixed, you can generate a RTCL rsp file from an installed
RTCL copy using this db2rspgn.exe tool.

Regards.

Bin

On Jun 23, 11:13 am, binchen6...@gmail.com wrote:
Hello,

The install command lines are different for DB2 Client and DB2 Runtime
Client (RTCL), because the DB2 9 RTCL is built differently from other
db2 products, and differently from v8 RTCL.

You can find the install command line for RTCL in the DB2 9 On-Line
Information Center, which is copied here:

// +++ install cmd lines: +++++++++++++++++++++++++++++
To perform a response file installation, the following command line
parameter should be used:
setup /v"/qn RSP_FILE_PATH=[Full path to the response file]"

The example assumes that no copy of the client is already installed.
If one or more copies exist, the command is different. To install a
second copy use:
setup /v" TRANSFORMS=:InstanceId1.mst MSINEWINSTANCE=1 /qn
RSP_FILE_PATH=[Full path to the response file]"

// ++++++++++++++++++++++++++++++++++++++++++++++

Now, the problem is how to get the response file.
As you already found, the RTCL install image is just one single
setup.exe file. There is no sample rsp file if you just download it
from the DB2 fixpak image site. By the way, if you purchased the
RTCL image CD, then there is a Samples directory where you can find
the sample rsp file.

You can take the following option to create/get a rsp file for RTCL:
1). Manually create a rsp file for RTCL, since there is no much
selectable component in RTCL, it is not difficult to write the rsp
file by yourself, by referencing a Client's rsp file. You can choose
the install type of Typical or Compact, not to worry about what
component should be selected.
2). Collect the rsp file from a GUI install: A rsp file is generated
in the GUI install, as you tried earlier, even it did not give you the
option where to keep that rsp file. You can do the following to get
the rsp file generated from the GUI install:
-- Launch the GUI install, go through the GUI panels till the
Install Summary panel.
-- Go to the %Temp% directory on your system, you will find a
DB2RLxxx.rsp file there. You can check its the time stamp to get the
correct rsp file, in case there are multiple DB2RLxxx.rsp files.

Regards.

Bin

On Jun 22, 2:22 pm, "Jean-Marc Blaise" <jmbla...@hotmail.comwrote:
Hi,
I've been trying for 2 hours to install in silent mode a DB2 9 runtime
client. Why didn't you make this process as simple as for the CLIENT
install ?
It is not the same setup command, you can download a setup from the
support
site, but unfortunately, the setup does not allow you to create a
response
file. Neither the db2rspgn utility, after the graphical setup has been
done.
Very disapointing ... maybe can someone highlight the correct procedure
to
install silently because the doc is uncomplete.
Thanks,
JM- Hide quoted text -

- Show quoted text -

Jun 27 '08 #4

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

Similar topics

0
by: duffymo | last post by:
I'm having a terrible time installing the Oracle 8.1.7 client on my Windows 2000 version 5.0 SP 4 machine. I did a search of this forum and found this: ...
2
by: Raquel | last post by:
How do I know whether the 'runtime client' and the 'application development client' are installed on my machine? When I issue the command "db2licm -l", it gives the following output: Product...
1
by: sea | last post by:
Does a type 4 driver need a runtime client installed on each client computer? Thank you very much
0
by: Thomasb | last post by:
Hi! Has anyone managed to install DB2 Runtime Client Lite (part of Stinger)? I have tried on different machines with diffrent versions of Windows and it always ends up with "The DB2 Setyp...
2
by: Arnie | last post by:
Hi, I am new to IBM DB2 Databse. Where can i get a download of the IBM DB2 Runtime Client I am using DB2 Ver 8.1.4 for on Windows 2000 Server. Also, is DB2 Connect the same as DB2 Runtime...
2
by: Burkhard Schultheis | last post by:
There are two packages for download (Linux): DB2 9 client (240 MB) DB2 runtime client (105 MB) What's the difference? Regards, Burkhard -- A: Weil es die Lesbarkeit des Textes...
3
by: rjha94 | last post by:
Hi I just installed the runtime client on my windows machine. when i go inside the SQLLIB\bin folder i can see db2.exe. is it possible to use this db2 bundled with runtime client for command line...
1
by: beena | last post by:
Hi All, I inherited an AIX box (5300-06) with Client install... (I think it's only client). How do I check the type of Client (Admin vs Runtime vs Application development ) on AIX ? I have to...
2
by: Scav | last post by:
Helpful folks, We recently upgraded DB2 V7 to V8 on Windows 2003 Enterprise Edition. The plan is to migrate to V9 as soon as possible. In anticipation of that migration, IT management has...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

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.