HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error message : no boot logical volume configured
Operating System - HP-UX
1834392
Members
2040
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-14-2003 03:09 AM
04-14-2003 03:09 AM
error message : no boot logical volume configured
hi all,
we found in of our system is giving the error in lvlnboot -v command
# lvlnboot -v
Boot Definitions for Volume Group /dev/L1:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c4t1d0 (0/3/0/0.1.0)
/dev/dsk/c4t2d0 (0/3/0/0.2.0)
/dev/dsk/c4t3d0 (0/3/0/0.3.0) -- Boot Disk
/dev/dsk/c6t1d0 (0/7/0/0.1.0)
/dev/dsk/c6t2d0 (0/7/0/0.2.0)
/dev/dsk/c6t3d0 (0/7/0/0.3.0) -- Boot Disk
No Boot Logical Volume configured
Root: root on: /dev/dsk/c4t3d0
Swap: swap1 on: /dev/dsk/c4t3d0
Dump: swap1 on: /dev/dsk/c4t3d0, 0
it is not showing the boot volume.
i tried lvlnboot to set the boot volume but it gives the following error.
# lvlnboot -b /dev/L1/stand
lvlnboot: Boot volume should be the first logical volume on the physical volume
I cannot reboot my system. how can i set the boot volume ?
whether i can do it using recovery cd . or without rebooting is there any way.
please throw some light on it.
radhakrishnan
we found in of our system is giving the error in lvlnboot -v command
# lvlnboot -v
Boot Definitions for Volume Group /dev/L1:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c4t1d0 (0/3/0/0.1.0)
/dev/dsk/c4t2d0 (0/3/0/0.2.0)
/dev/dsk/c4t3d0 (0/3/0/0.3.0) -- Boot Disk
/dev/dsk/c6t1d0 (0/7/0/0.1.0)
/dev/dsk/c6t2d0 (0/7/0/0.2.0)
/dev/dsk/c6t3d0 (0/7/0/0.3.0) -- Boot Disk
No Boot Logical Volume configured
Root: root on: /dev/dsk/c4t3d0
Swap: swap1 on: /dev/dsk/c4t3d0
Dump: swap1 on: /dev/dsk/c4t3d0, 0
it is not showing the boot volume.
i tried lvlnboot to set the boot volume but it gives the following error.
# lvlnboot -b /dev/L1/stand
lvlnboot: Boot volume should be the first logical volume on the physical volume
I cannot reboot my system. how can i set the boot volume ?
whether i can do it using recovery cd . or without rebooting is there any way.
please throw some light on it.
radhakrishnan
Negative thinking is a highest form of Intelligence
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 03:19 AM
04-14-2003 03:19 AM
Re: error message : no boot logical volume configured
try
lvlnboot -b /dev/vg00/lvol1
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
(although this is a default config)
see your
mount -p and/or /etc/fstab
output for correct / and /stand definitions.
Later,
Bill
lvlnboot -b /dev/vg00/lvol1
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
(although this is a default config)
see your
mount -p and/or /etc/fstab
output for correct / and /stand definitions.
Later,
Bill
It works for me (tm)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 03:44 AM
04-14-2003 03:44 AM
Re: error message : no boot logical volume configured
Some people make /stand a sub directory of / (root), perhaps they are use to this configuration from another UNIX flavor, and it will continue to work as long as it is contiguous and it should be if root is contiguous. What are lvol 1 and lvol2, etc? Both 1 and 2 should be contiguous while the others don't have to be.
So do you have /stand/vmunix?
Check bootlif:
lifls -C /dev/rdsk/cXtYdZ
Note the "rdsk"
lifcp /dev/rdsk/cXtYdZ:AUTO -
Note the hpux string and attach.
So besides noting that this is atypical and issue a warning to others of the HP-UX preference???.
So do you have /stand/vmunix?
Check bootlif:
lifls -C /dev/rdsk/cXtYdZ
Note the "rdsk"
lifcp /dev/rdsk/cXtYdZ:AUTO -
Note the hpux string and attach.
So besides noting that this is atypical and issue a warning to others of the HP-UX preference???.
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:54 PM
04-15-2003 10:54 PM
Re: error message : no boot logical volume configured
Hi radhakrishnan,
You basially do not have boot utilities in your hard disk , although you have configured as
bootable.
So put in boot utilities by typing:
a.) mkboot /dev/rdsk/c4t3d0
b.) mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c4t3d0
c.) lvlnboot -b /dev/L1/boot
d.) lvlnboot -Rv
e.) reboot
This will solve your problems.
Solution is delivered.
rgds,
omari.
You basially do not have boot utilities in your hard disk , although you have configured as
bootable.
So put in boot utilities by typing:
a.) mkboot /dev/rdsk/c4t3d0
b.) mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c4t3d0
c.) lvlnboot -b /dev/L1/boot
d.) lvlnboot -Rv
e.) reboot
This will solve your problems.
Solution is delivered.
rgds,
omari.
Nothing is too late to learn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP