- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvlnboot partition not working
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
08-07-2000 09:45 AM
08-07-2000 09:45 AM
Anyone have any ideas or experience with this? Is this the best way to create an additional boot partition?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 09:54 AM
08-07-2000 09:54 AM
SolutionThis is a great way of creating a boot disk and its a free tool. You can get it at:
http://software.hp.com/products/IUX/
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 09:59 AM
08-07-2000 09:59 AM
Re: lvlnboot partition not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 10:12 AM
08-07-2000 10:12 AM
Re: lvlnboot partition not working
This message indicates there is a problem with the LVM header of the disks. The boot process cannot find the kernel. Since it cannot find the kernel, it cannot find / and therefore /dev and so on.
You stated, you are attempting to create a boot partition. Is this an alternate root, or dual os system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 10:22 AM
08-07-2000 10:22 AM
Re: lvlnboot partition not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 10:40 AM
08-07-2000 10:40 AM
Re: lvlnboot partition not working
Prior to the lvlnboot commands, you would have run pvcreate and mkboot.
# pvcreate -B /dev/rdsk/cxtxdx - sets disk up for LVM
# mkboot /dev/dsk/cxtxdx - creates the boot area on the disk.
# mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/cxtxdx
# lvlnboot ...
There is a document in the ITRC that outlines the procedure:
A4555415B Process to create alternate boot volume group (HP-UX 10.20).
Best Wishes,
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 12:57 PM
08-07-2000 12:57 PM
Re: lvlnboot partition not working
How do I boot from the newly created lvlnboot partition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 03:09 AM
08-09-2000 03:09 AM
Re: lvlnboot partition not working
You can change the primary bootpath with the setboot cmd.
Issue the cmd without option to see what paths are active and
the you can change them with
setboot -p
setboot -a
Now you can shutdown -r and it should boot from the new primary!!
Hope that helps!
Bye from
Stefano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 03:37 AM
08-09-2000 03:37 AM
Re: lvlnboot partition not working
1. pvcreate -B /dev/rdsk/(2nd disk)
2. vgextend /dev/vg00 /dev/dsk/(2nd disk)
3. mkboot /dev/dsk/(2nd disk)
4. mkboot -a "hpux -lq" /dev/rdsk/(2nd disk)
5. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/(2nd disk).
6. lvlnboot -R
Repeat step 5 for any additional logical volumes that need to be mirrored.
To your 2nd question, check above reply or while system is rebooting interrupt boot process and go through ISL prompt to boot from alternate disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 04:00 AM
08-09-2000 04:00 AM
Re: lvlnboot partition not working
Once the disk is made bootable, you can boot to the ISL, then do a SEArch for bootable devices. P#s are assigned to each bootable device, so then you would execute:
ISL> bo p1 (where p# corresponds to the new bootable disks)
You can also configure one set of disks to be the PRImary disks and the other set of disks to be the ALT disks. Then you could execute:
ISL> bo pri OR
ISL> bo alt
Best Wishes,
Cheryl