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

  /ha-utilities/ha-utilities/cluster-RG-RS-summary/
cluster-RG-RS-summary.ksh 53 STATUS_LOCAL=`scha_cluster_get -O NODESTATE_LOCAL | tr '[A-Z]' '[a-z]'`
56 REMOTENODES=`scha_cluster_get -O ALL_NODENAMES | grep -v ${LOCALHOST} | tr -s "\n" " "`
59 STATUS_REMOTE=`scha_cluster_get -O NODESTATE_NODE ${RNODE} | tr '[A-Z]' '[a-z]'`
67 STATUS_ZONE=`scha_cluster_get -O NODESTATE_NODE ${ZONE} | tr '[A-Z]' '[a-z]'`
82 STATUS_RG_REMOTE=`scha_resourcegroup_get -O RG_STATE_NODE -G ${RG} ${RGNODE} | tr '[A-Z]' '[a-z]'`
86 RG_DEP=`scha_resourcegroup_get -O RG_DEPENDENCIES -G ${RG} | tr -s "\n" " "`
91 RG_AFF=`scha_resourcegroup_get -O RG_AFFINITIES -G ${RG} | tr -s "\n" " "`
96 if [ "$(scha_resourcegroup_get -O Implicit_network_dependencies -G ${RG}|tr '[A-Z]' '[a-z]')" = "true" ]; then
108 DEP=`scha_resource_get -O RESOURCE_DEPENDENCIES -R ${RS} | tr -s "\n" " "`
113 DEP_WEAK=`scha_resource_get -O RESOURCE_DEPENDENCIES_WEAK -R ${RS} | tr -s "\n" " "
    [all...]
  /ha-utilities/ha-utilities/cluster2dot/
cluster2dot.ksh 116 RG_DEP=`scha_resourcegroup_get -O RG_DEPENDENCIES -G ${RG} | tr -s "\n" " "`
126 RG_AFF=`scha_resourcegroup_get -O RG_AFFINITIES -G ${RG} | tr -s "\n" " "`
132 echo "\t\"${RG}\" -> \"$(echo ${dep} | tr -d "^+++")\" [color=green,shape=box];" >> ${OUTPUTRG}
138 echo "\t\"${RG}\" -> \"$(echo ${dep} | tr -d "^++")\" [color=blue,shape=box];" >> ${OUTPUTRG}
144 echo "\t\"${RG}\" -> \"$(echo ${dep} | tr -d "^+")\" [color=brown,shape=box,style=dotted];" >> ${OUTPUTRG}
150 echo "\t\"${RG}\" -> \"$(echo ${dep} | tr -d "^--")\" [color=red,shape=box];" >> ${OUTPUTRG}
156 echo "\t\"${RG}\" -> \"$(echo ${dep} | tr -d "^-")\" [color=orange,shape=box,style=dotted];" >> ${OUTPUTRG}
166 if [ "$(scha_resourcegroup_get -O Implicit_network_dependencies -G ${RG} | tr '[A-Z]' '[a-z]')" = "true" ]; then
195 if echo ${NONNETRS} | tr -s " " "\n" | grep ^${RS}$ > /dev/null
204 DEP=`scha_resource_get -O RESOURCE_DEPENDENCIES -R ${RS} | tr -s "\n" " "
    [all...]
  /ha-utilities/GDS-template/Make_package/bin/
Make_package 44 TR=/usr/xpg4/bin/tr
46 PKG=`${GREP} '^PKG=' ${PKGINFO} | ${CUT} -d'=' -f2 | ${TR} -d '"'`
60 USRGRP=`${ID} | ${TR} "(" " "| ${TR} ")" " "|${AWK} '{print $2" "$4}'`
  /ha-utilities/GDS-template/SUNCscxxx/lib/
functions_static 190 DEBUG=`echo ${DEBUG}|tr "," " "`

Completed in 120 milliseconds