{"id":6354,"date":"2012-10-20T09:30:51","date_gmt":"2012-10-20T14:30:51","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=6354"},"modified":"2013-08-04T20:34:12","modified_gmt":"2013-08-05T01:34:12","slug":"amazon-ec2-linux-6-3-install-weblogic-10-3-6","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=6354","title":{"rendered":"Amazon EC2 Linux 6.3: Install WebLogic 10.3.6"},"content":{"rendered":"<div class='toc wptoc'>\n<h2>Contents<\/h2>\n<ol class='toc-odd level-1'>\n\t<li>\n\t\t<a href=\"#Linux_Box\">Linux Box<\/a>\n\t\t<ol class='toc-even level-2'>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Install_Dependencies\">Install Dependencies<\/a>\n\t\t\t<\/li>\n\t\t<\/ol>\n\t<li>\n\t\t<a href=\"#Download\">Download<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Create_User_and_Groups\">Create User and Groups<\/a>\n\t\t<ol class='toc-even level-2'>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Setup_Env_Var\">Setup Env Var<\/a>\n\t\t\t<\/li>\n\t\t<\/ol>\n\t<li>\n\t\t<a href=\"#Install\">Install<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#Install_a_General_Purpose_Domain\">Install a General Purpose Domain<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"#References\">References<\/a>\n\t<\/li>\n<\/ol>\n<\/ol>\n<\/div>\n<div class='wptoc-end'>&nbsp;<\/div>\n<span id=\"Linux_Box\"><h2>Linux Box<\/h2><\/span>\n<p>* Box info:<\/p>\n<pre lang=\"bash\">\r\n# uname -r\r\n2.6.32-276.el6.x86_64\r\n\r\n# cat \/proc\/version \r\nLinux version 2.6.32-276.el6.x86_64 (mockbuild@x86-012.build.bos.redhat.com) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Tue May 29 17:38:19 EDT 2012\r\n\r\n# cat \/etc\/redhat-release \r\nRed Hat Enterprise Linux Server release 6.3 (Santiago)\r\n\r\n# free\r\n             total       used       free     shared    buffers     cached\r\nMem:      35127936    1713140   33414796          0      75760    1109848\r\n-\/+ buffers\/cache:     527532   34600404\r\nSwap:            0          0          0\r\n\r\n# df -h\r\nFilesystem            Size  Used Avail Use% Mounted on\r\n\/dev\/xvde1             20G  2.7G   17G  14% \/\r\nnone                   17G     0   17G   0% \/dev\/shm\r\n<\/pre>\n<span id=\"Install_Dependencies\"><h3>Install Dependencies<\/h3><\/span>\n<pre lang=\"bash\">\r\n# JDK\r\nyum install java-1.6.0-openjdk-devel.x86_64\r\n\r\n# X 11\r\nyum install xorg-x11-xauth.x86_64 xorg-x11-server-utils.x86_64\r\n<\/pre>\n<span id=\"Download\"><h2>Download<\/h2><\/span>\n<p>* Download <em>wls1036_generic.jar<\/em> from Oracle download site.<\/p>\n<span id=\"Create_User_and_Groups\"><h2>Create User and Groups<\/h2><\/span>\n<p>* Same as Oracle database user and groups<\/p>\n<pre lang=\"bash\">\r\ngroupadd -g 500 oinstall\r\ngroupadd -g 501 dba\r\nuseradd -u 500 -g oinstall -G dba -d \/home\/oracle -s \/bin\/bash -p mycom1 oracle\r\n<\/pre>\n<span id=\"Setup_Env_Var\"><h3>Setup Env Var<\/h3><\/span>\n<pre lang=\"bash\">\r\nexport JAVA_HOME=\/usr\/lib\/jvm\/java-1.6.0-openjdk-1.6.0.0.x86_64\r\nexport PATH=${JAVA_HOME}\/bin:${PATH}\r\n\r\n# Set locale to UTF-8\r\nexport LANG=en_US.UTF-8\r\nexport LC_ALL=en_US.UTF-8\r\n\r\nexport TMP=\/tmp\r\numask 027\r\n<\/pre>\n<span id=\"Install\"><h2>Install<\/h2><\/span>\n<p>* Start installer<\/p>\n<pre lang=\"bash\">\r\njava -d64 -Djava.security.egd=file:\/dev\/.\/urandom -jar wls1036_generic.jar\r\n<\/pre>\n<p>* Click Next on the Welcome screen.<br \/>\n* Enter Middleware home directory: \/u01\/Oracle\/Middleware<\/p>\n<span id=\"\"><h6><a href=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_mw_home.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_mw_home-300x227.jpg\" alt=\"\" title=\"wls1036_install_mw_home\" width=\"300\" height=\"227\" class=\"aligncenter size-medium wp-image-6359\" srcset=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_mw_home-300x227.jpg 300w, https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_mw_home.jpg 601w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/h6><\/span>\n<p>* Unclick <em>I want to receive security updates<\/em> and click <em>Yes<\/em> to confirm.<br \/>\n* Select <em>Typical<\/em> install type<br \/>\n* Accept JDK selection<\/p>\n<span id=\"_1\"><h6><a href=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_openJDK.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_openJDK-300x229.jpg\" alt=\"\" title=\"wls1036_install_openJDK\" width=\"300\" height=\"229\" class=\"aligncenter size-medium wp-image-6360\" srcset=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_openJDK-300x229.jpg 300w, https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_openJDK.jpg 600w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/h6><\/span>\n<p>* Accept WebLogic and Coherence home directories<\/p>\n<span id=\"_2\"><h6><a href=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_home.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_home-300x230.jpg\" alt=\"\" title=\"wls1036_install_wls_home\" width=\"300\" height=\"230\" class=\"aligncenter size-medium wp-image-6361\" srcset=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_home-300x230.jpg 300w, https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_home.jpg 597w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/h6><\/span>\n<p>* Click <em>Next<\/em> on Summary screen to start installation.<\/p>\n<span id=\"_3\"><h6><a href=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_summary.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_summary-300x228.jpg\" alt=\"\" title=\"wls1036_install_wls_summary\" width=\"300\" height=\"228\" class=\"aligncenter size-medium wp-image-6362\" srcset=\"https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_summary-300x228.jpg 300w, https:\/\/jianmingli.com\/wp\/wp-content\/uploads\/2012\/10\/wls1036_install_wls_summary.jpg 601w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/h6><\/span>\n<p>* On Install Complete screen, uncheck Run <em>Quickstart<\/em> and Click <em>Done<\/em>.<\/p>\n<span id=\"Install_a_General_Purpose_Domain\"><h2>Install a General Purpose Domain<\/h2><\/span>\n<p>* See <a href=\"?p=3150\">this post<\/a>.<\/p>\n<span id=\"References\"><h2>References<\/h2><\/span>\n<p>* <a href=\"http:\/\/docs.oracle.com\/cd\/E23943_01\/doc.1111\/e14142\/toc.htm\">Install Guide<\/a><br \/>\n* <a href=\"http:\/\/docs.oracle.com\/cd\/E23943_01\/wls.htm\">http:\/\/docs.oracle.com\/cd\/E23943_01\/wls.htm<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux Box * Box info: # uname -r 2.6.32-276.el6.x86_64 # cat \/proc\/version Linux version 2.6.32-276.el6.x86_64 (mockbuild@x86-012.build.bos.redhat.com) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Tue May 29 17:38:19 EDT 2012 # cat \/etc\/redhat-release Red Hat Enterprise Linux &hellip; <a href=\"https:\/\/jianmingli.com\/wp\/?p=6354\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[104],"tags":[141,167,274,273],"class_list":["post-6354","post","type-post","status-publish","format-standard","hentry","category-weblogic11g","tag-install","tag-wls","tag-wls10-3-6","tag-wls11g"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-1Eu","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/6354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6354"}],"version-history":[{"count":14,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/6354\/revisions"}],"predecessor-version":[{"id":8201,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/6354\/revisions\/8201"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}