Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Database Server Software > DB2

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2008, 02:44 PM
sql-db2-dba
 
Posts: n/a
Default What constitute a DB2 client? Can some IBMers help ans. this licensing question??

We have an application running several daemon processes on a UNIX
server. The "user" applications communicate directly with the server
application via proprietory messages. Based on these messages the
server processes query and update the databases which resides on the
same UNIX server. The results if needed get passed back to the "users"
via the same messaging system. No DB2 client software is installed in
the "user" machines. Do we need to pay for licenses on these "user"
computers/equipments?

Thanks,

Bill.
leungb@aptea.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-26-2008, 02:44 PM
Larry
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. thislicensing question??

Bill,

If you license DB2 V8 Enterprise Server Edition and you only access DB2
data that resides on a UNIX server (and do not access any mainframe or
AS/400 data), you must license DB2 V8 ESE for the total # of processors on
the UNIX servers that DB2 resides on. This does not include host access,
Information Integrator, or any other adjunct products like Warehouse
manager, Cube Views, OLAP Server, etc.

Larry Edelstein

sql-db2-dba wrote:

> We have an application running several daemon processes on a UNIX
> server. The "user" applications communicate directly with the server
> application via proprietory messages. Based on these messages the
> server processes query and update the databases which resides on the
> same UNIX server. The results if needed get passed back to the "users"
> via the same messaging system. No DB2 client software is installed in
> the "user" machines. Do we need to pay for licenses on these "user"
> computers/equipments?
>
> Thanks,
>
> Bill.
> leungb@aptea.com


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-26-2008, 02:44 PM
Mark A
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

That was not the question.

To answer the question, no you don't need any client licenses since your
clients do not talk to DB2 directly, only indirectly through another
application.

"Larry" <lsedels@us.ibm.com> wrote in message
news:3F5E9EEB.595D2AC7@us.ibm.com...
> Bill,
>
> If you license DB2 V8 Enterprise Server Edition and you only access DB2
> data that resides on a UNIX server (and do not access any mainframe or
> AS/400 data), you must license DB2 V8 ESE for the total # of processors on
> the UNIX servers that DB2 resides on. This does not include host access,
> Information Integrator, or any other adjunct products like Warehouse
> manager, Cube Views, OLAP Server, etc.
>
> Larry Edelstein
>
> sql-db2-dba wrote:
>
> > We have an application running several daemon processes on a UNIX
> > server. The "user" applications communicate directly with the server
> > application via proprietory messages. Based on these messages the
> > server processes query and update the databases which resides on the
> > same UNIX server. The results if needed get passed back to the "users"
> > via the same messaging system. No DB2 client software is installed in
> > the "user" machines. Do we need to pay for licenses on these "user"
> > computers/equipments?
> >
> > Thanks,
> >
> > Bill.
> > leungb@aptea.com

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-26-2008, 02:44 PM
Ian D Bjorhovde
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. thislicensing question??

Mark A wrote:

> That was not the question.
>
> To answer the question, no you don't need any client licenses since your
> clients do not talk to DB2 directly, only indirectly through another
> application.


I wouldn't be too sure about that. This goes back to the whole concept
of named users, concurrent users, "internet/intranet" users.

I would read

http://www7b.boulder.ibm.com/dmdd/li...ikopoulos.html


This covers how DB2 is licensed. Pay attention to the Workgroup Server Edition
and Workgroup Server Unlimited Edition discussion about named, concurrent, etc.
users. And talk to your IBM Sales Rep. :-)


Ian




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-26-2008, 02:44 PM
Mark A
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

> > To answer the question, no you don't need any client licenses since your
> > clients do not talk to DB2 directly, only indirectly through another
> > application.

>
> I wouldn't be too sure about that. This goes back to the whole concept
> of named users, concurrent users, "internet/intranet" users.
>
> I would read
>
>

http://www7b.boulder.ibm.com/dmdd/li...ikopoulos.html
>
>
> This covers how DB2 is licensed. Pay attention to the Workgroup Server

Edition
> and Workgroup Server Unlimited Edition discussion about named, concurrent,

etc.
> users. And talk to your IBM Sales Rep. :-)
>
>
> Ian
>

Yes, you are right that one may need a certain number of licenses to cover
the number of concurrent threads initiated by the application that talks to
DB2. But that does not mean that it has any direct relationship to the
number of clients that can potentially use the application. The number of
licenses depends partly on how the application is coded and how many
simultaneous instances of the application can execute and interface to DB2.
Sorry for any confusion relating to my previous response.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-26-2008, 02:45 PM
sql-db2-dba
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

The IBM's terms, concurrent users and multiplexing program are
confusing. Okay, there are 12 server processes that make connection to
the databases to do updates/select, etc. There are hundreds of
"client" systems, which do not use DB2 software, communicating with
another daemon process (on the same server) that does not make
connection to the DB2 database. This non-DB2 process is the middleman
between the DB2-bound processes and the "client" computers. Are these
client computers concurrent users or the 12 DB2 server processes?
Which are the multiplexing programs here?


"Mark A" <ma@switchboard.net> wrote in message news:<V0z7b.110$0S2.53235@news.uswest.net>...
> > > To answer the question, no you don't need any client licenses since your
> > > clients do not talk to DB2 directly, only indirectly through another
> > > application.

> >
> > I wouldn't be too sure about that. This goes back to the whole concept
> > of named users, concurrent users, "internet/intranet" users.
> >
> > I would read
> >
> >

> http://www7b.boulder.ibm.com/dmdd/li...ikopoulos.html
> >
> >
> > This covers how DB2 is licensed. Pay attention to the Workgroup Server

> Edition
> > and Workgroup Server Unlimited Edition discussion about named, concurrent,

> etc.
> > users. And talk to your IBM Sales Rep. :-)
> >
> >
> > Ian
> >

> Yes, you are right that one may need a certain number of licenses to cover
> the number of concurrent threads initiated by the application that talks to
> DB2. But that does not mean that it has any direct relationship to the
> number of clients that can potentially use the application. The number of
> licenses depends partly on how the application is coded and how many
> simultaneous instances of the application can execute and interface to DB2.
> Sorry for any confusion relating to my previous response.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-26-2008, 02:45 PM
Darin McBride
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

sql-db2-dba wrote:

> The IBM's terms, concurrent users and multiplexing program are
> confusing. Okay, there are 12 server processes that make connection to
> the databases to do updates/select, etc. There are hundreds of
> "client" systems, which do not use DB2 software, communicating with
> another daemon process (on the same server) that does not make
> connection to the DB2 database. This non-DB2 process is the middleman
> between the DB2-bound processes and the "client" computers. Are these
> client computers concurrent users or the 12 DB2 server processes?
> Which are the multiplexing programs here?


My understanding of "multiplexing" would mean that the application that
works on behalf of n users requires n user licenses for DB2. User
licenses (named or concurrent) refers to real, living, breathing bodies
that use the data from the database. Note that IBM may make exceptions
for this if those real, living, breathing bodies are, say, canines,
felines, or the like.

My understanding of this entire thread would mean you should be talking
to your IBM or ISV sales rep rather than the techies in here ;-)

> "Mark A" <ma@switchboard.net> wrote in message
> news:<V0z7b.110$0S2.53235@news.uswest.net>...
>> > > To answer the question, no you don't need any client licenses since
>> > > your clients do not talk to DB2 directly, only indirectly through
>> > > another application.
>> >
>> > I wouldn't be too sure about that. This goes back to the whole concept
>> > of named users, concurrent users, "internet/intranet" users.
>> >
>> > I would read
>> >
>> >

>>

http://www7b.boulder.ibm.com/dmdd/li...ikopoulos.html
>> >
>> >
>> > This covers how DB2 is licensed. Pay attention to the Workgroup Server

>> Edition
>> > and Workgroup Server Unlimited Edition discussion about named,
>> > concurrent,

>> etc.
>> > users. And talk to your IBM Sales Rep. :-)
>> >
>> >
>> > Ian
>> >

>> Yes, you are right that one may need a certain number of licenses to
>> cover the number of concurrent threads initiated by the application that
>> talks to DB2. But that does not mean that it has any direct relationship
>> to the number of clients that can potentially use the application. The
>> number of licenses depends partly on how the application is coded and how
>> many simultaneous instances of the application can execute and interface
>> to DB2. Sorry for any confusion relating to my previous response.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-26-2008, 02:45 PM
Mark A
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

> > The IBM's terms, concurrent users and multiplexing program are
> > confusing. Okay, there are 12 server processes that make connection to
> > the databases to do updates/select, etc. There are hundreds of
> > "client" systems, which do not use DB2 software, communicating with
> > another daemon process (on the same server) that does not make
> > connection to the DB2 database. This non-DB2 process is the middleman
> > between the DB2-bound processes and the "client" computers. Are these
> > client computers concurrent users or the 12 DB2 server processes?
> > Which are the multiplexing programs here?

>
> My understanding of "multiplexing" would mean that the application that
> works on behalf of n users requires n user licenses for DB2. User
> licenses (named or concurrent) refers to real, living, breathing bodies
> that use the data from the database. Note that IBM may make exceptions
> for this if those real, living, breathing bodies are, say, canines,
> felines, or the like.
>
> My understanding of this entire thread would mean you should be talking
> to your IBM or ISV sales rep rather than the techies in here ;-)


I don't think that is correct. If the maximum number of threads to DB2
created by the application is 12 at ay given time (assuming that is the
situation here), you would only need 12 licenses. Otherwise, such if a web
page contained data from a DB2 database, you would need a license for every
person who ever accessed that webpage, which is absurd.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-26-2008, 02:45 PM
Darin McBride
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

Mark A wrote:

>> > The IBM's terms, concurrent users and multiplexing program are
>> > confusing. Okay, there are 12 server processes that make connection to
>> > the databases to do updates/select, etc. There are hundreds of
>> > "client" systems, which do not use DB2 software, communicating with
>> > another daemon process (on the same server) that does not make
>> > connection to the DB2 database. This non-DB2 process is the middleman
>> > between the DB2-bound processes and the "client" computers. Are these
>> > client computers concurrent users or the 12 DB2 server processes?
>> > Which are the multiplexing programs here?

>>
>> My understanding of "multiplexing" would mean that the application that
>> works on behalf of n users requires n user licenses for DB2. User
>> licenses (named or concurrent) refers to real, living, breathing bodies
>> that use the data from the database. Note that IBM may make exceptions
>> for this if those real, living, breathing bodies are, say, canines,
>> felines, or the like.
>>
>> My understanding of this entire thread would mean you should be talking
>> to your IBM or ISV sales rep rather than the techies in here ;-)

>
> I don't think that is correct. If the maximum number of threads to DB2
> created by the application is 12 at ay given time (assuming that is the
> situation here), you would only need 12 licenses. Otherwise, such if a web
> page contained data from a DB2 database, you would need a license for
> every person who ever accessed that webpage, which is absurd.


Which is what the web or unlimited versions are all about.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-26-2008, 02:45 PM
Mark A
 
Posts: n/a
Default Re: What constitute a DB2 client? Can some IBMers help ans. this licensing question??

> >> > The IBM's terms, concurrent users and multiplexing program are
> >> > confusing. Okay, there are 12 server processes that make connection

to
> >> > the databases to do updates/select, etc. There are hundreds of
> >> > "client" systems, which do not use DB2 software, communicating with
> >> > another daemon process (on the same server) that does not make
> >> > connection to the DB2 database. This non-DB2 process is the middleman
> >> > between the DB2-bound processes and the "client" computers. Are these
> >> > client computers concurrent users or the 12 DB2 server processes?
> >> > Which are the multiplexing programs here?
> >>
> >> My understanding of "multiplexing" would mean that the application that
> >> works on behalf of n users requires n user licenses for DB2. User
> >> licenses (named or concurrent) refers to real, living, breathing bodies
> >> that use the data from the database. Note that IBM may make exceptions
> >> for this if those real, living, breathing bodies are, say, canines,
> >> felines, or the like.
> >>
> >> My understanding of this entire thread would mean you should be talking
> >> to your IBM or ISV sales rep rather than the techies in here ;-)

> >
> > I don't think that is correct. If the maximum number of threads to DB2
> > created by the application is 12 at ay given time (assuming that is the
> > situation here), you would only need 12 licenses. Otherwise, such if a

web
> > page contained data from a DB2 database, you would need a license for
> > every person who ever accessed that webpage, which is absurd.

>
> Which is what the web or unlimited versions are all about.


The following two paragraphs are from the IBM article about licensing at:
http://www7b.boulder.ibm.com/dmdd/li...ikopoulos.html

"DB2 WSE is licensed by the Client-to-Server model using a concurrent
(sometimes referred to as "capacity pricing") or registered user option."

"The 'concurrent user license' is appropriate for applications or devices
that have established a connection to one or more databases on one server. A
user with multiple connections to a single server counts as only one
concurrent user. The one exception is the case where multiple connections
are made by a multiplexing program, application server, or other program
that connects to DB2 UDB, providing access on behalf of other users. In the
concurrent user model, the customer must ensure that each server is licensed
for the maximum number of users that will use that server product at any one
time. The base license cost ($999) still applies, and each concurrent user
license costs $249."

Notice that you can license by registered user OR by number of concurrent
users. To quote the article "In the concurrent user model, the customer must
ensure that each server is licensed for the maximum number of users that
will use that server product at any one time." So if your application only
can process 12 connections to DB2 simultaneously (because it can only
process 12 clients at a time), you only need 12 licenses with the concurrent
user licensing option.

The section about multiplexing sounds like a description of your application
which provides access to DB2 on behalf of other users, even if the same
userid is always connected to DB2 by the server application (on behalf of
the clients).


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:09 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443