- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- largfiles in hpux 11.0, 11.11, 11.23
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
тАО04-16-2008 04:44 PM
тАО04-16-2008 04:44 PM
I have HP-UX 11.0, 11.11.and 11.23 machines and SAN storages.Some of the file systems are not set to largefiles. There used to be an option in /etc/fstab to turn on largefiles but starting 11.11, it seems not needed. What is the best way to change file systems to largefiles? If using fsadm, does the fs need to be unmounted? Can /etc/fstab largefiles option be used instead of fsadm? Since I have many machines and many file systems to deal with,
I'd like to find a simple way to do this... Any input is appreciated.
Thanks,
Lynn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 05:55 PM
тАО04-16-2008 05:55 PM
SolutionPlease check if you have OnlineJFS. If you have it then the filesystem do not need to be unmounted.
You have to change it using fsadm. You can't just change the /etc/fstab with largefiles option.
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 08:14 PM
тАО04-16-2008 08:14 PM
Re: largfiles in hpux 11.0, 11.11, 11.23
As mentioned by Sandy, modifying the /etc/fstab will have no immediate effect on the file system.
You will have to run the fsadm command (if Online JFS is installed) or alternatively newfs command for new file systems.
The steps here would be:
#fsadm -F vxfs -o largefiles /mount-point
edit /etc/fstab and update nolargefiles to largefiles.
See also:
http://docs.hp.com/en/B2355-90950/ch06s02.html#bajbbeef
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 08:14 PM
тАО04-16-2008 08:14 PM
Re: largfiles in hpux 11.0, 11.11, 11.23
Check this links too, it should answer your questions
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=866569
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=83699
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 10:37 PM
тАО04-16-2008 10:37 PM
Re: largfiles in hpux 11.0, 11.11, 11.23
Here is the tips
For changing the largefiles bit on a JFS filesystem:
To convert an Advanced JFS filesystem:
fsadm -F vxfs -o largefiles /(mountpoint)
To convert a base JFS filesystem (filesystem MUST be unmounted):
fsadm -F vxfs -o largefiles /dev/vg0#/rlvol#
To mount the new largefiles capable file system :
mount -F vxfs -o largefiles /dev/vg#/lvol# /(mountpoint)
To set the correct /etc/fstab syntax :
/dev/vg0#/lvol# /ignite_depot vxfs delaylog,largefiles 0 2
WK
don't forget to assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2008 12:50 PM
тАО04-21-2008 12:50 PM