| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: adding Instances to a 2-Node OPS
Yes, it is possible to add a node.
I can't give you the specifics, because I'm more familiar with RAC, but the general principle is that you'll need to create a new init.ora, specifying the new instance_name and instance_number. You'll need to alter the existing init.oras to set active_instance_count (something like that, anyway) to allow three instances. You'll need to use one of the existing instances to add a new thread of at least two redo logs to the database (alter database add log group X 'path/filename' thread 3;). And the new instance either needs to have its own set of private rollback segments created (by one of the existing instances) or there needs to be sufficient public rollback segments that it can acquire some of them for its own use.
More specific than that, I'm afraid I can't get, without diving into the doco. (which you can do too, of course)
Regards
HJR
"sven gomber" <sgomber_at_gmx.de> wrote in message
news:3DA0316E.D7ED3C51_at_gmx.de...
> Hi all,
> i'm very new to OPS (8.1.7.3) and i need to know how to add more
> instances to a 2-node system (actually 2 instances, 1per node) running
> on sun-cluster 3.0. is it possible to add another instance to one of
> those two nodes ? if yes, i need to know how...
>
> thanks in advance
>
> Sven Gomber
>
>
Received on Sun Oct 06 2002 - 17:15:07 CDT
![]() |
![]() |