HP Serviceguard Toolkit for Oracle on Linux User Guide Version A.12.00.00

B Sample package configuration file for Oracle ASM
instance package and database modular package
ASM multi-node package configuration file
# **********************************************************************
# ****** HIGH AVAILABILITY PACKAGE CONFIGURATION FILE (template) *******
# **********************************************************************
# ******* Note: This file MUST be edited before it can be used. ********
# * For complete details about package parameters and how to set them,*
# * consult the Serviceguard manual.*
# **********************************************************************
package_name oracle_asm_pkg
package_description "Oracle Toolkit Package"
node_name *
script_log_file $SGCONF/oracle_asm_pkg/log
# ************ LINUX ORACLE TOOLKIT PARAMETERS ************
tkit/oracle/oracle/INSTANCE_TYPE ASM
tkit/oracle/oracle/ORACLE_ADMIN oracle
tkit/oracle/oracle/ASM no
tkit/oracle/oracle/ASM_HOME /grid/asm_home
tkit/oracle/oracle/ASM_USER oracle
tkit/oracle/oracle/ASM_SID +ASM
tkit/oracle/oracle/LISTENER no
tkit/oracle/oracle/PFILE ${ORACLE_ASM_HOME}/dbs/init${ORACLE_ASM_SID}.ora
tkit/oracle/oracle/MONITOR_PROCESSES asm_pmon_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_dbw0_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_ckpt_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_smon_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_lgwr_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_gmon_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_rbal_${ORACLE_ASM_SID}
tkit/oracle/oracle/MONITOR_INTERVAL 30
tkit/oracle/oracle/TIME_OUT 30
tkit/oracle/oracle/PARENT_ENVIRONMENT no
tkit/oracle/oracle/CLEANUP_BEFORE_STARTUP no
tkit/oracle/oracle/USER_SHUTDOWN_MODE abort
tkit/oracle/oracle/KILL_ASM_FOREGROUNDS yes
email_id abc@hp.com
service_name oracle_service
service_cmd "$SGCONF/scripts/tkit/oracle/tkit_module.sh oracle_monitor"
service_restart none
service_fail_fast_enabled no
service_halt_timeout 300
Oracle ASM database package
# **********************************************************************
# ****** HIGH AVAILABILITY PACKAGE CONFIGURATION FILE (template) *******
# **********************************************************************
# ******* Note: This file MUST be edited before it can be used. ********
# * For complete details about package parameters and how to set them, *
# * consult the Serviceguard manual.*
# **********************************************************************
package_name oracle_asmdb_pkg
package_description "Oracle Toolkit Package"
node_name *
script_log_file $SGCONF/oracle_asmdb_pkg/pkg.log
# ************ LINUX ORACLE TOOLKIT PARAMETERS ************
tkit/oracle/oracle/INSTANCE_TYPE database
tkit/oracle/oracle/ORACLE_HOME /oracle/app/oracle/product/11.2.0/dbhome_1
tkit/oracle/oracle/ORACLE_ADMIN oracle
tkit/oracle/oracle/SID_NAME asmdb
tkit/oracle/oracle/START_MODE open
tkit/oracle/oracle/ASM yes
tkit/oracle/oracle/ASM_DISKGROUP ORA_ASM
tkit/oracle/oracle/ASM_HOME /grid/asm_home
tkit/oracle/oracle/ASM_USER oracle
tkit/oracle/oracle/ASM_SID +ASM
tkit/oracle/oracle/LISTENER yes
tkit/oracle/oracle/LISTENER_NAME LISTENER
tkit/oracle/oracle/LISTENER_PASS lis123
tkit/oracle/oracle/LISTENER_RESTART 2
tkit/oracle/oracle/PFILE ${ORACLE_ORACLE_HOME}/dbs/init${ORACLE_SID_NAME}.ora
tkit/oracle/oracle/MONITOR_PROCESSES ora_pmon_${ORACLE_SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_dbw0_${ORACLE_SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_ckpt_${ORACLE_SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_smon_${ORACLE_SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_lgwr_${ORACLE_SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_reco_${ORACLE_SID_NAME}
tkit/oracle/oracle/MONITOR_INTERVAL 30
tkit/oracle/oracle/TIME_OUT 30
43