Skip to content
Snippets Groups Projects
Commit 35b5e17b authored by hammonds's avatar hammonds
Browse files

Some fixes for filenames in post setup instructions.

parent 1be27193
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment