Note: This version of the VDT (1.3.5) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.
configure_voms - VOMS and VOMS Admin configuration script
configure_voms --server <y,n>
--vo <vo name>
--mail-from <from address on voms mail>
--smtp-host <outgoing smtp host>
--vdt-install <VDT installation root>
- --server <y,n>
-
For y install the
voms init script in /etc/init.d, make
appropriate run level links and start the server. For n remove
any existing voms init from /etc/init.d.
- --vo <vo name>
-
Create the specified VO. Defaults to
VDT.
- --mail-from <from address on voms mail>
-
The from address the VOMS server should use when it sends out email
messages in response to admin requests. Defaults to
`whoami`@`hostname`.
- --smtp-host <outgoing smtp host>
-
The SMTP server to use for sending mail. By default configure_voms
searches (in this order) `hostname`, smtp.`domainname` and
mail.`domainname` for an SMTP server to use.
- --vdt-install <VDT installation root>
-
configure_voms will look for the root of the VDT installation at
$VDT_LOCATION. If you do not have that set you can specify it
with --vdt-location instead.
- --help, --usage
-
Print a usage message.
The following actions are performed to add a VO:
- VOMS and VOMS Admin setup scripts are run and database tables
are created
-
- The VO is added to the VOMS Admin pages
-
- The Apache config is modified to send /edg-voms-admin to Tomcat
and to enable SSL client verification
-
- The init script is modified to source the VDT setup.sh file
-