System Administration Commands             nwamadm(1M)

NAME

SYNOPSIS

DESCRIPTION

SUBCOMMANDS

The following subcommands are supported.

enable [ -t <profile-type> ] <profile-name>

Enable the specified profile. If the profile name is not unique, the profile type must be specified to identify the profile to be enabled. Profile type must be one of ncp, location, or enm.

disable [ -t <profile-type> ] <profile-name>

Disable the specified profile. If the profile name is not unique, the profile type must be specified to identify the profile to be disabled. Profile type must be one of ncp, location, or enm.

list [ -t <profile-type> ] [ -n <profile-name> ]

List all available profiles and their current state. If a specific profile is specified by name, list only the current state of that profile. If the profile name is not unique, all profiles with the given name will be listed; or the profile type may be included to identify a specific profile. If only a type is provided, list all profiles of that type.

SEE ALSO

EXAMPLES

Example 1: Enable the automatic NCP
# nwamadm enable -t ncp automatic
Disabled ncp 'foo'.
Enabled ncp 'automatic'.
#
Example 2: Disable an ENM
# nwamadm disable -t enm myvpn
Disabled enm 'myvpn'.
#
Example 3: List all Locations
# nwamadm list -t location
TYPE		PROFILE		STATE
location	home		inactive
location	office		inactive
location	coffeeshop	active
#