- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: filesystem
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
09-26-2002 03:19 AM
09-26-2002 03:19 AM
I have increased my LV using lvextend to 1.2TB.
And it seems as though bdf nor SAM's filesystem section are registering the new size of the LV...SAM(Logical Volume Section) as well as lvdisplay show the correct size.
???? Please advise ????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:33 AM
09-26-2002 03:33 AM
Re: filesystem
# umount /
and extend the file system. lvextend only extends the lvols
#extendfs /dev/vgxx/lvolyy
if you have online jfs you can do without umount
# fsadm -b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:33 AM
09-26-2002 03:33 AM
Re: filesystem
This is the only LV on the filesystem. Should I still run "extendfs /dev/vg_xp_img_data/lv_xp_imageData"
even though it is already apart of this filesystem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:34 AM
09-26-2002 03:34 AM
Re: filesystem
You will have to extend the filesystem too. If you have AdvVxfs this is done with fsadm on the mount point. If you don't hav advVxfs you will have to umount the filesystem and use extendfs.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:34 AM
09-26-2002 03:34 AM
Re: filesystem
# umount /
and extend the file system. lvextend only extends the lvols
#extendfs /dev/vgxx/lvolyy
if you want on line jfs you can do without umount
# fsadm -b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:36 AM
09-26-2002 03:36 AM
Re: filesystem
You expanded the logical volume but not the filesystem that resides "within". You need to either do an 'extendfs' or a 'fsadm' to enlarge the filesystem.
If you have Online JFS, use 'fsadm' to increase the filesystem size. If you do not have Online JFS (or the filesystem is an HFS one) you must unmount it first, and use 'extendfs' to enlarge it.
These actions can be done through SAM or at the command line.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:37 AM
09-26-2002 03:37 AM
Re: filesystem
You can only have one filesystem on a logical volume.
Greetzz
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:50 AM
09-26-2002 03:50 AM
Re: filesystem
Thanks guys!!!
I have always been use to SAM taking care of all these other issues..:)