3.7.0 HP StorageWorks MxDB-Oracle-HiAv installation and administration guide HP MxDB-Oracle-HiAv for Linux (AG513-96009, June 2009)

$ cd $ORACLE_HOME/dbs
$ ls -l *PROD*conf
-rw-r--r-- 1 root root 75 Feb 8 17:12 mxdbha_PROD.conf
$ cat mxdbha_PROD.conf
log /u01/app/oracle/product/10.2.0/rdbms/log
lsnr_password 8B1323CCD6F199D5
In this case, the listener.ora file will need to have a matching assignment, such
as:
$ cd $ORACLE_HOME/dbs
$ ls -l *PROD*conf
-rw-r--r-- 1 root root 75 Feb 8 17:12 mxdbha_PROD.conf
$ cat mxdbha_PROD.conf
log /u01/app/oracle/product/10.2.0/rdbms/log
lsnr_password 8B1323CCD6F199D5
$ cd $ORACLE_HOME/network/admin
$ ls
libnk59.def listener.ora samples shrept.lst tnsnames.ora
$ cat
$ cat listener.ora
SID_LIST_LISTENER_PROD =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME =PROD.customer.com )
(ORACLE_HOME = /u01/app/oracle/product/10.2.0 )
(SID_NAME = PROD )
)
)
LISTENER_PROD =
(DESCRIPTION_LIST =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = vnprod )(PORT = 1521))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = IPCPROD))
)
)
)
PASSWORDS_LISTENER_PROD = 8B1323CCD6F199D5
Place databases under MxDB-Oracle-HiAv control
Before attempting to create a Virtual Oracle Service, consult the configuration checklist
in Appendix A, page 67, to ensure that MxDB-Oracle-HiAv is installed correctly and
MxDB-Oracle-HiAv installation and administration guide 25