| Oracle Advanced Security Administrator's Guide Release 2 (9.2) Part Number A96573-01 |
|
This chapter describes how to configure the Distributed Computing Environment (DCE) to use Oracle DCE Integration--after Oracle DCE Integration has been installed.
The following tasks, performed by the DCE cell administrator, assume that a DCE cell has been configured and the systems being used are part of that cell:
Use the following procedure model to add server principals:
% dce_login cell_admin password% rgy_editCurrent site is:registry server at /.../cell1/subsys/dce/sec/masterrgy_edit=>do pDomain changed to: principalrgy_edit=>add oraclergy_edit=>do aDomain changed to: accountrgy_edit=>add oracle -g none -o none -pw oracle_password -mp cell_admin_ passwordrgy_edit=>quit
bye
In this example, a DCE principal named oracle is created. The principal has a corresponding account with a password set to oracle_password. The account does not belong to any DCE group or DCE profile.
|
Note: Perform this task on the server only once after DCE Integration has been installed; do not perform this task on client systems. |
Install the key of the server into a keytab file, dcepa.key. This file contains the password of the principal under which the Oracle Net listener starts. The Oracle Net listener reads this file to authenticate itself to DCE. To generate the keytab file, enter the following:
% dce_login cell_admin password% rgy_editCurrent site is: registry server at /.../cell1/subsys/dce/sec/masterrgy_edit=>ktadd -p oracle -pw Oracle_password -f$ORACLE_HOME/dcepa/admin/dcepa.keyrgy_edit=>quitbye
Enter the following after installing DCE Integration for the first time in a cell; create directories on all CDS replicas:
% dce_login cell_adminEnter Password:(password not displayed)$cdscpcdscp>create dir /.:/subsys/oraclecdscp>create dir /.:/subsys/oracle/namescdscp>create dir /.:/subsys/oracle/service_registrycdscp>exit
Enter the following to add the principal oracle to the CDS-server group:
$dce_login cell_adminEnter Password: (password not displayed)$rgy_editrgy_edit=>domain groupDomain changed to: grouprgy_edit=>member subsys/dce/cds-server -a oraclergy_edit=> exit
Load Oracle service names into the Cell Directory Service, as described in Chapter 12, Configuring Oracle9i for Oracle DCE Integration.
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|