- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- STATIC 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
05-13-2004 04:08 AM
05-13-2004 04:08 AM
STATIC MIRRORING
I have 2 38GB disk. The first disk is primary and the other is supposed to be my mirrored disk.
I've followed the procedure given by RAC to Paul perugini(posted last April 26). And I test it on my workstation and it works. The problem is when i applied the procedure to my server,i hav encountered something unusual, why is it when i ran
dd if=/dev/vg00/rlvol1 of=/dev/vg01/rlvol1 bs=1024k
it never copies the contents of the source to the destination? same results on other logical volumes. Is there something i need to change on the parameters of command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:13 AM
05-13-2004 04:13 AM
Re: STATIC MIRRORING
Also what makes you think that it is failing? Any error message?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:22 AM
05-13-2004 04:22 AM
Re: STATIC MIRRORING
time dd if=/dev/vg00/rlvol1 of=/dev/vg01/rlvol1\
bs=1024k
just to see how log it happens
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:28 AM
05-13-2004 04:28 AM
Re: STATIC MIRRORING
vgdisplay -v vg00
vgdisplay -v vg01
ls -l /dev/vg00/rlvoll
ls -l /dev/vg01/rlvol1
lvdisplay /dev/vg00/lvol1
lvdisplay /dev/vg01/lvol1
Post those outputs and some definitive answers are possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:37 AM
05-13-2004 04:37 AM
Re: STATIC MIRRORING
You need to do a raw disk copy instead.
dd if=/dev/rdsk/c0t6d0 of=/dev/rdsk/c1t5d0 bs=256k
This will copy everything assuming you are using identical disks. In order to boot, the copied disk must be set to the same address as the original and because filesystems are mounted, an fsck will be required after the machine boots on the copy.
You really should be using MirrorDisk/UX to do this because your mirrors are then always up to date and indeed your machine can continue to run with a failed disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 05:45 PM
05-13-2004 05:45 PM
Re: STATIC MIRRORING
RAC: Theres no error message when i execute the dd command and also theres no successful output that says
"f+p records in" , "f+p records out".
but the unusual thing is, when i tried it on my workstation it takes several minutes to copy while on my server, the moment i hit the return key, i got an immediate prompt.
TO EVERYONE: ihav attached a file that u could examine. And pls tell me were i got wrong.
Thank you 4 ur rapid immediate reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 05:57 PM
05-13-2004 05:57 PM