- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvchange problem
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-20-2002 08:37 AM
12-20-2002 08:37 AM
HPUX 11.0 . Trying to
change strict/contiguous allocation policy on /dev/vg00/lvol3 ( root )
to strict by executing
lvchange -C n /dev/vg00/lvol3
Got :
Can not change to non-contiguous allocation policy
Logical Volume "/dev/vg00/lvol3" must be contiguous.
Created dummy lvol with contiguous policy and successfully lvchange'd
it back.
What is special about lvol3?
Should I do that in single user?
Thanks for your help.
Dimitry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:39 AM
12-20-2002 08:39 AM
Re: lvchange problem
What's in lvol3? I'm guessing it's your swap area - which HAS to be contiguous.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:41 AM
12-20-2002 08:41 AM
Re: lvchange problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:41 AM
12-20-2002 08:41 AM
Re: lvchange problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:43 AM
12-20-2002 08:43 AM
Re: lvchange problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:43 AM
12-20-2002 08:43 AM
SolutionWhy do you want to change it to a non-contiguous policy? Are you trying to extend /? If so why do you want to extend it?
If you are trying to extend it, you should first look to see if there is anything unusual taking up space (like /dev/rmt/om instead of 0m).
If you must extend /, your best bet is to utilize Ignite/UX and create a make_tape_recovery tape, boot from the tape and then resize your LVOL sizes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:43 AM
12-20-2002 08:43 AM
Re: lvchange problem
Post your bdf -l output.
I believe / and /stand have to be contiguous as well.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:44 AM
12-20-2002 08:44 AM
Re: lvchange problem
Your advice is very helpful.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:45 AM
12-20-2002 08:45 AM
Re: lvchange problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:48 AM
12-20-2002 08:48 AM
Re: lvchange problem
http://software.hp.com/products/IUX/
To create a recovery tape, use the command:
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -x inc_entire=vg00
This will archive your entire VG00 to tape.
Make a couple of these. Then boot from the tape, and the menu will come up which will allow you to modify various things. It is at this point that you can change your LVOL sizes for any of the VG00 lvols.
Ignite/UX is a FREE download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 08:50 AM
12-20-2002 08:50 AM