- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: new fbackup error ....
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
03-19-2001 07:21 AM
03-19-2001 07:21 AM
new fbackup error ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2001 07:35 AM
03-19-2001 07:35 AM
Re: new fbackup error ....
Hi everyone,
Again I need your assistant with the fbackup I'm testing. I've tested fbackup on 3 systems at different time over the course of the week. Sys1 - OK but have anyone ever encounter this kind of problem that I have with my other Sys2 and Sys3 my /usr file system is 100%. I was there in front of the screen for the entire time when I tested fbackup and there was no error/complain (except for "volume header"). Since I'm the only one on that 3 systems over the course of 1 week when /usr become 100% is there any document anywhere I can read to find out the cause of this (whether it's from fbackup or not). I have to prove or disprove that it's from fbackup. It's killing me that I did not think of having this in a log file (except for the "date" and the "index" files) to go over to see if there is any error message that I might have miss.
Again thank you for any help.
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2001 07:59 AM
03-19-2001 07:59 AM
Re: new fbackup error ....
fbackup itself should not fill up any disks. If any filesystem get filled up during fbackup you are probably redirecting output to a log file, or worse, putting your entire backup on disk instead of on tape (or whatever).
Showing your fbackup instruction would help us to help you :)
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2001 08:07 AM
03-19-2001 08:07 AM
Re: new fbackup error ....
BKUPLOG=/reports/logfiles/backups
GRAPHFL=$BKUPDIR/NWTNbkup
LOGFILE=$BKUPLOG/bkuplog.$dat
INDEXFL=$BKUPLOG/indexfile.$dat
fbackup -n -f $tape -c $CONFIGFL -u0g $GRAPHFL -d $LOGFILE -I $INDEXFL
where $CONFIGFL is:
blocksperrecord 128
records 32
checkpointfreq 256
readerprocesses 4
maxretries 1
retrylimit 0
maxvoluses 500
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 12:53 AM
03-20-2001 12:53 AM
Re: new fbackup error ....
glance /* zoom into process open files screen */
lsof /* lsof -p
Check sizes of each open files.
~Philip