- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror problem
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
02-26-2003 04:14 PM
02-26-2003 04:14 PM
Mirror problem
first i create a lvol1 in disk c5t0d0 and then i mirrored the lvol1 on disk c20t0d0 and i see the next line in lvdisplay lvol1
LE PV1 PE1 Status 1 PV2 PE2 Status 2
0000 /dev/dsk/c5t0d0 0000 current /dev/dsk/c20t0d0 0000 current
the PV1 indicate that primary vol is c5t0d0.
but now the lvdisplay show me this
LE PV1 PE1 Status 1 PV2 PE2 Status 2
0000 /dev/dsk/c20t0d0 0000 current /dev/dsk/c5t0d0 0000 current
Why now the primary vol is c20t0d0 if when i did the mirror i did it whit this command lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c20t0d0
i don??t know if this happened after i reboot the machine.
Do you have an explanation about it?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 04:27 PM
02-26-2003 04:27 PM
Re: Mirror problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 05:04 PM
02-26-2003 05:04 PM
Re: Mirror problem
Look at this once you create mirrors, export the VG and again import the VG then you dont know which is primary and secondary. Once a VG is exported from one disk and inported on another disk you dont know which disk is first and second.
So dont worry the way it shows in lvdisplay.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 05:10 PM
02-26-2003 05:10 PM
Re: Mirror problem
Assuming you did nothing special when you booted, perhaps your primary boot path points to the /dev/dsk/c20t0d0. You can use 'setboot' to query the settings for booting:
# setboot
You can also verify the actual bootpath as follows:
# echo 'boot_string/S'|adb /stand/vmunix /dev/mem
You will see something like:
boot_string:
boot_string: disc(10/0.6.0;0)/stand/vmunix
...which can be quickly related to the disk device file by examining the output of:
# lvlnboot -v
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2003 12:57 PM
03-01-2003 12:57 PM
Re: Mirror problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2003 12:57 PM
03-01-2003 12:57 PM
Re: Mirror problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2003 04:06 PM
03-01-2003 04:06 PM
Re: Mirror problem
Check few things.
#setboot
and observe what is the primary boot path set to.
#lvlnboot -v
Look at the output and see which disk appears first.
#lifcp /dev/dsk/c20t0d0:AUTO -
Repeat the same for the other disk. If you hardcoded the bootstring, then compare it with the setboot.
-Sri