[Next] [Previous] [Up] [Top] [Contents]

17.6 Network Port Monitors

17.6.1 Adding a Listener

The sacadm command is used to add the listener:

# sacadm -a -p tcp -t listen -c /usr/lib/saf/listen -v 'nlsadmin -V'
where: -a adds the port monitor
-p specifies the pmtag associated with the port monitor
-t specifies the port monitor type
-c
specifies the command to execute when starting the port monitor
-v specifies the version number (from nlsadmin)


Unix System Administration - 8 AUG 1996
[Next] [Previous] [Up] [Top] [Contents]