- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirror-UX assistance
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
05-30-2006 01:52 AM
05-30-2006 01:52 AM
Mirror-UX assistance
Problem: RP4440 w/ HPUX 11.11.0406 Enterprise needs vg00 mirrored. I've found and read just about everything on how to get it done but the problem is, there's no Mirror-UX installed. HP codeword department told me that it was already installed as part of a bundle for enterprise installations. I've run swlist more times than I can count and I know for sure that I don't have any codewords on this box (/var/adm/sw/.codewords doesn't even exist).
If it's installed on the Enterprise version of 11.11, what else am I missing to see if it's installed? Thanks in advance and I'll definitely give points!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 01:55 AM
05-30-2006 01:55 AM
Re: Mirror-UX assistance
# swlist -l depot
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 01:56 AM
05-30-2006 01:56 AM
Re: Mirror-UX assistance
The software may be installed but not have had the codeword activated. At least running the above command will tell you whether or not it's installed.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 01:59 AM
05-30-2006 01:59 AM
Re: Mirror-UX assistance
Mirror/UX is included in enterprise edition of the OS
Try the script in attachment to mirror your vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 01:59 AM
05-30-2006 01:59 AM
Re: Mirror-UX assistance
If you have the Enterprise OE then I'm sure you have MirrorDisk capability.
You should be able to do:
# swlist -l fileset|grep -i "LVM-MIRROR" and see a fileset "LVM.LVM-MIRROR.RUN"
...to satisfy you.
You should also me able to do:
# lvextend -m 1 ...
...which will not work if MirrorDisk isn't available!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:00 AM
05-30-2006 02:00 AM
Re: Mirror-UX assistance
swlist -l depot:
/var/opt/mx/depot11
/SD_CDROM
/home/depots/depot
swlist | grep mirror:
Currently, /SD_CDROM has the first disk of applications which Mirror-UX (B2491BA) resides.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:03 AM
05-30-2006 02:03 AM
Re: Mirror-UX assistance
If you have got Enterprise OE then you already have bought the Mirror-UX product.
Can you see using swlist ?
swlist | grep -i mirror
If yes then does it show confiured in swlist -l fileset -a state
If yes then its installed and ready to use.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:03 AM
05-30-2006 02:03 AM
Re: Mirror-UX assistance
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:04 AM
05-30-2006 02:04 AM
Re: Mirror-UX assistance
swlist -l fileset|grep -i "LVM-MIRROR":
LVM.LVM-MIRROR-RUN B.11.11 LM-MIRROR-RUN
PHCO_30698.LVM-MIRROR-RUN 1.0 LVM.LVM-MIRROR-RUN
Since that showed up good, I'll be using the lvm script. Since this isn't a hardware raid-1, I'm assuming correctly that no reboot or anything is needed? Last but not least, is it CPU-intensive given the fact that it's the first time it's syncing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:07 AM
05-30-2006 02:07 AM
Re: Mirror-UX assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:08 AM
05-30-2006 02:08 AM
Re: Mirror-UX assistance
LVM Mirroring is done at the logical volume level. No reboot occurs or is necessary. You simply use 'lvextend -m ...' to perform the change (add or subtract mirrors).
Yes, the synchronization is a bit intensive and is time-consuming. You can monitor the progress with:
# lvdisplay -v /dev/vgNN/lvolX|grep stale|wc -l
...when the count of "stale" extents reaches zero (0) your mirrors are synchronized.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:12 AM
05-30-2006 02:12 AM
Re: Mirror-UX assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:18 AM
05-30-2006 02:18 AM
Re: Mirror-UX assistance
Is it the one attached on this post?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 02:35 AM
05-30-2006 02:35 AM
Re: Mirror-UX assistance
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 08:08 AM
05-31-2006 08:08 AM
Re: Mirror-UX assistance
To lvextend the mirror:
#for lvol in lvol1 lvol2 ... lvol8
>do
>lvextend -m 1 /dev/vg00/ $lvol /dev/dsk/c#t#d#
>done
Sp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 12:34 AM
06-01-2006 12:34 AM
Re: Mirror-UX assistance
My final questions are as follows, just to clarify.
1) Given the link below, they mention about how MWC needs to be off for primary swap. Is there a performance hit if it remains on until I can reboot at a later time and change it? Also, Bob Vance's reply in that link talks about mkboot only copying default LIF files and not all of them. Is his lifcp necessary?
2) Given that lvdisplay on all of vg00's lvs shows that mirror copies is 1, if the original drive (/dev/dsk/c2t1d0) dies, am I correct in stating that the other drive (/dev/dsk/c3t0d0, holding the mirrored lvs) will keep the OS running until I get another drive to hot-swap and resync?
Once again, thanks for everyone's help. Inheriting a primary "absolutely can't go down" server that only has 1 drive makes me really want to make sure everything is stabilized!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 05:32 AM
06-01-2006 05:32 AM
Re: Mirror-UX assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 03:17 AM
06-02-2006 03:17 AM