Ingres Community Forums Login Register Ingres.com  

Ingres Community Forum


Go Back   Ingres Community Forums > Community > The Ingres Community
 

Reply
 
LinkBack Thread Tools Display Modes
Old 2010-02-07   #1 (permalink)
Ingres Community
 
Join Date: Dec 2008
Posts: 34
Question multiple installation of ingres

Hi,

I want to install ingres2006 ver 9.0.4 with multiple instance, but with different userID,

exemple


Instance1 with user ingres1

instance2 with user ingres2



instanceN with user ingresN

ihave package installation with RPM.

thanks.
omaro_ing is offline   Reply With Quote
Old 2010-02-07   #2 (permalink)
Ingres Community
 
rhann's Avatar
 
Join Date: Mar 2007
Location: roy.hann@rationalcommerce.com
Posts: 434
Blog Entries: 15
Default

I'm not totally clear on what you are asking to do. Do you want each instance to have a different owner for some reason?

I never use RPM to install, but I can't see why it wouldn't let you create another installation (instance) with a different owner. It would insist that each instance have a different connection identifier (listen address) though, e.g. II, IJ, IK, etc.

Without knowing what you want this kind of arrangement for, I can't say if it's a good idea or not, but it can certainly be done, somehow.
__________________
Roy Hann

UK Ingres User Association Conference 2011 will be on Tuesday June 7, 2011. Mark the date in your diary.
rhann is offline   Reply With Quote
Old 2010-02-07   #3 (permalink)
Ingres Community
 
Join Date: Dec 2008
Posts: 34
Default multiple instance of ingres with different administrator

hi,

the first reason of this orgnazaition is to separate authorization of administration for all instance.

thanks
omaro_ing is offline   Reply With Quote
Old 2010-02-08   #4 (permalink)
Ingres Community
 
rhann's Avatar
 
Join Date: Mar 2007
Location: roy.hann@rationalcommerce.com
Posts: 434
Blog Entries: 15
Default

OK, as I said, you can have multiple intstallations/instances each with a different owner, which is not to say the RPM installer will make it easy for you to do that--I don't use it so I don't know. But it is definitely possible.

I still have a nagging thought that there may be an easier way to accomplish what you want. When you say "separate adminstration" of each instance, what do you include in that term? Physical resources like disk and memory, and starting and stopping Ingres, or do you include grants and table/view/procedure ownership, or what?
__________________
Roy Hann

UK Ingres User Association Conference 2011 will be on Tuesday June 7, 2011. Mark the date in your diary.
rhann is offline   Reply With Quote
Old 2010-02-08   #5 (permalink)
Ingres Corp
 
maspa05's Avatar
 
Join Date: Mar 2007
Location: UK, Sunny Slough!
Posts: 136
Default

With the rpm installer it's possible to specify an response file by setting the II_RESPONSE_FILE environment variable. To specify the user to install as set the II_USERID parameter in this file e.g.

II_USERID=ingres1

See the Installation Guide (here) for more on the response file.
__________________
Paul Mason
maspa05 is offline   Reply With Quote
Old 2010-02-08   #6 (permalink)
Ingres Community
 
Join Date: Dec 2008
Posts: 34
Thumbs up problem resolved (change user administrator)

Hi,

i am used the technique of custom installation,
i created a file configuration that contain this parameters

II_USERID=name of admin
II_GROUPID=group if admin


2. I Specifed the name of the response file on the II_RESPONSE_FILE environment variable.
export II_RESPONSE_FILE="name of response file"

3. I Installed the RPM packages by invoking RPM directly.



i used this document : ingres2006 for linux Getting Started

thanks (rahann, maspa05).

Last edited by omaro_ing; 2010-02-08 at 02:26 AM.
omaro_ing is offline   Reply With Quote

Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


© 2009 Ingres Corporation. All Rights Reserved