Managing Serviceguard Extension for SAP Version B.05.10, December 2012

)
)
Setup Step: MDM224
Configure /etc/tnsnames.ora , /etc/listener.ora and /etc/sqlnet.ora
Copy the above three files in to the /etc/directory so the configuration information is also
globally available. Copy the modified files to the second cluster node.
cd /oracle/MDM/920_64/network/admin/
cp tnsnames.ora /etc/tnsnames.ora
cp listener.ora /etc/listener.ora
cp sqlnet.ora /etc/sqlnet.ora
scp -p /etc/listener.ora clunode2 /etc/listener.ora
scp -p /etc/sqlnet.ora clunode2 /etc/sqlnet.ora
scp -p /etc/tnsnames.ora clunode2 /etc/tnsnames.ora
Start the listener and connect to the MDM database via the newly configured virtual IP address
172.16.11.97 with the following commands:
NOTE: Replace "passwd" with the password set during the installation.
su oramdm
lsnrctl start
sqlplus system/passwd@MDM
SQL*Plus: Release 9.2.0.8.0 - Production on Fri Feb 16 04:30:22 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production With the Partitioning, OLAP and Oracle Data
Mining options JServer Release 9.2.0.8.0 - Production SQL>
Repeat the connect test for user mdmuser
su mdmuser
sqlplus system/passwd@MDM
SQL*Plus: Release 9.2.0.8.0 - Production on Fri Feb 16 04:30:22 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production With the Partitioning, OLAP and
OracleData Mining options JServer Release 9.2.0.8.0 Production SQL>
Setup Step: MDM226
Install the MDM IMPORT SERVER 5.5
NOTE: The MDM servers (mds, mdiss, mdss) install their files into the /opt/MDM directory.
Execute the following steps to install MDM Import Server:
extract the zip archive
uncompress and install the kit into the /opt/MDM directory
create a /home/mdmuser/mdis directory
cd /home/mdmuser/mdis and start the mdis process (this will create the mdis environment
in the current directory)
su -
cd /KITS/MDM_Install/MDM55SP04P03/MDM IMPORT SERVER 5.5/HPUX_64
/usr/local/bin/unzip MDMIMS55004P_3.ZIP
cd /opt
zcat "/KITS/MDM_Install/MDM55SP04P03/MDM IMPORT SERVER\
5.5/HPUX_64/mdm-import-server-5.5.35.16-hpux-PARISC64-aCC.tar.Z" | tar \ xvf
zcat "/KITS/MDM_Install/MDM55SP04P03/MDM IMPORT SERVER\
5.5/HPUX_64/mdm-import-server-5.5.35.16-hpux-PARISC64-aCC.tar.Z" | tar
\ xvf
MDM/bin/mdis-r, 41224248 bytes, 80517 tape blocks
MDM/bin/mdis, 355 bytes, 1 tape blocks
MDM/lib/libxerces-c.sl.26 symbolic link to libxerces-c.sl.26.
154 SAP Master Data Management (MDM)