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

  /ha-utilities/GDS-template/SUNCscxxx/util/
xxx_config 34 # RG - name of the resource group containing RS
65 RG=
xxx_register 54 start_command="${BINDIR}/control_xxx -R ${RS} -G ${RG} start"
55 stop_command="${BINDIR}/control_xxx -R ${RS} -G ${RG} stop"
56 probe_command="${BINDIR}/control_xxx -R ${RS} -G ${RG} probe"
57 validate_command="${BINDIR}/control_xxx -R ${RS} -G ${RG} validate"
77 /usr/cluster/bin/clresource create -g ${RG} -t SUNW.gds \
93 /usr/cluster/bin/scrgadm -a -j ${RS} -g ${RG} -t SUNW.gds \
118 echo "Validate resource ${RS} in resourcegroup ${RG}"
202 # RG - Name of the resource group containing RS
245 RG=${RG}
    [all...]
  /ha-utilities/ha-utilities/cluster2dot/
cluster2dot.ksh 43 # - black solid arrow = RG dependency
102 echo "\tlabel=\"Cluster ${CLUSTERNAME} - RG Dependencies and Affinities\\\\n\\\\nblack solid arrow = RG dependency\\\\ngreen solid arrow = strong positive affinity with failover delegation\\\\nblue solid arrow = strong positive affinity\\\\nbrown dotted arrow = weak positive affinity\\\\nred solid arrow = strong negative affinity\\\\norange dotted arrow = weak negative affinity\";" >> ${OUTPUTRG}
107 for RG in ${ALLRGS}
109 if [ "x${RG}" = "x" ]; then
113 echo "\tsubgraph \"cluster_${RG}\" {" >> ${OUTPUTRS}
114 echo "\t\tlabel=\"${RG}\";" >> ${OUTPUTRS}
116 RG_DEP=`scha_resourcegroup_get -O RG_DEPENDENCIES -G ${RG} | tr -s "\n" " "`
120 echo "\t\"${RG}\" -> \"${dep}\" [shape=box];" >> ${OUTPUTRG}
123 echo "\t\"${RG}\" [shape=box];" >> ${OUTPUTRG
    [all...]
  /ha-utilities/ha-utilities/cluster-RG-RS-summary/
cluster-RG-RS-summary.ksh 73 for RG in ${ALLRGS}
75 if [ "x${RG}" = "x" ]; then
79 RGNODES=`scha_resourcegroup_get -O NODELIST -G ${RG}`
82 STATUS_RG_REMOTE=`scha_resourcegroup_get -O RG_STATE_NODE -G ${RG} ${RGNODE} | tr '[A-Z]' '[a-z]'`
83 echo "${RG} status\t: ${RGNODE} = ${STATUS_RG_REMOTE}"
86 RG_DEP=`scha_resourcegroup_get -O RG_DEPENDENCIES -G ${RG} | tr -s "\n" " "`
88 echo "${RG}-Dependecies\t: ${RG_DEP}"
91 RG_AFF=`scha_resourcegroup_get -O RG_AFFINITIES -G ${RG} | tr -s "\n" " "`
93 echo "${RG}-Affinities\t: ${RG_AFF}"
96 if [ "$(scha_resourcegroup_get -O Implicit_network_dependencies -G ${RG}|tr '[A-Z]' '[a-z]')" = "true" ]; the
    [all...]

Completed in 300 milliseconds