- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can't extend a hfs file system en HP-UX 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
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
06-03-2004 03:12 AM
06-03-2004 03:12 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:20 AM
06-03-2004 03:20 AM
Re: I can't extend a hfs file system en HP-UX 11.23
# extendfs -F hfs -s
Or do you mean, extendfs doesn't work on IA64 11.23 boxes??
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:22 AM
06-03-2004 03:22 AM
Re: I can't extend a hfs file system en HP-UX 11.23
lvextend
umount
extendfs
Where hv u'r system failed ?
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:37 AM
06-03-2004 03:37 AM
Re: I can't extend a hfs file system en HP-UX 11.23
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:40 AM
06-03-2004 03:40 AM
Re: I can't extend a hfs file system en HP-UX 11.23
Try a reboot :-) This may help you.
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:41 AM
06-03-2004 03:41 AM
Re: I can't extend a hfs file system en HP-UX 11.23
The extendfs fail. It doesn't extend the file system if I use the extendfs command.
The lvextend execute well, but the extendfs doesn't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:48 AM
06-03-2004 03:48 AM
Re: I can't extend a hfs file system en HP-UX 11.23
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 05:13 AM
06-03-2004 05:13 AM
Re: I can't extend a hfs file system en HP-UX 11.23
Simply, the extendfs doesn't extend the hfs file system.
After the execute of the extendfs command, I mount the file system and the size is the same. The lvol was extended whith the lvextend, but the extendfs doesn't extend the hfs file system.
Marco,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:35 PM
06-03-2004 03:35 PM
Re: I can't extend a hfs file system en HP-UX 11.23
extendfs -F hfs /dev/vg02/rlvol8
use the raw device file...
mount -a
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 09:13 PM
06-03-2004 09:13 PM
Re: I can't extend a hfs file system en HP-UX 11.23
Looking at the discussions above see if this is patch which you are looking for:
PHCO_18901 1.0 extendfs_hfs fix for large file systems
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:30 AM
06-04-2004 07:30 AM
Re: I can't extend a hfs file system en HP-UX 11.23
Thanks,