- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error with fsadm (option -o 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
07-06-2005 02:03 AM
07-06-2005 02:03 AM
error with fsadm (option -o largefiles)
The disk layout is 3 (verified by the command vxupgrade)
Using the command fsadm -o largefile
appear the error:
A check of the filesystem was also perfomed.
Please, can you help me?
Thank you for your attention!
Best regards
Patrizia Davitti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 02:14 AM
07-06-2005 02:14 AM
Re: error with fsadm (option -o largefiles)
Try this.
example.
/dev/vg01/lvol4 614400 11027 565667 2% /app/oracle/dbappl
# fsadm -o largefiles /dev/vg01/lvol4
vxfs fsadm: /dev/vg01/lvol4 is not the root inode of a vxfs file sytem
# umount /app/oracle/dbappl
# fsadm -o largefiles /dev/vg01/rlvol4
# mount /app/oracle/dbappl
# fsadm /dev/vg01/rlvol4
nomultifsets
largefiles
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 02:33 AM
07-06-2005 02:33 AM
Re: error with fsadm (option -o largefiles)
fsadm -o largefiles /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 02:56 AM
07-06-2005 02:56 AM
Re: error with fsadm (option -o largefiles)
IE:
fsadm -o largefiles /var/adm/crash
Make sure you modify parameters in /etc/fstab after as well!
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 10:24 PM
07-12-2005 10:24 PM
Re: error with fsadm (option -o largefiles)
I have done some tests and it seems all right!
The solution was to call the command fsadm on the "rlvol" logical name an not with the
"lvol" one.
Infact giving:
fsadm -o largefile /dev/vg00/rlvol9 there is'nt the mistake and the new option appear in the f.s. as Robert-Jan told!
So Robert-Jan has resolved the problem but also RickGarland and Geoffwild got me interesting ideas for tests.
Sorry for my english!
Best regards to everyone
Patrizia Davitti