1833159 Members
2922 Online
110051 Solutions
New Discussion

COPY DATA

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

COPY DATA

I am in the middle of a PeopleSoft upgrade. I purchased a VA7100 so I can do the following.

Shutdown the Oracle DB's
Copy all oracle data to the new VA7100.
Let the dba's do the PS upgrade.

This way I will have all the data preserved in case we have a no-go. The time it takes to backup 200 gb and restore did not fit in our time window for the upgrade.

Question,
what is the best way, performance wise and safety wise, to copy the data from EMC local drives to the VA7100 local drives? cpio, dd, cp ?

Thanks in advance.

Bob
UNIX IS GOOD
5 REPLIES 5
Sebastian Galeski_1
Trusted Contributor
Solution

Re: COPY DATA

Hi
Based on my expirience if You use filesystems cpio is the fastest, but if You use raw devices it depends on some parameters i.e. block size for dd for example. It happeneds to me that doing backup and restore of raw devices with Omniback was faster that copy by dd command from FC60 to XP256.

regards seba
MANOJ SRIVASTAVA
Honored Contributor

Re: COPY DATA

Hi Bob

Incase you are tlaking of similar types of disks ie size etc then dd is the safest best , if not then cp will also be fine but that will take longer time , I would recommend if you have the orignal disk on the EMC frame then may be you can do a BCV copy which is online and can jsut split them at the time required and then remount on the same machine or the VA7100 and then fir e the backupo from there , this wont require any or very les downtime.


Manoj Srivastava
PIYUSH D. PATEL
Honored Contributor

Re: COPY DATA

Hi,

Best is to use Omniback but if you dont have it installed then use cpio.

dd will be good if all the raw filesystems which you have created are more than 80% full. Since dd will not help much if your data in the raw filesystem is only 25% and dd will waste time for copying the rest 75% of the disk which doesnt have data.

Piyush

V. V. Ravi Kumar_1
Respected Contributor

Re: COPY DATA

hi,

cpio

regds
Never Say No
Paula J Frazer-Campbell
Honored Contributor

Re: COPY DATA

Bob

If backing up disk to disk then you can run multiple copies with each doing a section of the data.

The limitation on this will be disk speed and the disk heads dealing with multiple reads and writes.

Too many sessions will slow down the copies.

It will be a trial and error I'm afraid.

If you have the data lvol mirrored (which you should have) then just split the mirror- upgrade - test - backup the mirror data - them mirror back together.

HTH

Paula
If you can spell SysAdmin then you is one - anon