System Administration Guide: Basic Administration

ProcedureHow to Check if the Console is Running and Enabled

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Check the server status.


    # smcwebserver status
    Sun Java(TM) Web Console is running
  3. Solaris 10 11/06: Check the console's SMF status and enabled state.


    # svcs -l system/webconsole:console
    fmri         svc:/system/webconsole:console
    name         java web console
    enabled      true
    state        online
    next_state   none
    state_time   Wed 17 May 2006 01:22:32 PM EDT
    logfile      /var/svc/log/system-webconsole:console.log
    restarter    svc:/system/svc/restarter:default
    contract_id  129
    dependency   require_all/none svc:/milestone/multi-user (online)

    If you start and stop the server with smcwebserver commands without enabling and disabling, the enabled property might display as false (temporary) or true (temporary).