Starting an OracleAS infrastructure
- Start the database listener: # lsnrctl start
- Start the repository database: # sql> startup
- Start the processes of the Oracle Infrastructure instance: # opmnctl startall
- Start the OracleAS Console: # emctl start iasconsole – then try it http://host:1810
Stop an OracleAS infrastructure
- Stop the OracleAS Console: # emctl stop iasconsole
- Stop the processes of the Oracle Infrastructure instance: # opmnctl stopall
- Stop the repository database: # sql> shutdown immediate;
- Stop the database listener: # lsnrctl stop
Access OracleAS infrastructure
- To Portal welcome page: http://host:port/pls/portal
- To Reports Services: http://host:port/reports/rwservlet
- To Forms Services: http://host:port/forms90/f90servlet
Stop and start OracleAS infrastructure
- # opmnctl startall – use the Oracle Process Monitoring and Notification to start
- # opmnctl stopall – use the Oracle Process Monitoring and Notification to stop
To change or maintain OracleAS infrastructure use
- # dcmctl
Start and Stop an OracleAS Control on Windows
Use one of the following methods:
- From the Windows Start menu, navigate to the Oracle Enterprise Manager Menu item for the Oracle home and select Start AS Console or Stop AS Console.
- For example, to start the Application Server Control on Windows 2000, select Start > Programs > Oracle – Oracle_Home Enterprise Manager > Start AS Console.
- From the Windows Services control panel:
- Open the Services from control panel.
- Locate the Application Server Control in the list of services. For example, on Windows 2000, select Start > Settings > Control Panel > Administrative Tools and then double-click the Services icon.
- Locate the Application Server Control in the list of services.
- The name of the service is consists of “Oracle,” followed by the name of the home directory you specified during the installation, followed by the word “ASControl.” For example, if you specified AS10g as the Oracle home, the Service name would be:
- OracleAS10gASControl
- The name of the service is consists of “Oracle,” followed by the name of the home directory you specified during the installation, followed by the word “ASControl.” For example, if you specified AS10g as the Oracle home, the Service name would be:
- After you locate the service, you can use the Services control panel to start or stop the Application Server Control service.
- By default, the Application Server Control service is configured to start automatically when the system starts.
- Open the Services from control panel.
Check if OracleAS Control is Running
To verify if the OracleAS Control is started, you just need to pointe your browser to the OracleAS Control Console URL: http://hostname.domain:port
For example:
- http://hostname.domain:1156
There are two ways to locate the OracleAS Control Console port number:
- Review the contents of the portlist.ini file, which is located in the following directory in the OracleAS Oracle home:
- (UNIX) ORACLE_HOME/install/portlist.ini
- (Windows) ORACLE_HOME\install\portlist.ini
- Or enter the following command:
- (UNIX) ORACLE_HOME/bin/emctl status iasconsole
- (Windows) ORACLE_HOME\bin\emctl status iasconsole
Note: Next week more tips for you.