| 1 | [[WikiInclude(T12_Security/_menu)]] |
| 2 | == Quick Start Guide == |
| 3 | |
| 4 | === Start/Stop and Monitoring of Services === |
| 5 | There are three main services !MyProxy, the Session Manager and the Attribute Authority. |
| 6 | |
| 7 | ==== Session Manager ==== |
| 8 | |
| 9 | {{{ |
| 10 | $ /sbin/service ndg-sm status|start|stop|restart |
| 11 | }}} |
| 12 | |
| 13 | ==== Attribute Authority ==== |
| 14 | |
| 15 | {{{ |
| 16 | $ /sbin/service ndg-aa status|start|stop|restart |
| 17 | }}} |
| 18 | |
| 19 | ==== !MyProxy ==== |
| 20 | !MyProxy is recommended to be run under xinetd but could also be set up to run as SysV Init script. For xinetd: |
| 21 | |
| 22 | {{{ |
| 23 | $ /sbin/service xinetd status|start|stop|restart |
| 24 | }}} |
| 25 | |
| 26 | As a SysV Init script: |
| 27 | |
| 28 | {{{ |
| 29 | $ /sbin/service xinetd status|start|stop|restart |
| 30 | }}} |
| 31 | |
| 32 | |