adding netstat deployment before and after controller deployment
[releng/builder.git] / jjb / integration / include-raw-integration-deploy-controller.sh
index cad6993c2ed1cb357e0b5414cf002c2ab17149dd..d2562f7a2b4f6de960d8d6c3c89208d7251cb5a1 100644 (file)
@@ -38,6 +38,9 @@ MEMCONF=/tmp/${BUNDLEFOLDER}/bin/setenv
 sed -ie 's/JAVA_MAX_MEM="2048m"/JAVA_MAX_MEM="${CONTROLLERMEM}"/g' \${MEMCONF}
 cat \${MEMCONF}
 
+echo "Listing all open ports on controller system"
+netstat -natu
+
 EOF
 
 CONTROLLERIPS=(${CONTROLLER0} ${CONTROLLER1} ${CONTROLLER2})