- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OmniBack II 3.5 Purge Hanging
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-03-2001 11:45 AM
05-03-2001 11:45 AM
I am using OmniBack 3.5 and my problem is that the purge session which is started automatically by OmniBack at 12 PM doesn't show any activity for 5-6 hours and ultimately I have to do "omnidbutil -purge_stop" to stop it.It used to work fine earlier.Has anything gone wrong with the database?
Any help will be greatly appreciated.
Ashish Tripathi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 01:49 PM
05-03-2001 01:49 PM
Re: OmniBack II 3.5 Purge Hanging
My first guess is that the database has become corrupt. I assume you have monitored the purge while it is running and see no activity.
I would check the database with omnidbcheck -extended (be patient) and if errors are reported fix it with omnidbcheck -fix.
You should probably check the size of the database with omnidbutil -extendinfo and omnidbutil -info. If you are near maximums you will need to extend the database.
If you have added new backup specifications that too could dramitically increase the purge times. Again, I would monitor a running purge session to see if the numbers are climbing -- this could be perfectly normal.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:51 AM
05-04-2001 08:51 AM
Re: OmniBack II 3.5 Purge Hanging
If I do "omnidbcheck -extended" It shows me that "database check is already running".
Even though I stopped OmniBack omnisv.sh stop and killed all opened sessions then also omnidbcheck is giving same error message.
Ashish Tripathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:57 AM
05-04-2001 08:57 AM
SolutionSee if you have a file /var/opt/omni/tmp/dbcheck.lk.
It'sd a lock file. Then do an omnisv.sh stop;
check that all omni processes are gone via ps;
then omnisv.sh -start.
I'm pretty sure you're fixed.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:59 AM
05-04-2001 08:59 AM
Re: OmniBack II 3.5 Purge Hanging
I got ahead of myself. If you find the lock file, remove it. That's when been hanging everything. It thinks an omnidbcheck is running when it's really not.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 09:18 AM
05-04-2001 09:18 AM
Re: OmniBack II 3.5 Purge Hanging
Ashish