solaris 7000 replication (2)

1. Client:
make mountpoint for source and destination
#mkdir source
#mkdir dest

2. Source:
create replication_target
configuration remote_replication +
name:target91
address:192.168.1.91
rootpw:*******

create project
shares projects +
name:p90source

create share
shares +
project:p90source
name:p90fs1

3. Client:
mount p90fs1 to client
mount 192.168.1.90:/export/p90fs1 /Users/peter/7000/source
create a file in source
touch /Users/peter/7000/source/a

4. Source:
create relation
shares projects p90source edit
replication action+
target: target91
schedule+

do manual update....

5. Destination:(in shell)
shares replication sources
show
source-000 7000mac
PROJECT STATE LAST UPDATE
package-000 idle unknown
package-001 p90source idle Thu Mar 29 2012 14:16:27

select source-000
select package-001
sever or revert
(in both cases the share will be read write)

6. Client
mount 192.168.1.91:/export/p90fs1 /Users/peter/7000/dest
touch /Users/peter/7000/dest/b

This entry was posted in solaris. Bookmark the permalink.

Comments are closed.