Administering the OracleAS Single Sign-On Server
Questions derived from the 1Z0-311 – Oracle Application Server 10g: Administration I Oracle Self-Test Software Practice Test.
Objective: Administering the OracleAS Single Sign-On Server
SubObjective: Manage and configure OracleAS Single Sign-On server
Item Number: 1Z0-311.16.3.1
Multiple Answer, Multiple Choice
You are required to restart the OracleAS Single Sign-On components on your Oracle Application Server.
Which commands can you use to accomplish this objective? (Choose all that apply.)
- opmnctl restartproc process-type = HTTP_Server
- opmnctl restartproc process-type = Orasso
- opmnctl restartproc process-type = OC4J_Security
- opmnctl restartproc process-type = WebCache
- opmnctl restartproc ias-component = OID
Answer:
A. opmnctl restartproc process-type = HTTP_Server
C. opmnctl restartproc process-type = OC4J_Security
Tutorial:
The following two commands can be used to restart the OracleAS Single Sign-On components on your Oracle Application Server:
opmnctl restartproc process-type = HTTP_Server
opmnctl restartproc process-type = OC4J_Security
In this scenario, you need to restart the OracleAS Single Sign-On components on your Oracle Application Server. OracleAS Single Sign-On components run on the Oracle HTTP Server and the OC4J_Security instance. Restarting any of these components restarts the Single Sign-On components. There is no separate command to start, stop, or restart the OracleAS Single Sign-On. To restart the OracleAS Single Sign-On, restart the Oracle HTTP Server or the OC4J_Security instance. The opmnctl restartproc process-type = HTTP_Servercommand restarts the Oracle HTTP Server and the opmnctl restartproc process-type = OC4J_Security command restarts the OC4J_Security instance.
The following command is invalid:
opmnctl restartproc process-type = Orasso
There is no Orasso process type in an Oracle Application Server.
The following command will not restart the Single Sign-On components:
opmnctl restartproc process-type = WebCache
This command restarts only the Web Cache component of the Oracle Application Server. Restarting the Web Cache component does not affect the Single Sign-On components.
The following command will not restart the Single Sign-On components:
opmnctl restartproc ias-component = OID
This command restarts the Oracle Internet directory (OID) component of the Oracle Application Server. Restarting the OID does not restart the Single Sign-On components. To restart the Single Sign-On components, you must restart the HTTP Server or the OC4J _Security instance.
Reference:
Oracle Application Server Single Sign-On Administrator’s Guide
10g (9.0.4)
Part Number B10851-01
2 Basic Administration
Stopping and Starting Single Sign-On Components
http://download-west.oracle.com/docs/cd/B10464_01/manage.904/b10851/ssoadmin.htm#1011906
Oracle Application Server 10g R2 Administration 1
Chapter 15: Administering the OracleAS Single Sign-On Server
Starting and stopping OracleAS Single Sign-On Components
p. 15-8