HP Serviceguard Toolkit for Oracle on Linux User Guide (May 2013)

D Sample package configuration file for Oracle ASM
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/TKIT_DIR $SGCONF/asm_mnp
tkit/oracle/oracle/INSTANCE_TYPE ASM
tkit/oracle/oracle/ORACLE_ADMIN oracle
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 no
tkit/oracle/oracle/PFILE ${ASM_HOME}/dbs/init${ASM_SID}.ora
tkit/oracle/oracle/MONITOR_PROCESSES asm_pmon_${ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_dbw0_${ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_ckpt_${ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_smon_${ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_lgwr_${ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_gmon_${ASM_SID}
tkit/oracle/oracle/MONITOR_PROCESSES asm_rbal_${ASM_SID}
tkit/oracle/oracle/MAINTENANCE_FLAG yes
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/TKIT_DIR $SGCONF/oracle_asmdb_pkg
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_HOME}/dbs/init${SID_NAME}.ora
tkit/oracle/oracle/MONITOR_PROCESSES ora_pmon_${SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_dbw0_${SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_ckpt_${SID_NAME}
tkit/oracle/oracle/MONITOR_PROCESSES ora_smon_${SID_NAME}
67