Deploy Weblogic bash script

To deploy a simple ear I did: ${JAVA_BIN} -cp ${WL_JAR} weblogic.Deployer -adminurl t3://${HOST_NAME}:${HOST_PORT} -user ${HOST_USER} -password ${HOST_PASS} -targets ${SERVER} -deploy -upload ${TMP_DIR}${DEPLOYEAR} -name ${APPNAME} But on the second script I had to do a stop(kill) of the server, cleanup the […]

Tags: , , , , , ,

Centreon no Graphics

Troubleshooting Centreon no Graphics (Using centreon brokers 2.11.8 BBDO not nagios NDO) Centos 6.8 x64 centreon-broker-2.11.8-2.el6.x86_64 centreon-broker-cbd-2.11.8-2.el6.x86_64 centreon-broker-cbmod-2.11.8-2.el6.x86_64 centreon-broker-core-2.11.8-2.el6.x86_64 centreon-broker-storage-2.11.8-2.el6.x86_64   PROBLEM Centreon graphics are not updated CAUSE Usualy it is related to centreon-broker not writing in my case I […]

Tags: , , , ,