- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard-OPS with Oracle9iRAC
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
02-12-2003 04:36 PM
02-12-2003 04:36 PM
ServiceGuard-OPS with Oracle9iRAC
I believe this would reguire a cluster file system (CSF). I don't have CSF with ServiceGuard-OPS.
Does anybody have experience on how to manage archive logs in an Oracle9i RAC env.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 06:36 AM
02-14-2003 06:36 AM
Re: ServiceGuard-OPS with Oracle9iRAC
I don't have an immediate answer for you, however the Oracle site discussing implementation is here:
Oracle9i Real Application Clusters (RAC) on HP-UX :
http://otn.oracle.com/products/oracle9i/htdocs/9iRAChp.html
Other 9i-related documents are linked here:
http://otn.oracle.com/documentation/oracle9i.html
Since SG-OPS does not support a direct-mount shared file system, NFS is the only alternative to making a file system available to all servers in the cluster.
-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:44 PM
03-06-2003 10:44 PM
Re: ServiceGuard-OPS with Oracle9iRAC
The MC Service guard allows you to share a single volume group by two system i.e you can create a volume group & it will be accessible by the all the nodes which are in cluster. You can create oarclke realted file system on that volume group (preferable raw file systems) every node will have the oracle instane running & this oracle instance will access that particular volume gropu , so even if on node goes down the othe node can take over & that to without any loss of data.
You need to have a individual pacakge ruuning on each node , which will have the entry of this volume group & oracle instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 07:41 AM
03-20-2003 07:41 AM
Re: ServiceGuard-OPS with Oracle9iRAC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 11:58 AM
04-03-2003 11:58 AM
Re: ServiceGuard-OPS with Oracle9iRAC
We have a cluster installation with MC/ServiceGuard OPS Edition an Oracle 9i RAC and solve this problem by configuring shared logical volumes, you must do that for each volume group.
You can use the following command:
vgchange -S y -c y vgxxx
The volume group assigned to the archive logs
must be shared and have to execute the above command on each server.
Best Regards,
Alexander Santamaria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 08:29 PM
04-04-2003 08:29 PM
Re: ServiceGuard-OPS with Oracle9iRAC
This is also my experience with SG-OPS and Oracle 9i which is also taught in the Advanced HP SG class. And as Mr. Santamaria has pointed out:
vgchange -S y -c y vgxxx
...is the proper command to use in an LVM SG environment that enables similtaneous activation and writes from every node.
There is a lot more to setting up a oracle parallel server SG environment. Special EMS, Cluster Object Manger, SG-OPS, asyncdsk kernel driver, other adjustments to standard kernel parameters, and most of all different failover testing and failover types.
Refer to HP document H4310S B.00 or take the 3 day Advanced SG class. Its the last lab.