Hi,
is there any guide on how to install EPXC 11.1 on an Ubuntu 16.04 server which currently runs 10.5 ? Is this a parallel install or an upgrade? Any experiences?
Since we moved our 10.5 installation from Ubuntu 14.04 to 16.04 we are frequently seeing DB2 crashes...
Thanks in advance,
Joachim
On Friday, 10 November 2017 02:17:04 UTC+13, Joachim Tuchel wrote:
Hi,
is there any guide on how to install EPXC 11.1 on an Ubuntu 16.04 server which currently runs 10.5 ? Is this a parallel install or an upgrade? Any experiences?
Since we moved our 10.5 installation from Ubuntu 14.04 to 16.04 we are frequently seeing DB2 crashes...
Thanks in advance,
Joachim
Hi Joachim,
I've been running both DB2 Express C 10.5 and 11.1 on Ubuntu 16.04 without any such issues. Maybe something environmental like ulimit???
My installs were just done from the command line with a response file. e.g.:
PROD = EXPRESS_C
FILE = /db2/10.5
LIC_AGREEMENT = ACCEPT
INSTALL_TYPE = TYPICAL
... and then db2icrt etc. I also created instance users manually but of course all this can be done too from the response file if you prefer.
DB2 11.1 was much the same IIRC.
Jeremy
Jeremy,
thanks for your answer. Did you install the two versions in parallel on one machine?
Di you add a new instance owner etc. for V 11 or did all run smooth with the same instance owner (etc.)?
Joachim
On Saturday, 11 November 2017 19:12:27 UTC+13, Joachim Tuchel wrote:
Jeremy,
thanks for your answer. Did you install the two versions in parallel on one machine?
Di you add a new instance owner etc. for V 11 or did all run smooth with the same instance owner (etc.)?
Joachim
Yes, two versions in parallel. I created a second instance for 11.1, hence a different instance owner. However you can quite easily migrate an older instance to the newer code base after the install.
Basically, my method is usually:
1) Run db2prereqcheck to check the Linux/UNIX environment.
2) Run db2setup with a minimal response file, e.g.:
PROD = EXPRESS_C
FILE = /db2/10.5
LIC_AGREEMENT = ACCEPT
INSTALL_TYPE = TYPICAL
3a) Create a DB2 instance owner, then run db2icrt from the newly installed software to create that new instance.
3b) Or use db2iupgrade, UPGRADE DATABASE etc. (with appropriate backups and other prerequisites) to upgrade an instance instance and its databases from the older release.
Obviously there are many other ways to do the same, the above is just my preference.
Me again,
Ouch, it seems I never really read your message until the end ;-)
Your option 3b) seems to be exactly what we need....
Is db2iupgrade available in the Express-C edition?
Joachim
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 403 |
Nodes: | 16 (2 / 14) |
Uptime: | 111:59:20 |
Calls: | 8,465 |
Calls today: | 2 |
Files: | 13,181 |
Messages: | 5,909,942 |