To remove a DCE LFS fileset and its mount point, do the following:
1. Verify that you have the necessary privileges. You must be included in the admin.ft file on the machine on which the fileset resides, and you must be included in the admin.fl file on each Fileset Database machine or own the server entry for each machine on which a version of the fileset resides. If necessary, issue the bos lsadmin command to verify the members of an administrative list.
2. Verify that you have the w (write), x (execute), and d (delete) ACL permissions for the directory in which the fileset is mounted. If necessary, issue the dcecp acl show command to list the permissions for the directory.
3. Issue the fts rmsite command to remove the fileset's replication sites and to instruct the Replication Servers at the sites to remove the read-only versions of the fileset:
$ fts rmsite -fileset {name | ID} -server machine -aggregate name
Repeat the fts rmsite command to remove each of the fileset's replication sites. If Release Replication was used for the fileset, the fts rmsite command must also be used to remove the replication site and read-only replica on the read/write fileset's File Server machine.
4. Issue the fts delete command to remove the read/write version of the fileset. The backup version of the fileset is removed automatically.
$ fts delete -fileset {name | ID} -server machine -aggregate name
5. After removing the last copy of the fileset, enter the fts delmount command to remove the mount point for the fileset. Disregard this step if any copies of the read-only version remain in the file system and you want them to be accessible.
$ fts delmount -dir directory_name
The -dir directory_name option is the name of the mount point for the fileset.
If you previously mounted the backup version as a subdirectory of the read/write fileset's root directory, removing the read/write version's mount point makes the backup version's mount point inaccessible. If you mounted the backup version at a separate directory, you must explicitly remove the backup version's mount point, again using the fts delmount command.