[[WikiInclude(T12_Security/_menu)]] == Quick Start Guide == === Start/Stop and Monitoring of Services === There are three main services !MyProxy, the Session Manager and the Attribute Authority. ==== Session Manager ==== {{{ $ /sbin/service ndg-sm status|start|stop|restart }}} ==== Attribute Authority ==== {{{ $ /sbin/service ndg-aa status|start|stop|restart }}} ==== !MyProxy ==== !MyProxy is recommended to be run under xinetd but could also be set up to run as SysV Init script. For xinetd: {{{ $ /sbin/service xinetd status|start|stop|restart }}} As a SysV Init script: {{{ $ /sbin/service xinetd status|start|stop|restart }}}