osaf/tools/safimm/immxml/immxml-clustersize | 4 ++--
osaf/tools/safimm/immxml/immxml-nodegen | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Remove the limitation of max two system controllers from immxml tools.
diff --git a/osaf/tools/safimm/immxml/immxml-clustersize
b/osaf/tools/safimm/immxml/immxml-clustersize
--- a/osaf/tools/safimm/immxml/immxml-clustersize
+++ b/osaf/tools/safimm/immxml/immxml-clustersize
@@ -43,8 +43,8 @@ validate_options()
echo -e $USAGE ; exit 1
fi
- if [ $SC_COUNT -lt 1 -o $SC_COUNT -gt 2 ] ; then
- script_error "One or two SC's must be specified!. Exiting!"
+ if [ $SC_COUNT -lt 1 ] ; then
+ script_error "At least one SC must be specified!. Exiting!"
exit 1
fi
diff --git a/osaf/tools/safimm/immxml/immxml-nodegen
b/osaf/tools/safimm/immxml/immxml-nodegen
--- a/osaf/tools/safimm/immxml/immxml-nodegen
+++ b/osaf/tools/safimm/immxml/immxml-nodegen
@@ -207,8 +207,8 @@ validate_options()
trace "SC_COUNT:$SC_COUNT PL_COUNT:$PL_COUNT"
if [ $SC_COUNT -ne $UNDEF_COUNT ] ; then
- if [ $SC_COUNT -lt 1 -o $SC_COUNT -gt 2 ] ; then
- script_error "One or two SC's must be specified!. Exiting!"
+ if [ $SC_COUNT -lt 1 ] ; then
+ script_error "At least One or SC must be specified!. Exiting!"
exit 1
fi
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel