- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Resizing a file system
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
10-09-2009 04:46 AM
10-09-2009 04:46 AM
first of all,excuse me if this issue is too simple but I am not sure what I must to do.
I have got a file system 280Gb, used at 85%. The file system is contained in a logical volume defined as 280GB, and belongs to a volume group composed by 2 disks whose capacity is 140 GB.I have a 70GB free disk available for the vg expansion. I only know to make it via SAM, and I would like to know if this extension is possible ansd secure for th eols file system.
Best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2009 04:56 AM
10-09-2009 04:56 AM
Re: Resizing a file system
I'm hoping that means 140GB each for a total of 280GB.
You also have another 70GB disk? If so, then you can vgextend your volume group onto that 70GB disk, lvextend your logical volume and extendfs your file system.
Have a look at the man pages for pvcreate, vgextend, lvextend, and extendfs.
Pete
P.S. I have no idea what "th eols file system" means.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2009 05:07 AM
10-09-2009 05:07 AM
SolutionDid you mean you have the total size is 280 GB and 70 GB free disk space available?
If so then you can
Firstly extend VG by
vgextend your vg name
then lvextend and then extendfs
If you have online jfs file system then you can use fsadm for online extention.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2009 02:35 PM
10-09-2009 02:35 PM
Re: Resizing a file system
vgextend
Check Online JFS installed in your HPUX
If installed you can increase with out umount the files system
lvextend -L
fsadm -b
If don't have Online JFS
umount /example
lvextend -L total sizein MB>MB /dev/vgname/lvolx
extendfs -F vxfs /dev/vgname/lvolx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2009 12:05 AM
10-13-2009 12:05 AM