diff --git a/Installation/DataManagementSplitSystemSetup.md b/Installation/DataManagementSplitSystemSetup.md
index 1fa0a9c6ea0279643d83f33ef591aac2346f3959..06e7b399e2dfbda419de0f4c63a17f3b5b1352f2 100644
--- a/Installation/DataManagementSplitSystemSetup.md
+++ b/Installation/DataManagementSplitSystemSetup.md
@@ -106,7 +106,7 @@ This node will be responsible for providing the data storage web service, the po
 To install _dm_ compnents for the data-storage node 
  * cd DM\_INSTALL\_DIR/production
  * edit etc/dm.deploy.conf to change DM\_CA\_HOST to data-storage
- * ./sbin/install\_dm\_deploy\_data\_station.sh
+ * ./sbin/install\_dm\_deploy\_data\_storage.sh
    - This deploy process will install components and prompt for user input as necessary.  Prompts will ask for a number of system passwords, some existing and some being set by this process, node names for the DS web service node and file locations.  These include
      - __postgres__ admin account - This will be used to manage the postgres itself.  Each developer can set this to a unique value.
      - __dm__ db management account - This will be for mananging the 'dm' database in postgres.  Each developer can set this to a unique value.
@@ -193,7 +193,7 @@ Each step in a workflow can define inputs and outputs which can then be used in
 ### Restarting the test system
 If needed the test system can be restarted running a couple of startup commands.  Change directory the DM install directory and then
 
- * data-station
+ * data-storage
     * DM\_INSTALL\_DIR/production/etc/init.d/dm-ds-services restart
     * DM\_INSTALL\_DIR/production/etc/init.d/dm-monitor-services restart
  * exp-station