On 11/12/12 10:17, Bjoern Baumbach wrote:
Hi Orlando!

On 12/10/2012 04:01 PM, Orlando Richards wrote:
Is there any way to remove entries in a CTDB cluster once they have been
created, short of shutting down all nodes, editing each tdb manually,
then starting them back up?

Yes! You can use the undocumented dbwrap_tool.

USAGE: dbwrap_tool <database> <op> [<key> [<type> [<value>]]]
        ops: fetch, store, delete, erase, listkeys, listwatchers
        types: int32, uint32, string, hex

Example:
# list all the keys
dbwrap_tool yourdb.tdb listkeys

# remove the record by key
dbwrap_tool yourdb.tdb delete "name of the key"

Best regards
Björn


Excellent - thanks Bjoern, I'll give that a go.
--
Orlando



--
            --
   Dr Orlando Richards
  Information Services
IT Infrastructure Division
       Unix Section
    Tel: 0131 650 4994

The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to