{"id":1664,"date":"2015-07-01T10:38:07","date_gmt":"2015-07-01T15:38:07","guid":{"rendered":"http:\/\/jianmingli.com\/wp\/?p=1664"},"modified":"2015-07-08T10:02:08","modified_gmt":"2015-07-08T15:02:08","slug":"oas-10g-10-1-3-4-admin","status":"publish","type":"post","link":"https:\/\/jianmingli.com\/wp\/?p=1664","title":{"rendered":"OAS 10g (10.1.3.4) Admin"},"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=\"#Post_Installation_Tasks\">Post Installation Tasks<\/a>\n\t\t<ol class='toc-even level-2'>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Setup_Env_Variables\">Setup Env Variables<\/a>\n\t\t\t\t<ol class='toc-odd level-3'>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#All_Unix\">All Unix<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#Windows\">Windows<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ol>\n\t\t\t<li>\n\t\t\t\t<a href=\"#Manager_Server_Instances\">Manager Server Instances<\/a>\n\t\t\t\t<ol class='toc-odd level-3'>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#Check_Server_Status_and_Port_Numbers\">Check Server Status and Port Numbers<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#StartStop_All_Servers\">Start\/Stop All Servers<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#StartStop_Oracle_HTTP_Server\">Start\/Stop Oracle HTTP Server<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#StartStopRestart_Components\">Start\/Stop\/Restart Components<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"#StartStop_Application_Server_Environment\">Start\/Stop Application Server Environment<\/a>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ol>\n<\/ol>\n\t\t\t<li>\n\t\t\t\t<a href=\"#References\">References<\/a>\n\t\t\t<\/li>\n<\/ol>\n<\/div>\n<div class='wptoc-end'>&nbsp;<\/div>\n<span id=\"Post_Installation_Tasks\"><h1>Post Installation Tasks<\/h1><\/span>\n<span id=\"Setup_Env_Variables\"><h2>Setup Env Variables<\/h2><\/span>\n<span id=\"All_Unix\"><h3>All Unix<\/h3><\/span>\n<p>* ORACLE_HOME=<br \/>\n* PATH=$ORACLE_HOME\/bin:$ORACLE_HOME\/opmn\/bin:$PATH<br \/>\n* DISPLAY=hostname:display_number.screen_number<\/p>\n<span id=\"Linux\"><h4>Linux<\/h4><\/span>\n<p>* LD_LIBRARY_PATH=$ORACLE_HOME\/lib<\/p>\n<span id=\"Solaris\"><h4>Solaris<\/h4><\/span>\n<p>* LD_LIBRARY_PATH=$ORACLE_HOME\/lib32<br \/>\n* LD_LIBRARY_PATH_64=$ORACLE_HOME\/lib<\/p>\n<span id=\"AIX\"><h4>AIX<\/h4><\/span>\n<p>* LIBPATH=$ORACLE_HOME\/lib32 # 32 bit<br \/>\n* LIBPATH=$ORACLE_HOME\/lib # 64 bit<br \/>\n* LD_LIBRARY_PATH=<NOT set><\/p>\n<span id=\"HP-UX\"><h4>HP-UX<\/h4><\/span>\n<p>* SHLIB_PATH=$ORACLE_HOME\/lib32<br \/>\n* LD_LIBRARY_PATH=$ORACLE_HOME\/lib<\/p>\n<span id=\"Windows\"><h3>Windows<\/h3><\/span>\n<p>* ORACLE_HOME<br \/>\n* TEMP<br \/>\n* TMP<\/p>\n<span id=\"Manager_Server_Instances\"><h2>Manager Server Instances<\/h2><\/span>\n<span id=\"Check_Server_Status_and_Port_Numbers\"><h3>Check Server Status and Port Numbers<\/h3><\/span>\n<p>ORACLE_HOME\/opmn\/bin\/opmnctl status -l<\/p>\n<span id=\"StartStop_All_Servers\"><h3>Start\/Stop All Servers<\/h3><\/span>\n<p>ORACLE_HOME\/opmn\/bin\/opmnctl startall<br \/>\nORACLE_HOME\/opmn\/bin\/opmnctl stopall<\/p>\n<span id=\"StartStop_Oracle_HTTP_Server\"><h3>Start\/Stop Oracle HTTP Server<\/h3><\/span>\n<p>ORACLE_HOME\/opmn\/bin\/opmnctl stopproc ias-component=HTTP_Server<br \/>\nORACLE_HOME\/opmn\/bin\/opmnctl startproc ias-component=HTTP_Server<\/p>\n<span id=\"StartStopRestart_Components\"><h3>Start\/Stop\/Restart Components<\/h3><\/span>\n<p>* To start, stop, or restart a component using opmnctl:<br \/>\nopmnctl stopproc ias-component=component<br \/>\nopmnctl startproc ias-component=component<br \/>\nopmnctl restartproc ias-component=component<\/p>\n<p>* To start, stop, or restart the sub-process of a component:<br \/>\nopmnctl stopproc process-type=process<br \/>\nopmnctl startproc process-type=process<br \/>\nopmnctl restartproc process-type=process<\/p>\n<p>* To start, stop, or restart an application, such as Application Server Control:<br \/>\nopmnctl startproc application=app_name<br \/>\nopmnctl stopproc application=app_name<br \/>\nopmnctl restartproc application=app_name<\/p>\n<p>* To view the status of components and processes:<br \/>\nopmnctl status -l<\/p>\n<span id=\"StartStop_Application_Server_Environment\"><h3>Start\/Stop Application Server Environment<\/h3><\/span>\n<p>An environment can consist of multiple OracleAS Infrastructure and middle-tier instances distributed across multiple hosts. These instances are dependent on each other and it is important to start and stop them in the proper order.<br \/>\n* Start order<br \/>\nOracleAS Metadata Repository <\/p>\n<pre>ORACLE_HOME\/bin\/lsnrctl start\r\nORACLE_HOME\/bin\/sqlplus \/nolog\r\nSQL> connect SYS as SYSDBA\r\nSQL> startup\r\nSQL> quit\r\nORACLE_HOME\/bin\/emctl start dbconsole<\/pre>\n<p>-> Oracle Identity Management<br \/>\n-> Middle-tier instances<\/p>\n<pre>ORACLE_HOME\/opmn\/bin\/opmnctl startall\r\nORACLE_HOME\/bin\/emctl start iasconsole<\/pre>\n<p>* Stop order<br \/>\nMiddle-tier instances<br \/>\n-> Oracle Identity Management<\/p>\n<pre>\r\nORACLE_HOME\/bin\/emctl stop iasconsole\r\nORACLE_HOME\/opmn\/bin\/opmnctl stopall\r\n<\/pre>\n<p>-> OracleAS Metadata Repository <\/p>\n<pre>\r\nORACLE_HOME\/bin\/sqlplus \/nolog\r\nSQL> connect SYS as SYSDBA\r\nSQL> shutdown\r\nSQL> quit\r\nORACLE_HOME\/bin\/lsnrctl stop\r\nORACLE_HOME\/bin\/emctl stop dbconsole\r\n<\/pre>\n<span id=\"References\"><h1>References<\/h1><\/span>\n<p><a href=\"http:\/\/download.oracle.com\/docs\/cd\/E12524_01\/core.1013\/e10403.pdf\">oas10.1.3.4_Administrator&#8217;s guide.pdf<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Post Installation Tasks Setup Env Variables All Unix * ORACLE_HOME= * PATH=$ORACLE_HOME\/bin:$ORACLE_HOME\/opmn\/bin:$PATH * DISPLAY=hostname:display_number.screen_number Linux * LD_LIBRARY_PATH=$ORACLE_HOME\/lib Solaris * LD_LIBRARY_PATH=$ORACLE_HOME\/lib32 * LD_LIBRARY_PATH_64=$ORACLE_HOME\/lib AIX * LIBPATH=$ORACLE_HOME\/lib32 # 32 bit * LIBPATH=$ORACLE_HOME\/lib # 64 bit * LD_LIBRARY_PATH= HP-UX * SHLIB_PATH=$ORACLE_HOME\/lib32 * LD_LIBRARY_PATH=$ORACLE_HOME\/lib &hellip; <a href=\"https:\/\/jianmingli.com\/wp\/?p=1664\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","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":[69],"tags":[],"class_list":["post-1664","post","type-post","status-publish","format-standard","hentry","category-oc4j"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8cRUO-qQ","_links":{"self":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1664","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=1664"}],"version-history":[{"count":1,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1664\/revisions"}],"predecessor-version":[{"id":10779,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1664\/revisions\/10779"}],"wp:attachment":[{"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jianmingli.com\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}