Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
iserver 11 install on Linux
tym
Dear All,
Is anyone can help to install iserver 11 RC 6 on a linux server.
I would like to install iserver on a linux server where a postgresql database is already running. I don't know where to specify in the install.sh file the already existing database with a specific schema and user for the iserver.
Is there any documentation on this subject?
Thanks in advance for any answer.
Tym
Find more posts tagged with
Comments
viyer
The installer provides an option to install PostgreSQL as part of the standard install. If you choose "No" then it prompts for other supported database types, of which PostgreSQL is an option.
Choose PostgreSQL and provide the database name, schema owner name and iserver user name. The following need to exist before the install is launched.
- schema owner name (with connect privilege on the database)
- database user name (iserver user name) (same as above)
- schema with the same name as "schema owner name" (schema owner should be the owner of this schema and should have usage / create privilege). iserver user should have usage privilege on this database.
During install choose "No" if prompted for installing postgresql and pointing to the running instance.
tym
Hi viyer,
Thanks for your answer.
I'm installing the iserver on a linux server and I only have a command line prompt. So I can't specify any option as you describe. This should be the right steps on a window machine but we can't follow these steps on a linux machine.
I know that I have to modify some lines on the install.sh file but I don't know exactly where.
Any other solution?
Thanks.
Tym
viyer
If you run the install.sh script it should prompt you for all the information. Are you running a silent install?<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="'tym'" data-cid="68869" data-time="1285747345" data-date="29 September 2010 - 01:02 AM"><p>
Hi viyer,<br />
<br />
Thanks for your answer.<br />
<br />
I'm installing the iserver on a linux server and I only have a command line prompt. So I can't specify any option as you describe. This should be the right steps on a window machine but we can't follow these steps on a linux machine.<br />
<br />
I know that I have to modify some lines on the install.sh file but I don't know exactly where.<br />
<br />
Any other solution?<br />
<br />
Thanks.<br />
<br />
Tym<br /></p></blockquote>