Managing Serviceguard Extension for SAP Version B.05.10, September 2010
vi /oracle/MO7/102_64/network/admin/listener.ora
— — — —
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.11.97)(PORT = 1521))
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = MO7)
(ORACLE_HOME = /oracle/MO7/102_64)
)
)
Start the Oracle listener. Test the listener configuration and connect to the MDM database via
the newly configured virtual IP address 172.16.11.97 using the following commands for the
oramo7 user (Note: The Oracle client interface will be configured and tested in the next setup
step)
NOTE: Replace "passwd" with the password set during the installation.
su – oramo7
lsnrctl start
sqlplus system/passwd@MO7
SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 28 12:07:56 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
Setup Step: MDM224
Configure the Oracle client interface by editing
/oracle/client/network/admin/tnsnames.ora.
cd /oracle/client/network/admin
cp tnsnames.ora tnsnames.ora.ORG
vi tnsnames.ora
MO7 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.11.97)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = MO7)
)
)
Set the following Oracle client environment variables for user mo7adm:
su – mo7adm
export LD_LIBRARY_PATH=/oracle/client/lib
export ORACLE_HOME=/oracle/client
Test the Oracle client network connectivity with the sqlplus command.
sqlplus system/passwd@MO7
SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 28 12:09:17 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Installation and Configuration Considerations for MDM 7.10 in a Serviceguard modular environment 167