Note: This version of the VDT (1.8.1) 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-bestman

configure_bestman - Bestman configuration script

Synopsis

    configure_bestman --server <y,n>
                      --user <Bestman user>
                      --cert <Bestman service certificate>
                      --key  <Bestman service key>
                      --vdt-install <VDT installation root>

Description

--server <y,n>
For y Prepare bestman to be installed and started by vdt-control. For n describe bestman for vdt-control, but do not enable.
--user <Bestman user>
By default Bestman will be configured to run as the daemon user. You can specify an alternative with the --user flag. Since, by default, Bestman shares a certificate with other services running as daemon you must specify a new certificate and key if you change the user.
--cert <Bestman service certificate>
By default, Bestman is configured to use the HTTP service certificate in /etc/grid-security/http. This certificate is shared by several different VDT server components. If you specify a new certificate, make sure it is owned by daemon or the value of --user.
--key <Bestman service key>
By default, Bestman is configured to use the HTTP service key in /etc/grid-security/http. This key is shared by several different VDT server components. If you specify a new key, make sure it is owned by daemon or the value of --user.
--vdt-install <VDT installation root>
configure_bestmane 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-install instead.
--help, --usage
Print a usage message.