- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror test not working
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
06-24-2002 06:18 AM
06-24-2002 06:18 AM
HPUX11.11i
HP Surestore 2100
I have 4 internal drives. I use Mirror/UX to mirror all 4 to an external 4 drive Surestore 2100. I created the following volume groups.
vg00: 2 Physical volumes
/dev/dsk/c1t2d0
/dev/dsk/c4t0d0 (mirror of c1t2d0)
vg01: 2 Physical volume groups
pvg01a /dev/dsk/c1t0d0
pvg01b /dev/dsk/c4t2d0 (mirror of pvg01a)
vg02: 2 physical volume groups
pvg02a /dev/dsk/c2t0d0
pvg02b /dev/dsk/c4t4d0 (mirror of pvg02a)
vg03: 2 physical volume groups
pvg03a /dev/dsk/c2t2d0
pvg03b /dev/dsk/c4t6d0 (mirror of pvg03a)
I powered down the server and pulled the primary boot disk out. I started system back up,stopped boot and booted from mirror root and the system booted up completely. I could see everything on all my disks. I then shutdown the system and pulled out all of my primary disks. I powered back on, booted from mirror root and the system booted up. However, I could not see anything from vg01,vg02 or vg03. When I do vgdisplay -v vg## all logical volumes (except one on vg01) come back as available/syncd. I created the PV groups and mirror for vg01, vg02, and vg03 in SAM.
What am i missing here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 06:22 AM
06-24-2002 06:22 AM
Re: Mirror test not working
Are the volume groups activated ?
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 06:30 AM
06-24-2002 06:30 AM
Re: Mirror test not working
As your VGs are all two disk VGs, then loss of one disk will prevent quorum, and therefore prevent VG activation.
Its important that this is the case, as otherwise LVM info on disks could become corrupted.
If you *really* want to activate your VG with no quorum, you can do so using 'vgchange -a y -q n vgXX'
And you *could* even set up some custom VG activation in /etc/lvmrc to ensure this happened at boot time as well - but I wouldn't advise it...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 06:31 AM
06-24-2002 06:31 AM
Re: Mirror test not working
You may need to activate the data vg's manually without quorum.
vgchange -a y -q n /dev/vg_name
And then mount the filesystems,
mount -a
Did your vg's get activated while the system was booted.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 06:45 AM
06-24-2002 06:45 AM
Re: Mirror test not working
Again, I am just testing to see what I would have to do keep the system going if I was to lose one or more of my primary drives. Thanks for the answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 01:49 AM
06-25-2002 01:49 AM