Solaris 8 System Administration Supplement

Chapter 3 Managing With Solaris Management Console

The Solaris Management Console is new in the Solaris 8 1/01 release. For general information about Solaris system management, see the System Administration Guide, Volume 1.


Note –

For the most current man pages, use the man command. The Solaris 8 Update release man pages include new feature information that is not in the Solaris 8 Reference Manual Collection.


Solaris Management Console Overview

Solaris Management Console (SMC) 2.0 is a GUI-based "umbrella application" that serves as the launching point for a variety of management tools. The SMC comes complete with a default toolbox that contains the following tools:


Note –

You can also manage diskless clients, but with commands only, not through the GUI. See "Using the Command Line Interface."


You can add or delete tools from the default toolbox, or create a new toolbox to manage a different set of tools by using the SMC Toolbox Editor.

For more information about starting SMC, see Starting Solaris Management Console. Also, see the help associated with each tool.

Using the Command Line Interface

In addition to working with the GUI-based SMC, you can use the command line interface to:

You can also use commands to manage the following:

For more information about each command, see the individual man page.

Starting Solaris Management Console

The Solaris Management Console (SMC) has three primary components:

The Console can be started from the command line (described in the following), from the Tools menu of the CDE front panel, or by double-clicking an SMC icon in Applications Manager or File Manager.

To Start the Console From the Command Line
  1. From/usr/sadm/bin (by default), type:


    % smc
    

    Note –

    You can start SMC as a normal user, but some tools or applications might not load unless you log in as root, or you assume a role during SMC server login.


To Start the SMC Toolbox Editor
  1. From /usr/sadm/bin (by default), type:


    % smc edit
    

    Note –

    You can start the SMC Editor as a normal user, but you will not be able to save a server toolbox unless you log in as root.


To Determine if the SMC Server Is Running

If you have trouble running SMC, it might be that the SMC server is not running or is somehow in a problem state. To determine if the SMC server is running, do the following:

  1. As root, type:


    # /etc/init.d/init.wbem status
    

    If the SMC server is running, you should get a response like the following:


    SMC server version 2.0.0 running on port 898
To Start the SMC Server
  1. As root, type:


    # /etc/init.d/init.wbem start
    

    After a short time a message should return: "SMC server started."

To Stop the SMC Server
  1. As root, type:


    #/etc/init.d/init.wbem stop
    

    A message should return: "SMC stopped."