Service Registry 3 2005Q4 Administration Guide

Reinstalling Service Registry

If you need to uninstall and reinstall Service Registry, perform the following tasks before you reinstall:

If you need to reinstall the Service Registry database (for example, if the database becomes corrupted), follow the instructions in To Reinstall the Service Registry Database. You do not need to uninstall the database before you reinstall it.

ProcedureTo Stop and Delete the Application Server Domain for the Registry

Steps
  1. Change to the ServiceRegistry-base/install directory.

  2. Run the following command (all on one line):

    Solaris: /usr/sfw/bin/ant -f build-install.xml appserver.domain.stop

    Linux: /opt/sun/bin/ant --noconfig -f build-install.xml appserver.domain.stop

  3. Run the following command (all on one line):

    Solaris: /usr/sfw/bin/ant -f build-install.xml appserver.domain.delete

    Linux: /opt/sun/bin/ant --noconfig -f build-install.xml appserver.domain.delete

ProcedureTo Reinstall the Service Registry Database

Steps
  1. Change to the ServiceRegistry-base/install directory.

  2. Run the following command (all on one line):

    Solaris: /usr/sfw/bin/ant -f build-install.xml install.db

    Linux: /opt/sun/bin/ant --noconfig -f build-install.xml install.db