@@ -123,17 +123,20 @@ To install _dm_ components on the exp-station:
...
@@ -123,17 +123,20 @@ To install _dm_ components on the exp-station:
* Edit the file etc/dm.deploy.conf to ensure that the DM\_CA\_HOST is set to the data-storage node.
* Edit the file etc/dm.deploy.conf to ensure that the DM\_CA\_HOST is set to the data-storage node.
* ./sbin/install\_dm\_deploy\_exp\_station.sh
* ./sbin/install\_dm\_deploy\_exp\_station.sh
- This will start the installation process which will prompt for
- This will start the installation process which will prompt for
- DM DS Web Service Host (data-storage in this case
- DM DS Web Servervice Installation directory (where the web service is installed on node data-storage)
- DM DAQ station name. TEST in this instance, something like 8-ID-I on the real system. Oficial name of station in facility system such as our proposal/ESAF/Scheduling systems.
### Post-Install configuration
### Post-Install configuration
For initial test/development purposes, a few changes are necessary to short-circuit a few features of the system. These changes include using LDAP and Linux services to manage file permissions and access control based on users in an experiment. To do this edit the following files:
For initial test/development purposes, a few changes are necessary to short-circuit a few features of the system. These changes include using LDAP and Linux services to manage file permissions and access control based on users in an experiment. To do this edit the following files which are located in the DM\_INSTALL\_DIR on the respective machine.
##### On the data-storage Node
##### On the data-storage Node
* dm-aps-db-web-service.conf (_if included_)
* dm.aps-db-web-service.conf (_if included_)
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
* dm-ds-web-service.conf
* dm.ds-web-service.conf
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- comment out the two lines for `platformUtility` which use LinuxUtility and LdapLinuxPlatformUtility
- comment out the two lines for `platformUtility` which use LinuxUtility and LdapLinuxPlatformUtility
- Add a new 'platformUtility` line in place of the other two
- Add a new 'platformUtility` line in place of the other two
...
@@ -144,13 +147,13 @@ For initial test/development purposes, a few changes are necessary to short-circ
...
@@ -144,13 +147,13 @@ For initial test/development purposes, a few changes are necessary to short-circ
##### On the exp-station Node
##### On the exp-station Node
* dm-cat-web-service.conf
* dm.cat-web-service.conf
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
* dm-daq-web-service.conf
* dm.daq-web-service.conf
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
* dm-proc-web-service.conf
* dm.proc-web-service.conf
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
* dm-ds-web-service.conf
* dm.ds-web-service.conf
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
- Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator
After these modifications the services should be restarted:
After these modifications the services should be restarted: