System Administration Guide: Basic Administration

ProcedureHow to Install an Unbundled Tool

If you want to add a new tool package that can be launched from the Solaris Management Console, use the following procedure.

  1. Become superuser or assume an equivalent role.

  2. Install the new tool package.


    # pkgadd ABCDtool
    
  3. Restart the console, so that it recognizes the new tool.

    1. Stop the console server.


      # /etc/init.d/init.wbem stop
      
    2. Start the console server.


      # /etc/init.d/init.wbem start
      
  4. To verify that the new tool is displayed, start the console.

    For more information, see How to Start the Console as Superuser or as a Role.