- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: enable large file support with out using fsadm...
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
05-02-2010 09:55 PM
05-02-2010 09:55 PM
enable large file support with out using fsadm...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2010 11:19 PM
05-02-2010 11:19 PM
Re: enable large file support with out using fsadm...
I didn't try this without fsadm but you can try this below commands or try to create FS with SAM
While mounting the file system
mount -F vxfs -o largefiles /dev/vg#/lvol# /(mountpoint)
In /etc/fstab entry
/dev/vg0#/lvol# /ignite_depot vxfs delaylog,largefiles 0 2
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 12:14 AM
05-03-2010 12:14 AM
Re: enable large file support with out using fsadm...
You can create the FS directly without fsadm. After creating the lvol:
# lvcreate -L
# newfs -F vxfs -o largefiles /dev/vgXX/rlvolX
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 12:31 AM
05-03-2010 12:31 AM
Re: enable large file support with out using fsadm...
it is not working......
in that file system data are there.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 01:37 AM
05-03-2010 01:37 AM
Re: enable large file support with out using fsadm...
Other than using newfs(1m) I don't think there is any way. Why would you want to not use fsadm(1m)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 03:54 AM
05-03-2010 03:54 AM
Re: enable large file support with out using fsadm...
As Dennis noted, you have a choice of enablng 'largefiles' when you 'newfs' or 'mkfs' the filesystem or if you later use 'fsadm'.
The use of 'largefiles' or 'nolargefiles' in '/etc/fstab' or when explicitly mounting a filesystem with 'mount' *only* checks the stated intention with the underlying filesystem.
That is, a 'largefiles' filesystem will fail to mount if '-o nolargefiles' is specified. Similarly, a mount of a 'nolargefiles' filesystem will fail if the mount option '-o largefiles' is given. When no mount option is specified, the state of the underlying filesystem will determine the usage.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 05:04 AM
05-03-2010 05:04 AM
Re: enable large file support with out using fsadm...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 05:57 AM
05-03-2010 05:57 AM
Re: enable large file support with out using fsadm...
Be careful, because the newfs command will destroy ALL the data in the logical volume!
If you do that, be sure you do not have data in the lvol or you have a backup of its contents.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 06:18 AM
05-03-2010 06:18 AM
Re: enable large file support with out using fsadm...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 08:08 PM
05-03-2010 08:08 PM
Re: enable large file support with out using fsadm...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 09:16 AM
05-04-2010 09:16 AM
Re: enable large file support with out using fsadm...
This attachment would help you!
HTH
SNS