- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirror
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
07-23-2000 05:26 PM
07-23-2000 05:26 PM
"lvextend -m 1 /dev/vg01/data1 /dev/dsk/c0t15d0" - no problems, all seems to work OK.
My question is how do I check to see if the mirroring is working OK. I tried mounting the /dev/dsk/c0t15d0 device and the reply was "unrecognized file system". Can I check the data on the mirrored drive to make sure it is mirroring or do I just trust it is ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2000 10:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2000 10:36 PM
07-23-2000 10:36 PM
Re: Mirror
you cannot mount /dev/dsk/c0t15d0 because you are using LVM and mounting disk device is not supported.
With lvdisplay -v /dev/vg01/data1 you can see if mirroring is working:
The output looks like:
--- Logical volumes ---
LV Name /dev/vg01/data1
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 40
Current LE 10
Allocated PE 20
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c0t14d0 10 10
/dev/dsk/c0t15d0 10 10
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
0000 /dev/dsk/c0t14d0 0171 current /dev/dsk/c0t15d0 0171 current
As you see there are two PV's (physical volumes) for each LE (logical extend).
If there are all LE on both PE your mirroring is working correct.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2000 10:40 PM
07-23-2000 10:40 PM
Re: Mirror
# lvdisplay /dev/vg01/data1
--- Logical volumes ---
LV Name /dev/vg01/data1
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 1
If the above entry "Mirror copies 1" is there means ur /dev/vg01/data1 is mirrored.
To check if the mirroring is working OK or not, write one file (eg. test) on /dev/vg01/data1 and save it then just unplug the disk on which vg01 is configured then try to open the same file (# vi test)
If the file opens it means mirroring is working OK.
I think this solves ur problem, good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2000 11:10 PM
07-23-2000 11:10 PM
Re: Mirror
I'm feeling confident all is OK now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 06:14 AM
07-24-2000 06:14 AM
Re: Mirror
There is a pretty good document on the ITRC that covers this. The document ID is X1401978. It is about booting from a mirrored/split environment. You can use most of it for any volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 11:13 PM
07-24-2000 11:13 PM
Re: Mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 11:13 PM
07-24-2000 11:13 PM