- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmunix: WARNING: Logical volume for Dump expected ...
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-14-2008 07:07 PM
09-14-2008 07:07 PM
There was a disk miroring performed for HP-UX A1C100MA B.11.11 U 9000/785 2014853764,and when tried to boot from primary disk it throws the following error message
vmunix: WARNING: Logical volume for Dump expected but not found
but the disk is working.
The following is the sequence in the syslog.log
A1C100MA vmunix: Logical volume 64, 0x3 configured as ROOT
A1C100MA vmunix: Logical volume 64, 0x2 configured as SWAP
A1C100MA vmunix: WARNING: Logical volume for Dump expected but n
ot found.
A1C100MA vmunix: Swap device table: (start & size given in
512-byte blocks)
A1C100MA vmunix: entry 0 - major is 64, minor is 0x2; st
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 07:41 PM
09-14-2008 07:41 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Please post the output of 'lvlnboot -v'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 07:52 PM
09-14-2008 07:52 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 08:16 PM
09-14-2008 08:16 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
lvlnboot - prepare LVM logical volume to be root, boot, primary swap,
or dump volume.
Description:
The lvlnboot command updates all physical volumes in the volume group
so that the logical volume becomes the root, boot, primary swap, or a
dump volume when the system is next booted on the volume group. If a
nonexistent logical volume is specified, this command fails. If a
different logical volume is already linked to the root or primary
rd input.
** HERE [-v] [vg_name] **
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 09:26 PM
09-14-2008 09:26 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
lvlnboot -v command will show the lv in vg00 like swap. do u know before booting from alternate disk ,on primary disk dump is configered or not.
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 06:36 PM
09-16-2008 06:36 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 06:54 PM - edited 10-01-2011 07:55 PM
09-16-2008 06:54 PM - edited 10-01-2011 07:55 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
>what does the lvlnboot -f command do
I see no -f here. The suggested "lvlnboot -v" command will just display the values and not cause any problem on your production system.
I get something like:
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t1d0s2 (0/1/1/0.1.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t1d0s2
Root: lvol3 on: /dev/dsk/c2t1d0s2
Swap: lvol2 on: /dev/dsk/c2t1d0s2
Dump: lvol2 on: /dev/dsk/c2t1d0s2, 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 07:27 PM
09-16-2008 07:27 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 08:08 PM
09-16-2008 08:08 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
#root# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t6d0 (10/0/15/0.6.0) -- Boot Disk /dev/dsk/c2t5d0 (10/0/15/0.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t6d0
/dev/dsk/c2t5d0
Root: lvol3 on: /dev/dsk/c2t6d0
/dev/dsk/c2t5d0
Swap: lvol2 on: /dev/dsk/c2t6d0
/dev/dsk/c2t5d0
Dump: lvol2 on: /dev/dsk/c2t6d0, 0
how shall i proceed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 09:01 PM
09-16-2008 09:01 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Please post
# vgdisplay -v vg00
If the disks are all ok, write the information about the dump location again:
lvlnboot -r /dev/vg00/lvol3
lvlnboot -b /dev/vg00/lvol1
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 09:03 PM
09-16-2008 09:03 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 12:41 AM
09-17-2008 12:41 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Please explain me of what is proper disk volumes. i have attached the output of vgdisplay -v, as we are unable to get vg00 volume output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 12:57 AM
09-17-2008 12:57 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Pls explain in details what u want.
Reagrds
Prashnat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 01:02 AM
09-17-2008 01:02 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
It was mentioned,"If the disks are all ok, write the information about the dump location again:"
I dint understand what it means by disks are all ok.
Attached the out put of vgdisplay -v,so please explain me of how i can verify if the disks are ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 01:10 AM
09-17-2008 01:10 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
there is no free PE.
--- Physical volumes ---
PV Name /dev/dsk/c2t6d0
PV Status available
Total PE 4382
Free PE 0
Autoswitch On
PV Name /dev/dsk/c2t5d0
PV Status available
Total PE 4382
Free PE 0
Autoswitch On
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 01:16 AM
09-17-2008 01:16 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
for verifiaction of disk command is #diskinfo /dev/rdsk/cntndn
check manpages for it
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 01:58 AM
09-17-2008 01:58 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Doest PE=0 result in the following error:
vmunix: WARNING: Logical volume for Dump expected but n
ot found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 04:48 AM
09-17-2008 04:48 AM
Solutionlvlnboot -r /dev/vg00/lvol3
lvlnboot -b /dev/vg00/lvol1
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 06:26 AM
09-17-2008 06:26 AM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Will do the job. If its not working then run
# lvrmboot -d /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
Cheers..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 08:59 PM
09-17-2008 08:59 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
can we run lvlnboot -* commands in a shared mode system?
And do we have to reboot the system after doing this?
Do we have to take any back up before running these commands?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 09:06 PM
09-17-2008 09:06 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2008 09:03 PM
09-25-2008 09:03 PM
Re: vmunix: WARNING: Logical volume for Dump expected but not found
Thanks to all of you for the resolution provided,
The issue is resolved after running the lvlnboot -R command.