- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- More Large 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
04-02-2002 11:28 AM
04-02-2002 11:28 AM
More Large Files
554 ki:/back3 # grep back3 /etc/fstab
/dev/back3/back3 /back3 vxfs rw,nosuid,largefiles,delaylog,datainlog 0 2
555 ki:/back3 # df .
Filesystem kbytes used avail %used Mounted on
/dev/back3/back3 177209344 27065520 148970888 15% /back3
556 ki:/back3 # ls -al junk*
-rw-r--r-- 1 root users 2147483647 Feb 28 15:51 junk
-rw-r--r-- 1 root users 456052757 Mar 19 20:30 junk2
557 ki:/back3 # grep back3 /etc/fstab
/dev/back3/back3 /back3 vxfs rw,nosuid,largefiles,delaylog,datainlog 0 2
558 ki:/back3 # fsadm -F vxfs /back3
largefiles
559 ki:/back3 # bdf .
Filesystem kbytes used avail %used Mounted on
/dev/back3/back3 177209344 27065520 148970888 15% /back3
560 ki:/back3 # ls -al junk*
-rw-r--r-- 1 root users 2147483647 Feb 28 15:51 junk
-rw-r--r-- 1 root users 456052757 Mar 19 20:30 junk2
561 ki:/back3 # cat junk2 >> junk
File too large
cat: Cannot write to output.
562 ki:/back3 #
I just don't get what I could be missing. I read the largefile whitepaper, and the FAQ, followed the instructions and yet it doesn't seem to work. What am I missing?
(I hope the formatting comes out ok, this web interface has an annoying fixed window size...)
-Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:32 AM
04-02-2002 11:32 AM
Re: More Large Files
It's realy a big file!!!
try with the paste command.
See:
man paste for more information
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:41 AM
04-02-2002 11:41 AM
Re: More Large Files
# ulimit
and and the output should be "unlimited". If it's not then you're limited to that "output size" and you need to change it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:45 AM
04-02-2002 11:45 AM
Re: More Large Files
You're hitting your shell limit by using the cat command.
You need to bump ulimit.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:49 AM
04-02-2002 11:49 AM
Re: More Large Files
562 ki:/back3 # ulimit
unlimited
I should have also mentioned in the last post this is HPUX 11.11 system.
I used cat because it is a really simple test. Obviously this isn't what I really want to do. Paste also fails, as well as GNU Tar and vxdump.
-Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 12:20 PM
04-02-2002 12:20 PM
Re: More Large Files
Here is some info from one of my machines. It is an 11.11 machine also. I had no problem creating a 2.25GB file by just repeatedly cat'ing one file to another. (cat test >> test2).
# ll
total 5183762
drwxrwxr-x 2 root sys 96 Apr 2 13:45 ./
drwxrwxr-x 17 root root 1024 Mar 15 08:56 ../
-rw-rw-r-- 1 root sys 229699336 Apr 2 13:45 test
-rw-rw-r-- 1 root sys 2424369152 Apr 2 14:16 test2
[uran:root 597 /opt/alexbkup/restore]
# bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vg00/alex 3072000 3072000 0 100% /opt/alexbkup
[uran:root 598 /opt/alexbkup/restore]
# fsadm -F vxfs /opt/alexbkup
largefiles
[uran:root 599 /opt/alexbkup/restore]
# grep alexbkup /etc/fstab
/dev/vg00/alex /opt/alexbkup vxfs rw,suid,largefiles,delaylog,datainlog 0 2
Your entire setup, fsadm output, fstab entry, etc., looks fine. Do you happen to have any disk quotas set up for this filesystem? That is the only other thing I can think of that might cause something like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 12:35 PM
04-02-2002 12:35 PM
Re: More Large Files
/etc/mnttab: no local filesystems with quotas file
-Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 09:31 AM
04-03-2002 09:31 AM
Re: More Large Files
Just a thought can you cat junk >> junk2 ?
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 02:49 PM
04-03-2002 02:49 PM
Re: More Large Files
I see where you ran the fsadm query on the FS but just to verify what do the following return?
#mount
#mkfs -F vxfs -m /dev/back3/back3
Do you get contradictory results?
Also I know there should be no difference, but I'm curious if you have On-Line JFS & if so what ver?
Also have you tried removing & recreating this FS?
HTH,
Jeff