NDG Security
Home | Research | Architecture | Documentation | Downloads | Discussion | OMII-UK | ESG and IPCC AR5 | DEWS | Admin Quick Start
Admin Quick Start Guide
Start/Stop and Monitoring of Services
There are three main services MyProxy, the Session Manager and the Attribute Authority. Session Manager and Attribute Authority services are set up as SysV Init scripts and can be controlled using service.
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
