HP ProLiant DL380 G4 DPSS Manuel de mise en œuvre - Page 7

Parcourez en ligne ou téléchargez le pdf Manuel de mise en œuvre pour {nom_de_la_catégorie} HP ProLiant DL380 G4 DPSS. HP ProLiant DL380 G4 DPSS 9 pages. Generation 4 (g4) packaged cluster with modular smart array 1000
Également pour HP ProLiant DL380 G4 DPSS : Manuel de mise en œuvre (35 pages), Notes de mise à jour (21 pages), Notes de mise à jour (8 pages), Instructions d'installation (2 pages), Livre blanc (13 pages), Notes d'intégration (26 pages), Quickspecs (48 pages), Quickspecs (42 pages), Manuel d'installation (48 pages)

HP ProLiant DL380 G4 DPSS Manuel de mise en œuvre

Transparent SDP configuration

The following steps are very crucial and require absolute path statements; any typing errors could
render the system inoperable. The preload file, ld.so.preload points to a library, libsdp.so, to be
loaded during system startup. If the path is incorrect, library name is misspelled, or library does not
exist a reinstall of the operating system may be required.
On the database server
1. Verify the existence of /lib/libsdp.so
2. Stop the database
3. Stop the listener
4. # echo "/lib/libsdp.so" > /etc/ld.so.preload
5. # echo "match listen *:1521" >>/usr/local/topspin/etc/libsdp.conf
6. # echo "match destination *:1521" >> /usr/local/topspin/etc/libsdp.conf
7. Edit the listener.ora file to include the private interconnect settings.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = SDP) (HOST = dbhostname_IB) (PORT = 1521))
)
)
NET_ASYNC_IO=FALSE
SDP_ASYNC_IO=FALSE
8. Edit the sqlnet.ora file to include the following lines.
NET_ASYNC_IO=FALSE
SDP_ASYNC_IO=FALSE
9. Start the database
10. Start the listener
11. Check /proc/topspin/sdp/conn_main (should have 3 entries)
On the application server
1. Verify the existence of /lib/libsdp.so
2. # echo "/lib/libsdp.so" > /etc/ld.so.preload
3. # echo "match listen *:1521" >>/usr/local/topspin/etc/libsdp.conf
4. # echo "match destination *:1521" >> /usr/local/topspin/etc/libsdp.conf
5. Edit the tnsnames.ora file to included the private interconnect settings.
INT =
(DESCRIPTOIN =
(ADDRESS = (PROTOCOL = TCP) (HOST = dbhostname_IB) (PORT = 1521))
(CONNECT_DATA =
7