- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MCSG config
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 11:09 AM
05-27-2003 11:09 AM
MCSG config
we have 2 rp2470 and one DS2300 on cluster system with MCService guard and we are instaling...
We'll run Oracle 8.1.6 (one instance) and Baan acessing it instance.
well, my doubt is only about Oracle:
we are get the Oracle on both server installed on systems disks (db engine)
The aplications tablespaces will on array like this:
|instance|-------|Tablespace data|--------|instance|
But consider the situation where we have a public synonym:
when the first node are running and I create a public synonym, it is on data dictionary -Tablespace System (right me if I'm wrong)...
well if the node get fail, the second node will get the public synonym ?
Thanx in advance,
Lima.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 11:17 AM
05-27-2003 11:17 AM
Re: MCSG config
The problem with your setup (again, if I understand you) is keeping the init.ora changes "in sync". You must remember to make these changes in both places so that the parameters are the same upon failover. I would suggest that you copy the files rather than editing them in both places so that possible syntax errors don't creep in.
While there is no "correct" method, I actually prefer to move everything datafiles, init.ora's etc. and executables including the listener with the package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 11:31 AM
05-27-2003 11:31 AM
Re: MCSG config
if I correct get what you wrote, I think you're thinking in the wrong way:
1. If you plan to have two db engines (i.e, database), and for the same application (in your case Baan), you cannot. You MUST have one database that will be started up at one machine each time. In this case, you will not have problema in creating your synonym, because it will be in one database.
2. You can have two database configured in the cluster, but for two differente packages, holding different data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 11:58 AM
05-27-2003 11:58 AM
Re: MCSG config
I agree w/Clay for the most part.
In a *true* Active/Standby cluster where one is just waiting to be failed over to, we move the binaries & config files over with the data. For many reasons - Oracle licensing being just one - it's better to have the binaries on ONLY one system.
Now, on Active/Active clusters, of course, you MUST have the binaries on BOTH systems. In these cases they MUST be using different data sources UNLESS one is STRICTLY in read-only mode & will NOT be writing to the data AT ALL. You must not have both systems writing to the same data area or you'll have nothing but trouble - guaranteed. But if they write to different DBs, then you'll be OK.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 12:20 AM
02-27-2004 12:20 AM
Re: MCSG config
Could you please share you configuration details with me.I also wanted to configure cluster useing ds2300 with rp2405 servers.
Please could you send your configuration & how you mirrored in ds2300.
Regards
SP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 02:25 AM
03-16-2004 02:25 AM
Re: MCSG config
I was in vacation...
Well, the doubt I posted here don't exist anymore.
My configuration is:
We have 45 licenses of Baan and to user Baan in cluster we would have to have 100 licenses...
finaly we have oracle installed on both of servers and Baan too (system disks).
The cluster is active/passive.
The database (datafiles) are on the disk array (DS2300).
If you want the config of cluster (or packages), please post one reply.
Vogra.