- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup on a file
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
02-12-2002 03:48 AM
02-12-2002 03:48 AM
fbackup on a file
I need to backup a directory in a file with the command fbackup the command work but failed when the file is about 2,1Gb can fbackup work with a bigger file ?
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 04:14 AM
02-12-2002 04:14 AM
Re: fbackup on a file
fbackup is OK with largefiles (> 2Gb).
What error message did you get?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 04:17 AM
02-12-2002 04:17 AM
Re: fbackup on a file
Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 04:18 AM
02-12-2002 04:18 AM
Re: fbackup on a file
across NFS.
Infact on local machine i backup 2.8Gb is there a patch to solve the problem???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 04:21 AM
02-12-2002 04:21 AM
Re: fbackup on a file
If disc is mounted as largefiles and
ulimit -a shows unlimited for hard and soft
limits should be ok
Hardlimit :
# ulimit -Hf unlimited
Softlimit :
# ulimit -Sf unlimited
Check :
# ulimit -a
Change /etc/profile, if needed,to set file (blocks) permanently.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 04:32 AM
02-12-2002 04:32 AM
Re: fbackup on a file
Hf check
unlimited
Sf check
unlimited
ulimit -a check:
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2015464
stack(kbytes) 81584
memory(kbytes) unlimited
coredump(blocks) 4290772993
nofiles(descriptors) 200
what is data ?
and where i can modify this parameters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 05:48 AM
02-12-2002 05:48 AM
Re: fbackup on a file
Fbackup works fine with files larger than 2GB. The problem could be with the largefiles option disabled for your filesystem. Do a "fsadm -F vxfs /mount_point"
If this returns nolargefiles, you should enable the largefiles option for the filesystem. Use hfs in place of vxfs in the command if this is a hfs filesystem.
Hope this helps.
Regds