- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't get rid of these backup jobs (Omniback II A....
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
08-25-2005 01:57 AM
08-25-2005 01:57 AM
Can't get rid of these backup jobs (Omniback II A.3.50)!
Out of probably 20 servers I've decommissioned in two years, only three of them are giving me lingering problems in the backup environment, because something keeps firing off backups for them that inevitably fail every day because the servers have been turned off and shipped elsewhere.
They aren't running out of cron, as far as I can tell; there's nothing in any cronjobs to start them. They aren't running out of Maestro; the entire Maestro environment has disappeared, and I've disabled the agents on the backup server. They can't be triggered by the hosts themselves because they aren't there. I've checked omniback, and it doesn't have a schedule for any of these jobs. I even tried removing the backup specs, but something continues to fire them up every night at 8pm on the dot.
I can't, unfortunately, just ignore them, because my various managers get antsy when they see red items on their pretty green reports.
How can I kill these backups once and for all?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:02 AM
08-25-2005 02:02 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
Probably there is a service that is started on boot...check
-/etc/rc.config.d directory if there is some configuration file for omniback
-/sbin/init.d directory if there is any script to start omniback
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:03 AM
08-25-2005 02:03 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:05 AM
08-25-2005 02:05 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
Are the jobs kicking off at 15 minute increments (top of the hour, 15 minutes after, 30 minutes past, etc.), or are the times more random? If they are at 15 minute increments I would suspect a schedule buried somewhere in OmniBack, otherwise I'd look for a rogue cronjob doing a 'remsh omnib..." to the OmniBack server. I've outsmarted myself like that in the past.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:08 AM
08-25-2005 02:08 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
As you seem to pinpoint the timing of these backups, I would monitor these systems at the start time of the backups very closely and see see what processes were running just prior to these omnib processes get launched. It may track you back to the source.
My guess, they are launched by a process which stays dormant in the background and nobody notices it.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:13 AM
08-25-2005 02:13 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
Hi John, they're all kicking off at exactly 8pm every day, as if omniback was doing it. But there's no schedule for the backups. I've poked around all the servers I can think of to see if something is running a remsh or ssh to kick off the backups, but haven't found anything yet.
Thanks, guys!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:23 AM
08-25-2005 02:23 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 02:24 AM
08-25-2005 02:24 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
If the jobs are starting at same time but they are not in cron or the omni scheduler, something is starting.
Note, you can have a cron configuration that is capable of running the enterprise. Question then becomes which system is doing the scheduling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 03:11 AM
08-25-2005 03:11 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
to eliminate the possibility of a remote server launching these backups, I would suggest to disable the r-commands for a brief period of time, unles this is a production server and needs to be available 24x7, something like disabling remsh, rexec, ssh between 7:55 and 8:05, just to see if you are looking at local or remote launch.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:27 AM
08-26-2005 02:27 AM
Re: Can't get rid of these backup jobs (Omniback II A.3.50)!
/etc/opt/omni/schedules correct? If not....
As I recall, the ability to modify the schedules in omniback was pretty poor on the unix side. (Perhaps it's just my opinion).
But I bring it up because the original schedules may accidentally is set to still run the old backups. Why dont you just:
cd /etc/opt/omni/schedule
grep -il 2000 * | more
I say 2000 because that's 8pm in military time.
Program /opt/omni/sbin/omnitrig is probably running every 15 minutes via cron. The program looks at those schedule files to determine if stuff should run. At least that's how it appears to me.
steve