- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MC/SG and Oracle Hot Backup Problem (Urgent)
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-30-2001 06:33 AM
тАО04-30-2001 06:33 AM
- MC/SG version A11.12
- ORACLE Version 7.3.4.5.0
- 2 node Cluster.
- Omniback 3.5
- OS HPUX 11.0
So basically what happens is everytime we try to run a hot backup and our backup script tries to put the tablespaces in backup mode, they get locked up and the script times out. Oracle is suggesting it's the su to oracle command in the script, but we ran all the commands from the script successfully outside of serviceguard.
The DBAs tested everything in the script and the only time we have problems is when serviceguard is running. If we just mount the filesystems and start the oracle applications manually there are no problems with hot backups, but this is not a work around. Perhaps there's some patch out there, or maybe we're not seeing something that MC/SG is doing.
Please advise, thanks ahead of time for any suggestions or fixes to this frustrating problem.
anthony.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 06:56 AM
тАО04-30-2001 06:56 AM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 07:45 AM
тАО04-30-2001 07:45 AM
SolutionDownload it from this web site and install on both nodes as per special instructions.
PHSS_22541
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 10:59 AM
тАО04-30-2001 10:59 AM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
Thanks again.
anthony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 11:23 AM
тАО04-30-2001 11:23 AM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
... Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 11:36 AM
тАО04-30-2001 11:36 AM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
OK, under normal conditions(i.e. MC/SG running and all packages up), OB2 runs the script (pre-exec), it then times out because the script gets hung on the redo log tables in oracle. If we then halt the package and run the same backup table space commands on Oracle, nothing hangs. We have only run command line tests to see if the tables hang in oracle. Though the problem is consistent, hangs only occur while the package is up under MC/SG and works fine (the same commands) if oracle and our application is started manually.
All of this is being run on the same node.
Thanks again for asking.
anthony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 12:11 PM
тАО04-30-2001 12:11 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
halt the package in question and then halt the node. I would then manually mount the volume groups (probably requiring first a vgchange -c n) and do all the steps that the package script does normally. Invoke the backup and then see if all is well. If so, then you have an MC/SG problem otherwise it's OB2.
I don't suppose we are dealing with something as trivial as needing to increase the 'ScriptOutputTimeout' setting in the options/global file; that would be too easy.
I am still leaning towards the su in an OB2 exec script problem. I have coded a c program
(more on less sudo) which I use in my OB2 exec scripts and it never fails under MC/SG; if you determine that the problem is OB2 I can send you the source.
... Later, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 12:20 PM
тАО04-30-2001 12:20 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
When the script times out it does that as a result of getting hung on a couple tablespaces in the database, namely "rollbackone and rollbacktwo". So it looks like the script is able to be run. But it only locks up when serviceguard is running the package. If I manually mount he package and start its services, the same backup tablespace commands with work without hesitation and not hang. What do you think? Thanks again,
ant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 12:50 PM
тАО04-30-2001 12:50 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 12:59 PM
тАО04-30-2001 12:59 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
Our DBAs are now using manual commands within Oracle to put the tablespaces in backup mode. (Basically the same way our script does it). We are not actually running our script anymore since the same commmands won't even work at command line (at server manager prompt within oracle). The server manager commands that put the tablespaces in backup mode work if serviceguard is not running. The same backup command, when service guard is up, gets hung when it gets to the "rollback" tablespaces. Hopefully this info helps you. So I basically am taking OB2 out of the equation, we are now dealing with serviceguard and oracle's abaility to put tablespaces in backup mode while under MC/SG control. Thanks again,
ant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 01:47 PM
тАО04-30-2001 01:47 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
I used the equivalent calls for over a year before switching to snapshot backups.
Have you looked at the mount options for each of these filesystems? Are they in anyway different. I'm grasping at this point.
..Good luck; you're going to need it. I'm surprised that ORACLE didn't give you the standard 7.3.X is no longer supported line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 03:30 PM
тАО04-30-2001 03:30 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
-- Just a thought
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 11:42 PM
тАО04-30-2001 11:42 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
We have seen Sybase, SAP, NFS, and a host of other products have seemingly unrelated problems caused by the fact that a SIGALRM blocking done by SG gets inherited by child proceses and never cleared, so they never respond to SIGALRM.
There are many other crucial fixes in hte patch as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2001 07:52 AM
тАО05-01-2001 07:52 AM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
I want to formally thank both Melvyn Burnard and A. Clay Stephenson for your efforts and rapid response to my problem.
Melvyn, the patch worked and everything seems to be running as expected. Thanks again.
anthony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2002 07:05 PM
тАО03-21-2002 07:05 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2002 11:08 PM
тАО03-21-2002 11:08 PM
Re: MC/SG and Oracle Hot Backup Problem (Urgent)
Kurt