Displays the statuses of DCE LFS fileset replicas
Synopsis
fts lsreplicas -fileset {name | ID} {-all | -server machine} [-cell cellname]
[{-noauth |
-localauth}] [-verbose] [-help]
Options
-fileset {name | ID}
Specifies the complete name or fileset ID number of the fileset whose replicas are to be checked.
-all
Specifies that all replicas of -fileset are to be checked. Use this option or use -server.
-server machine
Names a specific File Server machine on which replicas of -fileset are to be checked. Specify the File Server machine using the machine's DCE
pathname, the machine's host name, or the machine's IP address. Use this option or use -all.
-cell cellname
Specifies the cell where the command is to be run. The default is the local cell of the issuer of the command.
-noauth
Directs fts to use the unprivileged identity nobody as the identity of the issuer of the command. If you use this option, do not use the
-localauth option.
-localauth
Directs fts to use the DFS server principal name of the machine on which the command is issued as the identity of the issuer. Use this option only if the
command is issued from a DFS server machine (a machine that has a DFS server principal in the local Registry Database). You must be logged into the server machine as root for this option to
work. If you use this option, do not use the -noauth option.
-verbose
Directs fts to provide detailed information about its actions as it executes the command.
-help
Prints the online help for this command. All other valid options specified with this option are ignored.
Description
The fts lsreplicas command shows the replication statuses of read-only replicas of the read/write DCE LFS fileset specified with the -fileset
option. Use the command's options to check replicas of -fileset as follows:
· To check the status of the replica stored on a specific File Server machine, specify the name of the machine with the -server option.
· To check the status of all replicas, specify the -all option.
If Release Replication is used for a read/write fileset, use the fts release command to place replicas of the fileset at replication sites. (If Scheduled Replication is used, the Replication Server automatically places replicas at replication sites according to specified parameters.) Use the fts update command to request that the Replication Server make an immediate update of the replicas of any read/write fileset.
Use the fts statrepserver command to check the status of the Replication Server process on a specific File Server machine. Use the fts addsite command to add a replication site; use the fts rmsite command to remove a replication site.
Privilege Required
No privileges are required.
Examples
The following command displays the status of each replica of the read/write fileset named rs_aix32.bin:
$ fts lsr rs_aix32.bin -a
Related Information
Commands: fts addsite(8dfs)