- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfs & big files
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
01-27-2004 02:12 AM
01-27-2004 02:12 AM
nfs & big files
a little problem with my backup ...
i would like to backup more than 2 GB with
fbackup on nfs but it seems to stop at 2 GB
#fabckup -f "file on nfs" -g graph
so ... how can i split my backup ? or compact or .. ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:15 AM
01-27-2004 02:15 AM
Re: nfs & big files
Do you backup to tape or to disk. For files >2 GB you need to set the largefiles option on on the filesystem. ( fsadm -F xvfs -o largefiles /mountpoint)?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:21 AM
01-27-2004 02:21 AM
Re: nfs & big files
The problem is you are copying the file on a temporary basis to a filesystem that doesn't have largefiles enabled.
fadm can upgrade a filesystem to largefiles on the fly.
newfs -F vxfs -o largefiles will do it if the fs is unmounted and you don't mind losing the data on it.
For 11.00 you'll need to add the largefiles parameter to the mount statements in /etc/fstab
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:22 AM
01-27-2004 02:22 AM
Re: nfs & big files
a linux nfs file system (debian 3.0)
exported on my hpux 10.x and 11.00
but i didn't understand if with your solution i had to do it on the nfs file systeme or with my command fbackup ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:25 AM
01-27-2004 02:25 AM
Re: nfs & big files
Can you give us the error.
If you use DDS ( dds1) it can only hold 2Gb of data.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:37 AM
01-27-2004 02:37 AM
Re: nfs & big files
my problem is from my nfs server
i had to change my nfs version on linux
but is it really impossible to split backup files during my backup ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 09:29 AM
01-28-2004 09:29 AM
Re: nfs & big files
I was about to tell u.. NFS version 2 cant handle large files (> 2gB). NFS version 3 can.
Thanks,
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:53 PM
01-28-2004 07:53 PM
Re: nfs & big files
For instance:
fbackup
Restore:
cat bck-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 08:04 PM
01-28-2004 08:04 PM
Re: nfs & big files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 08:10 PM
01-28-2004 08:10 PM