COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: pooja on 15 Apr 2010 09:30:11 AM

Title: v8.1 & v8.4 on same machine..??????????
Post by: pooja on 15 Apr 2010 09:30:11 AM
we are currently using 8.1 in our department.Now they asked us to work on 8.4 as well.
now my question is--

is it possible to install both 8.1 amd 8.4 on same machine? if yes how..??

If NO, what will be the best solution?

It would be great if we get detail resposne, and kindly thank you in advance.

Title: Re: v8.1 & v8.4 on same machine..??????????
Post by: MFGF on 15 Apr 2010 10:08:52 AM
Hi Pooja,

Yes - you can have multiple instances of Cognos 8 on the same server or group of servers.  You will need to:

a) Install Cognos 8.4 into a different location than Cognos 8.1  (eg install into a folder called c84 rather than the default c8 within Program Files).
b) Define new virtual directories in your web server for Cognos 8.4 (eg set up a virtual directory called cognos84 instead of cognos8)
c) Modify the default port numbers for the IBM Cognos 8 service, shutdown service and logging in 8.4 Cognos Configuration.
d) Use a different content store database for Cognos 8.4

Be aware that it will effectively double the memory and CPU requirements when you have both instances running, so your hardware may not be up to the job of running both instances with full user loadings.

Best regards,

MF.
Title: Re: v8.1 & v8.4 on same machine..??????????
Post by: pooja on 15 Apr 2010 10:35:22 AM
Asome...!!!!!!!!!!!!

many many thank you MFGF, so much
Title: Re: v8.1 & v8.4 on same machine..??????????
Post by: MFGF on 15 Apr 2010 10:42:20 AM
Good luck!  Let us know how you get on!

MF.
Title: Re: v8.1 & v8.4 on same machine..??????????
Post by: blom0344 on 16 Apr 2010 02:49:15 AM
Quote from: MFGF on 15 Apr 2010 10:08:52 AM

b) Define new virtual directories in your web server for Cognos 8.4 (eg set up a virtual directory called cognos84 instead of cognos8)
Define additional application pools and assign each virtual directory its own pool.


Which is possible from IIS 6 and higher..
Title: Re: v8.1 & v8.4 on same machine..??????????
Post by: MFGF on 16 Apr 2010 03:09:19 AM
Good catch Blom!  Thanks. :)