- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 24x7 hpux oracle environment ....
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
03-19-2002 01:11 PM
03-19-2002 01:11 PM
I am starting to investigate the implementation of a single oracle site ( probably two superdomes with service guard and/or replication on a single site ) with app servers on the same subnet connecting to them, and clients coming from all over the globo to it ( about 100 k users ).
Need to know anything about what archtecture should I use, white papers, redundancy, storage ( XPs ), etc. I am also, looking into a second scenario, where we would have several servers on the different regions of the globe, replicating the data.
ANy help here would be appreciated.
Thank you much,
Henrique Silva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 01:41 PM
03-19-2002 01:41 PM
Re: 24x7 hpux oracle environment ....
some questions to think about:
the traffic producing over the WAN Links in the senarios?
the max failover time?
witch data need witch data and wehere do they resist?
best regards
patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 04:43 PM
03-19-2002 04:43 PM
SolutionWe are currently running such a described solution - though we dont have the same amount of users (defined 5-6.000, normally not more than 1.500 simultanious).
Global VPN network + other network connections.
We're using running only one DB-server (superdome), but have failover to another (separate superdome), XP512 disk storage, tape library, and a number of application servers with load balancing for the application (SAP R/3). Remember to net everything together with enough bandwith both on cables/switches/routers aso.
Our Oracle DB is approx. 450Gb
We have several copies of the system as well.
Full copy for:
- Development (with scrambled HR data)
- Test
- Separate project excecution systems (example when introducing Euro)
etc.
MC Serviceguard is a good product to achieve high availability, but also remember backup-time.
We have been scaling this solution several times, changed from EMC to XP512 etc. but still have maintained a very high operability.
Today we do Offline backup, split-mirror backup once a week which takes approx. 15/20min. downtime (nobody want to guarantee that online+archive logs is enough - though we never have had to go all the way back to this).
We will continue a very centralized policy, but we put down a lot of effort in preventive actions. This is done both by 24x7 standby duty, monitoring tools with messaging systems, auditing/benchmarking several times a year etc.
Though we have a centralized implementation - we are a de-centralized team of system managers.
This requires also good documentation (exactly where the machine is located and where the power button is, as well as a streamlined computer room with everything labeled).
We can start/stop Diesel generators remotely, check UPS etc. (but we cant refuel :-))
What we now have on our wish list is a second computer room (approx. 2km away). Then we can move half our implementation and also stand a fairly large bomb :)
Today we have an agreement with HP (Business recovery solution) - where we can bring up our system within 72 hours (in another european country).
There's a lot to consider - but remember that the most vital thing is to make sure you have something you can grow in...
/Tor-Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 10:42 AM
03-20-2002 10:42 AM
Re: 24x7 hpux oracle environment ....
That is exactly what I am looking for. I do not think our database will be that large. It will probably fit into ram. The app servers will be ALL in the same subnet, so, the only network traffic will probably be clients from all over to this site.
I am looking at it from an oracle perspective right now.
I will probably have two superdomes, with service guard and/or advanced replication going between these two servers, on XP512s and maybe 50 GB to 100 GB.
I am looking at the impact of replication ( latency time, blocked tables ) on this database when multiple users are hitting it.
I think the user base is large but we would not have more than 10,000 concurrent user at the time here.
Do you know of any specific white paper that would describe such implementation, or do you have any docs yourself that you are "allowed" to share ? Published ???? I have looked at metalink and I can see some white papers there, but nothing too specific !!!
Thanks,
Henrique Silva

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 02:18 AM
03-21-2002 02:18 AM
Re: 24x7 hpux oracle environment ....
do you mind sharing the
failover time of your oracle DB
from nodeA to nodeB using MC/SG
with us? ...just curious...
tia
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 12:59 PM
03-21-2002 12:59 PM
Re: 24x7 hpux oracle environment ....
Are you using SG for failover, correct ? And ONE XP512 or two ??? ( Single ppoint of failure would be the XP here)
If you have two XP512s, how are you replicating the data for the failover DB ? Advanced Replication ? Standby DB ? HPUX mirroring on the XPs ??????
If you are using advanced replication, can you comment on any benchmarking you have done ? I am thinking about setting up two-way replication, but I am concerned with the latency of transactions and any synchronization issues. !!!!! Maybe one-way replication would be safer.
I contact oracle and they do not have ANY benchmarking on replication :-(((
Thanks,
Henrique