- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- LVM and VxVM
- >
- Reg:increasing file system space
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-18-2011 02:45 AM
03-18-2011 02:45 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-18-2011 03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-18-2011 03:43 AM
03-18-2011 03:43 AM
Re: Reg:increasing file system space
if you have online jfs license you can extend fs online
swlist -l product | grep -i online
Procedure:
lvextend -L 1500 /dev/vg00/lvolxx (1500 as MB)
if you don't have licence
umount /mount_point
extendfs /dev/vg00/lvolxx
mount /mount_point
if you have:
fsadm -F vxfs -b 1536000 /mount_point (1500*1024)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-18-2011 03:58 AM
03-18-2011 03:58 AM
Re: Reg:increasing file system space
Please first provide following:
OS version?
Is an OS filesystem related?
Have you installed OnlineJFS?
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2011 12:34 AM
03-19-2011 12:34 AM
Re: Reg:increasing file system space
It is not OS related file system
I have vxfs in my rx 8640 integrity server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2011 12:40 AM
03-19-2011 12:40 AM
Re: Reg:increasing file system space
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2011 03:46 AM
03-19-2011 03:46 AM
Re: Reg:increasing file system space
You can follow kenan's procedure and make use of the fsadm command rather than extendfs... Seems like you have an environment better than base or foundation. Note with fsadm you mention the mount point and_not the device file of the logical volume.
Remember, the lvextend command gives the complete size unlike certain other flavors of unix. With the -L option, you need to specify the "complete" size and not just the size you_want_extended.
> You have assigned points to 2 of 20 responses.
Do assign points for those who help you out.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2011 03:59 AM
03-19-2011 03:59 AM
Re: Reg:increasing file system space
For systems with OnlineJFS: # fsadm -b 147456 /test1
if u don't have online jfs u have to umount /test1
then use extendfs command.
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2011 04:32 AM
03-19-2011 04:32 AM
Re: Reg:increasing file system space
by using vgdisplay
then free PE*PE size(MB)
then lvextend -L 574440 /dev/vgtest/lvol9
then fsadm -b 574440m /test1(where test1 is mount point) if u have online jfs then only
u can do it
otherwise u have to umount the file system first. then increase the logical volume then increase the file system by using extendfs command.
Sajjad
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP