- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create >2Gb large file
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-09-2007 08:55 PM
тАО05-09-2007 08:55 PM
How to create >2Gb large file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 09:21 PM
тАО05-09-2007 09:21 PM
Re: How to create >2Gb large file
if you have to modify the previous parameters of a filesystem ... i really don't know ... maybe some option of JFSonline.
If you have to create a new file system then use
(-o largefiles)
hth
regards
pg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 09:27 PM
тАО05-09-2007 09:27 PM
Re: How to create >2Gb large file
eg:
newfs -o largefiles /dev/vg01/rlvol1
note:you do not require online JFS product for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 09:33 PM
тАО05-09-2007 09:33 PM
Re: How to create >2Gb large file
If the filesystem is in use, look at the manpage of fsadm. This will give you the chance to change the large file option during operation on a working file system.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 09:45 PM
тАО05-09-2007 09:45 PM
Re: How to create >2Gb large file
fsadm can convert an existing fileystem from default to largefiles
newfs -F vxfs -o largefiles
creates the filesystem that way.
newfs is destructive on existing data.
fsadm is not destructive.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 09:56 PM
тАО05-09-2007 09:56 PM
Re: How to create >2Gb large file
newfs -F vxfs -o largefiles /dev/vgname/rlvolname
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 10:04 PM
тАО05-09-2007 10:04 PM
Re: How to create >2Gb large file
#fsadm -F vxfs -o largefiles /dev/vgname/volname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 11:26 PM
тАО05-09-2007 11:26 PM
Re: How to create >2Gb large file
And as it was not enough, if you go to docs.hp.com and search for "largefiles", then your first hit is going to be this document:
http://docs.hp.com/en/B3929-90011/ch01s16.html
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 11:41 PM
тАО05-09-2007 11:41 PM
Re: How to create >2Gb large file
umount /
fsadm -o largefiles /dev/
Mount it back up........then to double check run and it should say "largefiles"
fsadm /dev/
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 12:53 AM
тАО05-10-2007 12:53 AM
Re: How to create >2Gb large file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 03:30 AM
тАО05-10-2007 03:30 AM
Re: How to create >2Gb large file
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 03:33 PM
тАО05-10-2007 03:33 PM
Re: How to create >2Gb large file
I don't think you need to unmount it. Go ahead and try changing it. (As Rita said.) I had no problems and I don't have OnlineJFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 06:23 PM
тАО05-10-2007 06:23 PM