473,473 Members | 1,994 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 11346
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...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.