How to Install jazz team server on AIX 5L?
2 answers
vshtyk wrote:
posted to RQM group. What you need to do is install the linux version
on linux first - I have a linux partition setup on my laptop for this.
Once you have installed on linux tar up /opt/IBM/IBMIMShared,
/opt/IBM/RQM and /var/ibm. Untar these on AIX. Remove the
/opt/IBM/RQM/server/linux directory. Edit the server.startup,
server.shutdown, and repotools.sh and replace the Java path with the
path to /usr/java5/jre and save. RQM should work just fine after that.
I have been running this configuration for almost a year with no issues.
Hi All
Can anybody advise how to install Jazz Team Server on AIX machine
under AIX 5.3 OS verion?
Thanks in advance.
It is pretty simple to do. I assume you are talking about RQM as you
posted to RQM group. What you need to do is install the linux version
on linux first - I have a linux partition setup on my laptop for this.
Once you have installed on linux tar up /opt/IBM/IBMIMShared,
/opt/IBM/RQM and /var/ibm. Untar these on AIX. Remove the
/opt/IBM/RQM/server/linux directory. Edit the server.startup,
server.shutdown, and repotools.sh and replace the Java path with the
path to /usr/java5/jre and save. RQM should work just fine after that.
I have been running this configuration for almost a year with no issues.
Hello
firs of all thanks for you help.
I've tried to install RTC-Express-Server-2.0M3-AIX64.
during installation I've found some inconsistence with installation instructions, and spent some time to investigate the reason of problem with tables creation in DB2 database. The reason was in the default page size that should be set to 8192 during creating of database (for Linux version is recommended initiante create database statement without page size parameter and by default it will be set to 4096) .
The above issue a bit confused me because by default there are no exact messages were found in repotools_createTables.log
The necessary messages were included in mentioned file just after enable verbose mode for java in repotools.sh
Currently JTS was started successfully and I'll continue with its configuration.
That's all.
Thanks.
firs of all thanks for you help.
I've tried to install RTC-Express-Server-2.0M3-AIX64.
during installation I've found some inconsistence with installation instructions, and spent some time to investigate the reason of problem with tables creation in DB2 database. The reason was in the default page size that should be set to 8192 during creating of database (for Linux version is recommended initiante create database statement without page size parameter and by default it will be set to 4096) .
The above issue a bit confused me because by default there are no exact messages were found in repotools_createTables.log
The necessary messages were included in mentioned file just after enable verbose mode for java in repotools.sh
Currently JTS was started successfully and I'll continue with its configuration.
That's all.
Thanks.