HomeSort by relevance Sort by last modified time
    Searched refs:RG_DEP (Results 1 - 2 of 2) sorted by null

  /ha-utilities/ha-utilities/cluster-RG-RS-summary/
cluster-RG-RS-summary.ksh 86 RG_DEP=`scha_resourcegroup_get -O RG_DEPENDENCIES -G ${RG} | tr -s "\n" " "`
87 if [ "${RG_DEP}" != " " ]; then
88 echo "${RG}-Dependecies\t: ${RG_DEP}"
  /ha-utilities/ha-utilities/cluster2dot/
cluster2dot.ksh 116 RG_DEP=`scha_resourcegroup_get -O RG_DEPENDENCIES -G ${RG} | tr -s "\n" " "`
117 if [ "${RG_DEP}" != " " ]; then
118 for dep in ${RG_DEP}

Completed in 0 milliseconds