- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: enable largefiles support
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-28-2005 09:38 PM
тАО04-28-2005 09:38 PM
enable largefiles support
I have create the logical volume without specifying the largefiles support. Can I convert from non largefiles support to largefiles support without destroy the file system. Is this going to impact my mirror as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 09:39 PM
тАО04-28-2005 09:39 PM
Re: enable largefiles support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 09:44 PM
тАО04-28-2005 09:44 PM
Re: enable largefiles support
edit /etc/fstab and update nolargefiles to largefiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 09:45 PM
тАО04-28-2005 09:45 PM
Re: enable largefiles support
/usr/sbin/fsadm -F hfs -o largefiles /dev/vg02/rlvol1
Read this. http://docs.hp.com/en/5990-8172/ch06s02.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 09:47 PM
тАО04-28-2005 09:47 PM
Re: enable largefiles support
fsadm -f vxfs -o largefiles /dev/vgxx/lvolxx
should work.
Yes, this is on the filesystem level and naturally your mirrored disk gets updated. There is no impact/break of mirror.
REgards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 10:00 PM
тАО04-28-2005 10:00 PM
Re: enable largefiles support
Infact,Thatz what mirror will do..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 10:22 PM
тАО04-28-2005 10:22 PM
Re: enable largefiles support
#fsadm -F vxfs -o largefiles /mount-point
#sed 's/nolargefiles/largefiles/g' /etc/fstab
This will not impact your mirror configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2005 12:42 AM
тАО04-29-2005 12:42 AM
Re: enable largefiles support
You need modify using fsadm command
fsadm -F vxfs -o largefiles /xxxx
You also need to make sure you edit the /etc/fstab file so that it comes largefiles every time the server is booted.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 07:05 PM
тАО05-02-2005 07:05 PM
Re: enable largefiles support
# fsadm -F vxfs -o largefiles /dev/vgxx/lvxx
# mount -o largefiles /dev/vgxx/lvxx /mount_dir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2005 07:33 PM
тАО05-12-2005 07:33 PM
Re: enable largefiles support
#fsadm -F vxfs -o largefile /mountpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2005 09:50 PM
тАО05-12-2005 09:50 PM
Re: enable largefiles support
Please check the attachment it is really usefull!
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 01:29 AM
тАО09-20-2005 01:29 AM
Re: enable largefiles support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 02:07 AM
тАО09-20-2005 02:07 AM
Re: enable largefiles support
just need to do this :
# fsadm -F vxfs -o largefiles /oracle/data
[ Assuiming /oracle/data is the filesystem you want to enable for largefiles ,]
It will not destroy or anything to the filesystem , but it will set the largefiles flag.
Enjoy ,
Cheers,
Raj.