HomeSort by relevance Sort by last modified time
    Searched refs:PARFILE (Results 1 - 25 of 27) sorted by null

1 2

  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/tomcat/
probe_sctomcat.ksh 38 N) PARFILE=$OPTARG;;
66 . ${PARFILE}
start_sctomcat.ksh 38 N) PARFILE=$OPTARG;;
69 . ${PARFILE}
stop_sctomcat.ksh 38 N) PARFILE=$OPTARG;;
61 . ${PARFILE}
control_sctomcat.ksh 70 N) PARFILE=${OPTARG};;
116 . ${PARFILE}
152 . ${PARFILE}
198 . ${PARFILE}
probe_smf_sctomcat.ksh 71 . ${PARFILE}
validate_sctomcat.ksh 41 N) PARFILE=$OPTARG;;
functions.ksh 51 for i in RESOURCE RESOURCEGROUP PARFILE
70 PARFILE)
71 if [ -z $PARFILE ]; then
108 if [ ! -f "${PARFILE}" ]; then
117 "${PARFILE}"
124 ksh -n ${PARFILE} >/dev/null 2>&1
128 "${PARFILE}"
136 PARAMETERS=`cat ${PARFILE} |grep -v "^#"|grep -v "^ "|nawk -F= '{print $1}'`
144 "${i}" "${PARFILE}"
151 . ${PARFILE}
    [all...]
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/zone/
functions_common.ksh 114 PARFILE=${1}
134 if [ ! -f "${PARFILE}" ]; then
137 "${PARFILE}"
140 debug_message "Function: val_parfile - ${PARFILE} exists"
143 if ! ksh -n ${PARFILE} >/dev/null 2>&1
147 "${PARFILE}"
150 debug_message "Function: val_parfile - validated ${PARFILE}"
155 PARAMETERS=`cat ${PARFILE} |grep -v "^#"|grep -v "^ "|nawk -F= '{print $1}'`
162 "${i}" "${PARFILE}"
165 debug_message "Function: val_parfile - ${i} included in ${PARFILE}"
    [all...]
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/sps/master/
probe_spsma.ksh 50 P) PARFILE=$OPTARG;;
72 . ${PARFILE}
start_spsma.ksh 46 P) PARFILE=$OPTARG;;
74 . ${PARFILE}
stop_spsma.ksh 46 P) PARFILE=$OPTARG;;
68 . ${PARFILE}
control_spsma.ksh 64 P) PARFILE=${OPTARG};;
118 . ${PARFILE}
149 . ${PARFILE}
187 . ${PARFILE}
probe_smf_spsma.ksh 66 . ${PARFILE}
functions.ksh 74 PARFILE=`/usr/bin/svcprop -p parameters/Parameter_File ${SMF_FMRI}`
128 for i in RESOURCE RESOURCEGROUP PARFILE USE_INTERNAL_DEP
153 PARFILE)
154 if [ -z "$PARFILE" ]; then
187 if [ ! -f "${PARFILE}" ]
191 "${PARFILE}"
195 debug_message "Validate - ${PARFILE} exists"
198 debug_message "Validate - check the semantic if ${PARFILE} exists"
202 ksh -n ${PARFILE} >/dev/null 2>&1
211 "${PARFILE}"
    [all...]
validate_spsma.ksh 46 P) PARFILE=$OPTARG;;
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/PostgreSQL/
probe_smf_pgs.ksh 66 . ${PARFILE}
control_pgs.ksh 57 P) PARFILE=${OPTARG};;
111 . ${PARFILE}
142 . ${PARFILE}
231 . ${PARFILE}
264 . ${PARFILE}
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/zone/sczsh/
probe_sczsh.ksh 64 . ${PARFILE}
start_sczsh.ksh 73 . ${PARFILE}
stop_sczsh.ksh 64 . ${PARFILE}
functions.ksh 73 # construct the variable PARFILE
74 PARFILE=${PARDIR}/sczsh_${RESOURCE}
98 if ! val_parfile ${PARFILE} "Zonename ServiceStartCommand ServiceStopCommand ServiceProbeCommand" ${PARDIR}
107 . ${PARFILE}
109 for param in `cat ${PARFILE} | grep -v "^#" | grep -v "^ " | nawk -F= '{print $1}'`
118 "${PARFILE}"
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/PostgreSQL/rolechg/
functions.ksh 300 PARFILE=${1}
303 if [ ! -f "${PARFILE}" ]; then
306 "${PARFILE}"
309 debug_message "Function: val_parfile - ${PARFILE} exists"
320 if ! ksh -n ${PARFILE} >/dev/null 2>&1
324 "${PARFILE}"
327 debug_message "Function: val_parfile - validated ${PARFILE}"
332 PARAMETERS=`${CAT} ${PARFILE} |${GREP} -v "^#"|${GREP} -v "^ "|${NAWK} -F= '{print $1}'`
339 "${i}" "${PARFILE}"
342 debug_message "Function: val_parfile - ${i} included in ${PARFILE}"
    [all...]
  /ohac/ohacds/usr/src/cmd/ha-services/gds-agents/zone/sczbt/
probe_sczbt.ksh 68 . ${PARFILE}
start_sczbt.ksh 78 . ${PARFILE}
stop_sczbt.ksh 69 . ${PARFILE}

Completed in 4799 milliseconds

1 2