{"id":5057,"date":"2013-02-13T13:24:53","date_gmt":"2013-02-13T17:24:53","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=5057"},"modified":"2016-05-05T10:10:51","modified_gmt":"2016-05-05T14:10:51","slug":"updating-sun-idm-6-0-to-idm-7-1","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/","title":{"rendered":"Updating SUN IdM 6.0 to IdM 7.1"},"content":{"rendered":"<div>\n<p>1 Updating SUN IdM 6.0 to IdM 7.1<\/p>\n<p>Pre Installation Tasks<\/p>\n<p>NOTE:<\/p>\n<p>1. All the steps should be executed only on one Prod jvm.<\/p>\n<\/div>\n<div>\n<p>2. Before executing any steps, please go through all the steps in the document.<\/p>\n<p>3. All the steps must be executed with IdM Upgrade Team. Screen share (Net Meeting) is required for it.<\/p>\n<\/div>\n<p>For Installing the IDM7.1 on existing IdM 6.0 Deployment, certain steps must be taken care, for recoverability of the application.<\/p>\n<ol>\n<li>Take full backup of the existing idm installation directory. On Prod\u00a0 box () the location is:<\/li>\n<\/ol>\n<p>\/appbin\/IBM\/WebSphere\/AppServer1\/\u2026\u2026..\/idm_war.ear\/idm.war<\/p>\n<p>Place the backup files at location<\/p>\n<p>\/\u2026\u2026\u2026.\/ on Production box ()<\/p>\n<ol>\n<li><strong>2.\u00a0\u00a0\u00a0\u00a0 <\/strong>Copy the ServerRepository.xml from<\/li>\n<\/ol>\n<p align=\"left\">$WSHOME\/WEB-INF\/ <strong>to<\/strong> \/appbin\/\u2026\u2026\u2026.\/serverrepositorybackup\/ <strong>on Prod Box<\/strong><\/p>\n<ol>\n<li>If available remove the Cryptix jars (cryptix-jceapi.jar and cryptix-jce-provider.jar) from the\u00a0\u00a0 \u00a0\u00a0 <strong>$WSHOME\/WEB-INF\/lib\/<\/strong> directory on Prod box by doing the following.<\/li>\n<\/ol>\n<p>rm $WSHOME\/WEB-INF\/lib\/cryptix-jceapi.jar<\/p>\n<p>rm $WSHOME\/WEB-INF\/lib\/cryptix-jce-provider.jar<\/p>\n<p>export WSHOME=<\/p>\n<p>\/appbin\/IBM\/WebSphere\/\u2026\u2026..\/idm_war.ear\/idm.war<\/p>\n<p>export PATH=\/usr\/jdk\/jdk1.5.0_14\/bin:$PATH<\/p>\n<ol>\n<li>echo <strong>$WSHOME<\/strong> (make sure that wshome is pointing to right path)<\/li>\n<\/ol>\n<p>Note: It may show an error because idm repo is converted to 7.1 &amp; IdM application is still IdM 6.0. So Unix Team will give the error message to Upgrade Team. Upgrade Team will take the decision for next step.<\/p>\n<p>Applying the Upgrade<\/p>\n<p>Update IDM manually on Linux\/Unix environment.<\/p>\n<p><strong><span style=\"text-decoration: underline;\">WEB-TEAM Tasks<\/span><\/strong><\/p>\n<p>Do this for one Application Server.<\/p>\n<ol>\n<li>Stop App JVM\u2019s on Prod Box.<\/li>\n<li>Set the environment<\/li>\n<\/ol>\n<p>export WSHOME=\/appbin\/IBM\/WebSphere\/\u2026\u2026\u2026\u2026\u2026\u2026\/idm_war.ear\/idm.war<\/p>\n<p>export TEMP=\/appbin\/IdMUpgradeRelatedData\/tempupgradeidm71\/TEMP<\/p>\n<p>export SOURCE=\/appbin\/IdMUpgradeRelatedData\/tempupgradeidm71\/SOURCE<\/p>\n<ol>\n<li>Verify if variables have been set by doing the following<\/li>\n<\/ol>\n<p>echo $WSHOME<\/p>\n<p>echo $TEMP<\/p>\n<p>echo $SOURCE<\/p>\n<p>echo $DISPLAY<\/p>\n<p>echo $PATH<\/p>\n<p>echo $JAVA_HOME<\/p>\n<ol>\n<li>Run pre-process in the following order:<\/li>\n<\/ol>\n<p>cd $TEMP<\/p>\n<p>jar -xvf $SOURCE\/\u2026\u2026\u2026\/idmcommon.jar<\/p>\n<p>export CLASSPATH=$TEMP\/WEB-INF\/lib\/idm.jar:$TEMP\/WEB-<\/p>\n<p>INF\/lib\/idmcommon.jar:$WSHOME\/WEB-INF\/lib\/ojdbc14.jar:$WSHOME\/WEB-INF\/lib\/j2ee.jar:<strong>\u00a0\u00a0\u00a0 <\/strong><\/p>\n<ol>\n<li>echo $CLASSPATH\u00a0\u00a0\u00a0 (VERIFY if classpath has been set properly)<\/li>\n<li>Run the set command again\u00a0 to check whether CLASSPATH is set correctly or not<\/li>\n<li>Execute the following command<\/li>\n<\/ol>\n<p>java -classpath $CLASSPATH -Dwaveset.home=$WSHOME<\/p>\n<p>com.waveset.install.UpgradePreProcess<\/p>\n<ol>\n<li>Install software by running the following command:<\/li>\n<\/ol>\n<p>cd $WSHOME<\/p>\n<p>jar \u2013xvf $SOURCE\/idm.war<strong>\u00a0<\/strong><strong>\u00a0<\/strong><\/p>\n<ol>\n<li>Copy the ServerRepository.xml file from<\/li>\n<\/ol>\n<p>\/appbin\/IdMUpgradeRelatedData\/\u2026\u2026\/.backup\/\u00a0 \u00a0\u00a0<strong>to<\/strong><\/p>\n<p>$WSHOME\/WEB-INF\/ <strong>on Prod Box ().<\/strong><\/p>\n<ol>\n<li><strong>\u00a0<\/strong>Check the ServerRepository.xml is pointing the same database where it should point to. With the \u00a0\u00a0\u00a0\u00a0 following command<\/li>\n<\/ol>\n<p>cd $WSHOME\/bin<\/p>\n<p>.\/lh setRepo -c \u2013v<\/p>\n<p>The above command must show that IdM is pointing to<strong> &lt;Host IP&gt;:1596:<\/strong> <strong>idmpr01<\/strong> and schema <strong>&lt;IdM repo&gt; <\/strong>database.<\/p>\n<ol>\n<li>Run post-process by running the following command at shell prompt<strong>\u00a0<\/strong><\/li>\n<\/ol>\n<p>} <strong>\u00a0\u00a0<\/strong>Run the below command for Post process.<\/p>\n<p>java -classpath $CLASSPATH -Dwaveset.home=$WSHOME<\/p>\n<p>com.waveset.install.UpgradePostProcess<strong>\u00a0<\/strong><\/p>\n<p>} \u00a0\u00a0\u00a0Change the directory to $WSHOME\/bin\/solaris or $WSHOME\/bin\/linux, and then set permissions on the files in the directory so that they are executable as<\/p>\n<p>chmod +x $WSHOME\/bin\/solaris\/*<\/p>\n<p>chmod +x $WSHOME\/bin\/linux\/*<strong>\u00a0<\/strong><\/p>\n<ol>\n<li>During the upgrade process some files may not be installed properly.<\/li>\n<\/ol>\n<p>IdM Upgrade Team will help to install that files.<\/p>\n<p>} Copy the contents from<\/p>\n<p>$WSHOME\/patches\/\u2026\u2026\u2026.\/includes\/ <strong>TO <\/strong><\/p>\n<p>$WSHOME\/includes\/<\/p>\n<p>} \u00a0Copy the contents from<\/p>\n<p>$WSHOME\/patches\/\u2026\u2026\u2026\/filesNotInstalled\/user\/\u00a0 <strong>TO<\/strong><\/p>\n<p>$WSHOME\/user\/<\/p>\n<p>} Copy the contents from<\/p>\n<p>$WSHOME\/patches\/\u2026\u2026\u2026\/filesNotInstalled\/styles\/ <strong>TO<\/strong><\/p>\n<p>$WSHOME\/styles\/<strong> \u00a0<\/strong><\/p>\n<ol>\n<li>\u00a0\u00a0Remove the files from the jvm\u2019s work\/cache directory. Location is like<\/li>\n<\/ol>\n<p>\/appbin\/IBM\/WebSphere\/\u2026\u2026\u2026\u2026\u2026.\/idm_war\/idm.war<\/p>\n<div>\n<p>Note: Unix Team will verify this before deleting the cache.<\/p>\n<\/div>\n<ol>\n<li>Check the ServerRepository.xml is pointing the same database where it should point to. With the following command.<\/li>\n<\/ol>\n<p>cd $WSHOME\/bin<\/p>\n<p>lh setRepo -c \u2013v<\/p>\n<p>It should point to the right database.<\/p>\n<p>15. Touch all the .jsp\u2019s in $WSHOME directory including all the subdirectories.<\/p>\n<p>find . -name &#8216;*.jsp&#8217; -exec touch {} \\;<\/p>\n<ol>\n<li>Start the application server to verify whether it\u2019s running properly.<strong>\u00a0<\/strong><\/li>\n<\/ol>\n<p>To start\/stop the server<\/p>\n<p>Go to location<\/p>\n<p>\/appbin\/IBM\/WebSphere\/AppServer1\/profiles\/idmapp01\/bin<\/p>\n<p>.\/stopServer.sh server1<\/p>\n<p>.\/startServer.sh server1<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1 Updating SUN IdM 6.0 to IdM 7.1 Pre Installation Tasks NOTE: 1. All the steps should be executed only [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[429],"tags":[],"class_list":["post-5057","post","type-post","status-publish","format-standard","hentry","category-oam"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Updating SUN IdM 6.0 to IdM 7.1 -<\/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:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Updating SUN IdM 6.0 to IdM 7.1 -\" \/>\n<meta property=\"og:description\" content=\"1 Updating SUN IdM 6.0 to IdM 7.1 Pre Installation Tasks NOTE: 1. All the steps should be executed only [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-02-13T17:24:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-05T14:10:51+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/\",\"name\":\"Updating SUN IdM 6.0 to IdM 7.1 -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2013-02-13T17:24:53+00:00\",\"dateModified\":\"2016-05-05T14:10:51+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Updating SUN IdM 6.0 to IdM 7.1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Updating SUN IdM 6.0 to IdM 7.1 -","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:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/","og_locale":"en_US","og_type":"article","og_title":"Updating SUN IdM 6.0 to IdM 7.1 -","og_description":"1 Updating SUN IdM 6.0 to IdM 7.1 Pre Installation Tasks NOTE: 1. All the steps should be executed only [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/","article_published_time":"2013-02-13T17:24:53+00:00","article_modified_time":"2016-05-05T14:10:51+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/","url":"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/","name":"Updating SUN IdM 6.0 to IdM 7.1 -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2013-02-13T17:24:53+00:00","dateModified":"2016-05-05T14:10:51+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/13\/updating-sun-idm-6-0-to-idm-7-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Updating SUN IdM 6.0 to IdM 7.1"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/5057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=5057"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/5057\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=5057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=5057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=5057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}