- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvlnboot -b is not setting the boot logical vo...
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-15-2003 01:12 PM
08-15-2003 01:12 PM
lvlnboot -b is not setting the boot logical volume
My environment:
HP-UX 11i v1, June 2003
lvlnboot -r /dev/vg05/root... works
lvlnboot -s /dev/vg05/swap0... works
lvlnboot -d /dev/vg05/swap0... works
lvlnboot -b /dev/vg05/boot... does not work
lvlnboot -v /dev/vg05 always returns "No Boot Logical Volume configured." See attached.
Any idea what I missed?
pvcreate -B /dev/rdsk/c8t0d0
mkboot /dev/rdsk/c8t0d0
mkboot -a hpux /dev/rdsk/c8t0d0
vgcreate...
lvcreate...
lvlnboot -b /dev/vg05/boot
etc
I'm in the middle of migrating the system from one storage array (scsi) to another (fc-sw).
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 01:18 PM
08-15-2003 01:18 PM
Re: lvlnboot -b is not setting the boot logical volume
The boot volume must be the first logical volume in the volume group and should be a contiguous with bad block relocation turned off.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 01:19 PM
08-15-2003 01:19 PM
Re: lvlnboot -b is not setting the boot logical volume
Hope this helps,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 02:10 PM
08-15-2003 02:10 PM
Re: lvlnboot -b is not setting the boot logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 03:48 PM
08-15-2003 03:48 PM
Re: lvlnboot -b is not setting the boot logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 05:49 PM
08-15-2003 05:49 PM
Re: lvlnboot -b is not setting the boot logical volume
vgreduce /dev/vg05 /dev/dsk/c9t0d?
lvlnboot -b /dev/vg05/boot
vgextend /dev/vg05 /dev/dsk/c9t0d?
lvlnboot -v
Yeah!
Thanks anyway guys!