- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How we can reduce the time for mirroring a roo...
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
12-19-2005 03:31 PM
12-19-2005 03:31 PM
How we can reduce the time for mirroring a root disk.
Is anyway can we make the root mirroring, lvextend -m 1 command to do its job faster ?
As i know we can increase the buffers in Netware to do the mirroring faster..
Tx,
Nair
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 03:58 PM
12-19-2005 03:58 PM
Re: How we can reduce the time for mirroring a root disk.
You can not do much except that you can increase the priority of the process of lvextend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 04:10 PM
12-19-2005 04:10 PM
Re: How we can reduce the time for mirroring a root disk.
there is no concurrent remirror requests and remirror block size in HPUX as in Netware, alternatively you can try this.
Mirror the disks before you install the OS / restore the data, ie..
first create the LV ,
extend it... ( -m 1 )
then restore the data...
in this case, without the data, the mirroring would be faster.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 01:19 AM
12-20-2005 01:19 AM
Re: How we can reduce the time for mirroring a root disk.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 02:45 AM
12-20-2005 02:45 AM
Re: How we can reduce the time for mirroring a root disk.
As it was mentioned, you can do almost nothing in order to reduce time of mirroring, but, IMHO, it's not a critical thing. First of all, you can run mirroring in parallel with a normal jobs, it does not decrease performance significantly.
For new machines the process does not take more than 1 hour, even for 72 GB disks. Look at the attached script, it builds mirroring for system disks.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 02:49 AM
12-20-2005 02:49 AM
Re: How we can reduce the time for mirroring a root disk.
You do not have control over the time it takes to do the mirroring. The only thing you can do is use faster disks.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 02:53 AM
12-20-2005 02:53 AM
Re: How we can reduce the time for mirroring a root disk.
lvcreate -m 1 ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2005 06:00 AM
12-20-2005 06:00 AM
Re: How we can reduce the time for mirroring a root disk.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:25 AM
01-17-2006 02:25 AM
Re: How we can reduce the time for mirroring a root disk.
creating mirror before extending it as suggested by admins before is OK, but not helpful for you in case of mirroring the root. Try enabling the writecache temporarly on the disks. This sometimes boosts the measured IO- rate in iostat up to 50..100% ! It depends on your environment (disk, controller, machine..).
scsictl -a -ir=1 -a /dev/rdsk/cxtydz
Regards
Mathias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:32 AM
01-17-2006 02:32 AM
Re: How we can reduce the time for mirroring a root disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 08:17 AM
01-23-2006 08:17 AM