HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: extending a DLVM logical volume
Operating System - HP-UX
1834391
Members
1760
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-27-2005 10:51 AM
04-27-2005 10:51 AM
extending a DLVM logical volume
i have a filesystem /usr/local/activesw
on a logical volume /dev/hatigapp/fs901 on a 11.11 system. in sam the logical volume shows up as type "DLVM"
when i select it and go to action menu to increase size, the option is not available and i don't see mounted filesystem on logical volume from sam either, how do i extend this logical volume
on a logical volume /dev/hatigapp/fs901 on a 11.11 system. in sam the logical volume shows up as type "DLVM"
when i select it and go to action menu to increase size, the option is not available and i don't see mounted filesystem on logical volume from sam either, how do i extend this logical volume
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 11:39 AM
04-27-2005 11:39 AM
Re: extending a DLVM logical volume
DLVM = Distributed LVM
Apparently DLVM LV's can not be administered via SAM. Have a look at this TKB document:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073730447
DOC ID=8606352134
Also take a look at this document:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062950423
DOC ID=A5403243
It states the while you can't manage DLVM LV's through SAM, you can use the normal commands on the command line.
To extend an LV you would do:
# lvextend -L new_size_in_MB /dev/hatigapp/fs901
# fsadm -b new_size_in_blocks /mountpoint
If this LV is in use by 2 systems in a MC/SG cluster I don't know what effect this would have on the other node.
I have never worked with DLVM.
Apparently DLVM LV's can not be administered via SAM. Have a look at this TKB document:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073730447
DOC ID=8606352134
Also take a look at this document:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062950423
DOC ID=A5403243
It states the while you can't manage DLVM LV's through SAM, you can use the normal commands on the command line.
To extend an LV you would do:
# lvextend -L new_size_in_MB /dev/hatigapp/fs901
# fsadm -b new_size_in_blocks /mountpoint
If this LV is in use by 2 systems in a MC/SG cluster I don't know what effect this would have on the other node.
I have never worked with DLVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 11:49 AM
04-27-2005 11:49 AM
Re: extending a DLVM logical volume
Is this box part of an mc/sg cluster? SAM doesn't work on DLVM or SLVM volume groups... so I would use the command line to extend the filesystem.
Use lvextend to extend the lvol, then fsadm to extend the filesystem. If you don't have online jfs, you'll need to unmount the filesystem before you can extend it.
lvextend -L new_size_MB /dev/vg_name/lvol
fsadm -F vxfs -b blocks /mount
Hope this helps,
-denver
Use lvextend to extend the lvol, then fsadm to extend the filesystem. If you don't have online jfs, you'll need to unmount the filesystem before you can extend it.
lvextend -L new_size_MB /dev/vg_name/lvol
fsadm -F vxfs -b blocks /mount
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 02:30 PM
04-27-2005 02:30 PM
Re: extending a DLVM logical volume
Hi,
As it is a DLVM logical volume so will require a bit of more caution to have error free extend. Can you post the output of "vgdisplay -v /dev/hatigapp" and "lvdisplay -v /dev/hatigapp/fs901".
As it is a distributed logical volume across multiple physical volumes, it is important to see the free space across all volumes before extending.
HTH,
Devender
As it is a DLVM logical volume so will require a bit of more caution to have error free extend. Can you post the output of "vgdisplay -v /dev/hatigapp" and "lvdisplay -v /dev/hatigapp/fs901".
As it is a distributed logical volume across multiple physical volumes, it is important to see the free space across all volumes before extending.
HTH,
Devender
Impossible itself mentions "I m possible"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP