Solstice AdminSuite 2.3 Administration Guide

How to Remove a Locally Registered Application

  1. Become root.

  2. Remove an application with the soldelapp command.


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

    In this command,

    /usr/snadm/bin/soldelapp

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

    -r /etc/.solstice_registry

    Specifies the path name of the Solstice local registry file. 

    -n "Tool Name"

    Specifies the name of the tool to be removed. 

Example of Removing a Locally Registered Application

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


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