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

configure_monalisa - Configuration script for MonaLisa

Synopsis

    configure_monalisa --server <y,n>
                       --vdt-install <VDT installation root>
                       --user <user to run as>
                       --farm <farm name>
                       --monitor-group <monitor group>
                       --contact-name <name>
                       --contact-email <email>
                       --city <server location>
                       --country <server location>
                       --latitude <server location>
                       --longitude <server location>
                       --ganglia-host <hostname>
                       --ganglia-port <port>
                       --vo-modules <y, n>
                       --pbs-location <path to pbs>
                       --lsf-location <path to lsf>
                       --auto-update <y, n>
                       --prompt

Description

--server <y,n>
For y install the MLD init script in /etc/init.d, make appropriate run level links and start the server. For n remove any existing MonaLisa init from /etc/init.d.
--vdt-install <VDT installation root>
configure_monalisa 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.
--user <user to run as>
By default, MonaLisa will run as the monalisa user (if it exists) or daemon. Use this option to pick a user of your choice.
--farm <farm name>
Set the farm name reported to the world. This should be unique in your MonaLisa monitor group.
--mointor-group <group>
The group your farm will report to. OSG users should use 'OSG'.
--contact-name <name>
The listed contact for your site. Defaults to your name as listed in the password file.
--contact-email <email>
The listed contact email for your site. Defaults to `whoami`@`hostname`.
--city <server location>
The city in which your server is located.
--country <server location>
The country in which your server is located.
--latitude <server location>
--longitude <server location>
The latitude and longitude of your server.
--ganglia-host <host>
--ganglia-port <port
The host and port of your Ganglia server.
--vo-modules <y, n>
Whether or not to run the VO Modules.
--pbs-location <path>
The location of your PBS installation. Defaults by looking for the qstat program in your path.
--lsf-location <path>
The location of your LSF installation. Defaults by looking for the bsub program in your path.
--auto-update <y, n>
Whether or not to run the MonaLisa auto-updater. While this will keep you up to date with MonaLisa, it might make future VDT upgrades more difficult.
--prompt
Prompt interactivly instead of specifing options on the command line. This option is only provided for backwords compatability and may go away in a future version.
--help, --usage
Print a usage message.