- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup Problems
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
08-26-2002 11:28 PM
08-26-2002 11:28 PM
I have a very annoying problem when i try to make automated backups with sam (full or incr).
Everytime, I launch the bck at 23:00, at 10:00 o'clock in the morning, it's still running and using 98% of CPU (top). I've got this error message in logfile, after I kill all the fbackup processes.
Full backup started on manon : Fri Aug 23 23:00:00 WETDST 2002 (Schedu
{ fbackup -0 -u -g /etc/sam/br/graphHDAa10202 -I /var/sam/log/br_in
Full backup failed on manon : Mon Aug 26 15:36:53 WETDST 2002 .
Exit code = 137
I've syserr in the consoles telling me that /var is full (and it is), perhaps the size of log files.
It seems to impact tables ASCII fields in some Oracle instances too.
Here are the patch i've installed on the box.
PHCO_21494
PHCO_23262
PHCO_23436
PHCO_25418
PHCO_25424
PHKL_21392
PHKL_22145
PHNE_20316
PHSS_21947
Thanks in advance for your help
Jerome
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 11:31 PM
08-26-2002 11:31 PM
Re: Backup Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 11:32 PM
08-26-2002 11:32 PM
Re: Backup Problems
SAM_br_msgs full of:
br_backup: Invoking fbackup. See /var/sam/log/br_log for details.
fbackup(1004): session begins on Fri Aug 23 23:00:00 2002
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
/usr/lib/dld.sl: Unresolved symbol: acl (code) from fbackup
and it is
rw-r--r-- 1 root sys 1778367488 Aug 26 10:41 SAM_br_msgs
Thanks in adavnce again
Regards
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 11:39 PM
08-26-2002 11:39 PM
Re: Backup Problems
fbackup creates files in the /var fs. Since this is full, fbackup can not do its job.
There are several paths to follow:
- remove some files from /var (f.i. look at /var/tmp and /var/spool)
- You can extend /var. If you have onlinejfs, you can do this online. Otherwise you need to go to single user mode. (And you have to have some diskspace, of course)
- you can create an new file system and mount this somewhere under /var, say /var/tmp. Now your /var/tmp files will not fill /var.
The first options is the easiest, but not always possible. you can use the command `du -ks * | sort -nr` to find out which dirs take the most diskspace.
Goodluck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 11:47 PM
08-26-2002 11:47 PM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8d6637f45ef7d4118fef0090279cd0f9,00.html