Solaris 8 System Administration Supplement

Chapter 2 Managing Information

The Solaris 8 software release includes new management tools. See the following sections for more information.


Note -

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


Solaris Management Console Overview

Solaris Management Console is new in the 1/01 release.

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."

Changes to Solaris WBEM Services Administrator's Guide

Web-Based Enterprise Management (WBEM) includes standards for web-based management of systems, networks, and devices on multiple platforms. This standardization enables system administrators to manage desktops, devices, and networks. The following provides an overview of additional information from the 10/00 and 1/01 release of the Solaris WBEM Services Administrator's Guide.

Table 2-1 Changes to WBEM

The following is an overview of new information in the 10/00 Update release. 

Appendix B was updated to include the following: 

  • Description of the Solaris_CIMOM1.0.mof file. This file contains a description of all the system properties that the CIM Object Manager uses.

  • The Solaris_Device1.0.mof file was expanded to include the description of the new Solaris_Printer and other printing definition classes, and the Solaris_TimeZone class.

    For details refer to the Solaris_Schema appendix.

The following is an overview of new information provided in the 1/01 Update release. 

  • Chapter 2, CIM Object Manager, was updated as follows:

    • Updated description of init.wbem command, which now starts the Solaris Management Console (SMC) server as well as the CIM Object Manager.

    • Added section that describes how to upgrade the CIM Object Manager repository.

  • Chapter 3, Administering Security, is updated to refer the user to Solaris Management Console (SMC) for implementing role-based access control (RBAC).

  • Chapter 5, System Logging, was updated as follows:

    • wbemlogviewer application replaced with Solaris Management Console (SMC) Log Viewer.

  • Appendix B, The Solaris Schema was updated as follows:

    • The Solaris_SerialPortSetting class moved from the Solaris_Core1.0.mof file to the Solaris_Device1.0.mof file.

    • Description of the Solaris_Application1.0.mof file was changed, which removed this package attribute: Package Status. One patch attribute was added: Packages.

    • Description of the Solaris_System1.0.mof file updated, which added a complete list of classes that were defined in this file.

    • Added description of new Solaris_Network1.0.mof file.

    • Added description of new Solaris_Users1.0.mof file.