smcwebserver(1M)




NAME

     smcwebserver - start the Sun Management Center  console  web
     server


SYNOPSIS

     /usr/sadm/bin/smcwebserver subcommand


DESCRIPTION

     The smcwebserver utility starts the  Sun  Management  Center
     web  console  server. Sun Management Center Web Console is a
     browser-based interface that  performs  systems  management.
     System  administrators  can manage systems, devices and ser-
     vices from the console.

     When the console webserver is running, you can view the con-
     sole by opening a browser and pointing to:

     https://host:6789

     host is the machine where the console has been installed and
     the console server is running.


SUBCOMMANDS

     The following subcommands are supported:

     disable
           Disable automatic start or stop. Until the administra-
           tor  reruns  the  script  with the smcwebserver enable
           subcommand the webserver can be  started/stopped  only
           when  the  administrator  executes the script manually
           using the following command:

           /usr/sadm/bin/smcwebserver [start | stop]

     enable
           Enable the webserver to startup  automatically  during
           subsequent system boot and gracefully stop during sys-
           tem shutdown.

     help  Display the usage statement.

     restart
           Stop and subsequently start the console webserver.

     start Start the console webserver.

     stop  Stop the console webserver.


EXAMPLES

     Example 1: Displaying the Usage Statement

     The following command displays the smcwebserver usage state-
     ment:

     smcwebserver help


ENVIRONMENT VARIABLES

     See environ(5) for descriptions of the following environment
     variables that affect the execution of smcwebserver:

     JAVA_HOME
            If you do not specify this environment variable, your
           PATH  is  searched for a suitable java. Otherwise, the
           /usr/j2se location is used.

     CATALINA_HOME
           If you do not specify this environment variable,  your
           PATH  is  searched  for a suitable Tomcat 4.X version.
           Otherwise, the command returns with an error status.


EXIT STATUS

     The following exit values are returned:

     0     Successful completion.

     1     An error occurred.


ATTRIBUTES

     See attributes(5) for descriptions of the  following  attri-
     butes:

     ____________________________________________________________
    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
    |_____________________________|_____________________________|
    | Availability                | SUNWmcon                    |
    |_____________________________|_____________________________|


SEE ALSO

     attributes(5), environ(5)


Man(1) output converted with man2html