Start Oracle 9iAS Release 2 after changing IP address (same IP bind to different network card) ---------------------------------------------------------------------------------------------- bash-2.05b$ pwd /oracle/dbtest/9ias bash-2.05b$ ./bin/resetiASpasswd.sh "cn=orcladmin" SmallBlue1 /oracle/dbtest/9ias The iAS instance password changed in Oracle Internet Directory The iAS instance password changed in ias.properties Successfully updated the Oracle 9iAS instance password bash-2.05b$ cat /oracle/dbtest/9ias/install/portlist.ini ;Oracle9iAS Components reserve the following ports at install time. ;As a post-installation step, you can reconfigure a component to use a different port. ;Those changes will not be visible in this file. [System] Host Name = espresso.its.unimacq.edu.au [Ports] Oracle HTTP Server port = 7780 Oracle HTTP Server listen port = 7780 Oracle HTTP Server SSL port = 4446 Oracle HTTP Server SSL listen port = 4446 Oracle9iAS Clickstream Collector Agent = 6666 Oracle HTTP Server Jserv port = 8007 Oracle Internet Directory(non-SSL) = 4032 Oracle Internet Directory(SSL) = 4031 Oracle Intelligent Agent = 1748, 1754, 1808, 1809 Java Object Cache port = 7000 Oracle Notification Service request port = 6004 Oracle Notification Service local port = 6101 Oracle Notification Service remote port = 6201 Oracle Net Listener = 1521 Enterprise Manager Repository Port = 1521 Enterprise Manager Servlet Port = 1810 Enterprise Manager Reporting Port = range 3339 to 3449 Oracle9iAS Web Cache HTTP Listen(non-SSL) Port = 7779 Oracle9iAS Web Cache HTTP Listen(SSL) Port = 4445 Oracle9iAS Web Cache Admin Port = 4003 Oracle9iAS Web Cache Invalidation Port = 4004 Oracle9iAS Web Cache Statistics Port = 4005 bash-2.05b$ ldapsearch -D cn=orcladmin -w SmallBlue1 -p 4032 -b "cn=IAS,cn=Products,cn=OracleContext" -s sub -v OrclresourceName=ORASSO ldap_open( latte.its.unimacq.edu.au, 4032 ) filter pattern: OrclresourceName=ORASSO returning: ALL filter is: (OrclresourceName=ORASSO) OrclResourceName=ORASSO,orclReferenceName=iasdb1.espresso.its.unimacq.edu.au,cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext objectclass=orclResourceDescriptor objectclass=top orclentrylevelaci=access to entry by dn="orclApplicationCommonName=9iasdbtest.espresso.its.unimacq.edu.au,cn=IAS Instances, cn=IAS, cn=Products, cn=OracleContext" (browse, add, delete, proxy) by * (none) orclentrylevelaci=access to attr=(*) by dn="orclApplicationCommonName=9iasdbtest.espresso.its.unimacq.edu.au,cn=IAS Instances, cn=IAS, cn=Products, cn=OracleContext" (search, read, write, compare) by * (none) orclpasswordattribute=Fuckaway!!! orclresourcename=ORASSO get success_url, logout_url, cancel_url, home_url by using sqlplus (login as orasso) bash-2.05b$ $ORACLE_HOME/jdk/bin/java -jar $ORACLE_HOME/sso/lib/ossoreg.jar -oracle_home_path $ORACLE_HOME -site_name iasdb1.espresso.its.unimacq.edu.au -success_url https://portal-test.unimacq.edu.au:4443/pls/orasso/orasso.wwsso_home.process_signon -logout_url https://portal-test.unimacq.edu.au:4443/pls/orasso/orasso.wwsec_app_priv.logout -cancel_url https://portal-test.unimacq.edu.au:4443/pls/orasso/orasso.home -home_url https://portal-test.unimacq.edu.au:4443/pls/orasso/orasso.home -config_mod_osso TRUE -u root -apache_server_root $ORACLE_HOME/Apache/Apache -config_file $ORACLE_HOME/Apache/Apache/conf/osso/osso.conf -sso_server_version v1.2 SSO Registration Successful. for production: bash-2.05b$ $ORACLE_HOME/jdk/bin/java -jar $ORACLE_HOME/sso/lib/ossoreg.jar -oracle_home_path $ORACLE_HOME -site_name iasdb.espresso.its.unimacq.edu.au -success_url https://portal.unimacq.edu.au:443/pls/orasso/orasso.wwsso_home.process_signon -logout_url https://portal.unimacq.edu.au:443/pls/orasso/orasso.wwsec_app_priv.logout -cancel_url https://portal.unimacq.edu.au:443/pls/orasso/orasso.home -home_url https://portal.unimacq.edu.au:443/pls/orasso/orasso.home -config_mod_osso TRUE -u root -apache_server_root $ORACLE_HOME/Apache/Apache -config_file $ORACLE_HOME/Apache/Apache/conf/osso/osso.conf -sso_server_version v1.2 bash-2.05b$ $ORACLE_HOME/dcm/bin/dcmctl resetHostInformation -v Reference ========= + rewire Oracle 10g Application Server on Redhat Linux 3.0 ES over SSL <http://igloo.its.unimacq.edu.au/Webmail/tips/msg00804.html> + Oracle9i Application Server Release Notes Addendum - 4.2 Chnaging the IP Address of a Host with One Oracle9iAS Installaion <http://download.oracle.com/docs/cd/B10202_09/relnotes.902/addendum.pdf> |