| SQL*Net Configuration and User's Guide Release 3 (8.1.7) for Alpha OpenVMS Part Number A86710-01 |
|
This chapter provides Alpha OpenVMS-specific installation information for the current release of Advanced Security Option (ASO) for Security and Single Sign-On.
The topics covered are as follows:
Use this section to install ASO, then see the Administrator's Guide for operating instructions. For further information about installing Oracle SQL*Net products, see the Oracle8 for Alpha OpenVMS Installation Guide.
This section details installation requirements for ASO on Alpha OpenVMS.
The topics covered in this section are:
The Advanced Security Option for Security and Single Sign-On (ASO) is the new name for the product released earlier under the name: Secure Network Services. This release of ASO Alpha OpenVMS supports the following features:
This section summarizes all the requirements necessary before installing ASO Alpha OpenVMS.
This section summarizes the hardware and software requirements for installing ASO Alpha OpenVMS.
For complete information on hardware and software requirements for Oracle8, see the Oracle8 for Alpha OpenVMS Installation Guide.
See Chapter 1 of the Oracle8 for Alpha OpenVMS Installation Guide.
OpenVMS Version 7.2 (minimum)
The table below specifies the software requirements for ASO:
The table below specifies the software requirements for Authentication Adapters:
This section describes the steps necessary to install ASO Alpha OpenVMS.
The topics covered in this section are:
For more information about installing Oracle products using the Installer, see also the Oracle8 for Alpha OpenVMS Installation Guide.
Any reference to ASO in the following pages signifies one or more of the following options while choosing to build NETCONFIG using the Oracle Installer:
When you install ASO, the Installer automatically relinks all Oracle products.
If you do not wish to relink these executables, do not choose the options to install ASO.
$ORACLEINS
Username: ORACLE8 Password: <password>
The following build option screen is displayed:
NETCONFIG.DEF Configuration Options Option Current Value 1. System or Group Installation? [S/G] S 2. Install TCP/IP adapter? [Y/N] Y 3. Build Oracle Names Server? [Y/N] N 4. Install ASO encryption? [Y/N] N 5. Install SecurID Authentication Adapter? [Y/N] N 6. Install Kerberos5 Authentication Adapter? [Y/N] N Enter (A)LL to select all options. Enter (E)XIT to exit this menu with selected options. Enter (Q)UIT to quit this menu with no action. Enter the number of the option that you want to change:
Options 4, 5, and 6 are related to ASO.
If you are using OUI, SSL and Oracle Wallet Manager are installed with a Typical Server Installation. These and other security/encryption options may be specifically selected or excluded for installation by using the Custom Install option.
The Oracle Names executables are automatically relinked during the ASO build. To use ASO with Oracle Names, modify the file TNS_ADMIN:NAMES.ORA by adding an entry for the NET8.CRYPTO_SEED parameter. You can do this by copying the line that begins with "NET8.CRYPTO_SEED=" from your TNS_ADMIN:NET8.ORA file into your TNS_ADMIN:NAMES.ORA file.
|
Note:: The complete line must be copied exactly or you will not be able to start the Oracle Names Server using ASO. |
In the database server's local INIT.ORA file, set the following parameters:
remote_os_authent = false os_authent_prefix = ""
The logical ORA_VAR_ACE should point to the directory where the configuration file SDCONF.REC is available. By default, this logical will point to the [NETWORK.ACE] directory under ORA_ROOT. If your configuration file is located somewhere else, modify the logical definition in ORA_ROOT:[NETCONFIG]SECURID_USER.COM to point to the correct directory.
Make sure that the directory is readable by all Oracle Server processes.
The following file is required on the client side:
The following files are required on the server side:
The location of all of the above files must be specified using corresponding parameters in NET8.ORA.
Additionally, the SQL*Net client also creates a credential cache file whose location needs to be specified in NET8.ORA on the client side.
The following is an example of the parameters in NET8.ORA for an installation that can act as both client and server:
NET8.AUTHENTICATION_KERBEROS5_SERVICE=ORACLE NET8.AUTHENTICATION_SERVICES = (BEQ,KERBEROS5) NET8.KERBEROS5_KEYTAB = DISK:[TST816.NETWORK.ETC]V5SRVTAB. NET8.KERBEROS5_CONF = DISK:[TST816.NETWORK.KRB5]KRB.CONF NET8.KERBEROS5_REALMS = DISK:[TST816.NETWORK.KRB5]KRB.REALMS NET8.KERBEROS5_CC_NAME = DISK:[TST816.NETWORK.CCACHE]CCFILE.DAT
This section describes the steps necessary to de-install ASO from your system.
The topics covered in this section are:
|
Warning:: The de-install script does not automatically relink any of the executables linked during ASO install. You need to use ORACLEINS to relink all of these executables. |
To prepare your system to de-install ASO, do the following:
Username: ORACLE8 Password: <password>
De-installing ASO does NOT result in automatic relinking of the executables that were linked during ASO install. You need to relink these using ORACLEINS.
$ ORACLEINS
The following build option screen is displayed:
NETCONFIG.DEF Configuration Options Option Current Value 1. System or Group Installation? [S/G] S 2. Install TCP/IP adapter? [Y/N] Y 3. Build Oracle Names Server? [Y/N] N 4. Install ASO encryption? [Y/N] N 5. Install SecurID Authentication Adapter? [Y/N] N 6. Install Kerberos5 Authentication Adapter? [Y/N] N Enter (A)LL to select all options. Enter (E)XIT to exit this menu with selected options. Enter (Q)UIT to quit this menu with no action. Enter the number of the option that you want to change:
Options 4, 5, and 6 are related to ASO. Choose N for the options that you want to de-install.
If you are using OUI, use the Custom Install option to de-install the specific products desired.
The usage notes are categorized into the following areas:
Include the following line in your LISTENER.ORA file:
NET8.AUTHENTICATION_SERVICES=(NONE)
The listener should not participate in the authentication service.
It is recommended that you always include BEQ as one of the authentication services in your NET8.ORA file. Here is an example:
NET8.AUTHENTICATION_SERVICES=(BEQ,KERBEROS5)
In this way, connections within the server machine through the default bequeath adapter do not have to go through the authentication. This is especially important during database startups and shutdowns.
If you expect excessive delays in your relink to access the ACE server from your client machine, use the following syntax to connect to the database, for example:
$ SQLPLUS USERNAME/"<nnnn><pppppp>+<qqqqqq>"@DATABASE
where:
<nnnn> is the PIN number of your SecurID card.
<pppppp> and <qqqqqq> are two successive codes displayed on the card.
|
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|