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

  /ha-utilities/ha-utilities/cluster-RG-RS-summary/
cluster-RG-RS-summary.ksh 91 RG_AFF=`scha_resourcegroup_get -O RG_AFFINITIES -G ${RG} | tr -s "\n" " "`
92 if [ "${RG_AFF}" != " " ]; then
93 echo "${RG}-Affinities\t: ${RG_AFF}"
  /ha-utilities/ha-utilities/cluster2dot/
cluster2dot.ksh 126 RG_AFF=`scha_resourcegroup_get -O RG_AFFINITIES -G ${RG} | tr -s "\n" " "`
127 if [ "${RG_AFF}" != " " ]; then
128 for dep in ${RG_AFF}

Completed in 0 milliseconds