- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvlnboot -v error
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-29-2008 03:11 AM
09-29-2008 03:11 AM
We are not able to take Ignite Backup due to below lvlnboot error. storage person did a mistake he assign this physical path to another system because we are no longer using those vg’s so we have been, removed all those vg’s with rm –Rf command .
Still we are getting this error when firing lvlnboot
As per HP engineer suggestion we have rebooted the server but it won’t helpus
Please anyone suggest how to remove these paths which are no longer in the system.
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t0d0s2 (0/0/1/1/0.0.0) -- Boot Disk
/dev/dsk/c2t0d0s2 (2/0/1/1/0.0.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t0d0s2
/dev/dsk/c2t0d0s2
Root: lvol3 on: /dev/dsk/c0t0d0s2
/dev/dsk/c2t0d0s2
Swap: lvol2 on: /dev/dsk/c0t0d0s2
/dev/dsk/c2t0d0s2
Dump: lvol2 on: /dev/dsk/c0t0d0s2, 0
Dump: lvol9 on: /dev/dsk/c0t0d0s2, 1
lvlnboot: "/dev/vg_sapdata16/group": not a character device.
lvlnboot: "/dev/vg_sapdata17/group": not a character device.
lvlnboot: "/dev/vg_sapdata18/group": not a character device.
lvlnboot: "/dev/vg_sapdata19/group": not a character device.
lvlnboot: "/dev/vg_sapdata20/group": not a character device.
lvlnboot: "/dev/vg_sapdata21/group": not a character device.
lvlnboot: "/dev/vg_sapdata22/group": not a character device.
lvlnboot: "/dev/vg_sapdata23/group": not a character device.
lvlnboot: "/dev/vg_sapdata24/group": not a character device.
lvlnboot: "/dev/vg_sapdata25/group": not a character device.
lvlnboot: "/dev/vg_sapdata26/group": not a character device.
lvlnboot: "/dev/vg_sapdata27/group": not a character device.
lvlnboot: "/dev/vg_sapdata28/group": not a character device.
lvlnboot: "/dev/vg_ora_logC/group": not a character device.
lvlnboot: "/dev/vg_ora_logD/group": not a character device.
lvlnboot: "/dev/vg_ora_mlogC/group": not a character device.
lvlnboot: "/dev/vg_ora_mlogD/group": not a character device.
#
Any suggestion......
Suraj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:15 AM
09-29-2008 03:15 AM
Re: lvlnboot -v error
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:22 AM
09-29-2008 03:22 AM
Re: lvlnboot -v error
It's because those volume groups were not properly exported or removed. So those entries still exist on lvmtab file
What you could try is move the /etc/lvmtab file and recreate it using vgscan.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:23 AM
09-29-2008 03:23 AM
Re: lvlnboot -v error
We already removed those vg's from the system.
# ls -l "/dev/vg_sapdata16/group"
/dev/vg_sapdata16/group not found
# ls -l /dev/vg_sapdata16
/dev/vg_sapdata16 not found
# ls -l /dev | grep vg_sapdata16
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:38 AM
09-29-2008 03:38 AM
Re: lvlnboot -v error
I already tried this, what I did I move the old lvmtab and I did vgscan after creating the new /etc/lvmtab.
If I give the lvlnboot â v again I am getting error see the below.
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t0d0s2 (0/0/1/1/0.0.0) -- Boot Disk
/dev/dsk/c2t0d0s2 (2/0/1/1/0.0.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t0d0s2
/dev/dsk/c2t0d0s2
Root: lvol3 on: /dev/dsk/c0t0d0s2
/dev/dsk/c2t0d0s2
Swap: lvol2 on: /dev/dsk/c0t0d0s2
/dev/dsk/c2t0d0s2
Dump: lvol2 on: /dev/dsk/c0t0d0s2, 0
Dump: lvol9 on: /dev/dsk/c0t0d0s2, 1
lvlnboot: Couldn't query physical volume "/dev/dsk/c62t0d0":
The specified path does not correspond to physical volume attached to
this volume group
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:41 AM
09-29-2008 03:41 AM
Re: lvlnboot -v error
How did you do that? By deleting the /dev/vg_sapdata??/lv* files?
Post the output of "strings /etc/lvmtab"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:50 AM
09-29-2008 03:50 AM
Re: lvlnboot -v error
We removed those directory by rm â Rf /dev/vg_sapdata16 like this we remove all other vgâ s also.
Please see the attached strings output.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:56 AM
09-29-2008 03:56 AM
Re: lvlnboot -v error
So now you are out of that initial error.
The new error indicates that "/dev/dsk/c62t0d0" disk is part of some VG and currently not accessible by the system.
Find out the VG name in which this disk belongs to and the status of the disk by ioscan command. Fix the disk issue if you are using that VG. If not using remove the VG from the system.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 04:02 AM
09-29-2008 04:02 AM
Re: lvlnboot -v error
There is another scenario for this error.
Sometime ioscan and diskinfo will show the disk is in good condition.
Reason is that when a system is rebooted or the volume group is
activated with a disk(s) or a path missing. The disk or path is later restored
but the volume group is unaware of this change until it is re-activated.
Reactive it using vgchange
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 04:15 AM
09-29-2008 04:15 AM
Solution> We removed those directory by rm ...
Then you did this incorrectly. You should have 'vgexport'ed the volume groups you didn't want. This would have cleaned up the device files *and* corrrectly removed them from the '/etc/lvmtab'.
Do:
# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -av
# vgchange -a y
# lvlnboot -R
You may want to check the order of your 'pvlinks' afterwards to insure that your primary and alternate paths to each volume group are as you choose.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 04:25 AM
09-29-2008 04:25 AM
Re: lvlnboot -v error
Have you heard of vgexport?
Is the lvmtab you posted before or after you did the vgscan process? The system still has the configuration of the volume groups and the disks that belong to them. I would try "vgexport" and if it fails I would try recreating the "lv" and "rlv" device files in the /dev/vg???? directory and try vgexport again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 07:23 PM
09-29-2008 07:23 PM
Re: lvlnboot -v error
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 09:14 PM
09-29-2008 09:14 PM
Re: lvlnboot -v error
You will have a lot of problems later.
What do you get from
# ll /etc/lvmconf/
and
# strings /etc/lvmtab
Are there still informations about the "removed" VGs?
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-29-2008 09:30 PM
09-29-2008 09:30 PM
Re: lvlnboot -v error
Attached file is the output of ll /etc/lvmconf and strings /etc/lvmtab.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 09:30 PM
09-29-2008 09:30 PM
Re: lvlnboot -v error
Please show the error from vgdisplay too.
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-29-2008 10:16 PM
09-29-2008 10:16 PM
Re: lvlnboot -v error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 02:55 AM
09-30-2008 02:55 AM
Re: lvlnboot -v error
Your attachment shows that the information still exist on the lvmtab file. Note that the original lvmtab file should not be there when you run vgscan command. If exists it will read that file instead of scanning the entire disks.
Have you moved or renamed lvmtab file before run vgscan?
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 03:38 AM
09-30-2008 03:38 AM
Re: lvlnboot -v error
if new lvmtab file will be there then vgdisplay is giving lots of errors thats why I moved the old one again.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 03:45 AM
09-30-2008 03:45 AM
Re: lvlnboot -v error
Ganesh.