- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvlnboot :unable to configure
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-17-2002 07:12 AM
09-17-2002 07:12 AM
When I am trying to mirror a new disk on my R class machine with HPUX 11.00
I get the following message:
lvlnboot :unable to configure swap logical volume
swap logical volume size beyond the IODC max address
What should I do and what is IODC?
Thanks,
A.K.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 07:23 AM
09-17-2002 07:23 AM
Re: lvlnboot :unable to configure
This should help:-
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0a521012aa92d5118ff10090279cd0f9,00.html
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 07:24 AM
09-17-2002 07:24 AM
Re: lvlnboot :unable to configure
When you created the second boot disk, did you create it in such a way that it will be a bootable disk... there is a specific sequence..
pvcreate -B /dev/rdsk/
vgextend /dev/vg00 /dev/dsk/
mkboot /dev/rdsk/
mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/
also.. check what the R class limits are on swap devices (IODC).. that sounds like what the complaint is focused on...
you may be violating the max limit... how bif do you want it? Or are you just mirroring the existing swap device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 07:30 AM
09-17-2002 07:30 AM
Re: lvlnboot :unable to configure
From the man pages for 'lvlnboot':
/begin_quote/
A dump logical volume, or a swap logical volume used as a dump volume, must lie within the first 2 GB (< 2 GB) of the physical volume. The lvlnboot command will not allow a dump logical volume to be configured that crosses the 2 GB boundary, but it will allow such a swap logical volume to be configured.
/end_quote/
When you mirror your vg00 logical volumes, make sure that (at least) lvol1, lvol2 and lvol3 are mirrored in that order.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 07:33 AM
09-17-2002 07:33 AM
Solution# pvdisplay -v /dev/dsk/c1t6d0 | more
Take a look at the output of this compare it with that of the mirrored disk, are the LVs in the same order and same extents ?
If they are not then you got to "lvreduce" all of the LVs and "lvextend" them again..
# lvreduce -m 0 /dev/vg00/
==> repeat for all LVs
# lvextend -m 1 /dev/vg00/
==> remirror them as the same order
Then complete the rest of the steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 07:41 AM
09-17-2002 07:41 AM
Re: lvlnboot :unable to configure
Root, primary swap and dump as defined with lvlnboot need to be placed on disk within the range covered by the "IODC max address".
Depending on your hardware this maximum is:
- 2GB
- 4GB
- or much more with block addressing
11.X uses at least with recent (PCI based) machines the block adressing mode, which effectively imposes no relevant limitation.
I assume Your R-Class will experience a 4GB maximum.
Regards...
Dietmar.