It’s been quite a while since I’ve worked with DOS commands. I’m trying to write a simple batch script for startup/shutdown of webMethods components. In my script, I want to determine if the webMethods database is running or not. The tricky part is that the database server is on a separate server than the webMethods IS server. Also, we have dedicated servers for some of the webMethods components (IS/TN and MWS). I want to check to see if those are running and startup/shutdown accordingly. The reason behind creating a custom batch script is that our Windows VM does a reboot of the server whenever a patch has been installed. Because our window services for webMethods are set to “Manual”, someone needs to start each of the webMethods components up. We could have the window services set to “Automatic” startup but if the wM database isn’t available, I would think IS would complain about the database when IS starts up. If someone confirms that it’s okay to set the window service as “Automatic”, then custom startup/shutdown script is not needed.
#webMethods-Archive#webMethods#If-it-doesn-t-fit-anywhere-else