- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending vxfs file system on HP UX 10.01
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
11-25-2002 08:34 AM
11-25-2002 08:34 AM
I have increased the logical volumes using lvextend. I rebooted to single user and unmounted /opt but when I try to extendfs /dev/vg00/rlvol5 I get the message not an HFS file system. If I try
extendfs -F vxfs /dev/vg00/rlvol5, it says -F is an invalid option.
Anyone know how I can extend these vxfs file systems please ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:40 AM
11-25-2002 08:40 AM
Re: Extending vxfs file system on HP UX 10.01
I'm not sure what the problem might be, but I do have a suggestion. If you're ultimately going to 11.0 anyway, why don't you just do a cold-install of 11.0 now, re-sizing your filesystems appropriately in the process?
I really don't see any advantage to the 10.20 interim step.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:43 AM
11-25-2002 08:43 AM
Re: Extending vxfs file system on HP UX 10.01
Thanks for the quick response.
Unfortunately the application running on the server has not been updated to run on HP UX 11 as yet (still being worked on). It is supported on 10.20, hence the upgrade.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:43 AM
11-25-2002 08:43 AM
Re: Extending vxfs file system on HP UX 10.01
Have you checked for patches?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:47 AM
11-25-2002 08:47 AM
Re: Extending vxfs file system on HP UX 10.01
Make sure you have the latest SAM patches.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:47 AM
11-25-2002 08:47 AM
SolutionPHCO_6608 (s700_800 10.01 extendfs patch for VxFS filesystem). You may want to check itrc to find out if this patch has a superseeded patch. From the patch description ..
"Users can not extend VxFS file system unless the system has fsadm utility which is only available with OnlineJFS product." Another thing you may want to try is NOT using "-F" option but make sure /etc/default/fs has this entry..
LOCAL=vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:51 AM
11-25-2002 08:51 AM
Re: Extending vxfs file system on HP UX 10.01
If I recall correctly, 10.01 filesystems were still HFS by default. If this is the case, use 'extend -F hfs'. Otherwise, if it *is* a JFS filesystem, use 'extend -F vxfs'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 08:55 AM
11-25-2002 08:55 AM
Re: Extending vxfs file system on HP UX 10.01
Just so you're aware, the 10.20 to 11.0 upgrade process was a disaster, almost certainly doomed to failure. When you reach that point, you definitely want to think about cold-install.
Now, back to your application - what application hasn't been updated to run on 11.x (which has been out since 1997)? If it's a vendor supplied app, I'd be screaming at them. If it's homegrown, how are you planning on updating it?
By the way, most apps will run under 11.0 without modification.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 01:43 AM
11-26-2002 01:43 AM
Re: Extending vxfs file system on HP UX 10.01
I've seen then many discussion threads about 10.20 to 11.00 upgrade and had already planned to do a clean install when I get to that point.
Application is home grown. We provide a managed service on the o/s only, so not really sure how/what the client is proposing, they've just asked that we get to 10.20 first.
I will be trying all the answers out today.
Thanks for all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 03:00 AM
11-26-2002 03:00 AM
Re: Extending vxfs file system on HP UX 10.01
I applied the patch and was able to extend both /opt and /var.
Also Peter thanks for all the advice on upgrading. I will let the client know it may be worth trying the app on an 11.00 test environment first.