1833016 Members
2812 Online
110048 Solutions
New Discussion

Re: Ignite + Sync

 
SOLVED
Go to solution
Grayh
Trusted Contributor

Ignite + Sync

How do I use Ignite to Sync data b/w two servers...

What are the other options I have to do this
11 REPLIES 11
James R. Ferguson
Acclaimed Contributor
Solution

Re: Ignite + Sync

Hi:

Ignite is a recovery/cloning tool intended to handle vg00 and its standard filesystems.

If you have _data_ that you want synchronized you can look to tools such as 'rsync':

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.6/

Regards!

...JRF...
Tingli
Esteemed Contributor

Re: Ignite + Sync

What do you want to sync, data or system? If it is data, you can use rsync. Otherwise you can clone your system.
Grayh
Trusted Contributor

Re: Ignite + Sync

Thanks JRF...

I got that ..

How do I clone servers using Ignite...
Tingli
Esteemed Contributor

Re: Ignite + Sync

Grayh
Trusted Contributor

Re: Ignite + Sync

Is there a way i can virtuliaze rp5450 on to a integrity box with 11.11...

I know 11.11 is not compatible with rx series servers...

what could be the other best option
Tingli
Esteemed Contributor

Re: Ignite + Sync

I think the rp and rx have different binaries, you might need to rebuild the system.
Grayh
Trusted Contributor

Re: Ignite + Sync

I am sync-ing two servers A(Source) & B(Destination)

Server B will be shutdown for a week... and all the updates will be made to Server A...


Now after server B is up & running and when synced with Server A... I want all the data which is in Server B & not present in server A to get deleted and sync the other datat

could you help me out for the command/syntaxx for this plz


Tingli
Esteemed Contributor

Re: Ignite + Sync

rsync has numerous options, you might find one match your need. On the other hand, you can clean B first then sync A to B.
Grayh
Trusted Contributor

Re: Ignite + Sync

Is there a script to do this....
Grayh
Trusted Contributor

Re: Ignite + Sync

rsync is an unencrypted file transfer program that is similar to rcp. It includes the
added feature of allowing just the differences between two sets of files on two
machines to be transferred across the network.


But how is this done....
Grayh
Trusted Contributor

Re: Ignite + Sync

thanks