- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Steps to extend a filesystem
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
09-09-2015 11:04 AM
09-09-2015 11:04 AM
Please provide steps to extend logical volume and file system from 8GB to 15GB. I do not have online JFS.
The system is HPUX 11.31 rx2660 itanium.
/dev/vg01/gexvar 8388608 8301364 83091 99% /gex/var
Thanks
Jon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-2015 01:05 PM
09-09-2015 01:05 PM
SolutionUnmount the file system:
# umount /gex/var
If it won't umount because it is busy, then you will have to stop all processes accessing the file system and then umount it.
To see all processes accessing it:
# fuser -cu /gex/var
Once all processes have been killed / stopped, then umount again:
# umount /gex/var
Once it has been unmounted --
Extend the LV:
# lvextend -L 15360 /dev/vg01/gexvar
Extend the file system:
# extendfs /dev/vg01/rgexvar
Remount it:
# mount /gex/var
Verify new size:
# bdf /gex/var
Restart any applications / processes that use the file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-13-2015 02:55 AM
10-13-2015 02:55 AM
Re: Steps to extend a filesystem
There are many ways to extend to do this.
1. unmount the Filesystem and extend .
2. Boot system into single user mode and extend.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP