{"id":36492,"date":"2024-12-30T10:53:29","date_gmt":"2024-12-30T09:53:29","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=36492"},"modified":"2024-12-31T09:56:50","modified_gmt":"2024-12-31T08:56:50","slug":"documentum-silent-install-otds","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/","title":{"rendered":"Documentum &#8211; Silent Install &#8211; OTDS"},"content":{"rendered":"\n<p>A bit more than 6 years ago (already), I wrote a series of blogs about the silent install of some standard Documentum component. It included things from the <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-things-to-know-binaries-jms-installation\/\" target=\"_blank\" rel=\"noreferrer noopener\">binaries<\/a>, the <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-docbroker-licences\/\" target=\"_blank\" rel=\"noreferrer noopener\">Docbroker<\/a> (Connection Broker), the Repositories (both <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-docbasesrepositories\/\" target=\"_blank\" rel=\"noreferrer noopener\">Primary<\/a> and <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-remote-docbasesrepositories-ha\/\" target=\"_blank\" rel=\"noreferrer noopener\">Remote<\/a>), <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-d2\/\" target=\"_blank\" rel=\"noreferrer noopener\">D2<\/a> and finally xPlore (<a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-xplore-binaries-dsearch\/\" target=\"_blank\" rel=\"noreferrer noopener\">binaries, Dsearch<\/a> and <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-xplore-indexagent\/\" target=\"_blank\" rel=\"noreferrer noopener\">IndexAgent<\/a>). As of today, the principle is still the same for these components. Of course, the exact list of parameters might have changed a bit for some of them, like new parameters being added, but in essence, it&#8217;s still accurate.<\/p>\n\n\n\n<p>I also worked with the silent install of several other components such as the Documentum BPM \/ xCP, the Life Sciences Suite (LSTMF \/ LSQM \/ LSRD \/ LSSSV or the complete LSS bundle) or the IDS (Interactive Delivery Services) but I didn&#8217;t write blogs about it. If you would be interested, don&#8217;t hesitate to ask and I will see if I can write something about it. In this one, I will share my view on the Silent install process of the OTDS (OpenText Directory Services), as it&#8217;s the new standard for user management in OpenText products.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-i-properties-file\">I. Properties file<\/h2>\n\n\n\n<p>So, let&#8217;s start right away with the preparation of the properties file:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;tomcat@otds_01 ~]$ vi \/tmp\/otds_silent.properties\n&#x5B;tomcat@otds_01 ~]$ cat \/tmp\/otds_silent.properties\n&#x5B;Setup]\nId=OTDS\nVersion=24.4.0.4503\nPatch=0\nBasedir=\/opt\/workspace\nConfigfile=\/opt\/workspace\/setup.xml\nAction=Install\nLog=\/opt\/workspace\/otds-installer.log\nInstance=1\nFeature=All\n\n&#x5B;Property]\nINST_GROUP=tomcat\nINST_USER=tomcat\nINSTALL_DIR=\/app\/app_data\/otds\nTOMCAT_DIR=\/app\/tomcat\nPRIMARY_FQDN=otds-0.domain.com\nISREPLICA_TOPOLOGY=0\nIMPORT_DATA=0\nOTDS_PASS=otdsAdm1nP4ss+w0rd\nENCRYPTION_KEY=\nMIGRATION_OPENDJ_URL=\nMIGRATION_OPENDJ_PASSWORD=otdsAdm1nP4ss+w0rd\nJDBC_CONNECTION_STRING=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=db1_hostname.domain.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=otds_svc.domain.com)))\nJDBC_USERNAME=OTDS\nJDBC_PASSWORD=jdbcP4ss+w0rd\n&#x5B;tomcat@otds_01 ~]$\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-ii-setup-section\">II. Setup section<\/h2>\n\n\n\n<p>First, there is a &#8220;Setup&#8221; section in the silent install properties file, with values that aren&#8217;t really related to the OTDS installation but more about the current environment \/ binaries to be used. In any cases, here is a short description of the &#8220;Setup&#8221; section properties:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Id: The component to be installed, should match the value of &#8220;Id&#8221; from the &#8220;setup.xml&#8221; file<\/li>\n\n\n\n<li>Version: Matches the value of &#8220;Version&#8221; from the &#8220;setup.xml&#8221; file<\/li>\n\n\n\n<li>Patch: Matches the value of &#8220;Patch&#8221; from the &#8220;setup.xml&#8221; file<\/li>\n\n\n\n<li>Basedir: The path of the base folder where the OTDS installation package (e.g. OTDS-2440-LNX.tar) has been extracted to. This path needs to contain the folders &#8220;lib&#8221;, &#8220;OTDS&#8221; and &#8220;tools&#8221;<\/li>\n\n\n\n<li>Configfile: The path of the &#8220;setup.xml&#8221; file that contains the details of what needs to be done<\/li>\n\n\n\n<li>Action: Either &#8220;Install&#8221; to install a new OTDS where there is none, &#8220;Upgrade&#8221; to upgrade an existing version to a newer one or &#8220;Modify&#8221; to uninstall the local OTDS (needs to be using the same version that was installed, you cannot uninstall using newer binaries)<\/li>\n\n\n\n<li>Log: The path of the log file that will be generated by the execution of the installer<\/li>\n\n\n\n<li>Instance: Standard OT installer details, not really used by OTDS and mostly for the Windows installer part apparently.<\/li>\n\n\n\n<li>Feature: Standard OT installer details, not really used by OTDS and mostly for the Windows installer part apparently. OTDS doesn&#8217;t support anything else than &#8220;All&#8221;<\/li>\n<\/ul>\n\n\n\n<p>I&#8217;m not sure why we would need to specify both the Basedir AND Configfile as the &#8220;setup.xml&#8221; will be present inside the Basedir if you took the OTDS installation package. Maybe it&#8217;s just a convenience for OpenText, to be able to use the same installer\/binaries with multiple &#8220;setup.xml&#8221; files, but anyway\u2026 Same thing for the &#8220;Id&#8221;, &#8220;Version&#8221; and &#8220;Patch&#8221; parameters, all these details can be found inside the &#8220;setup.xml&#8221; file, for which we define the Configfile parameter. Therefore, the OTDS installer could just fetch these details by itself from the setup.xml file. I guess it&#8217;s not smart enough to do that, so you need to do it by yourself otherwise the installer will complain about it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-iii-property-section\">III. Property section<\/h2>\n\n\n\n<p>Then, there is a &#8220;Property&#8221; section in the silent install properties file, which really controls the OTDS installation details. Here is a short description of the &#8220;Property&#8221; section properties:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>INST_GROUP: Name of the OS Group that will be used for group ownership of OTDS files (e.g.: primary group of the user running the Tomcat process)<\/li>\n\n\n\n<li>INST_USER: Name of the OS User that will be used for user ownership of OTDS files (e.g.: user running the Tomcat process)<\/li>\n\n\n\n<li>INSTALL_DIR: The path of the base folder where OTDS will put its data. That will include the OTDS config folder (with &#8220;otds.properties&#8221;) and the different application files (WEB-INF, META-INF and other jsp\/js\/html files). When installing OTDS like that, there won&#8217;t be any WAR files deployed on the webapps folder of Tomcat. The WAR content will be exploded\/extracted and available in this INSTALL_DIR location and Tomcat will run these web applications by loading their &#8220;Context&#8221; inside the $CATALINA_HOME\/conf\/Catalina\/localhost\/otds*.xml files<\/li>\n\n\n\n<li>TOMCAT_DIR: The path of the Tomcat install base, which is usually $CATALINA_HOME<\/li>\n\n\n\n<li>PRIMARY_FQDN: The Fully Qualified Domain Name of the local host. Even if it says Primary, in case of replicated setup, you can set the local host only, as the HA setup is handled by the DB itself in recent versions of OTDS (without OpenDJ)<\/li>\n\n\n\n<li>ISREPLICA_TOPOLOGY: A value of &#8220;0&#8221; indicates the installation to be done is a Primary and a value of &#8220;1&#8221; is for a replica<\/li>\n\n\n\n<li>IMPORT_DATA: A value of &#8220;0&#8221; indicates to NOT import any data (from a previous OTDS version on OpenDJ (and not a Database)) and a value of &#8220;1&#8221; will ask you further questions about the OpenDJ URL and password to be used<\/li>\n\n\n\n<li>OTDS_PASS: Password to be defined for the OTDS admin account. Only asked if it&#8217;s for a Primary initial installation (i.e. no previous local install, not a replica and no previous import)<\/li>\n\n\n\n<li>ENCRYPTION_KEY: Specify the Data Encryption Key that was used for this environment. Only asked if there is no local install and if it&#8217;s a replica or a primary that requires an import. The value to be used here (e.g. in case of replica install) can be found on the Primary installation as the property &#8220;directory.bootstrap.CryptSecret&#8221; of the OTDS config file ($INSTALL_DIR\/config\/otds.properties)<\/li>\n\n\n\n<li>MIGRATION_OPENDJ_URL: OpenDJ URL to be used to connect to previous version of OTDS in case import is required on a primary installation<\/li>\n\n\n\n<li>MIGRATION_OPENDJ_PASSWORD: OpenDJ password to be used to connect to previous version of OTDS in case import is required on a primary installation<\/li>\n\n\n\n<li>JDBC_CONNECTION_STRING: Database JDBC Connection String to be used to connect to the OTDS Database<\/li>\n\n\n\n<li>JDBC_USERNAME: Database username to be used to connect to the OTDS Database<\/li>\n\n\n\n<li>JDBC_PASSWORD: Database password to be used to connect to the OTDS Database<\/li>\n<\/ul>\n\n\n\n<p>Most parameters are only needed for a fresh local installation and further upgrades will re-use initial properties.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-iv-execution\">IV. Execution<\/h2>\n\n\n\n<p>Once the properties file is ready, you can install the OTDS in silent using the following command:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&#x5B;tomcat@otds_01 ~]$ \/opt\/workspace\/setup -qbi -rf \/tmp\/otds_silent.properties\n\nOpenText Directory Services 24.4.0\n\n\n------------------------------------------------------------------------------\n  OpenText Directory Services\n------------------------------------------------------------------------------\nInstalling OpenText Directory Services Component\nPlease wait .\nInstallation of OpenText Directory Services Component OK\n\nInstallation completed. Results:\n\nOpenText Directory Services Component OK\n\nInstallation finished.\n\n&#x5B;tomcat@otds_01 ~]$\n<\/pre><\/div>\n\n\n<p>You now know how to do a silent install of OTDS, but that&#8217;s only the tip of the iceberg. The next step is then to configure it, as you will need to create the user partitions (synchronized or not), passwords policies, resources, access roles, etc. If you are already familiar with the OTDS, then you can automate the configuration pieces using the <a href=\"https:\/\/developer.opentext.com\/ce\/products\/opentext-directory-services\" target=\"_blank\" rel=\"noreferrer noopener\">REST-API<\/a>, but that won&#8217;t be covered in this blog.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A bit more than 6 years ago (already), I wrote a series of blogs about the silent install of some standard Documentum component. It included things from the binaries, the Docbroker (Connection Broker), the Repositories (both Primary and Remote), D2 and finally xPlore (binaries, Dsearch and IndexAgent). As of today, the principle is still the [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[3501,2609,1590,3500,1417],"type_dbi":[],"class_list":["post-36492","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-directory-services","tag-documentum-2","tag-opentext","tag-otds","tag-silent"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - Silent Install - OTDS - dbi Blog<\/title>\n<meta name=\"description\" content=\"Looking for details on how to do silent installation for the OTDS? This blog provides an explanation of each and every parameters needed.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Silent Install - OTDS\" \/>\n<meta property=\"og:description\" content=\"Looking for details on how to do silent installation for the OTDS? This blog provides an explanation of each and every parameters needed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-30T09:53:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-31T08:56:50+00:00\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; Silent Install &#8211; OTDS\",\"datePublished\":\"2024-12-30T09:53:29+00:00\",\"dateModified\":\"2024-12-31T08:56:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\"},\"wordCount\":1171,\"commentCount\":0,\"keywords\":[\"Directory Services\",\"Documentum\",\"OpenText\",\"OTDS\",\"Silent\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\",\"name\":\"Documentum - Silent Install - OTDS - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2024-12-30T09:53:29+00:00\",\"dateModified\":\"2024-12-31T08:56:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"description\":\"Looking for details on how to do silent installation for the OTDS? This blog provides an explanation of each and every parameters needed.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Silent Install &#8211; OTDS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\/\/blog.dbi-services.com\/author\/morgan-patou\/\",\"https:\/\/x.com\/MorganPatou\"],\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Silent Install - OTDS - dbi Blog","description":"Looking for details on how to do silent installation for the OTDS? This blog provides an explanation of each and every parameters needed.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Silent Install - OTDS","og_description":"Looking for details on how to do silent installation for the OTDS? This blog provides an explanation of each and every parameters needed.","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/","og_site_name":"dbi Blog","article_published_time":"2024-12-30T09:53:29+00:00","article_modified_time":"2024-12-31T08:56:50+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; Silent Install &#8211; OTDS","datePublished":"2024-12-30T09:53:29+00:00","dateModified":"2024-12-31T08:56:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/"},"wordCount":1171,"commentCount":0,"keywords":["Directory Services","Documentum","OpenText","OTDS","Silent"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/","name":"Documentum - Silent Install - OTDS - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2024-12-30T09:53:29+00:00","dateModified":"2024-12-31T08:56:50+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"description":"Looking for details on how to do silent installation for the OTDS? This blog provides an explanation of each and every parameters needed.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-otds\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Silent Install &#8211; OTDS"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/36492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=36492"}],"version-history":[{"count":4,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/36492\/revisions"}],"predecessor-version":[{"id":36505,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/36492\/revisions\/36505"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=36492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=36492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=36492"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=36492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}