- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mirroring vg00 on SAN (fc4700) taking FOREVER
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
09-17-2003 06:23 AM
09-17-2003 06:23 AM
mirroring vg00 on SAN (fc4700) taking FOREVER
Is there anyway to speed this process up? Let me know if you need anymore information. I'm on an N4000, using 1GB HBAs connectected via a brocade switch to the SAN.
Thanks,
...Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:42 AM
09-17-2003 06:42 AM
Re: mirroring vg00 on SAN (fc4700) taking FOREVER
Are you using mirror/ux?
The next question is why? When connected to a large disk array, mirroring is usually best handled at the array.
You could be causing yourelf grief because the disk on the storage array is probably raid 5 nine bit parity and now you're tying to put mirror/ux raid 1 on top of that.
Might slow things up a bit. Worse than that, it might harm performance after the mirror is built.
My experience with mirror/ux is the mirrors build slowly but then are pretty snappy. Might want to do something else and just wait and see how the sytem performs later.
For boot disks, you might want to have your storage allocate a two whole disks for you to boot and mirror, without protection on the aray. If they are two different physical disks, mirror/ux will work on them, perhaps with less overhead.
I'd also check that the fiber cards are connected and functioning promerly. start with fcmsutil
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 06:53 AM
09-17-2003 06:53 AM
Re: mirroring vg00 on SAN (fc4700) taking FOREVER
The fibre cards are operating fine as I used these paths for our oracle db (which is down now as I do the lvextend -m 1).
How harmful is it to abort the mirror disk process in the middle of execution? I'm not sure I can wait much longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:02 AM
09-17-2003 07:02 AM
Re: mirroring vg00 on SAN (fc4700) taking FOREVER
Could that be the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 07:23 AM
09-17-2003 07:23 AM
Re: mirroring vg00 on SAN (fc4700) taking FOREVER
I don't think it will let you mirror to the same device via an alt path.
Open another session & do a vgdisplay -v on that VG & see if you actually see another device or just an alternate link.
Also definitely run
fcmsutil /dev/tdX stat -s
where X=td instance & look for error link losses & retransmits. Also should also verify your fibre. Could be a *really* crappy connection.
Rgds,
Jeff