logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vos_remaddrs - removes a file server machine's entry from the VLDB

Description

       The vosremaddrs command removes a server entry from the Volume Location Database (VLDB). There must be
       no VLDB entries that list the machine as a site for any version of a volume. If necessary, use the vosmove or vosremove command to move or remove volumes. It is appropriate to remove a VLDB server entry
       when removing the corresponding file server machine from service.

       To display all VLDB server entries, use the voslistaddrs command.

Examples

       The following command removes the VLDB server entry for the file server with the addresses 192.12.107.214
       and 10.47.11.17.

          $ vos remaddrs -uuid 008f157e-bad0-157c-0ffee-357c4d1faa77 -verbose
          vos: Removing UUID with addresses:
          UUID: 008f157e-bad0-157c-0ffee-357c4d1faa77
          192.12.107.214
          10.47.11.17

Name

       vos_remaddrs - removes a file server machine's entry from the VLDB

Options

-uuid <UUIDofserver>
           The unique ID as provided by the "vos listaddrs -printuuid" command.

Privilege Required

       Issuer must be listed in the /etc/openafs/server/UserList file on each database server machine.

See Also

CellServDB(5), UserList(5), fileserver(8), vos(1), vos_listaddrs(1), vos_setaddrs(1)

Synopsis

vosremaddrs-uuid <UUIDofserver>
           [-cell <cellname>] [-noauth] [-localauth]
           [-verbose] [-encrypt] [-noresolve]
           [-config <configdirectory>]
           [-help]

       vosrema-u <UUIDofserver>
           [-c <cellname>]
           [-noa] [-l] [-v] [-e] [-nor]
           [-co <configdirectory>]
           [-h]

See Also