System Administration Guide: Basic Administration

ProcedureHow to Install an Unbundled Tool

Follow this procedure if you want to add a new tool package that can be launched from the Solaris Management Console.

  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. Start the console to verify that the new tool is displayed.

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