Hi Ram,
Thanks for your immediate Response,
I discussed with my OS admin Cluster Package name, SAN Storage name, Storage IP Address and Physical SAP Server Host Name, IP Address is different different.
Below I mentioned all the details and I mentioned tnsnames and listener file, please tell how to correct it, I am new for cluster level.
Now cluster Package is running Quality Server for Testing purpose.
Please tell me what are the changes needed it and put sample here.its very use full for us.
Please help us.
Cluster Package Name: dbciTPU
Cluster Hostname: dbciTPU
IP Address ; 192.9.200.173
Physical SAP server:
------------------------------
Hostname: tep303
IP Address: 192.9.200.141
Quality Server:
----------------------
Hostname: tep202
IP Address: 192.9.200.165
------------------------------------------------------------------------------------------------------------------------
################
# Filename......: tnsnames.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/640-2_COR/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#4 $
################
TPU.WORLD=
(DESCRIPTION =
(SDU = 32768)
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = tep303)
(PORT = 1527)
)
)
(CONNECT_DATA =
(SID = TPU)
(GLOBAL_NAME = TPU.WORLD)
)
)
################################################################################
# Filename......: listener.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/640-2_COR/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
################
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = TPU.WORLD)
)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = TPU)
)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = tep303)
(PORT = 1527)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SDU = 32768)
(SID_NAME = TPU)
(ORACLE_HOME = /oracle/TPU/102_64)
)
)
Thanks
Basis Team.