Do U know If I can clone a server using baremetal??
here we use something like a cluster (MS Load balancing) there is 3 computer with the same MAC, and exactely the same hardware, that 3 servers create an unique IP and all of them respond that. I wanna clone one of these servers to put another one in productioin just changing some configurations.
I don know it there is a possibility.
a Yes or a No will help so I will stop trying.
thanks...
great job again
Claudio Veronezi Mendes
EMC TA - Pre Sales at Compwire
Londrina - Pr - Brazil
The dd method alows to restore on different hardware as well, in that case
for windows it will require you to reboot one or more times (new hardware found and reboot system, [after loading new drivers])!
for Linux users you have to go in for rescue mode make initrd for new hardware/SCSI Disk, install/fix boot loader and go with new hardware.
The dd+ssh method allows to create replica/close of any size. This is piped input-output.
The dd+gzip is greate and efficient with any other software product: you can create very small size BareMatel image. I usually do like this for my servers in SAN where disk size runs in hundreds of GB:
First you boot with LinuxLive CD or go in rescue mode, 2) mount the filesystem on some point in RW. create a file in the mounted filesystem like
wait to finish this, since it will take lot of time to fill up the blank space your file system. This is writing a stream of zeros. This is tricky. When you will compress your filesystem (or Linux Device) the whole of the blank space will become ZERO SIZE! (here commercial product lack the performance) AND the rest of the file system will become to less than 1/3 of the occupied by files.
For example, a full Linux/windows system with OS/RDBMS (except data), with 36GB drive results a compressed image of 3GB size.
Hi Zahid thanks for your tutorial, do you know how much space the BMR Server image takes up? Just wondering if it can be broken down to 1Gb for example per server.
i also have some other articles which you all guys may like. i am adding my article links for all of you. Hopefully i may be good. i tried my best for all you guys help.
Comments
Great job
Great Job,
I have implemented BMR here, but is very good to see that I did right.
May I translate to Portuguese and Italian?
Claudio Veronezi Mendes
Londrina - PR - Brazil
EMC / VERITAS / SOLARIS
Claudio Veronezi Mendes
EMC TA - Pre Sales at Compwire
Londrina - Pr - Brazil
Ohh sure : Yes you can
Ohh sure :
Yes you can translate to Portuguese and Italian OR any other language which may help people. Its very proud for me :)
Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb
zahidhaseeb.wordpress.com
i know english only or Urdu
i know english only or Urdu :)...what you are trying to convert ???
Thanks for motivation :)
Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb
zahidhaseeb.wordpress.com
I wold like to translate it
I wanna use you images to crate a document in
portuguese and italian and maybe spanish
that is very usefull
Do U know If I can clone a server using baremetal??
here we use something like a cluster (MS Load balancing) there is 3 computer with the same MAC, and exactely the same hardware, that 3 servers create an unique IP and all of them respond that. I wanna clone one of these servers to put another one in productioin just changing some configurations.
I don know it there is a possibility.
a Yes or a No will help so I will stop trying.
thanks...
great job again
Claudio Veronezi Mendes
EMC TA - Pre Sales at Compwire
Londrina - Pr - Brazil
you may boot in linux
you may boot in linux [rescue] mode or boot with linux-live CD, then dd hdd image to tape
then go to target (clone) machine, boot same way, now restore the dump image with dd.
You can also do the above two steps in one go. I usually do like this
# dd if=/dev/sda ibs=4M | ssh -l root <ip of the larget system> "dd of=/dev/sda obs=4M"
this is more than 30year old store!
Thanks AUnixUser
Thanks you.
but With a BAREMETAL restor U can restor a image to a diferent hardware.
Dissimilar Restore.
By the way. I can't store a 200GB iso... My file system don't permit it at all.
I have created a new discution about restoring a baremetal backup to a Virtual Machinne. (Virtual box)
Thanks again.
Claudio Veronezi Mendes
EMC TA - Pre Sales at Compwire
Londrina - Pr - Brazil
The dd method alows to
The dd method alows to restore on different hardware as well, in that case
for windows it will require you to reboot one or more times (new hardware found and reboot system, [after loading new drivers])!
for Linux users you have to go in for rescue mode make initrd for new hardware/SCSI Disk, install/fix boot loader and go with new hardware.
The dd+ssh method allows to create replica/close of any size. This is piped input-output.
The dd+gzip is greate and efficient with any other software product: you can create very small size BareMatel image. I usually do like this for my servers in SAN where disk size runs in hundreds of GB:
First you boot with LinuxLive CD or go in rescue mode, 2) mount the filesystem on some point in RW. create a file in the mounted filesystem like
# dd if=/dev/zero bs=4M od=dump.dd; rm -rf dump.dd
wait to finish this, since it will take lot of time to fill up the blank space your file system. This is writing a stream of zeros. This is tricky. When you will compress your filesystem (or Linux Device) the whole of the blank space will become ZERO SIZE! (here commercial product lack the performance) AND the rest of the file system will become to less than 1/3 of the occupied by files.
For example, a full Linux/windows system with OS/RDBMS (except data), with 36GB drive results a compressed image of 3GB size.
Try to find something about phantom
Try to find something about Phantom Linux, a Brazilian distro that can do that.
Claudio Veronezi Mendes
EMC TA - Pre Sales at Compwire
Londrina - Pr - Brazil
Zahid
Zahid is there something like your tutorial for
backuing up Oracle databases?
template creation and stuf
thar should be very usefull
Claudio Veronezi Mendes
EMC TA - Pre Sales at Compwire
Londrina - Pr - Brazil
Hi Zahid thanks for your
Hi Zahid thanks for your tutorial, do you know how much space the BMR Server image takes up? Just wondering if it can be broken down to 1Gb for example per server.
thanks Chris
Quick Oracle Backup Via Templete
@ Claudio Veronezi :
Yes I have created now an article related to Oracle. See the following link which may help you I hope
https://www-secure.symantec.com/connect/articles/quick-oracle-backup-templete
Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb
zahidhaseeb.wordpress.com
Thanks all. Actually i was
Thanks all. Actually i was not getting any email for the update on this post thats why i am now giving reply to all.
Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb
zahidhaseeb.wordpress.com
i also have some other
i also have some other articles which you all guys may like. i am adding my article links for all of you. Hopefully i may be good. i tried my best for all you guys help.
Hot Catalog Backup
https://www-secure.symantec.com/connect/articles/howto-take-online-hot-catalog-backup
How to Backup and Restore Microsoft SQL Server Backup via Netbackup
https://www-secure.symantec.com/connect/articles/how-backup-and-restore-microsoft-sql-server-backup-netbackup
Exchange Backup and Restore(it has 6 parts in it)
https://www-secure.symantec.com/connect/articles/exchange-backup-and-restore-netbackup-65-part-i
Any comment will be appreciated. Mark as Solution if your query is resolved
__________________
Thanks in Advance
Zahid Haseeb
zahidhaseeb.wordpress.com
Thanks
Thanks
It is really useful
It is really useful
Would you like to reply?
Login or Register to post your comment.