Operating System - HP-UX
1826663 Members
2456 Online
109696 Solutions
New Discussion

Can I use the dd command ?

 
SOLVED
Go to solution
정문석_1
New Member

Can I use the dd command ?

Can I use the dd command to copy from no striping disk to striping disk ?
4 REPLIES 4
Devender Khatana
Honored Contributor
Solution

Re: Can I use the dd command ?

Hi,

Yes you can use that. But take precaution about the target and destination sizes.

Is not it a LUN instead of a disk? As a disk can not be stripped or unstripped, rather a LUN can be.

HTH,
Devender


Impossible itself mentions "I m possible"
Arunvijai_4
Honored Contributor

Re: Can I use the dd command ?

Hello,

Are you talking about LUN ? Yes, you can do that.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
정문석_1
New Member

Re: Can I use the dd command ?

Yes. I'm talking about a LUN.

Thanks a lot.
Steve Faidley
Valued Contributor

Re: Can I use the dd command ?

You can also do it with mirroring.
1. add new disks to VG
2. Setup PVG to include new disks only
3. set distributed policy for VG/LV
4. mirror LVOL's
5. Adjust PVG to be the old disks
5. Split LVOL's with -b -g to have LVOL's be on new disks.
If it ain't broke, let me have a look at it.