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
06-22-2004 08:26 PM
06-22-2004 08:26 PM
i know that the restriction for the tar command is 2GB , my question is that restriction depends on the media i do the backup in ,i mean that is this restriction deiffers if i do the backup on a tape or in the disk . speacially in the disk is there is more reston.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:33 PM
06-22-2004 08:33 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:36 PM
06-22-2004 08:36 PM
Re: tar
i do the backup for a file it more than 2gb to the tape and it dose not give me problem .
but when i do the backup for the same file on the disk it give me a problem ,it seems to be a size problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:40 PM
06-22-2004 08:40 PM
Re: tar
If it is a vxfs filesystem, it should have been created with "newfs" and the "-o largefiles" option and mounted in /etc/fstab with the "-o largefiles" options. If it was not created with largefile support, you can change it online, assuming you have OnlineJFS with "fsadm".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:46 PM
06-22-2004 08:46 PM
Re: tar
The restriction refers to the command and not to the media.
An option could be GNU tar (tar-1.13.25) from http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/
Any other HP's native backup command will be useful for you, i.e: fbackup.
Of course, your disk definition mus be support largefiles. To check this feature:
#fstyp -v /dev/vgnn/filesystem
Take note about f_flag value, 16 indicate you that largefile option is available.
If you need activate largefile option in your filesystem:
#umount /filesystem_mount_point
#fsadm -F vxfs -o largefiles /dev/vgnn/[r]filesystem
#fstyp -v /dev/vgnn/filesystem|grep f_flag (chk new value)
#mount /dev/vgnn/filesystem /filesystem_mount_point
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:51 PM
06-22-2004 08:51 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:58 PM
06-22-2004 08:58 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:12 PM
06-22-2004 09:12 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:16 PM
06-22-2004 09:16 PM
Re: tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:18 PM
06-22-2004 09:18 PM
Re: tar
/u04: 13311c(root)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:22 PM
06-22-2004 09:22 PM
Re: tar
# ps -ef | grep 13311
should return the process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:25 PM
06-22-2004 09:25 PM
Re: tar
could i kill it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:43 PM
06-22-2004 09:43 PM
Re: tar
# cd /
# fuser -c /u04
could be you are on the filesystem, otherwise you could kill it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 10:31 PM
06-22-2004 10:31 PM
Re: tar
Or else u can kill it
Kaps