- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Informational Error when creating mirror copie...
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
12-29-2008 09:18 AM
12-29-2008 09:18 AM
Informational Error when creating mirror copies in LVM
The newly allocated mirrors are now being synchronized. This operation will
take some time. Please wait ....
Logical volume "/dev/vg00/lvol1" has been successfully extended.
lvlnboot: LIF information corrupt or not present on "/dev/disk/disk3".
Use the "mkboot" command to initialize the LIF area.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
What is the best process to correct this error?
It does create the mirror but I assume I still need to correct the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2008 09:24 AM
12-29-2008 09:24 AM
Re: Informational Error when creating mirror copies in LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2008 09:29 AM
12-29-2008 09:29 AM
Re: Informational Error when creating mirror copies in LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2008 09:29 AM
12-29-2008 09:29 AM
Re: Informational Error when creating mirror copies in LVM
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
for the complete procedure on how to mirror a boot disk with 11.31!
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
12-29-2008 10:45 AM
12-29-2008 10:45 AM
Re: Informational Error when creating mirror copies in LVM
Now assuming this do I have to remove the mirrors I created and drop the disk from the vg and redo the pvcreate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2008 10:48 AM
12-29-2008 10:48 AM
Re: Informational Error when creating mirror copies in LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2008 10:48 AM
12-29-2008 10:48 AM
Re: Informational Error when creating mirror copies in LVM
> Now assuming this do I have to remove the mirrors I created and drop the disk from the vg and redo the pvcreate?
Yes, if you forgot to do a 'pvcreate -B' then certainly start over. Follow the guidelines in the appendix of the document that Torsten cited.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2008 04:30 AM
12-31-2008 04:30 AM
Re: Informational Error when creating mirror copies in LVM
1)assumimg that u have a PARISC system:
#mkboot -l /dev/rdsk/cxtydz
#mkboot -a "hpux /stand/vmunix -lq" /dev/rdsk/cxtydz
2)assuming that u are having an ITANIUM system u have to do the mkboot as follows:
#mkboot -e -l /dev/rdsk/cxtydz and also
#echo "boot vmunix -lq" >/tmp/AUTO
#efi_cp -d /dev/rdsk/cxtydzs1: -u /tmp/AUTO /EFI/HPUX/AUTO
in both the cases after this u have to run
#lvlnboot -R
#lvlnboot -v
#vi /stand/bootconf add the lines to this file asuming that the new disk is cxtydz
l /dev/dsk/cxtydz --- FOR PARISC
l /dev/dsk/cxtydzs2 --- for Itanium
I am assuming that if u have an Itanium server u have used idisk to create the 3 partitions on the disk namely
EFI --- OS shows this as /dev/dsk/cxtydzs1
HPUX and -- OS shows this as /dev/dsk/cxtydzs2
HPSP -- OS shows this as /dev/dsk/cxtydzs3
this all is valid if you had used earlier pvcreate -B option Earlier with the disk.
Or u will have to again do the pvcreate and start from the scratch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2008 07:45 PM
12-31-2008 07:45 PM
Re: Informational Error when creating mirror copies in LVM
>>It does create the mirror but I assume I still need to correct the problem.<<
Yes, You are right.
>>What is the best process to correct this error?<<
Please Check the attachment for Generic Procedure Creating mirror copies.
Thx,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2009 06:53 PM
01-03-2009 06:53 PM
Re: Informational Error when creating mirror copies in LVM
You got good answers already.
Me, being lazy to do manual work repeatedly,
and trying to avoid absent-mindedness,
wrote a Shell script to add and/or remove
mirroring in LVM for any HP-UX server
(including agile views in HP-UX 11.31):
http://www.circlingcycle.com.au/Unix-sources/HP-UX-11x-LVM-mirroring.sh.txt
The steps are really easy, but the problem is
to remember them always :)
Cheers,
VK2COT