- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Convert fs nolargefiles to largefiles
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
12-12-2003 01:45 AM
12-12-2003 01:45 AM
fsadm -F vxfs -o largefiles /dev/vg01/ora03
vxfs fsadm: /dev/vg01/ora03 is not the root inode of a vxfs file sytem.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:47 AM
12-12-2003 01:47 AM
Re: Convert fs nolargefiles to largefiles
fsadm -F vxfs -o largefiles /dev/vg01/rora03
note r in rora03
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:48 AM
12-12-2003 01:48 AM
Re: Convert fs nolargefiles to largefiles
Though, having never used this command, it might be that you need to use the raw device and as you use the actual mount point when using fsadm to increase the filesytem, maybe you should try that.
Your syntax, however, is correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:48 AM
12-12-2003 01:48 AM
Re: Convert fs nolargefiles to largefiles
fsadm -F vxfs -o largefiles /yourmount
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:49 AM
12-12-2003 01:49 AM
Re: Convert fs nolargefiles to largefiles
you should use raw device file, no block device file, then try:
# fsadm -F vxfs -o largefiles /dev/vg01/rora03
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:52 AM
12-12-2003 01:52 AM
Re: Convert fs nolargefiles to largefiles
# fsadm -F vxfs -o largefiles /mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:52 AM
12-12-2003 01:52 AM
Re: Convert fs nolargefiles to largefiles
fsadm -o largefiles /mnt_point
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:54 AM
12-12-2003 01:54 AM
Re: Convert fs nolargefiles to largefiles
Do
fsadm -o largefiles /mount_point
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 02:07 AM
12-12-2003 02:07 AM
Re: Convert fs nolargefiles to largefiles
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 05:30 PM
12-12-2003 05:30 PM
Re: Convert fs nolargefiles to largefiles
#fsadm -F vxfs -o largefiles /dev/vg01/rora03 (note : rora03 and not ora03)
edit /etc/fstab
#mount /ora03
#fstyp /dev/vg01/rora03
#ulimit [make sure all are ok ]
[prealloc 21000 can be used to test file size - see man pages]
Good Luck
- Raju Joseph