- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increasing size on existing Filesystems - Part II
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-25-2002 10:27 AM
07-25-2002 10:27 AM
The LV that contains the FS is 87936Mb. The PE size is 16Mb. So to increase the LV I would use lvextend -l 6713 /dev/vg01/lv01.
To increase the FS I would use fsadm -F vxfs -b 107422 /fs1.
Is this correct?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:36 AM
07-25-2002 10:36 AM
Re: Increasing size on existing Filesystems - Part II
fsadm -b 112640000 /fs1
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:37 AM
07-25-2002 10:37 AM
Re: Increasing size on existing Filesystems - Part II
hi,
Can you add some bdf output from the filesytem
just to be sure that we give you the right
numbers.
I think your calculations are wrong.
regards,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:40 AM
07-25-2002 10:40 AM
Re: Increasing size on existing Filesystems - Part II
Yes, PE Size x Number of Extents ("-l" option)= total size.
If you have Online JFS (Advanced JFS) yes. If not then the command for the filesystem would be extendfs -F vxfs /dev/vg01/rlvol1.
Thanks for participating in the forums,
Martin
Chaos reigns within. Reflect, repent, and reboot. Order shall return.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:50 AM
07-25-2002 10:50 AM
Re: Increasing size on existing Filesystems - Part II
bdf
/dev/vgh4data01/h4xpop01 90046464 81577928 8402432 91% /h4xpop01
vgdisplay
LV Name /dev/vgh4data01/h4xpop01
LV Status available/syncd
LV Size (Mbytes) 87936
Current LE 5496
Allocated PE 5496
Used PV 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 10:59 AM
07-25-2002 10:59 AM
Re: Increasing size on existing Filesystems - Part II
i should do the following
lvextend -L 112640 /dev/vgh4data01/h4xpop01
fsadm -F vxfs -b 115343360 /h4xpop01
thats approx. 110 GB.
regards.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 11:00 AM
07-25-2002 11:00 AM
Re: Increasing size on existing Filesystems - Part II
I Assume that was a typo - you stated vgdisplay, but gave an lvdisplay output.
Just wanted to point out that I hope vgdisplay DOES show enough "Free PE" to accomodate the expansion, else you'll have to extend the VG first.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 11:02 AM
07-25-2002 11:02 AM
Re: Increasing size on existing Filesystems - Part II
fsadm -F vxfs -b 115343360 /h4xpop01
do:
fsadm -F vxfs -b 112640M /h4xpop01
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 12:17 PM
07-25-2002 12:17 PM
Re: Increasing size on existing Filesystems - Part II
since Tom has already mentioned the suffix "M" for the "-b" option of "fsadm", all I can do is to remind you to have a little free space available *before* you try the "fsadm"! About 1Megabyte is usually enough, but with 100% full "fsadm" will complain...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 12:29 PM
07-25-2002 12:29 PM
SolutionDisk&FS->Logical Volumes
Highlight the LV you wanted, then do Action->Increase Size. Simple enter the new size in MB and click OK. Your FS will be extended accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 12:43 PM
07-25-2002 12:43 PM
Re: Increasing size on existing Filesystems - Part II
lvextend -L 110000 /dev/vgh4data01/h4xpop01
fsadm -F vxfs -b 110000M /h4xpop01
This would be ok?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 12:44 PM
07-25-2002 12:44 PM
Re: Increasing size on existing Filesystems - Part II
Isn't there a problem if you try to
extend volumes that are bigger then 120 GB with sam ?
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 12:57 PM
07-25-2002 12:57 PM