You need to determine the values of two variables,
DOMAINNAME and DOMAINCOORDINATORNAME.
DOMAINNAME should equal lonDefDomain in access.conf.
DOMAINCOORDINATORNAME can be whatever you want
(alphanumeric characters).
As root:
bash$ cd loncom/build
bash$ perl make_domain_coordinator.pl DOMAINCOORDINATORNAME DOMAINNAME
THEN enter password in standard input
bash$ /etc/rc.d/init.d/httpd restart
(Note: the web server must be restarted with
the above "httpd restart" command because
make_domain_coordinator.pl alters /etc/group).
|