Oracle B32100-01 Instrukcja Użytkownika Strona 130

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 129
Installing an OracleAS Cold Failover Cluster (Infrastructure) Configuration
8-6 Oracle Application Server Installation Guide
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db_hostname)(PORT = db_port))
)
...
In this example, db_hostname is the fully-qualified hostname for the existing
database and db_port is the port for the existing database.
5. Add an ADDRESS entry to the ADDRESS_LIST entry for the new Oracle
Application Server instance:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db_hostname)(PORT = db_port))
(ADDRESS = (PROTOCOL = TCP)(HOST = new_hostname)(PORT = new_port))
)
...
In this example, new_hostname is the fully-qualified hostname for the new
Oracle Application Server instance and new_port is the port for the new Oracle
Application Server instance. See Section 2.5.4.1, "If Port 1521 Is In Use by an
Existing Oracle Database" for information on ensuring that the database listeners
to not conflict.
6. Start the listener for the existing database:
prompt> lsnrctl start
8.3 Installing an OracleAS Cold Failover Cluster (Infrastructure)
Configuration
Figure 8–1 shows an OracleAS Cold Failover Cluster (Infrastructure) configuration.
Przeglądanie stron 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 257 258

Komentarze do niniejszej Instrukcji

Brak uwag