Enterprise Administration > File Vaulting and Replication > FvLoader and ReplicaLoader > Listing Domains > The -listContainers Argument Obtains Data
  
The -listContainers Argument Obtains Data
The first FvLoader invocation produces output that includes the container and domain information. Use the argument -listContainers to print a list of external container paths to the console. The output can be redirected to a file using piping. The output can be used only as input for the -listDomains argument, which is explained after the following example.
Example:
C:\> java wt.fv.FvLoader - listContainers
/
/wt.inf.container.OrgContainer=PTC
C:\>
Piping Example:
C:\> java wt.fv.FvLoader - listContainers | tee c:\temp\cont.txt