- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tar / fbackup commands
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
04-25-2004 11:48 PM
04-25-2004 11:48 PM
Tar / fbackup commands
I've a problem using a tar or fbackup command when creating a backup file on disk. When using tape, it works fine but when I ask to store the backup in a file (tar cf ...), it starts but stops at +/- 2.14 GB and asks a new device. Same result when using fbackup.
Thanks for any reaction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 11:51 PM
04-25-2004 11:51 PM
Re: Tar / fbackup commands
Check the same with
# fstyp -v /dev/my/rmylvol
The f_flag field must equal 16
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 11:53 PM
04-25-2004 11:53 PM
Re: Tar / fbackup commands
Check the mount options for the filesystem that you are placing the backup file in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 11:54 PM
04-25-2004 11:54 PM
Re: Tar / fbackup commands
Could you check if the largefiles option is enabled on the filesystem ?
online JFS
/root# fsadm /app/oracle/admin
nomultifsets
largefiles
non online JFS
/root# fsadm /dev/vg01/rlvol4
nomultifsets
largefiles
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 11:58 PM
04-25-2004 11:58 PM
Re: Tar / fbackup commands
Starting at 11.11 tar can handle up to 8 gig with the tar patch (or greater)
http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_28992
Patch Name: PHCO_28992 s700_800 11.11 tar(1) cumulative patch
fbackup will handle largefiles. So there might be a problem with ulimit or the filesystem. Having the specific fbackup error will help troubleshoot the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 02:11 AM
04-26-2004 02:11 AM
Re: Tar / fbackup commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 07:40 AM
04-27-2004 07:40 AM
Re: Tar / fbackup commands
If the answers to your questions helped, please assign points.