Solstice AdminSuite 2.3 Administration Guide

How to Remove a Globally Registered Application

  1. Become root.

  2. Remove an application with the soldelapp command.


    # /usr/snadm/bin/soldelapp \
               -r /opt/SUNWadm/etc/.solstice_registry \
               -n "Tool Name"
    

    In this command,

    /usr/snadm/bin/soldelapp

    Is the Solstice command for removing applications from the global registry file. 

    -r /opt/SUNWadm/etc/ .solstice_registry

    Specifies the path name of the Solstice global registry file. 

    -n "Tool Name"

    Specifies the name of the tool to be removed. 

Example of Removing a Globally Registered Application

The following example uses the soldelapp command to remove an application called Mail Manager.


# /usr/snadm/bin/soldelapp \
      	-r /opt/SUNWadm/etc/.solstice_registry \
	      -n "Mail Manager"