Sun Cluster 3.0 Installation Guide

How to Fix Bad Mediator Data

Perform this procedure to repair bad mediator data. To determine the status of mediator data, follow the procedure "How to Check the Status of Mediator Data".

  1. Become superuser on the node that owns the affected diskset.

  2. Remove the mediator host(s) with bad mediator data from all affected disksets.


    # metaset -s setname -d -m mediator_host_list
    
    -s setname

    Specifies the diskset name

    -d

    Deletes from the diskset

    -m mediator_host_list

    Specifies the name of the node to remove as a mediator host for the diskset

  3. Restore the mediator host.


    # metaset -s setname -a -m mediator_host_list
    
    -a

    Adds to the diskset

    -m mediator_host_list

    Specifies the name of the node to add as a mediator host for the diskset

See the mediator(7) man page for details about mediator-specific options to the metaset command.

Where to Go From Here

To create a cluster file system, go to "How to Add Cluster File Systems".