- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- db connectivity lost after backup
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
09-02-2004 02:28 AM
09-02-2004 02:28 AM
db connectivity lost after backup
oracle 9ias is on linux in the dmz
OB backups start on both systems at 5:00 a.m. which shutdown oracle instances for approx. 35 minutes
oracle instances startup but for some reason a specific oracle process fails to resume after backups, and yet all other http requests resume without problem
In fact, running the process interactively on linux returns with data
SGA has been tweaked on both servers
Memory on both servers appear adequate
Shutting down the oracle start_stop script on linux does not clear up the problem
But once I reboot the linux server the process runs ok again.
It almost appears as a caching issue either at the firewall, or on hpux or on linux.
Any clues would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 04:09 AM
09-02-2004 04:09 AM
Re: db connectivity lost after backup
If the problem persists, it may be related with the firewall...
Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 05:27 AM
09-02-2004 05:27 AM
Re: db connectivity lost after backup
Check the output of the `lsnrctl stat` after a backup has completed and you have troubles getting to the DB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 06:50 AM
09-02-2004 06:50 AM
Re: db connectivity lost after backup
No listener issue.
I wonder if it's ndd or icmp related on the hpux oracle server. Or as you suggested possibly the firewall is configured to timeout any persistent connections that is not being acknowledged inside on the hpux oracle db server (because instances are down during the backup) and a clean reboot of the linux server in the dmz stops and starts the ethernet connection therefore clearing up the port.
I'm probably way out in left field on this but I'm running out of ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 09:13 AM
09-02-2004 09:13 AM
Re: db connectivity lost after backup
iptables -nvL to see what is listed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:30 AM
09-03-2004 01:30 AM
Re: db connectivity lost after backup
lsnrctl stat does not give me any relevant info, I believe it's because the oracle database server hpux is part of a SAN configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 01:42 AM
09-03-2004 01:42 AM
Re: db connectivity lost after backup
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 04:10 AM
09-03-2004 04:10 AM
Re: db connectivity lost after backup
Can't you disable the firewall for one night and see what happens...? :-)
Regards,
Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 12:48 AM
09-07-2004 12:48 AM
Re: db connectivity lost after backup
2-no I cannot disable firewall, out of my control and besides I'd disable the whole organization....bad idea :(
3-what's interesting, I think, is from the hpux oracle database server I can ping other servers in the dmz but not the linux server, could that be a clue? yet they appear to be using the same route. Any advice on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 12:54 AM
09-07-2004 12:54 AM
Re: db connectivity lost after backup
I asked for netstat status on both server. You say it says established. Even after backup ? (when unable to connect)
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 01:25 AM
09-07-2004 01:25 AM
Re: db connectivity lost after backup
If everything is properly shutdown, including your listener, then you should start again.
But leave anything....and you will see things such as this.
Just my 2cents,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 01:39 AM
09-07-2004 01:39 AM
Re: db connectivity lost after backup
But if 'FW is blocking ICMP' that means it's blocking the linux server only, why?. Since I can ping an NT and HPUX server in the dmz from the same hpux oracle database server.
2-netstat show connections established even after backups
3.It happened again this a.m., here's a c&p of the error (php script):
ORA-04031: unable to allocate %s bytes of shared memory ("%s","%s","%s","%s")
4. I know it seems to be an oracle problem, but yet like I said before, the SGA has been modified on both the Oracle iAS and db servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 01:47 AM
09-07-2004 01:47 AM
Re: db connectivity lost after backup
But in case you're wondering, I do a clean shutdown of all oracle processes including the listener on the linux server in the dmz, and yet I still have to reboot the server to get that specific process to connect again. weird
Whatever leads I can get from all of you is great.
TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 01:55 AM
09-07-2004 01:55 AM
Re: db connectivity lost after backup
Is your java_pool_size greater than 8Mb??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 02:21 AM
09-07-2004 02:21 AM
Re: db connectivity lost after backup
yes, the java pool on the hpux oracle db server=117MB, and on the linux ias=60MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 02:57 AM
09-07-2004 02:57 AM
Re: db connectivity lost after backup
. SGA too small
. Java pool too small
. shmmax too small
As long as your query return results with a standard connection, it may be Java pool that may be too small.
Have a look at shmmax kernel parameter, compare to result of an ipcs -mb.
Other point is that 9.2.0.5 patch corrects many 04031 issues. Maybe this patch would help.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 03:20 AM
09-07-2004 03:20 AM
Re: db connectivity lost after backup
Are you using MTS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 03:24 AM
09-07-2004 03:24 AM
Re: db connectivity lost after backup
Please give more info about the concerning DB: RDBMS version, OS version, etc...
Finally, is this a physical standby configuration (on Linux)?
Regards,
Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 05:46 AM
09-07-2004 05:46 AM
Re: db connectivity lost after backup
sounds strange,....
I'd try to check if the same problem occurs,
if you cleanly do it without Omniback.
- Shut down application
- shut down database
- start up database
- start up application
Since this works after a reboot, I'd try to figure out if Omniback or the script used by Omniback cause the problem.
The Omniback Script could do a "su - user" on which you find many opinions in the omniback forum. I have used this many times succesfully for ease of use, but also had difficulties with that (2 times out of ~50).
May be a manual start uses another shell than the OB-Script, which may result in diffrent initialisation of environment.
And if all fails, dump the offline backup for online backup and do not care any more for db-shutdown.
Let's hear how this one turns out....
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 06:56 AM
09-22-2004 06:56 AM
Re: db connectivity lost after backup
Eric you have a possible lead with MTS and large pool setting, also mentioned in the discussion threads.
And Volker, I did try a process of elimination with shutting OB, step by step replicating the problem.
Bottom line, this is a complex one and hopefully from the web site above I'll be able to come up with a solution soon.
Thanks all for your help.