473,385 Members | 2,180 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.

ESE -> WSE?

We are downgrading from DB2 8.2 ESE on Linux to WSE. Is there a simple way
to perform this or how should it be done?

Thanks

--

Mvh

/RE
Dec 21 '05 #1
8 4957
Ian
Roger Eriksson wrote:
We are downgrading from DB2 8.2 ESE on Linux to WSE. Is there a simple way
to perform this or how should it be done?


Is this for licensing reasons? Does your database have more than one
partition, or is it just a single partition on ESE?

If you just want a non-partitionable (is that a word?) instance, db2icrt
has an option to indicate the type of instance you want.

db2icrt -s wse -u fenced_id instance_id
Dec 21 '05 #2
Roger Eriksson wrote:
We are downgrading from DB2 8.2 ESE on Linux to WSE. Is there a simple way
to perform this or how should it be done?


If this is for licensing reasons, the easiest way is to simply stop all your
instances (including the das), deinstall, install WSE, reapply whatever
fixpack you're on, update all your instances (including the das), and
restart everything.

There are less invasive methods where you can surgically uninstall the parts
that are unique to ESE and then install the parts that are unique to WSE,
but that gets to be less simple, and you asked for simple ;-)

Of course, if you have any partitioned database(s), they are no longer going
to work.
Dec 21 '05 #3
Darin McBride wrote:
Roger Eriksson wrote:
We are downgrading from DB2 8.2 ESE on Linux to WSE. Is there a simple
way to perform this or how should it be done?


If this is for licensing reasons, the easiest way is to simply stop all
your instances (including the das), deinstall, install WSE, reapply
whatever fixpack you're on, update all your instances (including the das),
and restart everything.


Wouldn't it be sufficient to just remove the ESE license and roll-in the WSE
license?

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Dec 21 '05 #4
Ian
Knut Stolze wrote:
Darin McBride wrote:
Roger Eriksson wrote:
We are downgrading from DB2 8.2 ESE on Linux to WSE. Is there a simple
way to perform this or how should it be done?

If this is for licensing reasons, the easiest way is to simply stop all
your instances (including the das), deinstall, install WSE, reapply
whatever fixpack you're on, update all your instances (including the das),
and restart everything.


Wouldn't it be sufficient to just remove the ESE license and roll-in the WSE
license?


No, there is actually at least 1 RPM package that differs between the
WSE (IBM_db2wssg81) and ESE (IBM_db2essg81) products, not to mention the
additional packages that come with ESE (like IBM_db2pext81, IBM_db2conn81).

As Darin said, easiest is to uninstall ESE, reinstall WSE and update the
instances, AS LONG AS you don't have any partitioned databases.
Dec 21 '05 #5
Knut Stolze wrote:
Darin McBride wrote:
Roger Eriksson wrote:
We are downgrading from DB2 8.2 ESE on Linux to WSE. Is there a simple
way to perform this or how should it be done?


If this is for licensing reasons, the easiest way is to simply stop all
your instances (including the das), deinstall, install WSE, reapply
whatever fixpack you're on, update all your instances (including the
das), and restart everything.


Wouldn't it be sufficient to just remove the ESE license and roll-in the
WSE license?


Excellent question.

It is not sufficient to solely do that without interacting with the OS
installer (rpm in this case) in some way.

The license manager relies on the product signatures (IBM_db2essg81 and
IBM_db2wssg81) to determine what licenses are checked. If you have the ESE
signature installed, the DB2 license manager will check for the ESE
license. If it is present, all is well with the world, but if it's
missing, you enter try&buy for that product. Of course, if try&buy is
expired, then ESE functionality is turned off.

If you are missing the WSE signature, the DB2 license manager will not even
check for the WSE license. I'm not even sure that the DB2 license manager
(db2licm) will even allow you to apply the WSE license without the WSE
signature installed - it may, but even if it does, that license won't be
looked at again without the WSE signature.

If you have both the ESE and WSE signatures installed, but only one license,
DB2 will continue to function with that license even after the try&buy of
the other signature runs out. However, you'll get a message during
db2start that your license has expired even as DB2 continues to operate
(with the other license).

Thus, the surgical method involves removing the ESE signature (and the one
other RPM that is ESE-specific, IBM_db2pext81) and adding the WSE
signature, reapplying the fixpack to get the signature at the right level
(you can just add the WSE signature straight from the Linux fixpack to get
it at the right level in a single step), and then applying your license
key. You still need to run db2iupdt against your instance(s) for the
license to be accepted.

Simpler is to uninstall/reinstall. A lot less to think about ;-)
Especially since the reinstall will install the WSE license automatically
if that's the WSE image you have (as opposed to a try&buy WSE image).
Hint: to convert a try&buy image to a fully-licensed image, you should just
have to put your license key in the db2/license directory and then the
installer will automatically pick it up during the install.
Dec 21 '05 #6
Hi,

What's the key file name? Is db2licst.dat?
Laurence

Dec 21 '05 #7
Laurence wrote:
Hi,

What's the key file name? Is db2licst.dat?


The license key that I was referring to is the .lic file that comes with a
licensed DB2 product, such as 'db2ese.lic' or 'db2wse.lic' for ESE and WSE,
respectively.
Dec 21 '05 #8
Hi,

What's the key file name? db2licst.dat?
Laurence

Dec 21 '05 #9

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

Similar topics

1
by: Christian Schmidbauer | last post by:
Hello! I prepare my XML document like this way: ------------------------------------------------------- PrintWriter writer; Document domDocument; Element domElement; // Root tag
2
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are...
2
by: Donald Firesmith | last post by:
I am having trouble having Google Adsense code stored in XSL converted properly into HTML. The <> unfortunately become &lt; and &gt; and then no longer work. XSL code is: <script...
0
by: Arne Schirmacher | last post by:
I want to display a MySQL database field that can contain HTML markup. If I use <esql:get-string> then I get all of the database field, but all tags are escaped which is not what I want. If I use...
34
by: Mark Moore | last post by:
It looks like there's a pretty serious CSS bug in IE6 (v6.0.2800.1106). The HTML below is validated STRICT HTML 4.01 and renders as I would expect in Opera, FrontPage, and Netscape. For some...
11
by: Les Paul | last post by:
I'm trying to design an HTML page that can edit itself. In essence, it's just like a Wiki page, but my own very simple version. It's a page full of plain old HTML content, and then at the bottom,...
2
by: bissatch | last post by:
Hi, I am currently writing a simple PHP program that uses an XML file to output rows for a 'Whats New' page. Once written, I will only require updating the XML file and any pages that use the...
0
by: vdex42 | last post by:
Apologies if this has been asked before, but I haven't been able to find the answer to this yet: My problem is that .NET will not allow me to insert escaped '>' characters (i.e. &gt;) within the...
2
by: santaji | last post by:
I am getting xml string in request attribute in following format &lt;files&gt; &lt;file&gt; &lt;filename&gt;somefile.ext&lt;/filename&gt; &lt;/file&gt; &lt;files&gt; the above string I want to convert to tags. expected...
1
by: VaidehiPawar | last post by:
I am a beginner level in xml..my output page does not convert &gt &lt it shows something like this " &lt;b&gt;Location.&lt;/b&gt;&lt;br /&gt; &lt;UL&gt;&lt;LI&gt;Park Central New York " can anyone help? here is my code ...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...

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.