Skip to main content

Product: OpenFusion CORBA Services

Version: ALL

 

Description:

How to restore the service?

 

Resolution:

Restoring a service will remove all the persistent data from the service and it will appear as if it has never been started.

Before you can do this the service needs to be stopped. There are two ways you can do this:

1. Using the Administration Manager. Choose the service you wish to restore and right click on it.

    Choose "Restore" from the menu. When the dialog box comes up, do not tick the "Restore default properties" check box unless you want to remove your configuration changes.

    Click "Ok" and then "Yes". The service should be restored.

2. From the command line: You can do this from the command line of you use the adminMgrTool utility. This tool is found in the bin directory of the installation.

    The tool is started using the following command: adminMgrTool

    To restore the service you need to use the following parameter. -r <restore_name> Restores a named object in the Object Hierarchy.

  <restore_name> is a hierarchical name (using dots to separate the name components) which identifies the object to be restored.

    For example, to restore the NotificationService from the localhost node of the OpenFusion domain: adminMgrTool -r OpenFusion.localhost.NotificationService


#KnowledgeDocs
#OpenFusion