Q10.
How to Configure EM Grid Control to use the Single Sign-On Logon Page
A10: Note, This tip comes from Metalink.
To configure the Grid Control Console for use with Oracle Application Server Single Sign-On:
Steps:
1. Set the ORACLE_HOME environment variables to the Management Service home directory.
For example:
$PROMPT> setenv ORACLE_HOME /dev01/oracle/em10g_GridControl
2. Change directory to the bin directory of the Management Service Oracle home:
$PROMPT> cd $ORACLE_HOME/opmn/bin
3. Stop the Management Service, the Oracle HTTP Server, and the other components of the application server:
$PROMPT> ./opmnctl stopall
4. Change directory to the bin directory of the Management Service Oracle home:
$PROMPT> cd $ORACLE_HOME/bin
5. Enter the following command at the operating system prompt:
$PROMPT> ./emctl config oms sso -host ssoHost -port ssoPort -sid ssoSid -pass ssoPassword -das [url]http://ssohost

ort/[/url]
For example:
$PROMPT> ./emctl config oms sso -host sshost1.acme.com -port 1521 -sid asdb -pass Ch22x5xt -das
http://ssohost1.acme.com:7777
6. Restart the Management Service, Oracle HTTP Server, and the other application server components:
$PROMPT> cd $ORACLE_HOME/opmn/bin
$PROMPT> ./opmnctl startall
Go the Grid Control Console URL.
For example:
http://mgmthost1.acme.com:7777/em
The browser is redirected to the standard Single Sign-On Logon page.