|
|
To list status information for all services on a system, enter:
pmadm -l
The following is example output from this command:
PMTAG PMTYPE SVCTAG FLGS ID SCHEME <PMSPECIFIC> ttymon3 ttymon 31 ux - login /dev/term/01 - - /usr/bin/shserv - 9600 - login: - - - - #/dev/term/01 ttymon3 ttymon 32 ux - login /dev/term/02 - - /usr/bin/shserv - 9600 - login: - - - - #/dev/term/02 ttymon1 ttymon 11 ux - login /dev/term/03 - - /usr/bin/shserv - 9600 - login: - - - - #/dev/term/03 ttymon1 ttymon 12 ux - login /dev/term/04 - - /usr/bin/shserv - 9600 - login: - - - - #/dev/term/04 tcp listen 0 - root - \x00020ACB810b8b6e0000000000000000 - c - /usr/lib/saf/nlps_server #NLPS server tcp listen 10102 - listen - - - c - /usr/lib/uucp/uucico -r 0 #Uucp server tcp listen tty u root - \x00020ACE810b8b6e0000000000000000 - - c - /usr/lib/saf/ttymon -g -h -m ntty,tirdwr,ldterm #server side of cuTo list status information for all services available through port monitor pmtag, enter:
To list status information for all services with the
tag svctag available through
any port monitor on the system:
pmadm -l -s svctag
To list status information for service svctag
available through port monitor pmtag, enter:
pmadm -l -p pmtag -s svctag
To list status information
for all services available through
port monitors of type pmtype, enter:
pmadm -l -t pmtype
To list status information for all
services with the tag svctag
offered through a port monitor of type pmtype:
pmadm -l -t pmtype -s svctag