Removing and Moving OpenIDM Software This chapter shows you how to uninstall OpenIDM software and to move an existing install to a different location. To Remove OpenIDM Software (Optional) Stop OpenIDM services if they are running, as described in "To Stop the OpenIDM Services". Remove the file system directory where you installed OpenIDM software: $ rm -rf /path/to/openidm (Optional) If you use a JDBC database for the internal repository, you can drop the openidm database. To Move OpenIDM Software If you want to move OpenIDM to a different directory, you do not have to uninstall and reinstall. To move an existing OpenIDM instance, follow these steps: Shut down OpenIDM, as described in "To Stop the OpenIDM Services". Remove the felix-cache directory: $ cd path/to/openidm $ rm -rf felix-cache Move the files: $ mv path/to/openidm path/to/new-openidm Start OpenIDM in the new location: $ cd path/to/new-openidm $ ./startup.sh Installing a Repository For Production Updating OpenIDM