- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MirrorDisk
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-03-2005 06:18 AM
03-03-2005 06:18 AM
Is MirrorDisk separate product?
I did a swlist -l fileseet | grep MirrorDisk and got nothing.
thanks,
f. halili
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:23 AM
03-03-2005 06:23 AM
Solution$ swlist | grep -i mirror
B2491BA B.11.11 MirrorDisk/UX
Here is how you tell what's mirrored:
$ bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 524288 97944 423048 19% /
/dev/vg00/lvol1 295024 58560 206960 22% /stand
/dev/vg00/lvol9 4096000 1153448 2920056 28% /var
/dev/vg00/lvol8 3072000 1284856 1773264 42% /usr
.../dev/emc01/lvol2 671744 581414 84702 87% /bmc
...
$ lvdisplay /dev/vg00/lvol9
--- Logical volumes ---
LV Name /dev/vg00/lvol9
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1 <== This indicates mirror copies
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 4000
Current LE 1000
Allocated PE 2000
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:24 AM
03-03-2005 06:24 AM
Re: MirrorDisk
You can check with
#swlist | grep MirrorDisk/UX Or
#swlist | grep B2491BA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:24 AM
03-03-2005 06:24 AM
Re: MirrorDisk
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:24 AM
03-03-2005 06:24 AM
Re: MirrorDisk
lvdisplay -v /dev/vg00/lvolxx | more
It shows how mirror copies there are in the display.
Try running:
swlist | grep -i mirr
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:38 AM
03-03-2005 06:38 AM
Re: MirrorDisk
I checked one volume group below. So this is mirrored. Please see below.
But I still don't get anything with
#swlist | grep -i MirrorDisk
#swlist| grep -i mirror
The only "mirror" that I get in swlist -l is.
LVM.LVM-MIRROR-RUN B.11.11 LVM-MIRROR-RUN
LVM.LVM-RUN PHCO_29379.LVM-MIRROR-RUN 1.0 LVM.LVM-MIRROR-RUN
This is not MirrorDisk right ???
THANKS,
derek h.
==========
# lvdisplay -v /dev/vg00/lvol1
--- Logical volumes ---
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 304
Current LE 38
Allocated PE 76
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c1t0d0 38 38
/dev/dsk/c1t2d0 38 38
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:50 AM
03-03-2005 06:50 AM
Re: MirrorDisk
You have MirrorUX installed. It is probably installed from HPUX11i Enterprise OE or Mission Critical OE. And your logical volume is also mirrored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 06:56 AM
03-03-2005 06:56 AM
Re: MirrorDisk
HPUX11i-OE-MC B.11.11.0203
and on another
HPUX11i-OE-Ent B.11.11.0203
THANKS!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 08:11 AM
03-03-2005 08:11 AM