1831645 Members
2020 Online
110029 Solutions
New Discussion

Disks-Backup

 
David_492
Advisor

Disks-Backup

Dear ALL

I just wonder how i could backup the data from disk on server1 to disk on server2 (the servers are hp unix rp8400)?
Thanks
4 REPLIES 4
aparna challagulla
Valued Contributor

Re: Disks-Backup

hi david,

man dd

http://66.34.90.71/ITRCForumsEtiquette/
aparna

If you don't have time to do it right you must have time to do it over
twang
Honored Contributor

Re: Disks-Backup

you may also use "rcp" to simply remotely copy data or file from one system to another by configuing .rhosts.
melvyn burnard
Honored Contributor

Re: Disks-Backup

I strongly suggest you:
a) read the manuals at http://docs.hp.com
b) consider attending HP-UX education courses
c) read the very good document on etiquette to be used in hte forums: http://66.34.90.71/ITRCForumsEtiquette
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Alzhy
Honored Contributor

Re: Disks-Backup

Hi David,

You did not specify what kind of DISKS are you referring to. If they're just simple SCSI attached disks -- then you have a wealth of tools available to you: dd, remsh, cpio, tar, ftp, etc..
.
However if you are using SAN disks -- then you can ask your SAN Administrator to make the disks "accesible" to both servers. Of course only one server can have it on an LVM/VXVM control at any one time. After being written to on one server - you can "deport" the Volume/Disk Group that the disk(s) belong and "import" it on the other server... a very nice approach to doing large backups which I also called the "Floating Disks" strategy -- you save a ton on so called SSO/DDS (shared tape drive) licenses on most backup software.
Hakuna Matata.