- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extending mount point
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
12-05-2005 08:04 AM
12-05-2005 08:04 AM
But I noticed 741 Free PE on the last disk in the group. See below.
So I used the following command to try and extend the mount point.
fsadm -F vxfs -b 104988672 /patch
It didn't work. Am I using the correct command?
For the sectors a I calculated as follows:
PE size (32) x # of PE's 3204 * 1024 = 104988672
Cheers
(P.S. Online JFS is on the system)
--- Volume groups --
VG Name /dev/vg0c
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 3
Act PV 3
Max PE per PV 1068
VGDA 6
PE Size (Mbytes) 32
Total PE 3204
Alloc PE 2463
Free PE 741
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg0c/lvol1
LV Status available/syncd
LV Size (Mbytes) 78816
Current LE 2463
Allocated PE 2463
Used PV 3
--- Physical volumes ---
PV Name /dev/dsk/c8t2d7
PV Name /dev/dsk/c9t2d7 Alternate Link
PV Status available
Total PE 1068
Free PE 0
Autoswitch On
PV Name /dev/dsk/c9t3d0
PV Name /dev/dsk/c8t3d0 Alternate Link
PV Status available
Total PE 1068
Free PE 0
Autoswitch On
PV Name /dev/dsk/c8t3d1
PV Name /dev/dsk/c9t3d1 Alternate Link
PV Status available
Total PE 1068
Free PE 741
Autoswitch On
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 08:09 AM
12-05-2005 08:09 AM
SolutionFirst, you need to extend the logical volume via lvextend
lvextend -l ${total_num_extents} ${lv}
fsadm -F vxfs -b ${new_size_in_k} ${mount_point}
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 08:10 AM
12-05-2005 08:10 AM
Re: Extending mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 08:10 AM
12-05-2005 08:10 AM
Re: Extending mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 08:11 AM
12-05-2005 08:11 AM
Re: Extending mount point
# lvextend -L 102528 /dev/vg0c/lvol1
# fsadm -F vxfs -b 104988672 /patch
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 08:14 AM
12-05-2005 08:14 AM
Re: Extending mount point
fsadm -F vxfs -b 102528m /patch
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 08:27 AM
12-05-2005 08:27 AM
Re: Extending mount point
The obvious was escaping me today.
This is what I did.
lvextend -l 3204 /dev/vg0c/lvol1
fsadm -F vxfs -b 104988672 /patch
I prefer to calculate the sectors be cause using the "m" option to specify megabytes always seems to waste a little space.
I'll assign points right away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 03:54 AM
04-17-2008 03:54 AM