- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can we change to 'largefiles' option online
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-01-2004 10:47 PM
04-01-2004 10:47 PM
can we change to 'largefiles' option online
Do we need to reinitialze the file system for chnaging the 'nolargefiles' option to 'largefiles' or just by enabling the 'largefiles' option thru SAM and remount will do.
I don't have the hp online jfs
thanks* regds
Vinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 10:49 PM
04-01-2004 10:49 PM
Re: can we change to 'largefiles' option online
Sorry not possible, you will need to umount your filesystem before you can change the largefiles option.
# umount /XXX
# fsadm -o largefiles /dev/vg00/rvolX
change the /etc/fstab
# mount /XXX
Kind regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 10:50 PM
04-01-2004 10:50 PM
Re: can we change to 'largefiles' option online
Furthermore you need to re-create the filesystem (could be wrong on this last part)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 10:50 PM
04-01-2004 10:50 PM
Re: can we change to 'largefiles' option online
Put largefiles option in /etc/fstab for that mount point.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 10:59 PM
04-01-2004 10:59 PM
Re: can we change to 'largefiles' option online
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 11:25 PM
04-01-2004 11:25 PM
Re: can we change to 'largefiles' option online
I had tested the following manner - I hope this will suite for u.
*) take full backup
*) unmount ur file system (umount)
*) create file systems with -o largefiles (newfs/mkfs)
*) fsck for the FS
*) mount (mount)
sure