- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File size > 2GB
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
12-01-2005 09:23 PM
12-01-2005 09:23 PM
File size > 2GB
We have HP-UX 11i we can’t save a file with size greater than 2GB
How we can do to allow the OS to save file size more than 2 GB.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 09:31 PM
12-01-2005 09:31 PM
Re: File size > 2GB
You can enable the largefile option for the file systems by putting entires in /etc/fstab, so that by default it will be enabed while mounting the file systems.
#fsadm -F vxfs -o largefiles /dev/vgxx/lvol?
This command will change it for once. and entry in /etc/fstab will enable it at every mount nowon.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 09:33 PM
12-01-2005 09:33 PM
Re: File size > 2GB
If not, and if you have onlineJFS, you can enable largefiles option online with fsadm command. fsadm -o largefiles /mount_point.
Else, unmount and fsadm and mount again.
How are you trying to save files?? tar?? pax ?? what are you using??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 09:40 PM
12-01-2005 09:40 PM
Re: File size > 2GB
A small elaboration:
fsadm -F vxfs -o largefiles /dev/vgxx/rlvolyy
And before running the command the file system must bu unmounted.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 09:57 PM
12-01-2005 09:57 PM
Re: File size > 2GB
If I understand we must :
- unmount the file system
- Execute the following command : #fsadm -F vxfs -o largefiles /dev/vgxx/rlvolyy
- mount the file system
What represent /dev/vgxx/rlvolyy
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 10:24 PM
12-01-2005 10:24 PM
Re: File size > 2GB
It represent the deive file of the LVOl which holds your file system. Change it with actual file and use it without r. i.e. /dev/vgxx/lvol?
Where vgxx is your VG & lvol? is your file system in that VG.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 12:13 AM
12-02-2005 12:13 AM
Re: File size > 2GB
check your /etc/fstab, then you'll see your vg and your lvol.
As Devender said, you have to change /etc/fstab anyway for this directory.
So you can look there, which filesystem it is.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 01:04 AM
12-02-2005 01:04 AM
Re: File size > 2GB
No you don't have to umount the FS for this purpose. fsadm doesn't use the lvol name, but the mount point. You need to identify the mount point where this fs is mounted. Then use #fsadm -F vxfs -o largefiles
For use this facility u need to have online JFS installed in your system.
All the bests !
regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 09:13 PM
12-04-2005 09:13 PM
Re: File size > 2GB
Thank you all for your responses.
We have execute the following command on our system
#fsadm â F vxfs â o largefiles /dev/vgDELTA/lvolDELTA3
After this we have the following message :
Vxfs fsadm : /dev/vgDELTA/lvolDELTA3 in not the root inode of a vxfs file system
We must have HP Online JFS installed ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 09:22 PM
12-04-2005 09:22 PM
Re: File size > 2GB
You will need OnlinJFS if you would like to do this online! Otherwise you will need to umount your filesystem.
Close the application
# umount /dev/vgDELTA/lvolDELTA3
# fsadm -o largefiles /dev/vgDELTA/rlvolDELTA3
# mount /dev/vgDELTA/lvolDELTA3
# fsadm /dev/vgDELTA/rlvolDELTA3
to check.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 09:43 PM
12-04-2005 09:43 PM
Re: File size > 2GB
the option -F vxfs seems to be wrong.
Either run the command without this option or check your /et/fstab.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 11:20 AM
12-08-2005 11:20 AM
Re: File size > 2GB
Your error mesg says, u didnt use the raw lv name ( Used only lvol nale), to enable the largefile option.
# umount /
#fsadm -F vxfs -o largefiles /dev/vgxx/rlvolx
#mount /dsv/vgxx/lvolXX /
All the best
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:38 PM
12-08-2005 03:38 PM
Re: File size > 2GB
Dear sid,
Please let us know which is the filesystem that you are using.
If it is vxfs then,
#fsadm -F vxfs -o largefiles /dev/vgxy/lvolx
This should work !
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:57 PM
12-08-2005 03:57 PM
Re: File size > 2GB
The command for enabling the largefiles for vxfs filesystems is
#fsadm -F vxfs -o largefiles /dev/vgxx/lvolx
u can try this !!!
regards,
Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 08:15 PM
12-08-2005 08:15 PM
Re: File size > 2GB
# fstyp -v /dev/vgDELTA/rlvolDELTA3
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
f_blocks: 1048576
f_bfree: 1012763
f_bavail: 949722
f_files: 252964
f_ffree: 253188
f_favail: 253188
f_fsid: 1073807361
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0 ===> this is not largefiles, largefiles is 16
f_fsindex: 7
f_size: 1048576
2. Create lvolDELTA3 to largefiles
# umount /dev/vgDELTA/lvolDELTA3
# fsadm -F vxfs -o largefiles /dev/vgDELTA/rlvolDELTA3
# mount /dev/vgDELTA/lvolDELTA3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 01:42 PM
12-13-2005 01:42 PM