- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup warnings msg
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
12-04-2002 02:17 AM
12-04-2002 02:17 AM
I'm using fbackup to our Oracle hot backup. All ok, but in the last 3 days the system show warnings messages and I don't know what was wrong. The /var/sam/log/br_index.full and /var/sam/log/br_log don't show me anything.
Any ideas?
note: after put tablespaces in begin backup, I backup all files.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 02:21 AM
12-04-2002 02:21 AM
Re: Fbackup warnings msg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 02:23 AM
12-04-2002 02:23 AM
Re: Fbackup warnings msg
Full backup completed with warnings on vsurjux1 : Wed Dec 4 03:10:46 SAT 2002 .
For more information see the logfiles /var/sam/log/br_index.full
and /var/sam/log/br_log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 02:30 AM
12-04-2002 02:30 AM
SolutionThat would suggest then that it is trying to backup open files, or temporary files that have been removed from the system (from cron jobs etc).
In general, these are not a major concern, unless it's one of your main data files that's open during the process.
If you run the backup with the -v option, it will display more details, which should allow you to find out which files are affected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 05:55 AM
12-04-2002 05:55 AM
Re: Fbackup warnings msg
> Full backup completed with warnings on vsurjux1 : Wed Dec 4 03:10:46 SAT 2002 .
> For more information see the logfiles /var/sam/log/br_index.full
and /var/sam/log/br_log
What does /var/sam/log/br_log say? I.e. the (e-mail?)message refers you to that file. Did you look at it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 11:03 AM
12-04-2002 11:03 AM
Re: Fbackup warnings msg
br_log get the msg that had warning and no more...
I modified line of fbackup to log anything and I will test...
thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:34 AM
12-05-2002 02:34 AM
Re: Fbackup warnings msg
> br_log get the msg that had warning and no more...
Can you please post the br_log file, i.e. the part from the start of the last (problem) backup, all the way to the end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 03:23 AM
12-05-2002 03:23 AM
Re: Fbackup warnings msg
the br_log is:
Full backup started on vsurjux1 : Wed Dec 4 00:30:07 SAT 2002 (Scheduled Backup)
{ fbackup -0 -u -g /etc/sam/br/bkp_online_oracle -I /var/sam/log/br_index.full -c /etc/sam/br/fbackup_config -d /var/
adm/fbackupfiles/dates -f /dev/rmt/3m } 2>&1
Full backup completed with warnings on vsurjux1 : Wed Dec 4 03:10:47 SAT 2002 .
Exit code = 4
But, last night I modified scrit to log some information and now I know what goes wrong... look at this:
I will post on another msg...
Thanx.