HVR同步文件

HVR的配置:

源端配置的路径是syfile,而目标端的路径是tftest

源端创建了文件:

[oracle@single1 ~]$ cd syfile/
[oracle@single1 syfile]$ ll
total 8
drwxrwxrwx 2 oracle oinstall 4096 Jan  7 07:00 _hvr_state
-rw-r--r-- 1 oracle oinstall   16 Jan  7 06:57 test1
[oracle@single1 syfile]$ more test1
this is a test.
[oracle@single1 syfile]$ 

在目标端:

[oracle@single2 ~]$ cd tftest/
[oracle@single2 tftest]$ ll
total 8
drwxrwxrwx 2 oracle oinstall 4096 Jan  5 11:52 _hvr_state
-rw-r--r-- 1 oracle oinstall   16 Jan  5 11:52 test1
[oracle@single2 tftest]$ more test1
this is a test.
[oracle@single2 tftest]$ 

同步成功!!

你可能感兴趣的:(HVR同步文件)