- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cp problem
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
07-09-2007 03:58 PM
07-09-2007 03:58 PM
cp problem
I face a problem if the file size is too large, e.g, 3Gig, I can't use rcp, cp and mv command because it returns the error:
cp: xxx.tar: File too large
So do any expert have any suggestion to copy such kinds of file?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 04:17 PM
07-09-2007 04:17 PM
Re: cp problem
file system which doesn't support large
(>2GB) files?)
Why not show the actual commands and their
actual output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 04:23 PM
07-09-2007 04:23 PM
Re: cp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 04:36 AM
07-10-2007 04:36 AM
Re: cp problem
fsadm /dev/vg00/rlvol1
or whatever filesystem you are using. You will see something like this:
fsadm /dev/vg00/rlvol1
file system : /dev/vg00/rlvol1
magic number : 95014
feature bits : 1
file system supports : nolargefiles, longfilenames
In this example, lvol1 does *NOT* allow any files larger than 2Gb. Use fsadm to change the capabilities of a filesystem (man fsadm_vxfs)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 07:59 PM
07-10-2007 07:59 PM
Re: cp problem
mkfs -F vxfs -o largefiles /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 08:02 PM
07-10-2007 08:02 PM
Re: cp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 08:42 PM
07-10-2007 08:42 PM
Re: cp problem
For example you trying to move file to /misc(the lvol1 is mounted to /misc):
Check if it is largefilesystem
#fsadm -F vxfs /dev/vg01/rlvol1
nolargefiles
To Enable Largefilesystem
#umount /misc
#fsadm -F vxfs -o largefiles /dev/vg01/rlvol1
#fsadm -F vxfs /dev/vg01/rlvol1
largefiles
To Disable Largefilesystem
#umount /misc
#fsadm -F vxfs -o nolargefiles /dev/vg01/rlvol1
#fsadm -F vxfs /dev/vg01/rlvol1
nolargefiles
Related backup command supporting 2GB filesystem: http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01005706-1