- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Volume Mirroring
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
03-26-2007 12:28 AM
03-26-2007 12:28 AM
When I tried to check the server whether every file system has been mounted or not with the following command, it doesn't show anything? Any ideas????
# lvdisplay /dev/vg00/lvol* | grep mirror
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:32 AM
03-26-2007 12:32 AM
Re: Volume Mirroring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:33 AM
03-26-2007 12:33 AM
Re: Volume Mirroring
Thank you....I got it....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:37 AM
03-26-2007 12:37 AM
Re: Volume Mirroring
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:42 AM
03-26-2007 12:42 AM
Re: Volume Mirroring
If you're mirrored, on each line you'll see:
A: the logical extent number
B: The first device of the mirror followed by the PE on that disk, followed its state (current/stale/etc).
C) The second device of the mirror followed by the PE on that disk, followed its state (current/stale/etc).
If you've got only four columns of data for each logical extent, your lv is not mirrored. If you've got 7 columns here your lv is mirrored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 01:28 AM
03-26-2007 01:28 AM
Re: Volume Mirroring
# strings /etc/lvmtab
You will still see some strange characters, but don't be alarmed.
The lvmtab file will not show what you want either though. There's no information about mirrors in the lvmtab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 01:32 AM
03-26-2007 01:32 AM
Re: Volume Mirroring
How and where can I check the columns to find if I have four or seven columns????
How abt /etc/lvmtab??I just want to know if my /etc/lvmtab is fine....
And Mark! You are right...and I am very generous in giving points.....so in that way, should be lucky to answer my questions...hahahaha...;)
Thank you all...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 01:46 AM
03-26-2007 01:46 AM
Re: Volume Mirroring
U all got points now....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 02:51 AM
03-27-2007 02:51 AM
Re: Volume Mirroring
You'll see a list of the logical extents, its the very long display after the "introductory details".
A snippet of mirrored extents look like:
00241 /dev/dsk/c0t6d0 01816 current /dev/dsk/c10t6d0 00816 current
00242 /dev/dsk/c0t6d0 01817 current /dev/dsk/c10t6d0 00817 current
00243 /dev/dsk/c0t6d0 01818 current /dev/dsk/c10t6d0 00818 current
00244 /dev/dsk/c0t6d0 01819 current /dev/dsk/c10t6d0 00819 current
00245 /dev/dsk/c0t6d0 01820 current /dev/dsk/c10t6d0 00820 current
00246 /dev/dsk/c0t6d0 01821 current /dev/dsk/c10t6d0 00821 current
00247 /dev/dsk/c0t6d0 01822 current /dev/dsk/c10t6d0 00822 current
00248 /dev/dsk/c0t6d0 01823 current /dev/dsk/c10t6d0 00823 current
00249 /dev/dsk/c0t6d0 01824 current /dev/dsk/c10t6d0 00824 current
A snippet of unmirrored extents look like:
00241 /dev/dsk/c0t6d0 01816 current
00242 /dev/dsk/c0t6d0 01817 current
00243 /dev/dsk/c0t6d0 01818 current
00244 /dev/dsk/c0t6d0 01819 current
00245 /dev/dsk/c0t6d0 01820 current
00246 /dev/dsk/c0t6d0 01821 current
00247 /dev/dsk/c0t6d0 01822 current
00248 /dev/dsk/c0t6d0 01823 current
00249 /dev/dsk/c0t6d0 01824 current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 05:58 PM
03-27-2007 05:58 PM
Re: Volume Mirroring
to check all the file system is mounted you need to follow on bdf output
lvdisplay /dev/vg00/lvol* | grep mirror
the above one will tell you whether it is mirrored or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 02:44 AM
03-28-2007 02:44 AM
Re: Volume Mirroring
Thank you for the information and I really appreciate all your time. I am clear now and all my filesystems are mirrored.
Thanks again