- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- LVM and VxVM
- >
- Re: Mirror
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
09-12-2010 11:41 PM
09-12-2010 11:41 PM
A lost the alternate harddisk beloning to my VG00 volume group in my rx8640 running hp-ux 11.23. I have replaced it and trying to restore the mirror.
when i get to the command
#vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0
I get the following response:
Configuration info for Physical Volume "/dev/rdsk/c2t6d0" not found
in "/etc/lvmconf/vg00.conf" :
Character-special file for PV not supplied on command line, OR
PV did not belong to Volume Group /dev/vg00 when configuration file was created.
You have mail in /var/mail/root.
The content of /etc/lvmconf/vg00.conf is as follows:
#strings /etc/lvmconf/vg00.conf
CONFIG01
/dev/vg00
/dev/rdsk/c0t6d0s2
/dev/rdsk/c2t6d0s2
LVMREC01
HPLVMBDRE
LVMREC01
HPLVMBDRE
VGDA0001
VGSA0001E
fisdbpro:/#
i am locked so i need your urgent help.
Thank you very much.
Kingsley
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-12-2010 11:48 PM
09-12-2010 11:48 PM
Re: Mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-12-2010 11:50 PM
09-12-2010 11:50 PM
Re: Mirror
Try with s2:
#vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0s2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-12-2010 11:53 PM
09-12-2010 11:53 PM
Re: Mirror
show your device ?
if not you can try;
# vgchange -a y /dev/vg00
then ,
#vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0
again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-13-2010 12:18 AM
09-13-2010 12:18 AM
Re: Mirror
I did what you directed and the following is the response:
#vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0s2
vgcfgrestore: Cannot restore Physical Volume "/dev/dsk/c2t6d0s2",
Detach the PV or detactivate the VG, before restoring the PV.
#vgchange -a y /dev/vg00
Volume group "/dev/vg00" has been successfully changed.
#vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0
Configuration info for Physical Volume "/dev/rdsk/c2t6d0" not found
in "/etc/lvmconf/vg00.conf" :
Character-special file for PV not supplied on command line, OR
PV did not belong to Volume Group /dev/vg00 when configuration file was created.
#vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t6d0s2
vgcfgrestore: Cannot restore Physical Volume "/dev/dsk/c2t6d0s2",
Detach the PV or detactivate the VG, before restoring the PV.
Thank you.
Kingsley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-13-2010 12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-13-2010 03:27 AM
09-13-2010 03:27 AM
Re: Mirror
Thanks for all your contributions. Now my last hurdle is, when i do the command below, i get the attached response.
#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0
lvextend: Physical volume "/dev/dsk/c2t6d0" does not belong
to volume group "/dev/vg00".
Someone should help me.
Thanks.
Kingsley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-13-2010 03:55 AM
09-13-2010 03:55 AM
Re: Mirror
Please try,
#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0s2
Bijeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-13-2010 04:11 AM
09-13-2010 04:11 AM
Re: Mirror
#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0s2
lvextend: "MirrorCopies" parameter "1" must be larger than existing number "1".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-13-2010 04:18 AM
09-13-2010 04:18 AM
Re: Mirror
Sicne you are REPLACING the mirror disk,this step is not required.
Just do
#vgsync /dev/vg00
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP