- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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-09-2000 08:20 PM
03-09-2000 08:20 PM
Mirroring
channel disks all 18GB disks if we create 18GB volumegroups and then mirror
them across to devices is there a way of estimating the time for there
re-syncronisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2000 09:51 PM
03-09-2000 09:51 PM
Re: Mirroring
vg01 must take more or less time than vg02, depending of amount of LE to
mirror.
But you can use a trick, so firt define just 1 Logical extension for each lv
you must define, and then make mirror of each volume.. at end extend each
logical volume to its logical extensions. With this trick mirror time is near
to 0.:
lvcreate -L 1 /dev/vg01/lvol1
lvextend -m 1 /dev/vg01/lvol1
lvextend -L 2000 /dev/vg01/lvol1
....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2000 10:13 PM
03-09-2000 10:13 PM
Re: Mirroring
way of estimateing the amount of time it would take to re-synchronise them
after we had split the mirrors for a cold backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2000 12:58 AM
03-10-2000 12:58 AM
Re: Mirroring
in question (or a test system with close to identical use/configuration).
Split the mirror on a 1Gig lv, for instance, and then remirror. Also, other
system usage may affect teh resync time by competing for access to buffer
cache, I/O bus, disk controllers, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2000 10:11 PM
03-12-2000 10:11 PM
Re: Mirroring
Resyncronization time, of a previously splited lv, is variable and in relation
of the amount of modified data.
When you split a lv, LMV creates a map of modified LEs. When merge LVM
overwrite those, only.