diff --git a/Installation/DataManagementSplitSystemSetup.md b/Installation/DataManagementSplitSystemSetup.md index 49a8aa354359272a8afc9f860c045dc5b1fd7a76..64dc43b7fcff99c1d78754a9ed8d2b78f5094c72 100644 --- a/Installation/DataManagementSplitSystemSetup.md +++ b/Installation/DataManagementSplitSystemSetup.md @@ -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. * ./sbin/install\_dm\_deploy\_exp\_station.sh - 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 -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 - * 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 - * 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 two lines for `platformUtility` which use LinuxUtility and LdapLinuxPlatformUtility - 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 ##### 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 - * dm-daq-web-service.conf + * dm.daq-web-service.conf - 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 - * dm-ds-web-service.conf + * dm.ds-web-service.conf - Comment out the entry for the `principalAuthenticator2` which uses the LDAP authenticator After these modifications the services should be restarted: