{"id":10676,"date":"2017-11-29T05:54:00","date_gmt":"2017-11-29T04:54:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/"},"modified":"2024-09-11T08:51:04","modified_gmt":"2024-09-11T06:51:04","slug":"how-to-rename-an-existing-fusion-middleware-weblogic-domain","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/","title":{"rendered":"How to rename an existing Fusion Middleware WebLogic Domain"},"content":{"rendered":"<p>Some times it happens that we need to rename an existing fusion Middleware WebLogic domain. I was asked to do such on a Fusion Middleware Reports &amp; Forms environment.<br \/>\nI took some time to check how this can be done and did some testing to confirm it works as expected. The difficulty is not the WebLogic Domain itself as a WebLogic domain can be created quickly but it is time consuming if the complete configuration has to be redone like SSL, logging settings, etc and what about the system components.<\/p>\n<p>I used pack and unpack to rename the FMW WebLogic Domain.<\/p>\n<p>Let&#8217;s say I wanted to rename a Fusion Middleware Forms &amp; Reports WebLogic domain named fr_domain in fr_domain_new<\/p>\n<p>First I used pack to create the domain archive:<\/p>\n<pre class=\"brush: actionscript3; gutter: false; first-line: 1\">cd $MW_HOME\/oracle_common\/common\/bin\n.\/pack.sh -domain \/u01\/config\/domains\/fr_domain -template $HOME\/fr_domain.jar -template_name full_fr_domain<\/pre>\n<p>Then using unpack, I changed the domain directory path thus the domain name.<\/p>\n<pre class=\"brush: actionscript3; gutter: false; first-line: 1\">.\/unpack.sh -domain \/u01\/config\/domains\/fr_domain_new -template \/home\/oracle\/fr_domain.jar -user_name weblogic -password Welcome1 -server_start_mode prod -app_dir \/u01\/config\/applications\/fr_domain_new -java_home $JAVA_HOME<\/pre>\n<p>Of course the JAVA_HOME environment variable needs to be set before.<\/p>\n<p>This simply worked but I had to recreate the security files\u00a0 for the Administration Server and Managed Servers (boot.properties) if needed and those for the system Components.<\/p>\n<p>To create the security files for the System Components, the Node Manager needs to be started<\/p>\n<pre class=\"brush: actionscript3; gutter: false; first-line: 1\">export WEBLOGIC_DOMAIN_HOME=\/u01\/config\/domains\/fr_domain_new\/\nnohup ${WEBLOGIC_DOMAIN_HOME}\/bin\/startNodeManager.sh &gt;&gt; ${WEBLOGIC_DOMAIN_HOME}\/nodemanager\/nohup-NodeManager.out 2&gt;&amp;1 &amp;<\/pre>\n<p>And then start once the System\u00a0 components with the storeUserConfig option. for example:<\/p>\n<pre class=\"brush: actionscript3; gutter: false; first-line: 1\">cd \/u01\/config\/domains\/fr_domain_new\/bin \n.\/startComponent.sh ohs1 storeUserConfig\n.\/startComponent.sh vm01_reportsServer storeUserConfig<\/pre>\n<p>This was for a simple WebLogic Domain on a single machine. For clustered WebLogic Domains installed on several hosts, the pack and unpack needs to be used again to dispatch the WebLogic Managed\u00a0 Servers on the targeted machines.<\/p>\n<p>As example, to create the archive files for the Managed Servers to be installed on remote machines:<\/p>\n<pre class=\"brush: actionscript3; gutter: false; first-line: 1\">$MW_HOME\/oracle_common\/common\/bin\/pack.sh -managed=true -domain \/u01\/config\/domains\/fr_domain_new -template \/home\/oracle\/fr_domain_new.jar -template_name fr_domain_new<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some times it happens that we need to rename an existing fusion Middleware WebLogic domain. I was asked to do such on a Fusion Middleware Reports &amp; Forms environment. I took some time to check how this can be done and did some testing to confirm it works as expected. The difficulty is not the [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197],"tags":[117,647],"type_dbi":[],"class_list":["post-10676","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","tag-domain","tag-weblogic"],"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>How to rename an existing Fusion Middleware WebLogic Domain - dbi Blog<\/title>\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\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to rename an existing Fusion Middleware WebLogic Domain\" \/>\n<meta property=\"og:description\" content=\"Some times it happens that we need to rename an existing fusion Middleware WebLogic domain. I was asked to do such on a Fusion Middleware Reports &amp; Forms environment. I took some time to check how this can be done and did some testing to confirm it works as expected. The difficulty is not the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-29T04:54:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-11T06:51:04+00:00\" \/>\n<meta name=\"author\" content=\"Middleware Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Middleware Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 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\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\"},\"author\":{\"name\":\"Middleware Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\"},\"headline\":\"How to rename an existing Fusion Middleware WebLogic Domain\",\"datePublished\":\"2017-11-29T04:54:00+00:00\",\"dateModified\":\"2024-09-11T06:51:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\"},\"wordCount\":280,\"commentCount\":0,\"keywords\":[\"domain\",\"WebLogic\"],\"articleSection\":[\"Application integration &amp; Middleware\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\",\"name\":\"How to rename an existing Fusion Middleware WebLogic Domain - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2017-11-29T04:54:00+00:00\",\"dateModified\":\"2024-09-11T06:51:04+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to rename an existing Fusion Middleware WebLogic Domain\"}]},{\"@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\/8d8563acfc6e604cce6507f45bac0ea1\",\"name\":\"Middleware Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g\",\"caption\":\"Middleware Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/middleware-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to rename an existing Fusion Middleware WebLogic Domain - dbi Blog","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\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/","og_locale":"en_US","og_type":"article","og_title":"How to rename an existing Fusion Middleware WebLogic Domain","og_description":"Some times it happens that we need to rename an existing fusion Middleware WebLogic domain. I was asked to do such on a Fusion Middleware Reports &amp; Forms environment. I took some time to check how this can be done and did some testing to confirm it works as expected. The difficulty is not the [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/","og_site_name":"dbi Blog","article_published_time":"2017-11-29T04:54:00+00:00","article_modified_time":"2024-09-11T06:51:04+00:00","author":"Middleware Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Middleware Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/"},"author":{"name":"Middleware Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"headline":"How to rename an existing Fusion Middleware WebLogic Domain","datePublished":"2017-11-29T04:54:00+00:00","dateModified":"2024-09-11T06:51:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/"},"wordCount":280,"commentCount":0,"keywords":["domain","WebLogic"],"articleSection":["Application integration &amp; Middleware"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/","url":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/","name":"How to rename an existing Fusion Middleware WebLogic Domain - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-11-29T04:54:00+00:00","dateModified":"2024-09-11T06:51:04+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8d8563acfc6e604cce6507f45bac0ea1"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/how-to-rename-an-existing-fusion-middleware-weblogic-domain\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to rename an existing Fusion Middleware WebLogic Domain"}]},{"@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\/8d8563acfc6e604cce6507f45bac0ea1","name":"Middleware Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ddcae7ba0f9d1a0e7ae707f0e689e4a9c95bb48ec49c8e6d9cc86d43f4121cb6?s=96&d=mm&r=g","caption":"Middleware Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/middleware-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10676","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\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10676"}],"version-history":[{"count":1,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10676\/revisions"}],"predecessor-version":[{"id":34716,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10676\/revisions\/34716"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10676"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10676"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10676"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}