OpenSolaris 2008.11 System Administration Guide
OpenSolaris 2008.11 System Administration Guide: How to Verify That the NWAM Service Is Running

Table of Contents

  1. Start a privileged shell.

    user@opensolaris:-$ pfexec bash
    #
    

    In this example, the bash shell is selected. You can choose to use any shell with the pfexec command. If you support multiple versions of the SolarisTM OS, use the standard su – root command. The su command works on all Solaris versions.

  2. Check the status of the NWAM service.
    # svcs physical
    STATE          STIME    FMRI
    online       15:18:18 svc:/network/physical:default
    disabled     16:44:23 svc:/network/physical:nwam
    

    The output indicates that the NWAM service is disabled.

  3. Stop the default networking service, and start the NWAM service.
    # svcadm disable network/physical:default
    # svcadm enable network/physical:nwam