For a fileset that uses Release Replication, do the following to create or update the fileset's read-only replicas:
1. Verify that you have the necessary privileges. You must be included in the admin.ft file on the machine on which the read/write source fileset is stored, and you must be included in the admin.fl file on each Fileset Database machine or own the server entry for the machine on which the read/write source fileset is stored and for each machine on which a read-only replica is to reside. If necessary, issue the bos lsadmin command to verify the members of a list.
2. Use the fts release command to create or update the read-only replica of the read/write source fileset that resides on the same File Server machine as the source fileset. The Replication Servers at each replication site then update the read-only filesets at their respective sites to match this replica.
$ fts release -fileset {name | ID}
The -fileset name or ID option is the name or ID number of the read/write fileset whose replicas are to be updated.
Use the -wait option to ensure that the command will not complete (return a prompt) until all replicas are updated.
$ fts release -fileset {name | ID} -wait