- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0...
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
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
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
- 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
10-10-2010 11:02 PM
10-10-2010 11:02 PM
lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
lvextend: "LogicalExtentsNumber" is not bigger than current setting
can u tel what is reason and how to solve it
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-2010 11:43 PM
10-10-2010 11:43 PM
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
check this thread :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1317540
mikap
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-2010 11:49 PM
10-10-2010 11:49 PM
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
Are you trying to increase the size of a LV or you are trying to mirror.
If you are trying to increse the size of a LV, then first check free PEs are available.
then excute the "lvexteand command"
example is as below:
Extend the logical volume that holds the filesystem.
#/sbin/lvextend -L 8590 /dev/vg00/lvol8
(NOTE: the -L option is the NEW size
The new size of /var will be 8590 MB)
Extend the file system.
#/sbin/extendfs -F vxfs /dev/vg00/rlvol8
If you are trying to mirror, then, example is below.
#lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/cxtxdx
thnx...farhan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-2010 11:52 PM
10-10-2010 11:52 PM
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
If you are trying to reduce, then use
#lvreduce command.
thnx...farhan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-2010 11:53 PM
10-10-2010 11:53 PM
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
If you want to add 32MB to your current LV,
Then after -L option you have to add the the value,
current LV size in MB + 32
For example,
If your current LV size is 100MB and need to extend it to 132 MB,
Then,
#lvextend -L 132 /dev/vgXX/lvXX /dev/dsk/XX
Also incrase the FS using fsadm,
#fsadm -b
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-2010 01:13 AM
10-11-2010 01:13 AM
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
Re: lvextend -L 32 /dev/prabhu/prabhulv /dev/dsk/c19t0d3 lvextend: "LogicalExtentsNumber" is not bigger
welcome to this forum.
From your profile:
You 'have assigned points to 0 of 10 responses to your questions'
Please read the forums FAQs and especially:
http://forums11.itrc.hp.com/service/forums/helptips.do?#28
Enjoy the forum,
V. Nyga
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP