tags:

views:

46

answers:

0

i have bad node (it is already not exists) in mnesia cluster data when i get

> mnesia:system_info(db_nodes)
[bad@node, ...]

how to remove it from cluster?

i do

> mnesia:del_table_copy(scheme, bad@node).
{aborted,{not_active,"All replicas on diskfull nodes are not active yet"...

what is mean? what can i do to fix it?