Remctl
From UGCS
(Difference between revisions)
(→Poseidon) |
(→Remctl) |
||
| Line 1: | Line 1: | ||
=Remctl= | =Remctl= | ||
| − | Here is a list of all the remctl commands that are running on various UGCS servers | + | Here is a list of all the remctl commands that are running on various UGCS servers. In general, scripts get put in /usr/local/share/remctl |
==Poseidon== | ==Poseidon== | ||
| − | |||
| − | |||
| − | |||
* postgres | * postgres | ||
** setup-tsearch2: Installs tsearch2 for the current user | ** setup-tsearch2: Installs tsearch2 for the current user | ||
| Line 29: | Line 26: | ||
** create <name> <password>: creates the named principal (and the _cgi one as well) for the account creator. All principals are created disabled and will have to be enabled by a sysadmin. | ** create <name> <password>: creates the named principal (and the _cgi one as well) for the account creator. All principals are created disabled and will have to be enabled by a sysadmin. | ||
| + | ==Demeter== | ||
| + | * There are a couple on demeter that deal with updating apache config files after a vhost is changed. They are on here to help deal with the possibility of having multiple web servers. | ||
| + | * vhost | ||
| + | ** setup: creates a folder for the user in /afs/.ugcs/drop/vhost | ||
| + | ** update: re-creates the apache configuration files for a user's vhosts, and reloads apache unless /etc/apache2/noreload is present | ||
[[Category:Sysadmin_Documentation]] | [[Category:Sysadmin_Documentation]] | ||
Revision as of 07:42, 1 May 2009
Contents |
Remctl
Here is a list of all the remctl commands that are running on various UGCS servers. In general, scripts get put in /usr/local/share/remctl
Poseidon
- postgres
- setup-tsearch2: Installs tsearch2 for the current user
- setup-plpgsql: Installs plpgsql for the current user
Hermes
- mailman
- create <list>: creates the named list
- mylists: lists all lists owned by the current user
- list_members <list>: lists members of the named list (you must be the list owner)
- list_owners <list>: lists the owners of the named list
- add_members <list> <member1> [member2 ...]: Adds users to the list. No notifications are sent
- remove_members <list> <member1> [ member2 ...]: Removes users from the list
- set_spam_tag <list> <level> Sets amavisSpamTag2Level to level for the list
- set_spam_kill <list> <level> Sets amavisSpamKillLevel to level for the list
Dionysus
- jobs
- remove <filename>: removes the specified job drop file if it is owned by the caller
- kadmin
- create <name> <password>: creates the named principal (and the _cgi one as well) for the account creator. All principals are created disabled and will have to be enabled by a sysadmin.
Demeter
- There are a couple on demeter that deal with updating apache config files after a vhost is changed. They are on here to help deal with the possibility of having multiple web servers.
- vhost
- setup: creates a folder for the user in /afs/.ugcs/drop/vhost
- update: re-creates the apache configuration files for a user's vhosts, and reloads apache unless /etc/apache2/noreload is present